Jump to content

YeetMeister

Contributor
  • Posts

    346
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by YeetMeister

  1. On 1/19/2022 at 11:02 PM, Rxse said:

    Hey Guys,

    So I'm using an Samsung 21 5G with Android 12. Sadly enough, every Cloner I tried, does not work with Android 12. (From the Download List > Virtual Environment). X8 and F8VM did not work either, they were just hoursly loading. 

    Can you guys can recommend me something that you know works with Android 12? 

    Cheers

    the only thing that works with Android 12 and above is rooting, we can't install 32-bit apps anymore. that is the only problem preventing us using these apps.

     

    with magisk you can re-enable the support for 32-bit apps with an module

  2. On 8/13/2022 at 7:47 AM, Founder said:

    Hi ....

    I have some trouble when use GG with EvolutionX Custom rom in LG V50. When i open GG it run, but it not running in background and inside application i want to modify. Sometime it freeze, cannot hit, sometime it stop and must restart. Is GG working with EvolutionX ? If i want use GG smoothly, what custom rom is the best for that ? 

    Please help me 😔 Thank everybody so much

    any custom rom works, you just need to root it. it also depends on the hardware of course

  3. not to be rude, why dont you combine all the scripts together so you wouldnt have to download them all.

    but i also kinda see where you going with this. would you give me an example how you did your loader?

    a PM would be appreciated if you willing to share. good to have you back

  4. Hello, i've been looking for a virtual space that works on my Google Pixel 6.

    if someone can help me with that would be cool.

     

    on Virtual Exposed the apps are installing but not showing in the app list Paralell Space is crashing and the others are also not working.

     

    my kind regards YeetMeister

  5. 8 hours ago, NoFear said:

    Can be bypassed. The thought that it locks everyone out, is the same flawed idea of password on script. Keeps some out. But not all.

    I mean yeah, but he asked for what it is used

    [added 0 minutes later]
    8 hours ago, blocx said:

    lol you compare an script with ur phone 🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣

    Bruh

  6. 18 hours ago, blocx said:

    i dont ask for add password in an script i want to know why make an script with password

    [added 0 minutes later]

    @SAGEPAPI
    @TopGEOYT

    [added 2 minutes later]

    my ask is not "how to"  but "why"

    [added 3 minutes later]

    script must be crypted and if it share here why creator make password

    Example: why has your phone a screen lock

  7. 12 hours ago, InfraDelta said:

    Alright thanks, so far its going great but the original instance I made got corrupted immediately. I backed it up and that happened. Good thing I cloned it before backing it up.
    I must say though, the scan is very slow compared to MEmu. Any tips to speed it up, also how can I do it?

    I dunno, I don't use LD Player, since MeMu is working try going into your UEFI settings and enable virtualization optimization or sum

  8. On 7/3/2020 at 3:32 AM, star360 said:

    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 1.64 kB · 33 downloads

    Jus store the value in a table you dont need to save em in a list

  9. On 4/29/2021 at 7:20 PM, CmP said:

    Byte value of 0xB8 is -72 in decimal if you interpret it as signed byte and 184 if you interpret is as unsigned byte, so these are just different interpretations of the same value.

    Just convert them to hexadecimal and extract byte values from the result. I have no idea why it is so hard to understand.

    Example: convert 12345 decimal value to bytes.
    1. 12345 = 0x3039
    2. Byte values are 0x30 and 0x39 (to be searched in this order) or 48 and 57 in decimal.

    Thank you so much, I think I got it now😅 sorry I'm not clear minded at the moment xD

  10. 1 minute ago, n3kitOzz said:

     

    You will want to get paid for it when you've played enough with it

    well, if youre in the same mindset as me then money doesnt mean anything to you.
     

    i'm not chasing the big mone, i do this s*** to cope honestly

     

  11. Just now, n3kitOzz said:

    Anything cant be safe. No one cancel DMA access, for example. But - you can do headache for decryptors.

    haha yeah

    [added 1 minute later]
    2 minutes ago, n3kitOzz said:

    Anything cant be safe. No one cancel DMA access, for example. But - you can do headache for decryptors.

    i dont even want to try to encrypt my Scripts, i will post them Open Source

  12. Just now, n3kitOzz said:

    gg mods is prohibited here(i have one warn from Enyby), so:
    try to read build.prop file (root only)
    What i do in my scripts:
    First auth in server, get uuid from server, create some hidden files in storage, save uuid inside, encrypted with xor, for example. Thats called "fingerprinting".
    Then you can do comparing uuid, do server checks, etc.
     

    whodefog. i mean, i dont think a script is really save enough to be making this since there is litteral telegram groups for decrypting scripts

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