Welcome, Guest.

Author Topic: No Recoil For Support And assault  (Read 1273 times)

Offline PickleRick

  • Posts: 6
    • View Profile
No Recoil For Support And assault
« on: May 11, 2018, 11:54:30 PM »
it's an auto hot key script created by chest123. all credits goes to him

HOW TO USE-

1.Download Auto Hot Key https://autohotkey.com/
2.Install Auto Hot Key
3.Right Click On Desktop > New > AutoHotkey Script
4.Paste the code below, save, and exit
5.Right click the script on the desktop
6.Run as admin (for some reason if you don't do this, the no recoil won't work in game but it will work on the desktop.)
7.Go to game and enjoy!
8.When done, just press the Insert button and it should stop itself

START- F1
PAUSE-F2
STOP- INSERT

SCRIPT-

#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%

F1::
Loop
{
Sleep, 10
GetKeyState, state, F1, P
if state = U ;-- The key has been released, so break out of the loop.
break
SoundBeep,200,250
Sleep, 10
Suspend
}
return
F2::Suspend

~LButton::
while GetKeyState("LButton")
{
DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
Sleep, 12
}
return
~MButton::
if GetKeyState("LButton")
{
Sleep, 13
MouseClick, Middle,,,, D
DllCall("mouse_event", uint, 0, int, 0, int, -1, uint, 0, int, 0)
}
return


Insert::ExitApp


WORKS FOR ALL MOUSES, TESTED WITH EVEN A $5 MOUSE.
ONLY WORKS WITH ASSAULT AND SUPPORT ATM

HAPPY HACKING!! SAY THANKS

Offline NourKVA

  • Posts: 10
    • View Profile
Re: No Recoil For Support And assault
« Reply #1 on: July 22, 2018, 09:24:43 AM »
Well it isn't working that well from me. Could you provide a link with the script so I could download it and use it without any problem? Thanks


Total Registered Members:





2017-2023 BigPackets. All rights reserved. All other trademarks, logos and copyrights are the property of their respective owners. This site is not associated with any company in any way.