Resource icon

CLEO Release Fast Quit for 0.3.7

CLEO related
Status
Not open for further replies.

_C1ph3r_

Active member
Joined
Feb 5, 2017
Messages
91
Reaction score
3
- FAST QUIT by C1PH3R -

Long time no see, this a simple script, maybe released by someone but now I have a new update for 0.3.7 and easy for people to use.

Ver 1 - SF requires 
Activation Command: /fquit
Source:
Code:
{$CLEO}
0000: NOP "_C1ph3r_"
0662: NOP "+FOR UG-BASE+"
0662: NOP " 2018 is back "

repeat
wait 50
until 0AFA:  is_samp_available
0B34: samp register_client_command "fquit" to_label @Function_1

while true
wait 0
end

:Function_1
0AB1: call_scm_func @Function_2 0
SAMP.CmdRet()


:Function_2
0AA2: 0@ = load_library "samp.dll" // IF and SET
0@ += 0x4D70
0AA5: call 0@ 2 0 0 65535
0AA3: free_library 0@
0AB2: ret 0

Ver 2 - No SF Requires !
Activation Key: F1
Source:
Code:
{$CLEO}
0000: NOP "_C1ph3r_"
0662: NOP "+FOR UG-BASE+"
0662: NOP " 2018 is back "

Thread "_C1ph3r_"

:Check
wait 0 
if 
0AB0:   key_pressed 112 
jf @Check 
018C: play_sound 1139 at 0.0 0.0 0.0 
jump @Function_1

:Function_1
0AB1: call_scm_func @Function_2 0
SAMP.CmdRet()


:Function_2
0AA2: 0@ = load_library "samp.dll" // IF and SET
0@ += 0x4D70
0AA5: call 0@ 2 0 0 65535
0AA3: free_library 0@
0AB2: ret 0


FAQ: 

- How to change the activation ?: 

+ You can change it by editing a part of the code and recompile it with Sanny Builder 3.
+ For version 1 find this line and change "fquit" to any command you would love ( Eg: fuckquit ) => Done !
Code:
0B34: samp register_client_command "fquit" to_label @Function_1

+ For version 2 find this line and change "112" to any key that you would love to press ( EG: 113 = F2 ) => Done !

Code:
0AB0:   key_pressed 112 // Change 112 to any key list below

{
Key        Number

Mouse 1        1
Mouse 2        2
Mouse 3        4
Mouse 4        5
Mouse 5        6

Space        32
Tab        9
Enter        13
Shit        16
Alt        18

F1        112
F2        113
F3        114
F4        115
F5        116
F6        117
F7        118
F8        119
F9        120
F10        121
F11        122
F12        123

Entf        46
Einfg        45
Pos1        36
Ende        35
Bild Down      34
Bild Up        33

Numpad 1      97
Numpad 2      98
Numpad 3      99
Numpad 4      100
Numpad 5      101
Numpad 6      102
Numpad 7      103
Numpad 8      104
Numpad 9      105
Numpad +      107
Numpad -      109
Numpad /      111
Numpad *      106
Arrowleft      37
Arrowright      39
Arrowtop      38
Arrowbottom      40

1        49
2        50
3        51
4        52
5        53
6        54
7        55
8        56
9        57
0        48

´        221
-        189
.        190
,        188
<        226
^        220
ESC        27

A        65
B        66
C        67
D        68
E        69
F        70
G        71
H        72
I        73
J        74
K        75
L        76
M        77
N        78
O        79
P        80
Q        81
R        82
S        83
T        84
U        85
V        86
W        87
X        88
Y        89
Z        90}

- What will others see ?
+ They see you fuckn disappear less then 0,1 second. Chatlog: (Kicked/Banned) but you are okay.

- How does it work ?
+ Simply exploit a basic anti-cheat on any servers. The system will kick you instantly after the cleo activated !

- Is it clean ? ( Keylog, Trojan, Virus... )
+ Sure ! You can check it on Virustotal.com ! I also including my code so that people can check it clearly.

P/S:
Press like to support me ♥

Sign: _C1ph3r_
 

Attachments

  • FastQuit(SF Req).cs
    137 bytes · Views: 117
  • FastQuit.cs
    157 bytes · Views: 154
Status
Not open for further replies.
Top