Pixel Gun 3D Reversed webstore API What is this? So recently Pixel Gun 3D released their new webstore which allows players to purchase currency and other in game stuff from their browsers and they use xsolla's API. On their webstore, you can login to an account using only the ID that means you can login to anyone's account. Xsolla's API would return the authentication token which is the users data base64 decoded which contains the player's username. The webstore also allows you to claim free chests and simply by replicating the request in Python, you can automate the process of scraping user accounts and giving out free chests. Example Usage import api # getting a token from user ID token = api.getToken("297974059") print("Token: " + token + "\n") # getting a username from a token username = api.getUsernameFromToken(token) print("Username" + username + "\n") # getting an email from a token, will only work if the user has bought something from the web store email = api.getEmailFromToken(token) print("Email: " + email + "\n") # give free chest status = api.freeChest(token) print("Free chest status: " + str(status)) File Info: example spam chests.py - Gives free chests to people by ID example webhook.py - Simple player scraper that sends the players ID and username to a webhook example table.py Another simple player data scraper but prints it out as a table Download: [Hidden Content] [Hidden Content]
from iOSGods RSS Feed https://ift.tt/BbTsa8x
Subscribe to:
Post Comments (Atom)
-
Yubo Yoti bypass Requirements: Yubo app Jailbroken iPhone Apps Manager Brain Steps: Open Apps Manager Locate Yubo in Apps Manager and open i...
-
Modded/Hacked App: Simply Guitar by JoyTunes by JoyTunes Bundle ID: com.joytunes.SimplyGuitar iTunes Store Link: https://ift.tt/2ANDd7d Mod ...
-
I don't know how this happened, i was trying to install Kinemaster modded version on my iPhone 7 running iOS 14.0.1, maybe it's beca...
-
Hey everyone I am running Ipad 6th generation running ios 14.0 32 gb capacity with 19.1 gb left I used sideloadly yesterday to install an ap...
-
Hello! I am using this for practice using a dummy Snapchat account I've made and created a My Eyes Only tab. Now, if you don't know ...
-
Hello, does anyone know why I cannot use my Apple password or password from apple servers? Sideloadly version 0.16.1 Checking iOS version......
-
As the title says upon installing Last Day on Earth with sideloadly i get this error ERROR: Guru Meditation 6020bc@89:f11511 Call to np_clie...
-
Hello friends, So I have a problem with Sideloadly, I installed it on my (32x bit Windows 7) laptop (SONY) and tried opening it, but when I ...
-
Hello, I am currently running with an iPhone XR on IOS 12.2. I am trying to install ipa files through cydia impactor but keep receiving this...
-
Netflix is now offering users a chance to win a free subscription for 83 years. The company calls it the “immortal” Netflix account. T...
No comments:
Post a Comment