truongvi2013
Active member
worked
Last edited:
{$CLEO .cs}
0000: NOP
const
SAMP_CHAT_INFO_OFFSET_R2 = 0x21A0E4
FUNC_ADDTOCHATWND_R2 = 0x64010
FUNC_SAY_R2 = 0x57F0
FUNC_CMD_R2 = 0x65C60
end
0AC8: alloc 2@ = 260
0AD3: format 2@ = "/sit 5"
:N1
wait 0
if and
0AB0: key_pressed 67
0AB0: key_pressed 51
jf @N1
0AB1: @SEND_COMMAND 1 2@
wait 1000
jump @N1
:SEND_COMMAND
wait 0
IF 0AA2: 7@ = "samp.dll"
THEN
7@ += FUNC_CMD_R2
0AA5: call 7@ num_param 1 pop 0 0@
END
0AB2: 0
Still spamming ton of error and crashtry this
Code:{$CLEO .cs} 0000: NOP const SAMP_CHAT_INFO_OFFSET_R2 = 0x21A0E4 FUNC_ADDTOCHATWND_R2 = 0x64010 FUNC_SAY_R2 = 0x57F0 FUNC_CMD_R2 = 0x65C60 end 0AC8: alloc 2@ = 260 0AD3: format 2@ = "/sit 5" :N1 wait 0 if and 0AB0: key_pressed 67 0AB0: key_pressed 51 jf @N1 0AB1: @SEND_COMMAND 1 2@ wait 1000 jump @N1 :SEND_COMMAND wait 0 IF 0AA2: 7@ = "samp.dll" THEN 7@ += FUNC_CMD_R2 0AA5: call 7@ num_param 1 pop 0 0@ END 0AB2: 0
hereStill spamming ton of error and crash
Thank You anyway <3.
{$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
Its finally worked!here
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