Jump to content

star360

Members
  • Posts

    38
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

star360's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

4

Reputation

  1. How to fix "Failed to load daemon" error = 13 This problem has been occurring since the Android version 9+ update. If you want to solve this problem, use a virtual machine that provides root access, such as VMOS, etc. Alternatively, you can downgrade the "targetSdkVersion" of your preferred virtual device to 28 from AndroidManifest, and your problem will be resolved. However, in this case, some of the latest features of your virtual app may not work. Steps: Decompile your application Open AndroidManifest.xml Set android:targetSdkVersion="28" Note: Make sure before applying this change, app has not signatures verification, else app will crash. If the app has signature verification, then first kill signature before applying this change. Here some virtual machines that provide root access: VPhoneGAGA F1 VMAndroid 7.1 VM X8 SandboxAndroid VM VMOS Virtual Android -Android Clone Virtual Master - Android Clone Credit: TDOhex
  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. 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
  6. Maybe that's issue from your firmware Record your logcat and send to Enyby
  7. 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
  8. star360

    Virtual Optimisation

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

    Virtual Optimisation

    I'm waiting for your reply Can i share apk in your pm for optimisation?
  10. 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
  11. 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?
×
×
  • 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.