STEAM GROUP
s3fov2 smoothness:3
STEAM GROUP
s3fov2 smoothness:3
0
IN-GAME
3
ONLINE
Founded
1 May, 2023
Location
Fiji 
ABOUT s3fov2

FOR THOSE WHO KNOW HOW TO AIM

ZeroX := (A_ScreenWidth // 2)
ZeroY := (A_ScreenHeight // 2)
CFovX := 200
CFovY := 200
ScanL := ZeroX - CFovX
ScanT := ZeroY - CFovY
ScanR := ZeroX + CFovX
ScanB := ZeroY + CFovY

loop {
if getkeystate("LButton", "p")
{

PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, 0x000000, 0, Fast RGB
if errorlevel = 0
{
if (AimPixelX < A_ScreenWidth)
{
DllCall("mouse_event", uint, 1, int, AimPixelX/760, int, 0, uint, 0, int, 0)
sleep 150
}
if (AimPixelX > A_ScreenWidth)
{
DllCall("mouse_event", uint, 1, int, -AimPixelX/760, int, 0, uint, 0, int, 0)
sleep 150
}}
}}


return
INS::Pause
POPULAR DISCUSSIONS
VIEW ALL (5)
GROUP MEMBERS
Administrators
Moderators
0
IN-GAME
3
ONLINE
0 IN CHAT
Enter chat room
Founded
1 May, 2023
Location
Fiji 
ASSOCIATED GAMES