Strip Slot Sonja Guide

AHK Script for simplifying gameplay for Strip Slot Sonja

AHK Script for simplifying gameplay

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

  1. Run the below script
  2. Hit the MAX BET button
  3. If you win, press the ‘2’ button on your keyboard
  4. 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]

SteamSolo.com