Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/02/2019 in all areas

  1. Watch on YouTube: 86.3: Fixed work on Android 10 - GameGuardian
    2 points
  2. for i=1, 100 do a = { { address = t1[1].address + offset , flags = 4 --dword }, { address = t1[1].address + offset2 , flags = 4 --dword }, --repeat this until you insert everything you want } end
    2 points
  3. Basically I dont see any advanced script have open source. Learn lua from google is easier and fastest way to learn.
    1 point
  4. x = --value you want gg.searchNumber(x,gg.TYPE_DWORD) local t1 = gg.getResults(100) for i=1, 100 do a = { address = t1[1].address + offset , address = t1[1].address + offset2, -- do until you satisfied } end gg.addListItems(a) This can save address of different offset. (MAYBE?)
    1 point
  5. You could try updating Google play services manually as shown in this video https://youtu.be/osyC5PYJic8
    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.