Jump to content

AdamEA

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

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

AdamEA's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. The value has not changed. But I tried this offset script, it worked! gg.clearResults() gg.searchNumber("1288490188820;51539607852;214748364812::9" , gg.TYPE_QWORD) gg.refineAddress("C88", gg.TYPE_QWORD) p = gg.getResultCount() q = gg.getResults(p) for i = 1,p do local r = {} r[i] = {} r[i].address = q[i].address + 4 r[i].flags = 4 r[i].value = 13 gg.setValues(r) end gg.clearResults()
  2. gg.removeListItems(gg.getListItems()) Where should I replace it? Sorry, I just learned to use the script. ;,,;
  3. I use script recorder change the value 12 to 13 when using the script The value of 12 is not changed to 13. What should I change in the script?
×
×
  • 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.