Elin
Einzbern Dec 19, 2024 @ 5:12pm
Casino slots macro?
I've read comments about being able to macro slots. I tried making one with autohotkey but got different results every time. I used something simple like:

'::
{
Send, {Click Left} // this starts the slots
sleep 500 // sleep time to let the slots get started
Send, {Click Left} // this locks in the first column
)

I know this wasn't enough to get me the jackpot, but even with with just this the first column was different every time. Was some sort of randomness added to slots? Or was I making the macro wrong somehow?
< >
Showing 1-12 of 12 comments
Lotus Dec 19, 2024 @ 6:27pm 
To get consistent results you have to exit the machine between every pull
Einzbern Dec 19, 2024 @ 6:35pm 
I'll try that next time I play. Thanks!
Haperski Dec 19, 2024 @ 6:56pm 
what do you guys use the chips anyway ?
You cant turn it into oren do you ?
Lotus Dec 19, 2024 @ 7:00pm 
Mostly for ether antibody
Einzbern Dec 19, 2024 @ 7:09pm 
Ether antibody yeah. And the 40k body pillow.

Also apparently you can hammer down chips for crafting EXP.
Iyasenu Dec 19, 2024 @ 7:12pm 
Yeah, you can get some easy Crafting training by smashing a pile of chips in one go.
Just, uh... maybe don't smash 10,000 at once, unless you have Lay Hands available, or something.

-5,000 stamina is a helluva way to go.
Haperski Dec 19, 2024 @ 10:12pm 
Ether antibody is like 3k wasnt it ? and it only restock once a month if Im not mistaken.
And the fact that you only get ether disease once a year (naturally at least), thats 23 bottles of surplus ether antibodies. And for the pillow, once you have it, then what ?

Although..
Originally posted by Iyasenu:
Yeah, you can get some easy Crafting training by smashing a pile of chips in one go.
Just, uh... maybe don't smash 10,000 at once, unless you have Lay Hands available, or something.

-5,000 stamina is a helluva way to go.
Well, dying is not quite a problem for non-hardcore game mode so might as well call it buying crafting exp with the chips ?
Last edited by Haperski; Dec 19, 2024 @ 10:13pm
Originally posted by Haperski:
Ether antibody is like 3k wasnt it ? and it only restock once a month if Im not mistaken.
And the fact that you only get ether disease once a year (naturally at least), thats 23 bottles of surplus ether antibodies. And for the pillow, once you have it, then what ?

Although..
Originally posted by Iyasenu:
Yeah, you can get some easy Crafting training by smashing a pile of chips in one go.
Just, uh... maybe don't smash 10,000 at once, unless you have Lay Hands available, or something.

-5,000 stamina is a helluva way to go.
Well, dying is not quite a problem for non-hardcore game mode so might as well call it buying crafting exp with the chips ?

The big thing is the other methods of getting Ether Anti-bodies just aren't worth it compared to the casino chips. The other currency you can use to get it (small medals) have a use throughout the entire game.
Minirubi Apr 18 @ 6:15am 
I'm a bit late but I've been trying to build my own macro. This gives you a x100 consistently (maybe a 10% error).

YOU HAVE TO EXIT THE MACHINE EVERY TIME TO RESET THE POSITIONS SO IT WORKS

It works using the + key, but you can change it to whatever in the first line. Oh yeah, let the machine load completely until it says Round 1.

toggle := false

+:: ; Triggered by pressing the + key
if (!toggle) {
toggle := true
SetTimer, DoSpaceSequence, -10
} else {
toggle := false
}
return

DoSpaceSequence:
if (toggle) {
Send, {Space}
Sleep, 900
Send, {Space}
Sleep, 650
Send, {Space}
Sleep, 375
Send, {Space}
Sleep, 500

}
toggle := false
return



I don't know if this affects it (I'm assuming it does) but I'm playing at 180fps consistently, so if this doesn't work for you, try doing it at 180fps
Last edited by Minirubi; Apr 18 @ 6:19am
Daezz0r Apr 18 @ 6:53am 
Originally posted by Haperski:
Ether antibody is like 3k wasnt it ? and it only restock once a month if Im not mistaken.
Every week, and yep it's 3k chips per potion.
And if you have that casino clerk at your base it's rather convenient to stockpile antibodies.
Only thing left to do is get some new chips once in a while.
cutie. Apr 19 @ 8:46am 
ehm.
there is a guide for so long already
just translate everything but the scripts
https://steamcommunity.com/sharedfiles/filedetails/?id=3370843592
if you change the delay a little it gets up to 95% jackpot rate without exitting at all.
Soulsquest Apr 19 @ 11:19am 
I had to get 24 dog and cat pillows for my town XD
< >
Showing 1-12 of 12 comments
Per page: 1530 50