Please Help
My problem is geting a string from an adress my code :
I tried alot but still crash =(
address :
[img=500x500]https://i.imgur.com/DrXxVWY.png[/img]
My problem is geting a string from an adress my code :
I tried alot but still crash =(
Code:
{$CLEO .cs}
:R
wait 0
SAMP.Available
else_jump @R
:C
if key_down 20
then
alloc 10@ 100
0A8D: 10@ = read_memory 0xBAAFC6 size 120 virtual_protect 0
printf "Text is: %s " 10@
free 10@
end
wait 500
jump @C
[img=500x500]https://i.imgur.com/DrXxVWY.png[/img]