Jump to content

Boardoptions

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by Boardoptions

  1. I don't want to plagiarize or benefit from the script, I just want to study and develop it to know how it works and what memory locations it accesses. I won't use it for commercial purposes or share it anywhere for personal use Ark Mobile - Alma3zol.lua
  2. Fantastic! What if I want to move items from the saved list to the search list?
  3. amazing! incredible! this is sensational! very very very thanks boss
  4. boss, I'm developing a script, this is a group search where I need to edit each value separately, in this case there are 3 float values, I need to edit each one for other specific values. gg.editall is not for this case because it edits all values in list for a single one, and in my case I would need to edit one by one how would that edition look in a script? my group search is gg.searchNumber("1151.92004394531F;-262.89999389648F;17.30963516235F::9", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) and those are the separate numbers; 1°) 1151.92004394531 2°) -262.89999389648 3°) 17.30963516235 I need to edit the numbers for these; 1°) -1.106,31103515625 2°) 523,13757324219 3°) 68,24115753174 (Obs: it is a teleportation so the big numbers)
  5. you need to run the official gameguardian outside the virtual space and do its auto installation, where it installs another modified apk not to be detected, the standard version with the name game guardian is detected.
  6. Okay, I'm going to create a topic and send it, Thanks for the act done in good faith! like a boss, do I have your permission to redirect the credits to you?
  7. nice work bro, it's working perfectly now, apps 32x and 64x Android 10, perfectly working
  8. https://play.google.com/store/apps/details?id=com.gameloft.android.ANMP.GloftGGHM gangstar vegas https://play.google.com/store/apps/details?id=com.badflyinteractive.deadeffect2 dead efect
  9. I found the solution, here is the missing code for my search; function life() gg.searchNumber("100F;5.53552857e-315E::5", gg.TYPE_AUTO, false, gg.SIGN_EQUAL, 0, -1) revert = gg.getResults(991, nil, nil, nil, nil, nil, nil, nil, nil) local t = gg.getResults(991, nil, nil, nil, nil, nil, nil, nil, nil) for i, v in ipairs(t) do if v.flags == gg.TYPE_DOUBLE then v.value = "5.53552857e-315" v.freeze = true end end gg.addListItems(t) t = nil end
  10. gg.alert('Sucess') function start() end function menuC() menu = gg.choice({'Life','Sair'},nill,'Bypass') if menu == 1 then life() end if menu == 2 then os.exit() end end function life() gg.searchNumber('5,53552857e-315',gg.TYPE_DOUBLE) gg.getresult('22') gg.editAll(freeze) end function exit() os.exit() end menuC() in gg.searchnumber I need a group search with the following code: 100F;5.53552857e-315E::5 in gg.results I need 22 results and in the gg.editall part I need to freeze all 22 values that appear in the search can someone give me a hand?
  11. yea! incredible is working well, but only 64bit applications, the other 32bit applications even with support installed do not start, but even so the project came out partially perfect, thank you very much because this is one of the best apps to use with gg in many applications.
  12. ok ok boss, even so i am very grateful and happy for your attempt to help us always count on us, we are here to add to your project, a great night of hugs of peace and tranquility! @END TOPIC
  13. hello boss, i'm having a problem with this apk, the original apk from the playstore works normally, however the re-signed apk fails after opening, the possible problem is in the subscription, because I tested a test re-subscription in the apk editor myself and also had flaws, does the apk have any kind of protection? below a video demonstrating the problem of the optimized apk and the original apk working normally, once again thank you for your attention and for everything you are doing for us, we wish you great progress My video uploaded to: https://streamable.com/pvnpqn down for screenshots for diferent name in certs, possible problem?
  14. I uploaded two apks original from Playstore working in my device, Not modified and sign for GG, one as apk original, other is plugin 64bits, my device is Android 10 and aarch64 Super Clone 64bit 3.5.40.0430.arm64.apk Super Clone 3.6.41.0226.apk
  15. Wow, Very Very Very thanks bro, support its like a boss! @Edit: Boss, my device is Android 10 and 64bits, and you apk signed have crashed in my device you have solutions? Sorry My bad english
  16. In my device Ita unic app with sucefull login tô play games and no license verify tô more games, link: Playstore link
×
×
  • 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.