mikypark   12-24-2014, 10:11 PM
(12-24-2014, 10:02 PM)Antidote Wrote: Maybe 10 seconds is a bit too soon.. If you don't mind editing inside the code, just go to the code and looks for this part

Code:
Func CheckSearch()
   Sleep(2000)
   $GoldCheck = ""
   $i = 0
   While $GoldCheck = ""
      $i += 1
      If $i = 50 Then
         If CheckScreenChange(0.25,0.25,0.75,0.75,500) Then
            ControlClick ($HWnD, "","", "left", "1", 715*$x_ratio, 405*$y_ratio) ;Click Next
            $i = 0

Change "If $i = 50" to "If $i = 75" (it will wait for 15 seconds instead of 10). It'd be great if you can update me on how it does so I can update it in the main code for everyone Smile

it's already 75

Code:
Func CheckSearch()
   Sleep(2000)
   $GoldCheck = ""
   $i = 0
   While $GoldCheck = ""
      $i += 1
      If $i = 75 Then
         If CheckScreenChange(0.25,0.25,0.75,0.75,500) Then
            ControlClick ($HWnD, "","", "left", "1", 715*$x_ratio, 405*$y_ratio) ;Click Next
            $i = 0
  
Users browsing this thread: 15 Guest(s)
Konloch Software - Bytecode Viewer - Reverse Engineering Forum
Copyright © 2014-2025 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.