Results 1 to 10 of 10
  1. #1
    OzeTheDude's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Brazil
    Posts
    30
    Reputation
    10
    Thanks
    1

    Get 2-hit kills easy with any Assault Rifle

    So, guys Drift0r just uploaded a video explaining the Semi-automatic attachmente for ARs, and it turns them into 2-hit kill weapons with the rate of fire of an AK-12 (600RPM or 0.1secs).
    So i tried running the honey badger with this attachment and a rapid fire macro set to 0.1secs and its incredibly OP, i got a Maniac really easy with that, and the risk of getting banned is probably none.

    Now here is a good tip: if you run ghosts on 60FPS smoothly, you can set it to 0.1secs, but if you have FPS issues or isnt able to keep up on 60FPS constantly, i suggest you leave 2-4ms extra so your gun wont "jam".

    Here is the code i used for my macro (Autohotkey):
    Code:
    #NoEnv
    SendMode Input
    
    _auto := true
    
    ~LButton::autofire()
    Numlock::_auto := ! _auto
    F12::Suspend
    
    autofire()
    {
    	global _auto
    	if _auto
    	{
    		Loop
    		{
    			if GetKeyState("LButton", "P")
    			{
    				SendInput {LButton DownTemp}
    				Sleep 6
    				mouseXY(0, 0)
    				SendInput {LButton Up}
    				Sleep 6
    			}
    		else
    		break
    		} ;; loop
    	} ;; if
    } ;; autofire()
    
    mouseXY(x,y)
    {
    	DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0)
    }
    Change both sleeps from 6ms to 5ms if you run 60FPS.

  2. #2
    odaysawaqed's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    'Murica
    Posts
    135
    Reputation
    23
    Thanks
    1,179
    My Mood
    Buzzed
    This is really interesting!
    Feel free to Donate



  3. #3
    blucrayon's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    2
    looks good, but you can't dropshot while holding down LMB, any fixes? have it bound to "Change Stance" as ctrl

  4. #4
    InAmazYT's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    How do you set it up to use?

  5. #5
    VisionX's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    compile in autohot key

  6. #6
    dex1206's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    3
    Thanks! Works nicely!
    Last edited by dex1206; 11-12-2013 at 12:24 AM.

  7. #7
    janoesj's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    So i got the script working, but im a little confused how to set the macro to 0.1 ? Could u explain that pls? thnks!
    Last edited by janoesj; 11-12-2013 at 08:57 AM.

  8. #8
    Jak3012's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    3
    Hi

    Please can you help me out a little. I have entered script and loaded it in AutoHotKey.

    When creating the macro is it just a case of clicking LButton?

    Once it is loaded in AutoHotKey does AHK need to be left open for the script to function?

  9. #9
    Singed's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    67
    Reputation
    52
    Thanks
    255
    My Mood
    Lurking
    Quote Originally Posted by janoesj View Post
    So i got the script working, but im a little confused how to set the macro to 0.1 ? Could u explain that pls? thnks!
    I've got no experience with AHK, but the syntax is strikingly similar to C#/Java. So, I'm going to guess and say you change the thread sleep timers from 6 to 1, which should reduce the time to 1ms between those click inputs.. I could be wrong though, don't take my word for it.

  10. #10
    janoesj's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    well i tried that, but it doesnt shoot any faster. I like the idea but for me the fire rate now is a little to slow and i could prob. click it faster myself

Similar Threads

  1. [Detected] Marvel Avengers Alliance 1 Hit Kill Hack - With Cheat Engine (tested on win 7 64x)
    By ogkush317 in forum Social Game Hacks & Trainers
    Replies: 3
    Last Post: 07-07-2013, 02:11 AM
  2. Replies: 2
    Last Post: 08-19-2012, 02:13 AM
  3. 1 hit kill help with adding weps
    By karam98 in forum CrossFire Help
    Replies: 6
    Last Post: 03-30-2011, 12:55 PM
  4. Easy way to kill Zombie With NX
    By NuB_GhOsT in forum Combat Arms Discussions
    Replies: 14
    Last Post: 12-19-2009, 05:53 PM
  5. [REQUEST] public trainer with 1 hit kill pos
    By niekill in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-21-2007, 01:14 PM