Perfect aim mouse control FPS/RTS/MMO's/Navigate faster

Post gaming related scripts
CPLNet
Posts: 53
Joined: 06 Dec 2016, 11:24

Perfect aim mouse control FPS/RTS/MMO's/Navigate faster

16 Nov 2019, 22:56

Code: Select all

;Perfect Control Mouse By CPL Net

x:=x+35000
x+=35000
x++
y:=y+35000
y+=35000
y++
xz:=xz+35000
xz+=35000
xz++
zy:=zy+35000
zy+=35000
zy++


legit:
loop {
*~$f3::
settimer, legit, 30
if ((x < 0)&&(xz > 0))
{
DllCall("mouse_event", uint, 1, int, xz, int, 0, uint, 0, int, 0)
DllCall("mouse_event", uint, 1, int, x, int, 0, uint, 0, int, 0)
}
return
}
return

hardcore:
loop {
*~$f4::
settimer, hardcore, 30
if ((x < 0)&&(xz > 0)&&(y < 0)&&(zy > 0))
{
DllCall("mouse_event", uint, 1, int, x, int, 0, uint, 0, int, 0)
DllCall("mouse_event", uint, 1, int, xz, int, 0, uint, 0, int, 0)
DllCall("mouse_event", uint, 1, int, 0, int, y, uint, 0, int, 0)
DllCall("mouse_event", uint, 1, int, 0, int, zy, uint, 0, int, 0)
}
return
}
return
legita:
loop {
*~$f5::
settimer, legita, 00
if ((x < 0)&&(xz > 0))
{
DllCall("mouse_event", uint, 1, int, xz, int, 0, uint, 0, int, 0)
DllCall("mouse_event", uint, 1, int, x, int, 0, uint, 0, int, 0)
}
return
}
return

hardcorea:
loop {
*~$f6::
settimer, hardcorea, 00
if ((x < 0)&&(xz > 0)&&(y < 0)&&(zy > 0))
{
DllCall("mouse_event", uint, 1, int, x, int, 0, uint, 0, int, 0)
DllCall("mouse_event", uint, 1, int, xz, int, 0, uint, 0, int, 0)
DllCall("mouse_event", uint, 1, int, 0, int, y, uint, 0, int, 0)
DllCall("mouse_event", uint, 1, int, 0, int, zy, uint, 0, int, 0)
}
return
}
return

*~$INS::PAUSE
return
[Mod edit: [code][/code] tags added]

F3 legit relax - F4 Hardcore relax - F5 Legit compet - F6 hardcore compet - INS pause script
imsamuka
Posts: 3
Joined: 04 Feb 2020, 17:46

Re: Perfect aim mouse control FPS/RTS/MMO's/Navigate faster

01 Mar 2020, 16:38

I think I am to dumb to understand what it does exactly.
You can explain it a little more? :wtf:

Return to “Gaming Scripts (v1)”

Who is online

Users browsing this forum: No registered users and 19 guests