Welcome to The Bytecode Club - Reverse Engineering Forum
The Bytecode Club is an open community for software developers. We welcome everyone to come and learn with us and explore everything that programming has to offer! We specialize in Bytecode but we welcome programmers from all corners of the world no matter what language they use! Feel free to post your ideas, libraries, code or thoughts here.
We also have an active discord community, feel free to join us there as well!
Please help me guys.When I clicked on searching i see that ''out of sync''.How can fix it?I try a villagesearch au3. file and change if sleep(1000) and 4000,but didnt work.Thank you so much.
(02-25-2015, 04:00 PM)xearo002 Wrote: Please help me guys.When I clicked on searching i see that ''out of sync''.How can fix it?I try a villagesearch au3. file and change if sleep(1000) and 4000,but didnt work.Thank you so much.
Code:
While 1
_WinAPI_EmptyWorkingSet(WinGetProcess($Title)) ; Reduce BlueStacks Memory Usage
If _Sleep(3000) Then ExitLoop (2)
GetResources() ;Reads Resource Values
If $Restart = True Then ExitLoop (2)
in "TBC BOT 5.6\TBC BOT 5.6\COCBot\functions\Search" line 25
i tried change if_sleep to 6000 working great so far for me.