Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/08/2019 in Posts

  1. Script cannot look which region is actually needed. Why you make it become complicated? gg.setRanges(gg.REGION_BAD) gg.searchNumber("1;2;3", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) Just put memory region which is needed before searchNumber, then scripts will only search value in memory region selected by scripts.
    1 point
  2. https://upload4earn.org/94rvvx1ahalh
    1 point
  3. Try this : local region, checkbox = {}, {} for v in tostring(gg):gmatch('(REGION.-)\'') do table.insert(region, v) table.insert(checkbox, 'checkbox') end while true do local res = {} local prompt = gg.prompt(region, nil, checkbox) if prompt then for k, v in ipairs(prompt) do if v then table.insert(res, 'gg.'..region[k]) end end if res[1] then load('gg.setRanges(bit32.bxor('..table.concat(res, ',')..'))')() end else break end end
    1 point
  4. @agnocoustic if you ever get your hands on 60 gold coins just buy the bag and edit the rest. P.s dont worry bout the hp since you can do this.
    1 point
  5. I would like to have infinite coins and gold in this game. Modern Ops https://play.google.com/store/apps/details?id=com.edkongames.mobs
    1 point
  6. You can find these values with xor. The xor keys are 4 bytes away from the encrypted value and the key needed for the values I changed on my screenshot is 444,444. Since you're new I'll leave these screenshots and instructions so you know how to use a xor key known search Dword click on the arrow inside the white circle next to the entered values and select "XOR ... = ???" enter the xor key search encrypted value
    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.