Advertisement
Spikestuff

Crash Huge Adventure, HalfAuto Slide Spinning

Mar 26th, 2015
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. -- Thank you TASEditor for doing most of this to work.
  2.  
  3. while true do
  4. if memory.readwordsigned(0x2010DDC) == 0 then joypad.set(1,{right = true, R = true}) end
  5. -- missing line for the extra slide
  6. if memory.readwordsigned(0x2010A74) <= 328 and memory.readwordsigned(0x2010A74) >= 272 then joypad.set(1,{right = true, B = true}); end
  7.  
  8. vba.frameadvance() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement