GlovePIE:Perfect Dark
From WiiLi
(Redirected from Perfect Dark)
// This is a simple Perfect Dark Script, controls as follows. You'll // have to change your default controls to the ones that follow: // A button : Z // B button : X // Start : Enter // L button : A // R button : S // Z button : C // Made by the Yorkester, feel free to spread, do not claim work as // your own. Key.Left = Wiimote.Left Key.Right = Wiimote.Right Key.Z = Wiimote.Plus Key.C = Wiimote.Two Key.X = Wiimote.One Key.Up = Wiimote.Up Key.Down = Wiimote.Down Key.Enter = Wiimote.Home Key.L = Wiimote.B

