Jump to content
  • 0

Parameter


Dispater

Question

Posted

Hello is there any tutorial on how to edit parameter directly with gg(no script). Like does it share the same address with the variable? If not how to find it?Screenshot_20240421_175237.thumb.JPG.10628fa4d034f9bf7820f3b7d2a876ba.JPG

3 answers to this question

Recommended Posts

Posted
32 minutes ago, Dispater said:

Hello is there any tutorial on how to edit parameter directly with gg(no script). Like does it share the same address with the variable? If not how to find it?Screenshot_20240421_175237.thumb.JPG.10628fa4d034f9bf7820f3b7d2a876ba.JPG

Though gg  u can change only method itself, in your case its boolean, for change monster id or Num u need find other offset/field

For boolean - mov w0, wzr / Ret (false, 64 bit) mov w0, #0x1 / Ret (true, 64 bit)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.