; <COMPILER: v1.1.23.05>
#SingleInstance Force
#MaxHotKeysPerInterval
buttonaim = x5 y8 w106 h26
buttonspeed = x121 y8 w106 h26
more = x241 y8 w106 h26
close = x400 y8 w40 h26
aimtext = x7 y40 w120 h23 +0x200
speedtext = x130 y40 w132 h23 +0x200
bytext = x290 y50 w150 h15 +0x200
window =x860 y580 w481 h110
Link = x110 y80 w481 h30
onoff = 1
onoff2 = 0
Gui, Color,Black
Gui,Show,%window%,Panel Hack MTA:SA
Gui Font, s13 Underline cBlack, Impact
Gui, add, button, %buttonaim% gaimbot, AIMBOT
Gui, add, button, %buttonspeed% gspeed, CORRER+
Gui, add, button, %more% gmore, AJUDA
Gui, add, button, %close% gcloseButton, X
Gui Font, cRed, FixedSys
Gui, add, Text, %aimtext%,Aimbot : OFF
Gui, add, Text, %speedtext%,CORRER+ : OFF
Gui Add, Link, %link%, <a href="https://www.youtube.com/channel/UCetZkA88UCcoz_4mRdiLKIw">> > > > FAMOZIN DO SA:MP < < < <</a>
Gui, -Caption +E0x200 +ToolWindow
TransColor = D4D1C8
WinGet, k_ID, ID, A
WinSet, AlwaysOnTop, On, ahk_id %k_ID%
WinSet, TransColor, %TransColor% 400, ahk_id %k_ID%
aimbot:
if ( onoff = 0 )
{
onoff = 1
soundbeep
Gui Font, cRed, FixedSys
Gui, add, Text, %aimtext%,Aimbot : OFF
Gui, add, Text, %aimtext%,Aimbot : ON
return
}
else
{
onoff = 0
soundbeep
Gui Font, cGreen, FixedSys
Gui, add, Text, %aimtext%,Aimbot : ON
}
return
speed:
if( onoff2 = 0 )
{
onoff2 = 1
soundbeep
Gui Font, cRed, FixedSys
Gui, add, Text, %speedtext%,CORRER+ : OFF
}
else
{
onoff2 = 0
soundbeep
Gui Font, cGreen, FixedSys
Gui, add, Text, %speedtext%,CORRER+ : ON
}
return
more:
{
MsgBox,0,INFORMA??ES,C-Bug (F2)`n`nSpeedHack (F10)`n`nAimbot Hack (F9)`n`n? 32 Bit ?`n`nInterface By Rayan-Alharbi`n`n©All rights reserved *FAMOZIN DO SA:MP`n
}
Closebutton:
ExitApp
F9::
if(OnOff == 0)
{
OnOff = 1
Gui Font, cRed, FixedSys
Gui, add, Text, %aimtext%,Aimbot : OFF
Soundbeep
return
}
else
{
OnOff = 0
Gui Font, cGreen, FixedSys
Gui, add, Text, %aimtext%,Aimbot : ON
Soundbeep
}
return
F10::
if(OnOff2 == 0)
{
OnOff2 = 1
Gui Font, cRed, FixedSys
Gui, add, Text, %speedtext%,CORRER+ : OFF
Soundbeep
return
}
else
{
OnOff2 = 0
Gui Font, cGreen, FixedSys
Gui, add, Text, %speedtext%,CORRER+ : ON
Soundbeep
}
return
F2::
{
toggle:=!toggle
}
return
~$LButton::
if toggle
While GetKeyState("LButton", "P")
{
Click down Right
sleep 30
click down Left
sleep 15
click up Right
click up Left
sleep 5
SendInput {c down}
sleep 30
SendInput {c up}
sleep 10
#noenv
setbatchlines -1
setkeydelay -1
}PAD