I do actually have one for you and its for ahk so u wont get banned the command is:
#NoEnv ; Cyka
;
#Warn ; Blyat
SendMode Input ; Idi
SetWorkingDir %A_ScriptDir% ; Nahui
#NoEnv
SendMode, Input
SetBatchLines -1
CoordMode, Mouse, Screen
mouseXY(x, y){
DllCall("mouse_event",uint,1,int,x,int,y*,uint,0,i nt,0)
}
strafe(left){
moveCount := 25
sleepInterval := 1
relativeMove := 15
if(left){
key := "a"
move := -relativeMove
} else {
key := "d"
move := relativeMove
}
Send, {Blind}{%key% down}
DllCall("Sleep", "UInt", 5)
Loop, %moveCount% {
mouseXY(move, 0)
DllCall("Sleep", "UInt", sleepInterval)
}
Send, {Blind}{%key% up}
}
*XButton2::
while getkeystate("XButton2","P") {
strafe(false)
strafe(true)
}
return
And u might need to change the movecount and relativemove, But if u wanna do Godlike LJ and Godlike bhop/Multihop then use the settings i typed. Then change ur Sens to 2.6 dpi 400 m_yaw 0.029