CLEO Help How can i know what 0B2D do?

CLEO related
Status
Not open for further replies.

Hidend

Expert
Joined
Mar 4, 2013
Messages
625
Reaction score
39
For example, i want to know what this thing do...

0B2D: write_samp_memory offset 0x8880 value 0xC20400 size 3

So what can i do?
 

Hidend

Expert
Joined
Mar 4, 2013
Messages
625
Reaction score
39
TH3RM4L link said:
As it says...
0B2D: write_samp_memory offset 0x8880 value 0xC20400 size 3
it writes samp's memory.
Yes, it writes samp's memory, but i need to know what is that samp memory, is possible?
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Hidend link said:
Yes, it writes samp's memory, but i need to know what is that samp memory, is possible?
Writes number of bytes to samp.dll+offset memory.
wtf you mean 'what is that samp memory'?
 

Hidend

Expert
Joined
Mar 4, 2013
Messages
625
Reaction score
39
springfield link said:
Writes number of bytes to samp.dll+offset memory.
wtf you mean 'what is that samp memory'?
I need to know what exactly do that samp memory, because is from Godmode and i don't know for wtf is...

00D6: if
0AB0: key_pressed 114
004D: jump_if_false @NONAME_309
00D6: if
0039: 13@ == 0
004D: jump_if_false @NONAME_258
0006: 13@ = 1
0B2D: write_samp_memory offset 34944 value 12715008 size 3
02AB: set_actor $PLAYER_ACTOR immunities BP 1 FP 0 EP 0 CP 0 MP 0
0002: jump @NONAME_294
0006: 13@ = 0
0B2D: write_samp_memory offset 34944 value 7012200 size 3
02AB: set_actor $PLAYER_ACTOR immunities BP 0 FP 0 EP 0 CP 0 MP 0
0001: wait 0 ms
What happen if i remove that memory? And what if not?
 
Status
Not open for further replies.
Top