Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/18/2018 in all areas

  1. I've got it figured out. Works well.
    2 points
  2. 2 points
  3. Debating on sharing with public, but I did find a method.
    1 point
  4. @Backlift gg.searchNumber('100', gg.TYPE_DWORD) -- 1_find a value local d = gg.getResults(1) -- 2_get its address d[1].address = d[1].address + 12 -- 3_use the offset on it (for example +12) d = gg.getValues(d) -- load values print(d) d[1].value = 120 -- set new value in var gg.setValues(d) -- write to game gg.getValues(d) -- read from game print(d)
    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.