CLEO Help Need help, about keywords and Opcodes.

CLEO related
Status
Not open for further replies.

Marcus

Active member
Joined
May 13, 2014
Messages
57
Reaction score
0
i have some questions about keywords, and some Opcodes too. hope you guys can explain, thank you very much
1. what is jump_to_false (jf), how it work. and another keywords like else jump,goto,return,etc....
2. what id ReadSAMPMemory, and WriteSAMpmemory. how it work, too.
:eek:key:

Just learn how to script few days ago, so dont said i'm stupid ==
 

Marcus

Active member
Joined
May 13, 2014
Messages
57
Reaction score
0
springfield link said:
1) http://ugbase.eu/tutorials/sanny-builder-syntax/
2) reading/writing memory offsets from samp.dll module.

i'm sorry for disturb you, but some questions too....

what is interger,global var, int,local var . when i'm press" SAMP.WriteSAMPmemory, etc... , it's ask to put some thing like interger in there. but i dont know what is it....

and where to get those value number of interger,int,local var etc... like that
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
272
global var = $<name>
local var = 0@ .. 33@
integers are whole numbers(1, 5, -13, 99 etc)

SAMP.WriteSAMPMemory(0x212A55, 0x1337, 2)
First parameter is the offset or the address where to write, second is the value to write at that address, third number of bytes to be written.
 

Marcus

Active member
Joined
May 13, 2014
Messages
57
Reaction score
0
springfield link said:
global var = $<name>
local var = 0@ .. 33@
integers are whole numbers(1, 5, -13, 99 etc)

SAMP.WriteSAMPMemory(0x212A55, 0x1337, 2)
First parameter is the offset or the address where to write, second is the value to write at that address, third number of bytes to be written.

so where i get these number? and how...
 

Marcus

Active member
Joined
May 13, 2014
Messages
57
Reaction score
0
springfield link said:
Are you looking for something specific or just random addresses?
You can use CheatEngine.
WriteSAMPMemory(77152, 50064, 2)<------ i want to know, what is this number. and how to find it.
 
Status
Not open for further replies.
Top