Page 1 of 3 123 LastLast
Results 1 to 15 of 38
  1. #1
    Wankistar's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Sweden
    Posts
    25
    Reputation
    10
    Thanks
    239
    My Mood
    Amazed

    AHK - Rapid Fire & Recoil Reduce


    First Off You need AHK (AutoHotKey)
    This is NOT my work i just wanted to share this for everyone... wanna atleast do anything for this forum since i use other's work from here!


    Code:
    #NoEnv
    #InstallKeybdHook
    #InstallMouseHook
    
    ~LButton::  ; while holding Left mouse button, usually fire
    loop ; preform this and loop it while the fire button is held
    {
    GetKeyState,updn, LButton, P ; check to see if its down
    if updn = U ; if its not down
    break ; break the loop 
    MouseClick, left,,, 2, 0, D ; if the loop isnt broken this
    MouseClick, left,,, 1, 0, U ; virtually send 2 downclicks then 1 up very fast
    DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 1) ; on the down click move the mouse position this much
    }
    How to use:
    Copy the Code above paste into notepad
    save file as *.AHK and run script after saved
    remember it continue's to run in windows even when outside the game
    i dont have any "exit" button on keyboard so to stop the script/hotkey-script, close it inside the "hidden icons" in windows

    since its no read/write inside the memory VAC can't ban you for this!

    https://www.virustotal.com/en/file/2...7b09/analysis/

    Password for attachment is mphg!
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Hero; 08-13-2014 at 05:16 PM.

  2. The Following 112 Users Say Thank You to Wankistar For This Useful Post:

    69joske69 (11-03-2014),A.L.A (11-19-2020),anfake (12-12-2014),anilfb1 (12-12-2014),Anonymous Users (11-02-2014),anton109 (08-13-2014),azesd169 (04-03-2023),backox (08-13-2014),Bamtan (08-26-2014),barbara12 (11-01-2014),BeansCoolMister (12-12-2014),bekrinen (10-24-2020),blackstab1337 (11-26-2014),BOOZLER (12-02-2014),by_host (11-26-2014),chalupafan99 (08-13-2014),charles_lee (08-28-2014),chewygoboom (11-28-2014),clicknet123 (11-27-2014),CoconutHead2013 (11-27-2014),Colts2013 (12-18-2014),crazyxdarren978 (08-13-2014),cybernald (11-25-2014),Daezys (12-10-2014),dipallday (12-07-2014),djdeivis10 (03-11-2015),Doodle313 (08-25-2014),DrifterZDK (11-11-2014),Echo123 (09-05-2014),Emo.ddos (11-26-2014),erkan3458 (12-16-2014),Ess3ntial (12-14-2014),excees69 (12-21-2014),fazedbrandon (10-18-2014),fdmp1 (04-27-2018),feell (11-08-2014),filipegt3 (11-05-2014),fotboll29 (10-02-2014),gamerttfdf (11-28-2014),Ghostninjazz (12-06-2014),gibin01 (12-22-2015),griciunas (08-13-2014),Hackboyloldoes (11-01-2014),Hazefabio (12-02-2014),hbth90 (08-27-2014),ila (10-27-2014),imsmart (12-17-2014),ImSoNerD (11-26-2014),J2000k (10-10-2014),JoE1337 (12-05-2014),just_cooling (01-16-2018),kakajunnistaja (10-27-2014),Kaliani (11-28-2014),kataklism (12-11-2014),kikop123 (12-11-2014),Killernager+ (11-26-2014),kimkop (12-05-2014),kingmeatlog (10-26-2014),kittsmil (12-15-2014),kosapapee (10-18-2014),kostya9811 (12-04-2014),kotton1 (11-15-2014),KrazedHD (12-12-2014),kyzian666 (12-06-2014),lucasadr (08-14-2014),MafiaPug (11-26-2014),manavgat (05-25-2018),masasad (11-12-2014),mooit555 (01-30-2019),moracle (07-31-2021),Mraznbui (12-29-2014),mrGurimo1 (01-21-2015),mw18 (10-06-2014),mypastyface (12-19-2014),Myrthyr (12-19-2014),n0c1v0 (11-26-2017),nabeel455 (12-10-2014),Nanovirus74 (11-16-2014),Nicer960 (12-01-2014),NitroCat (12-06-2014),orion319 (08-13-2014),painw (12-03-2014),poopoo1248 (08-13-2014),Pred7661 (12-10-2014),pyiephyokoko (10-26-2014),RawbHurt (12-15-2014),ret12 (10-28-2014),riix (12-15-2014),satellitecrusadingmars (12-09-2014),shetok (12-03-2014),shojakob (11-30-2014),SilaryM8 (12-11-2014),strixbololo (10-12-2015),switchify (12-10-2014),Syn126 (01-03-2015),szczepan997 (12-07-2014),t o n t i <3 (08-13-2014),tanjunyuan1998 (12-15-2014),ThatAwkwardGuy (12-11-2014),TheGrimUnit (10-26-2014),tnyxero (11-04-2023),ToasTen (12-18-2014),ToonLink (12-19-2014),ToruqMacto (10-18-2014),unralgamerpt (09-17-2020),varsin123 (12-17-2014),vtmartins91 (12-02-2014),why even bother (02-13-2021),Xilence1 (08-29-2014),yurnero99 (09-15-2014),ZappyArtz (12-20-2014),zz5121161 (10-27-2014)

  3. #2
    Color's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    19,896
    Reputation
    2588
    Thanks
    7,864
    My Mood
    Lurking
    Nothings inside the zip for me @Wankistar

    Member Since 8/05/2012
    Editor 4/04/13 - 4/21/13
    Middleman 7/14/13 - 11/4/13

    Battlefield Minion 6/13/14-3/20/15
    Steam Minion 7/16/14-3/20/15

    Minion+ 10/1/14-3/20/15
    M.A.T. Minion 10/19/14-3/20/15
    ROTMG Minion 1/14/15-3/20/15

    Donator Since 2/26/15 (Thanks @Cursed!)
    Steam Minion 5/9/15 - 11/5/15
    OSFPS Minion 9/15/15 - 11/5/15


  4. The Following User Says Thank You to Color For This Useful Post:

    theassassinaterz (11-25-2014)

  5. #3
    Hero's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    memes
    Posts
    40,140
    Reputation
    4764
    Thanks
    9,683
    File is clean, approved.
    [] [] [] [][]

    Editor from 06•14•2011 • 2014
    Donator since 09•16•2011
    Minion from 10•10•2011 • 01•06•2011
    Minion+ from 01•06•2012 • 08•08•2012
    Moderator from 08•08•2012 • 10•06•2012
    Global Moderator from 10•06•2012 • 12•05•2017
    Staff Administrator from 12•05•2017 • 05•01•2019
    Trusted Member since 07•13•2019
    Global Moderator since 09•11•2020




  6. #4
    lilfossil's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    it moves the mouse down really slow. i thought the anti recoil move mouse down alittle faster?

  7. #5
    lilfossil's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    and does anyone know how to write this so i can toggle? cuz i want 1 for AK and 1 for M4 that i can toggle :3

  8. #6
    csgoblows's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    https://csl.ink/4Ae
    Posts
    27
    Reputation
    10
    Thanks
    1
    It keeps auto buying weapons when I open the menu and click once...

  9. #7
    MeisterJaeger's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Training for 3rd gold medal from Taekwondo Finnish Champs
    Posts
    423
    Reputation
    10
    Thanks
    15
    My Mood
    Amazed
    If you want to toggle it, use this code:
    Code:
    #NoEnv
    #InstallKeybdHook
    #InstallMouseHook
    
    ~LButton::  ; while holding Left mouse button, usually fire
    loop ; preform this and loop it while the fire button is held
    {
    GetKeyState,updn, LButton, P ; check to see if its down
    if updn = U ; if its not down
    break ; break the loop 
    MouseClick, left,,, 2, 0, D ; if the loop isnt broken this
    MouseClick, left,,, 1, 0, U ; virtually send 2 downclicks then 1 up very fast
    DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 1) ; on the down click move the mouse position this much
    }
    F6::Suspend
    And use F6 button to pause it when you want to

  10. #8
    Wankistar's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Sweden
    Posts
    25
    Reputation
    10
    Thanks
    239
    My Mood
    Amazed
    ye i made an update for this yesterday with a launcher and hotkeys, and the reason it "auto" buys is bc of the rapid fire, just pause the script or buy with the B->Number->Number instead

  11. #9
    shendo34's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Any way of getting this to work for a controller?

  12. #10
    Wankistar's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Sweden
    Posts
    25
    Reputation
    10
    Thanks
    239
    My Mood
    Amazed
    Quote Originally Posted by shendo34 View Post
    Any way of getting this to work for a controller?
    what kind of controller?

  13. #11
    shendo34's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    a 360 controller

  14. #12
    tommy255's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    1
    My Mood
    Devilish
    Does anybody know a way to increase the intensity of the recoil reduction, cos at the moment, it's next to useless

  15. #13
    Wankistar's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Sweden
    Posts
    25
    Reputation
    10
    Thanks
    239
    My Mood
    Amazed
    Quote Originally Posted by tommy255 View Post
    Does anybody know a way to increase the intensity of the recoil reduction, cos at the moment, it's next to useless
    i made a new release but waiting on it to be approved, in there i have increased the speed to drag mouse down... or you could always get the new code

    HOME-Button will pause the script
    END-Button will exit the script

    Code:
    HOME::Suspend
    END::ExitApp
    #NoEnv
    #InstallKeybdHook
    #InstallMouseHook
    
    ~LButton::
    loop
    {
    GetKeyState,updn, LButton, P
    if updn = U
    break
    MouseClick, left,,, 1, 0, D
    MouseClick, left,,, 1, 0, U
    DllCall("mouse_event", uint, 1, int, 0, int, 3, uint, 0, int, 0)
    Sleep, 15
    DllCall("mouse_event", uint, 1, int, 0, int, 4, uint, 0, int, 0)
    Sleep, 5
    }
    Last edited by Wankistar; 08-14-2014 at 10:00 AM. Reason: text for short-keys

  16. The Following User Says Thank You to Wankistar For This Useful Post:

    orion319 (08-15-2014)

  17. #14
    tommy255's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    1
    My Mood
    Devilish
    nice, thanks for the update, really reduces the recoil especially on ak47. I would also like to add that to get best results i turned mouse senisitivity down to 2 in cs go's settings

  18. #15
    Wankistar's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Sweden
    Posts
    25
    Reputation
    10
    Thanks
    239
    My Mood
    Amazed
    Quote Originally Posted by tommy255 View Post
    nice, thanks for the update, really reduces the recoil especially on ak47. I would also like to add that to get best results i turned mouse senisitivity down to 2 in cs go's settings
    ye idd i got mine around 1.8 - 2.5 depends on what map xD

Page 1 of 3 123 LastLast

Similar Threads

  1. [Discussion] Freefall Tournament AHK rapid fire script possibility
    By jimmjimm6699 in forum Other First Person Shooter Hacks
    Replies: 4
    Last Post: 11-22-2014, 01:35 PM
  2. [Detected] A.v.A Hack RE-Updated ( Superweapons , semi rapid fire , no recoil , no spread )
    By moutonkiller in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 190
    Last Post: 01-08-2013, 08:30 AM
  3. [Detected] ** A.v.A Hack ( Superweapons , semi rapid fire , no recoil , no spread ) UPDATED **
    By moutonkiller in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 64
    Last Post: 12-11-2012, 08:32 PM
  4. [Detected] A.v.A Hack Updated ( Superweapons , semi rapid fire , no recoil , no spread )
    By moutonkiller in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 145
    Last Post: 12-11-2012, 06:50 AM
  5. [Discussion] [MAYBE] Future MW3 Hack by NightmareTX (Rapid fire, No Recoil, 1 kill = M.O.A.B)
    By NightmareTX_RETIRED in forum Call of Duty Modern Warfare 3 Discussions
    Replies: 21
    Last Post: 02-08-2012, 08:42 AM