Thread: GlovePie

Results 1 to 3 of 3
  1. #1
    supersillykid556's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    In a House
    Posts
    165
    Reputation
    10
    Thanks
    240
    My Mood
    Sleepy

    Lightbulb GlovePie

    Hey, I've been on MPGH awhile now, and i'm curious. how come no one has ever started using GlovePie? i looked and all i could find was some people in the CrossFire forums using it it for auto clickers......

    Sorry if my english is bad, am very 420blazed rn famio.

    Alright, so you might be asking, "what is GlovePie?" if you havent heard of it before.
    GlovePie was made because some dude wanted to hook his Nintendo Power Glove to his computer.
    but in order to do that he needed his computer to be able to read and understand inputs given by the Nintendo Power Glove.
    Soon after releasing its first version the dude added some other game controllers you could use.

    Theres alot of Controllers that are compatible with GlovePie, such as,

    PS3 Wireless Controller (Bluetooth)
    Xbox 360 Wired Controller
    Xbox 360 Wireless Controller
    Nintendo WiiMote (BlueTooth) (this ones kinda hard to hook up)
    Nintendo Wii Accessories (Nunchuck, Wii Balance Board, Wii motion Plus)
    Nintendo PowerGlove (idfk Magic)
    KeyBoard
    Mouse
    Midi Controllers
    Kinect
    Voice Commands (O.O)

    I've used this to play Gmod with my Wiimote (Gyroscope aims the camera, Nunchuck shoots gun)
    Route my Xbox Controller as a Midi Controller to work with FL Studio
    Route my Wii controller as a Midi Controller to work with FL Studio
    Route my Wii Controller as Keyboard And Mouse Controls for Minecraft

    It may be possible to make other things with this program.... one thing i was having trouble with is incremental variables..... might not be possible since all If statements act like loops....

    Virus Scans:
    Virus Scan 1
    Virus Scan 2
    Virus Scan 3

    <b>Downloadable Files</b> Downloadable Files


  2. #2
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    /Approved. Post back results and as always, use at your own risk.

  3. #3
    supersillykid556's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    In a House
    Posts
    165
    Reputation
    10
    Thanks
    240
    My Mood
    Sleepy

    Cool

    Code for Macros, I recently Bought a New Mouse, It has a Keypad on its left side, twelve buttons, Fancy shjt. the program it came with didnt have macros, only able to change the key its set to, so whipped this up.

    its just a test script, but its working so just study it and i'm sure you'll realize how it works.

    Code:
    Var.One = Keyboard.One
    Var.Two = Keyboard.Two
    Var.Three = Keyboard.Three
    Var.Four = Keyboard.Four
    Var.Five = Keyboard.Five
    Var.Six = Keyboard.Six
    Var.Seven = Keyboard.Seven
    Var.Eight = Keyboard.Eight
    Var.Nein Or Var.Nine = Keyboard.Nine
    Var.Zero = Keyboard.Zero
    Var.Dash = Keyboard.Minus
    Var.Equals = Keyboard.Equals
    
    If Var.One = True then
       if Keyboard.One = true then
          Keyboard.BackSpace = True
          Keyboard.BackSpace = False
       endif
    wait 5ms
    Keyboard.H = true
    Keyboard.H = false
    Keyboard.E = true
    Keyboard.E = false
    Keyboard.L = true
    Keyboard.L = false
    Keyboard.L = true
    Keyboard.L = False
    Keyboard.O = true
    Keyboard.O = False
    Wait 550ms
    Endif