Post subject: Infinitely Press Start Lua Script
Joined: 1/17/2011
Posts: 3
Location: Not telling.
Hi! I haven't been on here for a while, so here's the story: I am trying to make a Dian Shi Ma Li (no, 8-bit Fortran doesn't scare me) run where you can get the credit max and also not have to spin the reel once. I found a glitch where if you A (or B?) while the reel is spinning you will get 100 credits each time A is pressed. However, I found anothe glitch where if you continuously press START from the Famicom's boot, every time you press START you get an extra 1000 credits. I tried both- the most I got was 687000 credits. Anyone know how to make a lua script that forever presses start?
-C3po345 TAS
Player (79)
Joined: 8/5/2007
Posts: 865
Language: lua

while true do joypad.set(1,{start=true}) emu.frameadvance() joypad.set(1,{start=false}) emu.frameadvance() end
Or something like that. I haven't tested it and I'm not even sure if it's what you're looking for, but whatever.
Post subject: Re: Infinitely Press Start Lua Script
AnS
Emulator Coder, Experienced player (724)
Joined: 2/23/2006
Posts: 682
C3po345 TAS wrote:
However, I found anothe glitch where if you continuously press START from the Famicom's boot, every time you press START you get an extra 1000 credits.
Sounds more like intentional cheat code than a glitch.
arflech
He/Him
Joined: 5/3/2008
Posts: 1120
i imgur com/QiCaaH8 png