Jump to content

hsusudhbsjwhdhdgsj

Members
  • Posts

    19
  • Joined

  • Last visited

Recent Profile Visitors

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

hsusudhbsjwhdhdgsj's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

1

Reputation

  1. ive tried but idk what im doing wrong the is saving the new value and not the original one
  2. actually one last thing how to restore the original_t[original_i].address + offset value that got changed on lol(p, i, r, i, 0x20, 4713)? i've tried everythink i know to revert the changes back to original state value but im lost
  3. Oh God I'm ashamed Thank you so much everythink working now
  4. i've tried but is not giving me any result i just need to retrive the value of the new address and use it to search again gg.searchNumber("19811;1065353216;10616;10606;10611::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 5) r = gg.getResults(gg.getResultsCount()) t = {} t[1] = {} t[1].address = r[1].address - 0x8 t[1].flags = gg.TYPE_DWORD t = gg.getValues(t) AccID = t[1].value gg.searchNumber("AccID;40;6;1065353216::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 5) r = gg.getResults(gg.getResultsCount()) for some reason using AccID = r[1].value is working but i need the new address value that is t[1].address = r[1].address - 0x8 and is giving nil result using t[1].value
  5. but can not use as variable and will return nil
  6. i need some further help how to retrive the value of an offset address? gg.searchNumber("19811;1065353216;10616;10606;10611::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 5) r = gg.getResults(gg.getResultsCount()) t = { { address = r[1].address - 0x8 } } p = { { val = t[1].value } } print(' value: ', p[1].value)
  7. Genius is what i needed TY SO MUCH
  8. Hello im wondering if is there a better way to coding this i just want to edit every 4th index of the table
×
×
  • 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.