CLEO Help Help

CLEO related

Fr0z3n

Well-known member
Joined
Nov 20, 2019
Messages
294
Reaction score
36
Location
Srbija
Hi, how to translate this 481757744 into memory address format? and if you do how?
 

Fr0z3n

Well-known member
Joined
Nov 20, 2019
Messages
294
Reaction score
36
Location
Srbija
cuz it crash haha

try it by yourself

JavaScript:
WHILE TRUE
WAIT 0

0A8D: 2@ = read_memory 0x1CB70A30 size 4 virtual_protect 0

chatmsg "%d" 2@
wait 2000

END
 

JaggerJam

Active member
Joined
Sep 14, 2017
Messages
98
Solutions
1
Reaction score
21
cuz it crash haha

try it by yourself

JavaScript:
WHILE TRUE
WAIT 0

0A8D: 2@ = read_memory 0x1CB70A30 size 4 virtual_protect 0

chatmsg "%d" 2@
wait 2000

END
Mb you forgot the color on chatmsg and I didn't crashed the result is -684799955
 

ajom

Well-known member
Joined
Apr 14, 2020
Messages
389
Solutions
2
Reaction score
268
Location
Pluto
PHP:
{$CLEO}
0000:

WHILE TRUE
    WAIT 2000
    0A8D: 2@ = read_memory 0x1CB70A30 size 4 virtual_protect 0
    chatmsg _formattedstring "%d" _color 0xFFFFFFFF _params 2@
END
 
Top