Jump to content

DimoNULL

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DimoNULL's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Week One Done
  • One Month Later
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. DimoNULL

    Pause isn't working?

    Some games cannot be stopped, as well as using speedhack. As far as I know, this is due to the bit depth of the game. If you want to slow down or stop the game, you need to intercept the timer yourself through memory.
  2. How do I find the address of the function in the process memory if I have the address of the function in the file libil2cpp.so received through the il2cpp dumper?
  3. I need to edit the one color value, but i can't find it. Who can help me?
  4. If script started i getting error`local pos1 = gg.prompt("Enter XYZ", "", gg.TYPE_FLOAT)` bad argument #1 to 'gg.prompt' (string: table expected, got string) (field 'prompt') Script: gg.toast("Enter XYZ:") local pos1 = gg.prompt("X:", nil, gg.TYPE_FLOAT) local pos2 = gg.prompt("Y:", nil, gg.TYPE_FLOAT) local pos3 = gg.prompt("Z:", nil, gg.TYPE_FLOAT) local search_string = string.format("%.2f~%.2f;%.2f~%.2f;%.2f~%.2f:9", pos1-0.02, pos1+0.02, pos2-0.02, pos2+0.02, pos3-0.02, pos3+0.02) gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber(search_string, gg.TYPE_FLOAT) gg.toast("Finished") Where the error?
×
×
  • 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.