GlovePIE Slow motion cheat with Wiimote

The place to discuss all things Receiver.
Post Reply
Lyc@n
Posts: 5
Joined: Wed Apr 03, 2013 7:09 am

GlovePIE Slow motion cheat with Wiimote

Post by Lyc@n » Sun Aug 18, 2013 10:34 am

Hello everybody! Sorry it's my third question in a small amount of time, but I'm trying to do a GlovePIE script for Receiver, and I have some problems. I want that the slow motion cheat is toggled when I press the A button of my Wiimote because it's a bit too hard to aim correctly with the Wiimote. So I made the little code:

Code: Select all

if Wiimote.A then
   Key.S=TRUE
   Key.S=FALSE
   Key.L=TRUE
   Key.L=FALSE
   Key.O=TRUE
   Key.O=FALSE
   Key.N=TRUE
   Key.N=FALSE
   Key.O=TRUE
   Key.O=FALSE
   wait 1000 ms
endif
Yeah you see that it says "SLONO" but it's because I have an azerty keyboard. But the real problem is that it doesn't work at all, it doesn't toogle the toogles the slow motion. Can anybody help me please? Thanks!

Post Reply