CLEO Help Sanny Builder error

CLEO related
Status
Not open for further replies.

afattahniz

Active member
Joined
Jun 8, 2015
Messages
74
Reaction score
0
Hello UGBASE! I am having an error when decompiling FakeAFK.cs file
Whenever i try to open this file in sanny builder this error appears 
zhalyUC.png

This error only appears when i try to open/decompile FakeAFK.cs file
I shall be thankful if somebody help me to resolve this issue.
 

Attachments

  • FakeAFK.cs
    18.6 KB · Views: 21

monday

Expert
Joined
Jun 23, 2014
Messages
1,125
Reaction score
149
click on the wheel in sanny builder control panel -> click ignore unknown, then open the file, press ignore few times and you decrypted 1337 hax

Code:
{$CLEO .cs}

//-------------MAIN---------------
0000: NOP 
thread "1337" 
wait 1337 
chatmsg "{4183D7}[FakeAFK] {ffffff}Èñïîëüçîâàòü: {4183D7}/afk{ffffff}. Àâòîð: {4183D7}Logan for Flores." 16777215 
0B34: samp register_client_command "afk" to_label @1337_142 

:1337_131
wait 0 
jump @1337_131 

:1337_142
if 
  0@ == 0 
else_jump @1337_283 
0@ = 1 
chatmsg "{4183D7}[FakeAFK] {ffffff}ON{ffffff} AFK." 16777215 
SAMP.WriteSAMPMemory(16864, 195, 1)
SAMP.WriteSAMPMemory(24896, 195, 1)
SAMP.WriteSAMPMemory(18480, 195, 1)
SAMP.WriteSAMPMemory(82384, 50064, 2)
Actor.StorePos($PLAYER_ACTOR, 5@, 6@, 7@)
jump @1337_398 

:1337_283
0@ = 0 
chatmsg "{4183D7}[FakeAFK] {ffffff}OFF{ffffff} AFK." 16777215 
SAMP.WriteSAMPMemory(16864, 0@, 1)
SAMP.WriteSAMPMemory(24896, 1@, 1)
SAMP.WriteSAMPMemory(18480, 2@, 1)
SAMP.WriteSAMPMemory(82384, 3@, 2)
Actor.PutAt($PLAYER_ACTOR, 5@, 6@, 7@)

:1337_398
SAMP.CmdRet
 
Status
Not open for further replies.
Top