Jump to content

star360

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by star360

  1. No comments
  2. Don't be Stupid This (my posted) script based on save list Compare and understand carefully
  3. Lol False claim by fake people Compare date and program of this post to false claim
  4. Try Parallel Space for Tencent [GG_Optimized]
  5. Already posted
  6. Create on/off button in lua script No need to searching values for every time Simple script but better ideas Read this simple script carefully You will be understand Specially thanks to @MuhammadRizwan87 Credit @TDOhex function search() gg.clearResults() gg.setRanges(gg.REGION_C_DATA) gg.searchNumber("1;2;3", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.refineNumber("1", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) local t = gg.getResults(3) for i, v in ipairs(t) do t[i].name = 'testoff' end gg.addListItems(t) gg.clearResults(t) end search() on = "[OFF]" off = "[ON]" test = off function main() menu = gg.choice({ test.." Test", "Exit"}, nil, "Example by @TDOhex") if menu == 1 then if test == off then test = on local t = gg.getListItems(testoff) for i, v in ipairs(t) do if v.name == "testoff" then t[i].value = 0 t[i].name = 'teston' end gg.setValues(t) gg.addListItems(t) end else test = off local t = gg.getListItems(teston) for i, v in ipairs(t) do if v.name == "teston" then t[i].value = 1 t[i].name = 'testoff' end gg.setValues(t) gg.addListItems(t) end end elseif menu == 2 then print("Thanks to visiting @TDOhex") gg.copyText('https://t.me/TDOhex') intro = "Join to @TDOhex" for i = 1, #intro do gg.toast(intro:sub(1, i) .. "_✍") gg.sleep(140) end local t = gg.getListItems() gg.removeListItems(t) os.exit() end end while true do if gg.isVisible() then gg.setVisible(false) main() end end I just shared it... On-Off_Example.lua
  7. Maybe that's issue from your firmware Record your logcat and send to Enyby
  8. Video by another person I just shared it
  9. Which apks? [added 0 minutes later] No
  10. Decompile your application Open AndroidManifest.xml Add this attribute an application class with "true" value android:debuggable="true" True = Your application will be run in debug mode, means android will manage all logs file regarding your application. Now, Build your application Note: If you face signature issues then try pmshook ❣ Thanks to MuhammadRizwan87 Credit TDOhex I just forward it I'm not responsible for this Tutorial
  11. star360

    Virtual Optimisation

    Don't worry bro Resigned and Optimized by our team Check our proof MA_Proof_SD.mp4
  12. star360

    Virtual Optimisation

    I'm waiting for your reply Can i share apk in your pm for optimisation?
  13. star360

    Virtual Optimisation

    You are shocked Nice It's mean You can't believe it Can you optimise this virtual if i send you in pm? I will share proof in this thread after optimisation
  14. star360

    Virtual Optimisation

    That's mean you can't share your optimisation method Ohk I have resigned version with test key and it's working fine but it's private, can i pm you?
  15. star360

    Virtual Optimisation

    I already checked dude It's not a solution Can you give us your optimisation method? We will try to kill signature [added 4 minutes later] Do anything but add this virtual in your optimised list It's most important for us
  16. star360

    Virtual Optimisation

    Enyby Add this virtual in your optimised list
  17. star360

    Virtual Optimisation

    Optimise this virtual Virtual need to optimise I didn't received your answer I don't know what's wrong
  18. https://gameguardian.net/forum/topic/16882-game-guardian-unable-to-freeze-a-value/
  19. Don't use It's not safe See proof
×
×
  • 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.