Jump to content

Apk Update Version Checker (Apkcombo- Apkpure)


Proejder
 Share

Recommended Posts

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.


 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

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