DRAGON QUEST® XI: Echoes of an Elusive Age™

DRAGON QUEST® XI: Echoes of an Elusive Age™

View Stats:
mxhunter Sep 8, 2018 @ 2:26pm
Casino Slot Machine Script?
Anyone got a script to run the slot machines that just spam enter? Tried using autohotkey but it doesn't work.
< >
Showing 1-13 of 13 comments
uzbones Sep 8, 2018 @ 6:09pm 
use a controller with a turbo/auto button, or just do the slime slots and do the auto play (100 rounds).

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
AGH!Bear Sep 25, 2018 @ 5:27am 
I've got one that works, but I'm not sure yet how to change it so that it will just start and let you leave it alone. I am terrible at programming, I've just never been able to make it stick in my brain in general, so even simple stuff like autohotkey is really difficult for me to learn.
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*

Vicious Sep 25, 2018 @ 6:20am 
Use a controller, and set up turbo with Steam.


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.




Last edited by Vicious; Sep 25, 2018 @ 6:20am
AGH!Bear Sep 25, 2018 @ 3:00pm 
*facepalm* I am embarrassed I didn't even think to open the steam controller configs and look to see if it offered anything of the sort. Thanks Vicious.
Infinite_Darkness Sep 25, 2018 @ 3:38pm 
I used Autohotkey. F8 toggles on/off.


toggle = 0
#MaxThreadsPerHotkey 2

F8::
Toggle := !Toggle
While Toggle{
Click
Send a
sleep 100
}
return
Vicious Sep 25, 2018 @ 5:14pm 
Originally posted by skeptibearicalbuddhist:
*facepalm* I am embarrassed I didn't even think to open the steam controller configs and look to see if it offered anything of the sort. Thanks Vicious.

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?
Gohangry Sep 26, 2018 @ 2:38am 
Do you know how to cheat token?
AGH!Bear Sep 30, 2018 @ 4:17pm 
Originally posted by Vicious:
Originally posted by skeptibearicalbuddhist:
*facepalm* I am embarrassed I didn't even think to open the steam controller configs and look to see if it offered anything of the sort. Thanks Vicious.

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!
Last edited by AGH!Bear; Sep 30, 2018 @ 4:58pm
「ai q sonim」 Oct 30, 2018 @ 1:33am 
Hey guys. Sorry to ressurect this thread, but this isn't working for me. The script itself is fine (as are others that I have tried aswell), the problem is I can't activate it while the game is on the screen.

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.
K4ever Oct 30, 2018 @ 8:29am 
I dont know what is the big deal with getting casino prizes. They are not that good. I just played a little bit of slime slots, poker, regular slots and I got around 400,000 without any effort. Then when you get the roulette game, just get the jackpot (look how to do this guaranteed) and by the time you get that million token prize, you realize the expensive rewards are meaningless.
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.
「ai q sonim」 Oct 30, 2018 @ 5:19pm 
You are right, but I'm kind of a perfeccionist and I like to own stuff.

But nevermind that, I already found another way of getting tokens.

Thanks for sharing your opinion. :)
AsianGirlLover Nov 1, 2018 @ 10:38am 
You’re better off playing roulette when the bunny girl says she feels someone will win soon.

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
KU Jayhawk Feb 21, 2021 @ 11:36pm 
Originally posted by 「ai q sonim」:
Hey guys. Sorry to ressurect this thread, but this isn't working for me. The script itself is fine (as are others that I have tried aswell), the problem is I can't activate it while the game is on the screen.

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.

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.
< >
Showing 1-13 of 13 comments
Per page: 1530 50