CLEO Help Auto Getmats 0.3DL

CLEO related
Status
Not open for further replies.

MinhQuang

Member
Joined
Jun 6, 2019
Messages
15
Reaction score
2
Sorry I'm a Vietnamese in my country no one is capable of doing this. Help me!

I need it to work like this: Automatically / getmats when you get to the point of getting the material
 

MinhQuang

Member
Joined
Jun 6, 2019
Messages
15
Reaction score
2
[QUOTE = "Parazitas, bài đăng: 119615, thành viên: 39678"] Tôi có thể tìm thấy nó, tôi nghĩ vậy. [/ QUOTE]
Pls Share :))
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
882
Location
Lithuania

Aimbot.exe

Active member
Joined
Aug 21, 2017
Messages
50
Reaction score
18
Maybe share your code?
simple auto command
Code:
{$CLEO .cs}

0000: NOP


const
SAMP_CHAT_INFO_OFFSET_03DL = 0x2ACA10
FUNC_ADDTOCHATWND_03DL = 0x67650
FUNC_SAY_03DL = 0x5860
FUNC_SEND_CMD_03DL = 0x69340
end


0AC8: 2@ = allocate_memory_size 260
0AD3: 2@ = format "/sit 5"

                                  

:N1
wait 0
if and
0AB0:   key_pressed 67
0AB0:   key_pressed 51
jf @N1
0AB1: @SEND_CMD 1 2@
wait 1000
jump @N1




:SEND_CMD
//0AB1: @SEND_CMD 1 $text
IF 0AA2: 1@ = "samp.dll"
THEN
    1@ += FUNC_SEND_CMD_03DL
    0AA5: call 1@ num_param 1 pop 0 0@
END
0AB2: 0
 
Status
Not open for further replies.
Top