3 items

File information

Last updated

Original upload

Created by

HawkX

Uploaded by

FireHawkX

Virus scan

Safe to use

Tags for this mod

20 comments

  1. Galleux02
    Galleux02
    • member
    • 0 kudos
    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?
    1. FireHawkX
      FireHawkX
      • premium
      • 20 kudos
      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

      Good luck!!
    2. Galleux02
      Galleux02
      • member
      • 0 kudos
      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
    3. Galleux02
      Galleux02
      • member
      • 0 kudos
      did that and it still dosn't work, the cursor is moving, but it won't place down the bet, so nothing really happens
    4. FireHawkX
      FireHawkX
      • premium
      • 20 kudos
      Hummm... It's extremely difficult to help troubleshoot in this case since i dont know what keyboard keys you can use to play the game...

      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...
  2. darklion85
    darklion85
    • member
    • 0 kudos
    hello, on definitive edition autohotkey not work, any solution?

    edit: my bad, script need administrator permission for work, ty  :-)
    1. FireHawkX
      FireHawkX
      • premium
      • 20 kudos
      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

      Glad you got it working!!
  3. Yondaime12
    Yondaime12
    • premium
    • 0 kudos
    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.
    1. Leogarasu
      Leogarasu
      • member
      • 0 kudos
      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.

      It works just right after that.
  4. cell943
    cell943
    • supporter
    • 5 kudos
    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.
    1. FireHawkX
      FireHawkX
      • premium
      • 20 kudos
      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! :)
    2. shotinthedark99
      shotinthedark99
      • member
      • 0 kudos
      Where the hell is the cheat engine table for that? all the ones I can find don't do casino tokens
  5. Sigglypuff
    Sigglypuff
    • premium
    • 0 kudos
    Works great thanks!
  6. josjikawa
    josjikawa
    • supporter
    • 13 kudos
    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)
    1. FireHawkX
      FireHawkX
      • premium
      • 20 kudos
      oh well that is interesting to know :) hehe...

      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 :)
    2. FireHawkX
      FireHawkX
      • premium
      • 20 kudos
      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 ...
    3. edale
      edale
      • member
      • 0 kudos
      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...
    4. FireHawkX
      FireHawkX
      • premium
      • 20 kudos
      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
  7. ClassicalNoodle
    ClassicalNoodle
    • premium
    • 18 kudos
    Script works great, thank you!
    1. FireHawkX
      FireHawkX
      • premium
      • 20 kudos
      glad you found it useful :)

      considering its only keyboards presses, it doesnt rely on screen resolution, colors or mouse position so it should work with anyone with default keyboard :)