Dosn't work for me, i think it is because for some reason the key mapped to place the token down is "E" and i have not changed this and in-game the action button is listed as enter, what do i need to change in order to get it working?
The script is indeed made to work with the default "America/QWERTY" keyboard setup...
In the case it is not what you use, you can edit the ahk script file using any notepad or text editor... (you can make a backup of the original as a reference)
Then you can do search-find/replace for any key that is not properly mapped on your end... example : replace {z down} by {e down} and {z up} by {e up} Would replace the "Z" key with "E" key...
You can also replace {Enter down} / up -- by {e down} /Up *if you use e instead of enter...
The keys used are really not complex... Up, Down, Left, Right, Enter, Z
i am indeed using a qwerty keyboard, but i live in sweden, so it's a swedish one and i don't know what the differences is, but everything in the script is working except actually placing the bets on the roulette, so the cursor is moving as intended and everything, so i'm guessing that i need to replace enter with E in the script? Just to be sure so i don't "fix" something that was already working
I have never tried the definitive edition... but since AutoHotkey works by hooking to keyboard input and has absolutely nothing to do with the game itself... if the key mapping is the same it should work in both
Doesn't work for me, places all coins and then just sits there without spinning. edit: after a while it then goes haywire and places coins randomly since it doesn't have its correct starting position.
I don't know if you still care, but I had the same problem and found a solution. It's probably because you have a qwertz keyboard except of a qwerty, thus the y and z keys are swapped.
You can fix this when u right klick on the Auto Script File -> edit script -> serch for SendInput {z down}/ {z up} -> exchange the z with a y.
Why don't you just use Cheat Engine to alter your coin amount? This is a handy script if you can't use CE for whatever reason, but it allowed me to max my coin amount in less than 60 seconds, rather than the hours this script would take. This script seems just as much "cheating" as anything else, if that's a concern.
this script wasnt made to get coins... it was made to finish the QUEST that requires to hit a full jackpot on roulette...
I didnt want to bother talking to the jackpot girl over and over for 30mins, so using this, you leave it running a few hours and you will have your jackpot! :)
nice mod but the jackpot is usualy rigged in your favor i think though, it doesn't really matter where you bet on. if the girl next to the gold tower tells the jackpot is about to be won, you can just place a chip on a single random number (any number) and when the game decides its time, it will let u win. (yesterday i just bet on 12 for a hour and got the jackpot too)
i have a friend who told me he tried for more than 2 days until it worked... so when i arrived at that quest i was like NO FREAKIN WAY :P hehe... then made this... and since i made it, might as well share it :)
I actually tried the jackpot girl trick... -talking to her, selecting no, if jackpot is not about to be won, warp, sleep, repeat... when jackpot was "about to be won", i started betting... still took about 30mins before i actually hit jackpot ...
The trick is when she tells you the Jackpot is about to be won, to bet one single coin on one single spot. Someone worked out the algorithm and betting on more than one spot actually DECREASES your odds of hitting a jackpot.
Most people doing this are reporting 2-4 jackpots in as little as 15 minutes.
Admittedly, I'm not to that point in the game yet...
I actually tried it that way too... talking to her, sleeping, talking to her, sleeping (had to do that for close to 45mins until that jackpot was about to be won), after that, i started betting... took another 30mins until i actually got it... so, YES it works, but it "might" take time
considering its only keyboards presses, it doesnt rely on screen resolution, colors or mouse position so it should work with anyone with default keyboard :)
20 comments
In the case it is not what you use, you can edit the ahk script file using any notepad or text editor...
(you can make a backup of the original as a reference)
Then you can do search-find/replace for any key that is not properly mapped on your end...
example :
replace {z down} by {e down}
and {z up} by {e up}
Would replace the "Z" key with "E" key...
You can also replace {Enter down} / up -- by {e down} /Up *if you use e instead of enter...
The keys used are really not complex...
Up, Down, Left, Right, Enter, Z
Good luck!!
since i dont know if you properly replaced all 24 "enter" by "e" here is a pastebin i just made that replaces enter with e...
https://pastebin.com/SpJQFXF7
if that also doesnt work, then i sadly have no other suggestion i can think of...
edit: my bad, script need administrator permission for work, ty :-)
Glad you got it working!!
edit: after a while it then goes haywire and places coins randomly since it doesn't have its correct starting position.
You can fix this when u right klick on the Auto Script File -> edit script -> serch for SendInput {z down}/ {z up} -> exchange the z with a y.
It works just right after that.
I didnt want to bother talking to the jackpot girl over and over for 30mins, so using this, you leave it running a few hours and you will have your jackpot! :)
i have a friend who told me he tried for more than 2 days until it worked... so when i arrived at that quest i was like NO FREAKIN WAY :P hehe... then made this... and since i made it, might as well share it :)
-talking to her, selecting no, if jackpot is not about to be won, warp, sleep, repeat...
when jackpot was "about to be won", i started betting... still took about 30mins before i actually hit jackpot ...
Most people doing this are reporting 2-4 jackpots in as little as 15 minutes.
Admittedly, I'm not to that point in the game yet...
considering its only keyboards presses, it doesnt rely on screen resolution, colors or mouse position so it should work with anyone with default keyboard :)