Page 3 of 7 FirstFirst 12345 ... LastLast
Results 31 to 45 of 105
  1. #31
    FxOxAxD's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    356
    Quote Originally Posted by Merforga View Post
    No copy pasting, downloaded the zip file and just extracted directly and tried to run it. Same result on my laptop as well... Am I doing something wrong? I extracted it, run PUBG, then run script once at main menu of game.
    This is the error: https://i.imgur.com/jYR2tnK.png
    There is a missing hotkey in your line, but I've just checked the file and it's correctly and other people say it's working, please check my ****** and try the last update, i'm unable to edit my post ****** .com /FxOxAxD/PUBG-ahk-helper

    - - - Updated - - -

    Quote Originally Posted by srzzmy1994 View Post
    Will you continue updating?
    Yes, there is an update available in my ******, check it ****** .com /FxOxAxD/PUBG-ahk-helper

    - - - Updated - - -

    Quote Originally Posted by xiaoqinzy View Post
    hmmm,i still dont know how to use it:eek:it doesnt work on my pc
    Did you tried ahk scripts before? Can you see tooltips showing?

    - - - Updated - - -

    Quote Originally Posted by ywaa View Post
    Thank you so much for update! Its kinda weird question but how can I change autofire button? I use cap locks for map and Its kinda uncomfy for me to use
    Sure you can, just change this:

    ~CapsLock:: ; AutoFire Toggle
    if (GetKeyState("CapsLock","t")=0)
    {
    AutoFire = 0
    ToolTip("AutoFire OFF")
    } else if (GetKeyState("CapsLock","t")=1) {
    AutoFire = 1
    ToolTip("AutoFire ON")
    }
    Return
    To this:
    *NumPad1::( AutoFire = 0 ? (AutoFire := 1,ToolTip("AutoFire ON")) : (AutoFire := 0,ToolTip("AutoFire OFF")) ) ; AutoFire Toggle
    (Change NumPad1 to whatever key you want, here you have a list with all hotkeys available: autohotkey .com /docs/KeyList.htm

    - - - Updated - - -

    Quote Originally Posted by at396 View Post
    The newest version of the script the hold to ADS does not work for me. I have to click to ADS not hold like it worked with the old version.
    Sorry to hear that, please check my ****** and try the last update, let me know if still doesn't work for you ****** .com /FxOxAxD/PUBG-ahk-helper

  2. #32
    BAMxqzme's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    145
    My Mood
    Yeehaw
    What a little bitch you are bro. I told you I did not get it from your little ****** and even send the you link to where I found it.
    Now you went crying for admins.

    Go get a life pal.
    Last edited by BAMxqzme; 10-13-2017 at 05:38 AM.

  3. #33
    thanhan22595's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Can you help me.
    I don't know why this script doesn't work on my pc
    I'm runed this script and set Screen Mode window and try bottons:mouse 5, caplock, numpad 0,numpad dot. But nothing change

  4. #34
    FxOxAxD's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    356
    Quote Originally Posted by BAMxqzme View Post
    What a little bitch you are bro. I told you I did not get it from your little ****** and even send the you link to where I found it.
    Now you went crying for admins.

    Go get a life pal.
    It was not your script, it was mine, and you get all the reputation from it, also I didn't get no pm's from you, never send me anything, go check messages and send again.

    - - - Updated - - -

    Quote Originally Posted by thanhan22595 View Post
    Can you help me.
    I don't know why this script doesn't work on my pc
    I'm runed this script and set Screen Mode window and try bottons:mouse 5, caplock, numpad 0,numpad dot. But nothing change
    Did you tried other ahk scripts and them worked for you? I want to know if it's about my script or about ahk in general.

  5. #35
    gaurang's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    2
    you did bro, thanks a lot! but just a little remark. I really have the feeling that the "stolen" script has a better compensation. I use a high sensivity of 70 and it gives me really an awesome compensation for all weapons. especially ump and scar. ingame compensation: 2

  6. #36
    umudoxd31's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    1
    best comp value ?

  7. #37
    csppppp001's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    works well for me . thx FxO.
    can you add this function :
    when hold RButton ( means into ADS )
    press LButton also press shift at the same time (make breath shot) .

    - - - Updated - - -

    BTW i close Compensation for its unstable .
    cause different guns has each recoil
    Last edited by csppppp001; 10-14-2017 at 12:56 PM.

  8. #38
    kilespi's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    is this still safe?

  9. #39
    gaurang's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    2
    that would be insane, if also the breath button would be inclosed :-)

  10. #40
    evoevan's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1
    can we have a step by step guide on how to get this script to work? i plugged it in to auto hotkey but now i dont know what to do? help would be appreciated.

    - - - Updated - - -

    csppppp001 can you explain how you get this to work please? i have a email or you can pm me. thank you buddy

    - - - Updated - - -

    Quote Originally Posted by csppppp001 View Post
    works well for me . thx FxO.
    can you add this function :
    when hold RButton ( means into ADS )
    press LButton also press shift at the same time (make breath shot) .

    - - - Updated - - -

    BTW i close Compensation for its unstable .
    cause different guns has each recoil
    csppppp001 can you explain how you get this to work please? i have a email or you can pm me. thank you buddy

  11. #41
    csppppp001's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    steps:
    1. download ahk
    2.download FxO's ahk script
    3. right click this script 'run as admin'
    4.open game
    5.enjoy
    tips: you need toggle to open function
    like CapsLockfor autofire NumPadDot for Compensation
    but first you need toggle mouse 5 button ( Typically performs the same function as Browser_Forward.) to active ADS mode .

  12. #42
    rahzeiniik's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    best Compensation for AR or AK?

  13. #43
    chesternoob's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    front of my monitor
    Posts
    25
    Reputation
    10
    Thanks
    1
    My Mood
    Drunk
    Quote Originally Posted by rahzeiniik View Post
    best Compensation for AR or AK?
    8 is for squad wipe

  14. #44
    KushKilla's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    Oz
    Posts
    111
    Reputation
    10
    Thanks
    15
    My Mood
    Psychedelic
    How to change the hotkeys? for some reason using any of the numpad keys minimizes my game?

  15. #45
    rHFJTjjrtjetrjer5jtjrtjrtj's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    0
    I can not aim with a red dot or other ?

Page 3 of 7 FirstFirst 12345 ... LastLast

Similar Threads

  1. [Release] AHK Game Helper
    By 481k in forum Counter-Strike 2 Scripts
    Replies: 17
    Last Post: 06-17-2016, 01:29 PM
  2. 33 US Senators Voted Against English as America's Official Language!
    By x1xtomx1x in forum United States of America
    Replies: 3
    Last Post: 12-18-2007, 10:25 PM
  3. The Official WarRock Hack, created by K2 Network
    By masaki619 in forum WarRock - International Hacks
    Replies: 44
    Last Post: 12-10-2007, 01:00 PM
  4. Random12 is now officially my bitch :D
    By MikeM in forum General
    Replies: 23
    Last Post: 08-10-2007, 07:22 PM