Results 1 to 11 of 11
  1. #1
    esbe1175's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    38
    My Mood
    Busy

    Post AutoFire - All burst weapons [AHK]

    Hello, just wanted to share a script that I made with selectable modes, that allows you to optimize firing speed on each of the burst weapons. It has a built in "humanizer", that basically just randomizes the delays to a certain degree with barely any impact on your firing speed.

    Here it is:
    Code:
    Mode = 0
    ~F6::Suspend
    
        *m::           
    If (Mode = 0)
    {
    	Mode = 1
    	ToolTip, CHICOM
    	Sleep, 500
    	ToolTip
    	Random, SleepTime, 150, 160
    }
    Else If (Mode = 1)
    {
    	Mode = 2
    	ToolTip, M4A1
    	Sleep, 500
    	ToolTip
    	Random, SleepTime, 320, 340
    }
    Else If (Mode = 2)
    {
    	Mode = 3
    	ToolTip, SWAT-556
    	Sleep, 500
    	ToolTip
    	Random, SleepTime, 400, 430
    }
    Else If (Mode = 3)
    {
    	Mode = 0
    	ToolTip, BER
    	Sleep, 500
    	ToolTip
    	Random, SleepTime, 250, 270
    }
    
     $Lbutton::
    loop{
    GetKeyState, keystate, Lbutton,P
    if keystate = U
    	break
    else
    Click, Left, 1
    Sleep, %SleepTime%
     }
     Return
    To pause the script, hit F6
    To switch mode, hit M

    It displays a tooltip at your cursor to show you which mode you are in, this will minimize your game in FullScreen, so try using windowed fullscreen instead and it will work just fine. Alternatively comment and i'll make a separate script without the tooltip. It'll just be harder to know which mode it is on.
    Last edited by esbe1175; 08-04-2015 at 09:29 AM.

  2. #2
    Whalerus's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Cuntapussy raptor villain praises U with the almighty hand of Shrek and thanks you for this script

  3. #3
    _YanYoo's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Aimbot.mp3 ( ͡° ͜ʖ ͡°)
    Posts
    5
    Reputation
    10
    Thanks
    4
    My Mood
    Relaxed
    Looks good, like that you put a bit effort into it and added the different weapon modes

  4. #4
    robert123456789's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    can you get banned for this?

  5. #5
    Dave's Mexican's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    C:\Program Files (x86)\Steam\SteamApps\common
    Posts
    792
    Reputation
    29
    Thanks
    1,330
    My Mood
    Fine
    Quote Originally Posted by robert123456789 View Post
    can you get banned for this?
    yes. ahk is very easy to detect...





    Quote Originally Posted by Dave84311
    Shuttup mexican
    Quote Originally Posted by Royce
    stupid mexican
    Quote Originally Posted by Hitokiri~
    Shut up stupid mexican.
    Quote Originally Posted by Hypnotized
    Why aren't you cutting my lawn?
    Quote Originally Posted by _Tavi
    Mexican
    Quote Originally Posted by Hitokiri~
    Get back to cutting my damn grass retard.


  6. #6
    HexDan's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    HOW DO I PUT IT INTO THE GAME ?!?!?!?!?!?

  7. #7
    [NEWACCOUNT]Yano's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    CL_WritePacket();
    Posts
    305
    Reputation
    13
    Thanks
    5,011
    My Mood
    Relaxed
    Quote Originally Posted by HexDan View Post
    HOW DO I PUT IT INTO THE GAME ?!?!?!?!?!?
    GET A D3D HOOK AND HOOK IT 100 TIMES YOU DEFINETELY WONT GET BANNED.
    TO DECREASE THE BAN CHANCE EDIT SOME MEMORY AND INJECT SOME DLLS WITH A VERY OLD INJECTOR
    Code:
    __asm mov [RecoilVec], 0

  8. #8
    maxzor's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    0
    My Mood
    Cool
    thanks mate

  9. #9
    {CrossPanda}'s Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    USA Minnesota
    Posts
    11
    Reputation
    10
    Thanks
    1
    My Mood
    Stressed
    Awesome Bro! FAL here I come!

  10. #10
    zedboss1234's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Pls help where to put the script?

  11. #11
    KRIFF's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    happy to see people actually doing this. Thanks a lot!

Similar Threads

  1. [Release] CS: GO | Burst Script AHK - Any weapon.
    By Axel12399 in forum Counter-Strike 2 Scripts
    Replies: 8
    Last Post: 01-23-2016, 01:59 PM
  2. ALL BlackMarket weapon-Captain 3rd- 200€
    By F60705R in forum Selling Accounts/Keys/Items
    Replies: 5
    Last Post: 04-23-2010, 01:13 PM
  3. [Info] ALL BEST WEAPONS!
    By Ajar in forum CrossFire Hacks & Cheats
    Replies: 63
    Last Post: 02-28-2010, 08:20 AM
  4. Trading My Lvl 17(gp) With All Ownage Weapons For A Runescape Account.
    By VIP-Member in forum WarRock - International Hacks
    Replies: 19
    Last Post: 06-03-2007, 02:59 AM
  5. How to buy all the weapons?
    By EyalZamir in forum WarRock Korea Hacks
    Replies: 5
    Last Post: 05-15-2007, 10:08 PM