Untagged Release FastReload.CS (Undetecable)

.Galaxy

New member
Joined
Dec 10, 2017
Messages
2
Reaction score
1
Never Lose Duel Again!
FastReload.CS


By .Galaxy

Works Without SampFuncs!

Activation : QW
 

Attachments

  • Fastreload.cs
    17.7 KB · Views: 89

Ninja FTW

Active member
Joined
Aug 11, 2017
Messages
61
Reaction score
0
Location
Saturn
Lol, this is better: http://ugbase.eu/Thread-CLEO-CLEO-AutoScroll-0-3-7-Fixed-Released-w-o-SAMPFUNCS
 

mistery

Well-known member
Joined
Apr 23, 2014
Messages
262
Reaction score
5
This can be done in very few lines in ahk , without using cleo:
Key: R
Off/on : F2
_________________________________

#ifwinactive,GTA:SA:MP
~r::
Getkeystate,state,RButton
If state=D
return
mouseclick, wheelup
sleep 20 ; or any sleep you want
mouseclick, wheeldown
return
#ifwinactive
~F2::
suspend
return
 
Top