Results 1 to 3 of 3
  1. #1
    imdrae's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    9
    My Mood
    Relaxed

    Smile Help with a script?

    I have no knowledge of scripts, coding, or anything. Saying that I was wondering if someone would add something to this script (bhop script). I was wondering if you could put a hotkey to disable/enable the script while in game.


    *~$Space::
    Sleep 100
    Loop
    {
    GetKeyState, SpaceState, Space, P
    If SpaceState = U
    break
    Sleep 1
    Send, {Blind}{Space}
    }
    Return

  2. #2
    liquidsystem's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    507
    Reputation
    135
    Thanks
    691
    My Mood
    Happy
    Quote Originally Posted by imdrae View Post
    I have no knowledge of scripts, coding, or anything. Saying that I was wondering if someone would add something to this script (bhop script). I was wondering if you could put a hotkey to disable/enable the script while in game.


    *~$Space::
    Sleep 100
    Loop
    {
    GetKeyState, SpaceState, Space, P
    If SpaceState = U
    break
    Sleep 1
    Send, {Blind}{Space}
    }
    Return
    Scrap all of that, try this:
    Code:
    F11:: Hotkey, *~$Space, Toggle
    
    End::
    ExitApp
    
    *~$Space::
    Sleep 5
    Loop
    {
        GetKeyState, SpaceState, Space, P
        If SpaceState = U
            break 
        Sleep 1
        Send, {Blind}{Space}
    }
    Return
    If you wish to thank me, don't forget to click the button!

    Currently Playing: Osu, OldSchool Runescape (pm for username)


    Bitcoin Address: 1HUdLVM7DnT9gC1i5kNKzcKWekSbFoKNp2


    Steam
    Main Account
    Sales Account

    Feel free to PM me if you have any other questions relating Java, Python, or Physics, or general schoolwork


  3. The Following User Says Thank You to liquidsystem For This Useful Post:

    aj31134 (08-08-2014)

  4. #3
    imdrae's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    9
    My Mood
    Relaxed
    Thanks.

Similar Threads

  1. [Help Request] Need help with some scripts
    By umadbrosky in forum DayZ Help & Requests
    Replies: 2
    Last Post: 01-10-2014, 02:51 PM
  2. [Help Request] Help with spawn scripts
    By TrackLegend in forum DayZ Help & Requests
    Replies: 1
    Last Post: 12-21-2013, 02:53 PM
  3. [Help Request] Help with install script to menu
    By dudeks in forum DayZ Help & Requests
    Replies: 2
    Last Post: 12-18-2013, 03:45 AM
  4. [Help Request] Need help with some script ^_^
    By FIRExFACTION in forum Realm of the Mad God Help & Requests
    Replies: 3
    Last Post: 06-28-2013, 04:45 PM
  5. [Help Request] Need help with my Script
    By hannemannen in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 8
    Last Post: 11-08-2011, 02:08 PM