Advertisement
CollectorTogami

AutoNoGoingOverFlawless.Lua

Feb 28th, 2017
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. while true do
  2.  
  3.   PRNGState=memory.readdwordunsigned(0x03005D80)
  4.    --Please change the PRNG state to what value you want
  5.    gui.text(0,10,"PRNG State: "..string.format("%08X", PRNGState))
  6.   if PRNGState == 0 then
  7.     emu.pause()
  8.   else
  9.     emu.frameadvance()
  10.   end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement