Jump to content

Boardoptions

Members
  • Posts

    33
  • Joined

  • Last visited

1 Follower

Additional Information

  • Android
    5.0.x (Lollipop)
  • Device
    LG
  • Service provider
    AT&T

Recent Profile Visitors

2,787 profile views

Boardoptions's Achievements

Explorer

Explorer (4/14)

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

Recent Badges

5

Reputation

  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
×
×
  • 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.