Jump to content

Proejder

Ascended
  • Posts

    81
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Proejder

  1. Apk Update Version Checker (Apkcombo- Apkpure)


     

    This Script checks if the version of Apkcombo and apkpure games and applications stored in a table called "games" is up to date. Copy and paste the link of your Apkcombo or apkpure app or game for the game you want to the link stored in the "link" field of the game's entry in the "games" table.

    searches the content of the request for the version and date of the game's latest update.


    So how do you know if the game is updated or not?

    If the version is not the same as the version stored in the "version" field of the game entry in the "games" table,
    [⭕️] appears next to the version. And it always shows the latest version.

    If there is no update or

    When same as version = "the version you wrote", it shows [💚] next to the version.

    At the same time, by using this in your scripts, you can give a warning for the new version or do version control when the game is updated.

     

    Example I want to control a PK XD Game, add it.

    ["PK XD"] = {
    version = "1.44", --I set the version. If it is not the same as this version, it will appear as [⭕️].
    link = "https://apkcombo.com/pk-xd/com.movile.playkids.pkxd/", --I searched the game from Apkcombo site and copied the http link and pasted it in quotes.
    },
    
    --2
    ["Roblox"] = {
    version = "2.561.359 ",
    link = "https://apkcombo.com/roblox/com.roblox.client/",
    },

    If you are not crazy, you can feel a slowness of up to 200 games. If you just want to check version, you can remove Date Functions and speed up queries.


     

  2. On 4/9/2022 at 12:29 AM, HorridModz said:

     

    Thanks. But still no. Why? Because publishing takes forever. I have to encrypt script, decrypt mega hack, add to mega hack, encrypt mega hack again, and then update the post on a crappy phone. Also, people will not see it's updated because noone follows script posts.

    Do it online script, it will be easy for users and for you

  3. 1 hour ago, MAARS said:

    Look dope but, when you are planning to share your tools or script with people just write it in English or make a translation for English. It will be great 👍🏽

    thank you , the script is completely in english just the video is old and i will make a video again.

  4. Hack Finder Value Script Tool


    Hello, I did this for myself, it was a bit confusing, but now it looks better, I added the decimal searches we searched manually in almost every game into the script.

    You can also search with double. If you use the script properly, it will not crash. Don't forget to click the revert button after each transaction.

     


     

  5. On 4/28/2022 at 10:45 PM, BadCase said:

    Looks like you only changed the code in KE18() and not in KE17()

    yes, the function you said definitely worked, thank you very much. But it didn't do undo in decimals, that's fine, I did it like this

     

    function G1()
    gg.searchNumber('100', gg.TYPE_FLOAT)
    a = gg.getResults(500)
    gg.editAll("999", gg.TYPE_FLOAT)
    gg.clearResults()
    end
    
    
    function G2()
    gg.searchNumber('999', gg.TYPE_FLOAT)
    revert = gg.getValues(a)
    revert = gg.setValues(a)
    end

     

     

  6. 7 minutes ago, BadCase said:

    The code I posted will revert the values when KE18() is called

    Script ended:
    Script error: luaj.n: /mnt/windows/BstSharedFolder/Ultra Hile Aracı V1 ProEjder.lua:2093
    `  gg.setValues(set_one)`
    bad argument #1 to 'gg.setValues' (nil: table expected, got nil) (field 'setValues')
    level = 1, const = 7, proto = 0, upval = 1, vars = 2, code = 21
    CALL v0..v1
     ; PC 3 CODE 0100401D OP 29 A 0 B 2 C 1 Bx 1025 sBx -130046

    ---

    I think it gave setvalues error. Maybe he was confused about what to rewind? Or are other functions causing trouble?

  7.  

    For example, I found a dump enemy in the xa Region Memory in the video and I know that the result is between 0.1 and 0.2.

    All Changes are changed to 999 or I adjust accordingly. But I want this to take back all my values that were directly changed to 999 when I clicked the button.The reason I'm doing this is to be able to see changes from other searches or make sure it doesn't crash.

    Here is the sample english script

    Region Auto Hack Finder.lua

    39 minutes ago, BadCase said:
    
    
    
    
    
    
    
    
    
    

     

    oh try

  8. Hello, I am currently making a "xa" auto cheat finder script that is effective in sports games and rpg games.

    Generally, these values are stored between 1 and 5 thousand. But to reach the found value, I set the value to 999. 

     

    function KE17()
    gg.searchNumber("100", gg.TYPE_FLOAT)
    gg.getResults(1000)
    gg.editAll("999", gg.TYPE_FLOAT)
    gg.clearResults()
    ---bitiş
    gg.searchNumber("101", gg.TYPE_FLOAT)
    gg.getResults(1000)
    gg.editAll("999", gg.TYPE_FLOAT)
    gg.clearResults()
    ---bitiş
    gg.searchNumber("102", gg.TYPE_FLOAT)
    gg.getResults(1000)
    gg.editAll("999", gg.TYPE_FLOAT)
    gg.clearResults()
    ---bitiş
    gg.searchNumber("103", gg.TYPE_FLOAT)
    gg.getResults(1000)
    gg.editAll("999", gg.TYPE_FLOAT)
    gg.clearResults()
    ---bitiş
    gg.searchNumber("104", gg.TYPE_FLOAT)
    gg.getResults(1000)
    gg.editAll("999", gg.TYPE_FLOAT)
    gg.clearResults()
    ---bitiş
    end
    
    function KE18()
    gg.searchNumber("999", gg.TYPE_FLOAT)
    gg.getResults(99999)
    print("Sorry, cleanup is yours, just undo and delete all :) run the script again, continue.")
    os.exit()
    end

    The only problem is that these values are returned after searching and thus the game runs successfully without crashing.

  9. On 1/30/2022 at 6:43 AM, Skkwjwkwz said:

    I have a script hook offset of mod menu I want to know how when I get the hooked offsets , how to make the script type the offset in which lib

     

    You are asking which .so file these offsets belong to. Or how can I understand it? If true, offsets will always be in the .so file with the highest size of the lib file. 

    @Lover1500's Watch their videos and you will see which lib the offset will be in.

  10. It's a great tutorial, but some are done via uptade, which should be resolved

    Sample

    class name is 
    
    public calss CoinsPlayerPromoItem 
     PriceItem  0x24 (field offset is)
    
    any fields   The field we need
    Sample
      Buyshop 0x564862   (any field)
    
    
    

    If the linked domain is found as offset, that great

    I found the offset @sevgili1500script I gave as an example and I made a mod menu. I had to find the space myself.

     

    I hope you do it for offsets, I'm following.

  11. UltraScriptV


    Script Completely Changed

    I don't think it's a waste of time to fit many games into one script. otherwise, I would like to let you know that this is a tutorial.

    This script is there for everyone to use and learn. If there is a game you want to add to the script, you can contact me.

    Only Online Games please

     

     


     

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