Results 1 to 4 of 4
  1. #1
    ItZzSora's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    United States
    Posts
    45
    Reputation
    10
    Thanks
    77
    My Mood
    Asleep

    AHK Scripts Not Working?

    So, I've made ahk scripts for Unturned (stuff like clicking twice a second to chop trees) but the hotkey doesn't work, like it will either hit once and just stop or ahk won't recognize that I've hit that button.

    If anyone could re-write me a script to test out really quickly (just for 2 left clicks a second, activated by Numpad_0 (keypad Ins)) or tell me if I can fix this?
    `Thanks, Sora

  2. #2
    ItZzSora's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    United States
    Posts
    45
    Reputation
    10
    Thanks
    77
    My Mood
    Asleep
    for anyone wondering, this is what I have now.

    Code:
    toggle=0
     
    Numpad_0::
    If (toggle := !toggle)
        SetTimer, Timer, -1
    return
     
    timer:
    while toggle
    {
        Click
        Sleep, 500
    }
    return
    Last edited by Hunter; 08-18-2016 at 02:33 PM. Reason: Fixed.

  3. #3
    Gorzoid's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    227
    Reputation
    10
    Thanks
    990
    Pretty sure auto hot key is case sensitive, so change timer: to Timer:
    I am just here to learn, definitely not for hacks... o_O Just learning

  4. #4
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,892
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Been over a week since last update/bump after answers, assuming solved.

    /Closed.


    CLICK TO BUY NOW!!


    Quote Originally Posted by Liz View Post
    This is my first vouch, ever. Rapidgator account worked perfectly. Would buy in the future.

Similar Threads

  1. [Help] AHK scripts not working on TF2?
    By Duude123 in forum Team Fortress 2 Hacks
    Replies: 2
    Last Post: 11-15-2015, 12:52 PM
  2. [Tutorial] Tree/Grass script not working? This might help!
    By SpuuderMan in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 23
    Last Post: 02-19-2013, 02:00 AM
  3. MW2 Rapid fire hacks/script not working....
    By Mocklee in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 07-21-2012, 05:12 PM
  4. [Help Request] AHK script not working ONLY on vindictus :(
    By dustinhack in forum Vindictus Help
    Replies: 0
    Last Post: 05-07-2012, 06:45 AM
  5. [Solved] edited Scripts Not WORKING!!!
    By imhafiy in forum Crysis 2 Help
    Replies: 2
    Last Post: 05-21-2011, 07:02 PM