DARK_DEMON_SCRIPTER Posted August 8, 2023 Posted August 8, 2023 On 7/29/2023 at 3:57 AM, StearD said: how can i patch this method to set player position? Hook using lgl mod menu Vector3 method hooking code :- Link Or try aadil offset tester from Telegram https://t.me/Gamer_Aadil/191003 U need vip to access full offset tester tab in the menu
THETWINSOFFICIAL Posted August 14, 2023 Posted August 14, 2023 Vector3 like x, y, z Vector 2 x, y Vector3 {999, 999,99} Vector2 {99, 99}
XEKEX Posted August 15, 2023 Posted August 15, 2023 arm patch : if the PUSH start with R0 don't change R0 R1 will hold 1st arg R2 will hold 2ed arg R3 will hold 3ed arg if the PUSH start with R4 same as above skip R5 R6 will hold 1st argument R7 will hold 2ed argument R8 will hold 3ed argument Since it's Void scroll down until you find POP instruction then scroll up and change the R1 R2 R3 instruction ( best if original is MOV ) this might work ( 30% ) Try to avoid VOID methods for arm patching 2ed aproach : since void act on the fields of that class pointer search the fields related to movments or map and edit the values in the A REGION 3ed aproach : allocate a memory in XA Region write your custom ARM code then sweap pointers with the original method address pointer
Question
StearD
how can i patch this method to set player position?
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.