Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
i think the slime slots pay out better, but you cant quit playing while in the middle of a 'slime time' or you forfit the tokens you won, so you have to wait until you finally die at a boss fight (which can be annoying after you win 200k tokens in a slime time and killed 20 bosses and been waiting an hour or so and cant leave or you get 1 token...)
that said either slot machine you cant really lose by just continuing to play
It only seems to work for me if I choose to run the script by right clicking it and selecting to "Run with UI access," which only is available as an option if you installed autohotkey under C:\ProgramFiles\* and chose to add that into the shell. You can just hold 1 (or whatever key you like by changing it) and it works. If someone wants to edit this to make it so pressing 1 (or whatever) will start an auto-press that'd be great.
*start of script*
1::
Settimer, sendenter, 10
Return
1 up::
Settimer, sendenter, off
Return
sendenter:
Send, {Enter down}
Sleep 5
Send, {Enter up}
Return
*end of script*
Right click the game, go to Steam Controller Configuration.
Press the Gamepad section
Press the A Button (With your mouse)
Bottom of the screen, press "Show Activators"
Choose the type of activator you want (Regular press, double press, hold, etc)
Hold to Repeat (Turbo) to On.
Technically, you're done. But you can also turn Toggle on, and the game will repeat that action until you hit another button, whch means you don't have to manually hold down the Turbo button.
toggle = 0
#MaxThreadsPerHotkey 2
F8::
Toggle := !Toggle
While Toggle{
Click
Send a
sleep 100
}
return
You're welcome! I only found out Steam had this feature when I was trying to do exactly what you're doing with the casino. :P
Did you get it to work?
Yeah it works in DQ11 fine. Crazy thing is the other day when I set it up, I also was excited because I can use it in Nioh to use an exploit that requires the same action of just pressing confirm, but for it to really be useful requires a loooooong time of that, so auto-fire built into steam is perfect. Couldn't access that exploit right away, now I can, but when I right click on games in the menu the steam controller option doesn't appear, except for DQ11. I'm trying to figure that out now.
Edit: I must've managed to turn off the PS4 controller support checkmark in the primary steam controller settings. When I turned that on the option appeared for all my games. *eyeroll*
Edit again: Except the option buttons at the bottom weren't appearing and I've no idea why. Solved by putting Steam in Big Picture Mode (ugh) and navigating to the controller configuration from there. Yay for turbo buttons!
What I mean is, I can activate it just fine when I'm not at the game's screen, but when I am, I can't. How do I get past this?
I've tried changing the display option to see if that was the problem but it wasn't.
Only good thing about the casino is buying sage elixirs for mere 1,000 tokens. This in my opinion is a game changer because now one can just spam the most damaging attacks without worrying about running out of mp.
But nevermind that, I already found another way of getting tokens.
Thanks for sharing your opinion. :)
Otherwise, just play slots for 10 mins after she says someone will win. The game is scripted to make you win, so doing this nonsense is a bit too much
Resurrecting your resurrection in case someone else finds this like I did when searching....you need to run your script as an Admin. Right Click on it and choose Run As Administrator then it should work in the game.