W Wreko Active member Joined Dec 13, 2014 Messages 40 Reaction score 0 Apr 11, 2015 #1 I have no idea how to store pointers.... but just storing them as variable like 3@ doesn't work... i need pointers... i neeed a way to store them...
I have no idea how to store pointers.... but just storing them as variable like 3@ doesn't work... i need pointers... i neeed a way to store them...
springfield God Joined Feb 18, 2005 Messages 2,965 Reaction score 276 Apr 11, 2015 #2 Store the address to a variable, use readMemory to read the pointer. 0@ = (gta_sa.exe+123123) 0XXX: 1@ = readMem 0@ sz 4 vp 0 Upvote 0 Downvote
Store the address to a variable, use readMemory to read the pointer. 0@ = (gta_sa.exe+123123) 0XXX: 1@ = readMem 0@ sz 4 vp 0
W Wreko Active member Joined Dec 13, 2014 Messages 40 Reaction score 0 Apr 12, 2015 #3 Wait, shouldn't I use 0AC7: ? Upvote 0 Downvote
W Wreko Active member Joined Dec 13, 2014 Messages 40 Reaction score 0 Apr 12, 2015 #4 another question: Does 0AA5: work backwards? Like... is it 0AA5: call 0@ num_param 2 pop 2 params $param_2 $param_1? Seems like it... Upvote 0 Downvote
another question: Does 0AA5: work backwards? Like... is it 0AA5: call 0@ num_param 2 pop 2 params $param_2 $param_1? Seems like it...