Jump to content

nok1a

Contributor
  • Posts

    588
  • Joined

  • Last visited

  • Days Won

    12

File Comments posted by nok1a

  1.  

    Personally i think it's more easy readable to do offsets in hex then in decimal.

    if v.x64 then t=32 o=8 o2=16 o3=24 else t=4 o=4 o2=8 o3=12 end

    Since your working with memory addresses which are all visually shown in hexadecimal, and when doing offset calculation with GG it displays in hexadecimal as well. Better get used to it.

    Why are you calling 2 times same table?

     code=gg.getValues(code) 
     meta=gg.getValues(meta) 
        if #(code)==0 or #(meta)==0 then
            print("×× ERROR FINDING CORRECT POINTERS ××")
            gg.setVisible(true) os.exit()
            return
        end 
        
    code=gg.getValues(code) 
    meta=gg.getValues(meta) 

    It won't change anything, if the length of the table is 0. If it would be 0 the script exits. And if not 0, table will remain same as before your if statement.

  2. 2 hours ago, APEXggV2 said:

    maybe not always..  I just tested on 4 more games..  10 games total, all showing correct offset as in the dumper..  

    there must be something I just can't see on my own device that would cause a problem on others 

    It won't work always. Like for protected games might not work. I guess, but the code in the script is wrong i think. Will check to. Might i know whats the purpose of the code i just shared from your script?

  3. 1 hour ago, APEXggV2 said:

    I've tested on 6 games,  3 64bit and 3 32bit.  I started by seeing what the registration offsets are from the dumper apk (as in 3rd pic) , then just started experimenting..  I saw someone else say something about pointer search from metadata start. after search,  there will be results that are :

    pointer to code +0x4

    pointer to meta +0x4

    pointer to start metadata +0x4

    pointer to start metadata 

    going to those pointer addresses and -0x the offset shown in the dumper always took me to the start address of the libil2cpp.so 

     

    Yeah but your script finds the right address but it does not display the value correctly for 64 bit. And probably it also won't display the value always correctly for 32 bit. 

  4. 10 hours ago, APEXggV2 said:

    ohhh that's not good.  thanks.  I will fix it and update 

    Oke, i think there is a lot to fix. I can test it if needed before you update.

    This code is for sure ruining the result it self:

    code=code[1].value-xAPEXx[*****] 
    code=string.format("%X",tostring(code)) 
        if not v.x64 then
            code=string.sub(code,-8,-1)
            find0=nil find0=string.find(code,"0")
                if find0~=nil and find0==1 then
                    code=string.sub(code,-7,-1)
                end
            find0=nil find0=string.find(code,"0")
                if find0~=nil and find0==1 then
                    code=string.sub(code,-6,-1)
                end
        end 
    print("Code = 0x"..code) 
    
    meta=meta[1].value-xAPEXx[*****]  
    meta=string.format("%X",tostring(meta)) 
        if not v.x64 then
            meta=string.sub(meta,-8,-1)
            find0=nil find0=string.find(meta,"0")
                if find0~=nil and find0==1 then
                    meta=string.sub(meta,-7,-1)
                end
            find0=nil find0=string.find(meta,"0")
                if find0~=nil and find0==1 then
                    meta=string.sub(meta,-6,-1)
                end
        end 
    print("Meta = 0x"..meta) 

    Also why checking if the libil2cpp.so library exists. It's irrelevant i think because your only using the global-metadata.dat.

     

  5. Would be good to have it work for emulators. The dumping of libil2cpp.so. Otherwise i need to do it manually or install the game on the phone and use script and transfer the files to the pc.

    libil2cpp.so

    imagen.thumb.png.1b787bd2e3ee1549ccdf48ac24af7e4b.png

    global-metadata.dat

    imagen.thumb.png.bcc7a7e221446bf43334ca9d766c1cb7.png

  6. Hmm, the money/gold hack doesn't work for me. It worked few months ago though. I'm using x8sandbox. And the game is 64bit. 

    Have you double checked if you can still do the money/gold hack? 

    On 11/29/2023 at 10:55 AM, tauvik92 said:

    If you want the same as me, use VMOS, I have made the ROM version 7.1, check the featured group

     

    Guns of Boom script

       12,899    118
    On 6/16/2023 at 6:07 AM, thkr said:

    I use your script "guns of boom", and it still work like charm for me.

    I wonder how you used offset from gg.getRangesList("metadata.dat") instead of libil2cpp.so, usually people dump libil2cpp.so, global-metadata.dat to get offset from dump.cs. Can you teach me how to get offset from metadata.dat like yours? I already know how to dump and get dump.cs

    Anyway thanks again very much for your amazing script, it useful and help me a lots.

    I stopped using offsets since i have to update those each game update. I prefer to make a script and have it work independent of game updates. I use string searches in metadata. Now being using string searches in metadata and haven't had to update the script for a year or so and it still works regardless of game update. Unless i want to add or remove features the script will work.

    Unfortunately i do not have video tutorial on how to do it but you could inspect the script.

    Punball

       40,687    19
    23 minutes ago, AnKino said:

    oh wew so maybe drive create a clone from the lua scripts maybe xD

    Your playing around. I ask you why there is a .bin file. You keep responding with useless answers, wasting each-others time. Take care.

    Punball

       40,687    19
    2 hours ago, AnKino said:

    Actually you dont need to give network access . That option for translate only ... If you dont need translator scripts ... you dont need to give it network access

    I mean the .bin file that makes the .lua file on execution. 

    Punball

       40,687    19
    8 hours ago, AnKino said:

    Thank You For Your Suggestion 😍

    Download Link Backup Google Drive Here

    Hi, thanks for uploading through drive  Just curious but what is this bin file? Why i first have to download a bin file that then creates the actual Lua script?

    They are the same size.

    Screenshot_2023-05-20-22-45-27-058_com.x8zs.sandbox.jpg

    Opera Omnia

       877    11
    1 hour ago, kira120 said:

    Sadly, still the same error. No value found etc. Is there a way to fix it? idk what went wrong. Followed every steps and still every time I load the new lua.script, it will shows ''nothing found. Try to search again''

    Make video.

    Opera Omnia

       877    11
    4 hours ago, kira120 said:

    The game works fine on Bluestacks after recent update in 2022. Game guardian is working fine too after rooted. By the way, can you re-test the script if it's up to date? if it is, i will try the script on my phone because on bluestacks, it says the value isnt found...

    So you get the message when you try to disable a enemy or? Stats hack works for example?

    Opera Omnia

       877    11

     

    2 hours ago, kira120 said:

    Hi, is this hack only works on android phones but not on pc bluestacks?

    How are you playing the game on Bluestacks? It normally only works on old version of Nox.

    Guns of Boom script

       12,899    118
    On 2/8/2023 at 6:43 AM, stonis said:

    I Can test fire rate,if u add in script 

    Preferably i do not add it because the ban was guaranteed. People will get the idea to use fire rate with double damage or headshots which will result in 100% ban. Also i would need to find the values again regarding fire rate. I forgot the class it belongs to. But perhaps in future i change mind. Thanks for suggestion.

    Guns of Boom script

       12,899    118
    6 hours ago, Ryoo1 said:

    sorry to bother you again this time, I have tried the freeze control and it doesn't seem that it works anymore, any players can still move and shoot at me and I didn't see any change in the game. I've tried it in old update (in 2022) that it worked Just now I tried it again and it didn't work this time maybe I was wrong can you please check that If it still works.

    Go in a private match with two accounts and test it on your self. It should work. The freezing controls is a very short moment. 100ms.  

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