CLEO Help FYP Decrypt help.

CLEO related
Status
Not open for further replies.

JoJox

New member
Joined
Feb 22, 2020
Messages
1
Reaction score
0
Location
United States
its old cleo crypted by FYP cryptor, some kind of bullet hack idk.
i rlly want the full source code inside to make some changes (trying to send a fake bullet that will hit target without even fire w/o SF.).
can someone help me decrypt this?
thx u anyway.
 

Attachments

  • BH.cs
    620 bytes · Views: 7

_Safa

Well-known member
Joined
Sep 22, 2019
Messages
297
Reaction score
103
Location
UGBASE
C++:
{$CLEO .cs}
thread "SR_team"
wait 3000

:SR_team_31
wait 0
if and
key_down 81
00E1:   player 0 pressed_key 6
0AD2: 1@ = player $PLAYER_CHAR targeted_actor //IF and SET
0457:   player $PLAYER_CHAR aiming_at_actor 1@
   not SAMP.ChatInputOpened
   not Actor.Driving($PLAYER_ACTOR)
else_jump @SR_team_31
SAMP.SetGameKeyState(17, 255)
Actor.StorePos(1@, 13@, 14@, 15@)
0087: 12@ = 15@ // (float)
12@ += 0.5
0@ = SAMP.GetSAMPPlayerIDByActorHandle(1@)
alloc 5@ 39
0C0D: struct 5@ offset 0 size 1 = 1
0C0D: struct 5@ offset 1 size 2 = 0@
0C0D: struct 5@ offset 3 size 4 = 13@
0C0D: struct 5@ offset 7 size 4 = 14@
0C0D: struct 5@ offset 11 size 4 = 12@
0C0D: struct 5@ offset 15 size 4 = 13@
0C0D: struct 5@ offset 19 size 4 = 14@
0C0D: struct 5@ offset 23 size 4 = 15@
0C0D: struct 5@ offset 27 size 4 = 0.0
0C0D: struct 5@ offset 31 size 4 = 0.0
0C0D: struct 5@ offset 35 size 4 = 0.0
6@ = RakNet.NewBitStream()
BitStream.Write(6@, 224, BS_TYPE_BYTE, 1)
BitStream.Write(6@, 5@, BS_TYPE_ARRAY, 39)
RakNet.LiteSend(6@)
RakNet.DeleteBitStream(6@)
free 5@
SAMP.SetGameKeyState(17, 0)
jump @SR_team_31
 
Status
Not open for further replies.
Top