Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/20/2024 in all areas

  1. it would be something like this : --after search and refine local start = gg.getResults(1) local target = start[1].address + 0x990 local target2 = start[1].address + 0x29 local target3 = start[1].address + 0x34 local target4 = start[1].address + 0x32 --editing gg.setValues({ {address = target, flags = gg.TYPE_DWORD, value = 999999}, {address = target2, flags = gg.TYPE_DWORD, value = 999999}, {address = target3, flags = gg.TYPE_DWORD, value = 999999}, {address = target4, flags = gg.TYPE_DWORD, value = 999999} }) yup. adding offsets only to first result to get to another target.
    1 point
  2. in basic, it will be like this : --after search and refine local start = gg.getResults(1) local target = start[1].address + 0x990 --editing gg.setValues({ {address = target, flags = gg.TYPE_DWORD, value = 999999} })
    1 point
×
×
  • 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.