Glovepie Scripts Wiimote ❲FREE❳

Maps movement to the Nunchuk stick and camera control to the IR pointer, ideal for shooters.

This script turns the Wiimote into an air mouse using the IR camera, requiring a sensor bar or two candles. glovepie scripts wiimote

Do you need (pointing at the screen) or MotionPlus (tilting)? What game or app are you trying to control? Maps movement to the Nunchuk stick and camera

// Simple mouse script for Wiimote mouse.CursorPosX = smooth(1024-round((((wiimote1.dot1x+wiimote1.dot2x)/2)/1024)*1024),3) mouse.CursorPosY = smooth(round((wiimote.dot1y/784)*768),3) mouse.LeftButton = Wiimote.B mouse.RightButton = Wiimote.A Use code with caution. Copied to clipboard 2. Wiimote + Nunchuk FPS Script (Keyboard/Mouse) 3) mouse.CursorPosY = smooth(round((wiimote.dot1y/784)*768)