December 29, 20178 yr Hello, I'm trying to make that bot spam this runcode: Lua.LuaDoString("OverrideActionBarButton1:Click()"); Thanks in advance!
December 31, 20178 yr Hello, Like: Thread t = new Thread(() => { int questId = 28000; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; Lua.LuaDoString("OverrideActionBarButton1:Click()"); } Thread.Sleep(500); } }); t.Start();
Create an account or sign in to comment