Originally Posted by
Shimizoki
@Angrycoder - Are you using 1.3? did you get an autoupdate to 1.3.1? I cant test if it works on other systems.
I disabled autoupdate, since i have to modify the code a lot for my resolution. Things i have to modify are:
- Leave Game: At my resolution i get a 30% chance to click on "Open Game To Public".
- Hotkeys used, (Pause, Start, Stop)
- Nearly anything with RandClick("left", Round(230*$x_ratio), Round(416*$y_ratio), 120, 20) to MouseClick("left",Random(55,276),Random(280,316))
Changing to the Checkpoint to Cellar code to use Vault (if you wanted to look at it, i know you were going to look at vaulting).
Code:
;Start Run
MouseMove(21,206)
Sleep(Random(500,900))
Send("{1 down}") ;Holds the 1 key down
Sleep(Random(3500, 4000))
Send("{1 up}") ;Releases the 1 key
Sleep(Random(500, 750))
MouseMove(Random(430,440),Random(235,245))
So its still 95% your code, but the changes i make would be a nightmare to use an autoupdater.
But, i can run a the original and test your autoupdate, give me a sec.