nicozo 11 Posted December 29, 2017 Share Posted December 29, 2017 Hello, I'm trying to make that bot spam this runcode: Lua.LuaDoString("OverrideActionBarButton1:Click()"); Thanks in advance! Link to comment https://wrobot.eu/forums/topic/8138-help-runcode/ Share on other sites More sharing options...
Droidz 2738 Posted December 31, 2017 Share Posted December 31, 2017 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(); Link to comment https://wrobot.eu/forums/topic/8138-help-runcode/#findComment-37227 Share on other sites More sharing options...
nicozo 11 Posted December 31, 2017 Author Share Posted December 31, 2017 thx Droidz <3 Link to comment https://wrobot.eu/forums/topic/8138-help-runcode/#findComment-37229 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now