The Bytecode Club
v5.6 out of sync - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1)
+--- Forum: Game Cheating, Botting & Reverse Engineering (https://the.bytecode.club/forumdisplay.php?fid=97)
+--- Thread: v5.6 out of sync (/showthread.php?tid=1072)



v5.6 out of sync - xearo002 - 02-25-2015

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.


RE: v5.6 out of sync - saxmydix - 02-25-2015

(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.