No Recoil- Headshot

Ask gaming related questions (AHK v1.1 and older)
User avatar
blueeyiz702
Posts: 20
Joined: 12 Dec 2017, 20:12
Location: Las Vegas, Nevada
Contact:

No Recoil- Headshot

15 Dec 2017, 18:52

Had to make changes for script to work with Black Squad,and just wondered if i had done correctly.had a lot of typo's and spelling errors
Its using no recoil with head shot using pixel search. I'm real new to this,thanks

Code: Select all

#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%


NRA := 1
 
Insert::Suspend

~LButton::
while GetKeyState("LButton") & NRA
{
DllCall("mouse_event", uint, 1, int, 0, int, 2, uint, 0, int, 0)
Sleep, 15
DllCall("mouse_event", uint, 1, int, 0, int, 2, uint, 0, int, 0)
Sleep, 5
}
return

PixelSearch, Px, Py,0,1080, 1920, 0, B19B93, 3, Fast
Mousemove, %px%,%py%
Send Lbutton
Sleep 200
Mousemove, %px%,%py%

End::ExitApp
[Mod edit: [code][/code] tags added.]
Osprey
Posts: 453
Joined: 18 Nov 2017, 05:50

Re: No Recoil- Headshot

15 Dec 2017, 19:42

You honestly can't expect any of us to help you cheat at a multiplayer game. People like you using scripts like that to cheat takes fun out of online games for everyone else. Hopefully, no one has the poor sense to help you out.
User avatar
Reloaded
Posts: 283
Joined: 25 Aug 2017, 08:48

Re: No Recoil- Headshot

16 Dec 2017, 11:18

blueeyiz702 wrote:Had to make changes for script to work with Black Squad,and just wondered if i had done correctly.had a lot of typo's and spelling errors
Its using no recoil with head shot using pixel search. I'm real new to this,thanks
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%


NRA := 1

Insert::Suspend

~LButton::
while GetKeyState("LButton") & NRA
{
DllCall("mouse_event", uint, 1, int, 0, int, 2, uint, 0, int, 0)
Sleep, 15
DllCall("mouse_event", uint, 1, int, 0, int, 2, uint, 0, int, 0)
Sleep, 5
}
return

PixelSearch, Px, Py,0,1080, 1920, 0, B19B93, 3, Fast
Mousemove, %px%,%py%
Send Lbutton
Sleep 200
Mousemove, %px%,%py%

End::ExitApp
The same like Osprey said, we didnt support cheating.
bijayraichand
Posts: 1
Joined: 24 Oct 2021, 09:22

Re: No Recoil- Headshot

24 Oct 2021, 09:25

1

Code: Select all

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
e::
 send {lbutton down}
 sleep 40
 send {lbutton up}
 sleep 5
 send {1 down}
 sleep 30
 send {1 up}
[Mod edit: [code][/code] tags added.]

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: vikasgandhi and 32 guests