star360
Members-
Posts
38 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by star360
-
No comments
- 10 replies
-
0
-
Don't be Stupid This (my posted) script based on save list Compare and understand carefully
- 10 replies
-
0
-
Lol False claim by fake people Compare date and program of this post to false claim
- 10 replies
-
0
-
Try Parallel Space for Tencent [GG_Optimized]
-
Already posted
-
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
- 10 replies
-
2
-
Maybe that's issue from your firmware Record your logcat and send to Enyby
-
Video by another person I just shared it
-
Which apks? [added 0 minutes later] No
-
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
-
Don't worry bro Resigned and Optimized by our team Check our proof MA_Proof_SD.mp4
-
I'm waiting for your reply Can i share apk in your pm for 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
-
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?
-
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
-
Enyby Add this virtual in your optimised list
-
Optimise this virtual Virtual need to optimise I didn't received your answer I don't know what's wrong
-
https://gameguardian.net/forum/topic/16882-game-guardian-unable-to-freeze-a-value/
-