Overview
Tired of the long dialog when you run out of money? Lets make that a little easier
Intro and Howto
This script, when run, will make your life a bit easier, by automating save-scumming so you don’t have to re-earn lost money.
Steps
- Run the below script
- Hit the MAX BET button
- If you win, press the ‘2’ button on your keyboard
- If you lose, press the ‘1’ button instead
The Script
SetDefaultMouseSpeed,0 WinWaitActive Strip Slot Sonja 1::bad() 2::good() bad(){ settings() load() resume() maxbet() } good(){ settings() save() resume() maxbet() } settings(){ MouseMove,70,300 Clicky() } load(){ MouseMove,650,550 Clicky() } save(){ MouseMove,650,450 Clicky() Sleep 101 } resume(){ MouseMove,650,350 Clicky() } maxbet(){ MouseMove,794,714 Clicky() } Clicky(){ Sleep 101 Send {Click down} Sleep 10 Send {Click up} Sleep 10 }
Shoutouts
If you’re looking for a group to hunt for achievements with, consider joining 100Pals. We emphasize creating a non-toxic, diverse group of achievement hunters, and happily welcome folks who want to join the hobby.
Find out more at [link]