Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from urllib.request import urlopen,Request
- import webbrowser
- from time import sleep as WaitTime
- def UploadComment():
- try:
- URL = "http://www.boomlings.com/database/uploadGJComment21.php"
- URL_PACKET = "gameVersion=21&binaryVersion=35&gdw=0&accountID=5621301&gjp=AgMEAAcDBQVY&userName=EXTREMXPLOIT&comment=VGhpcyBpcyBhIHRlc3Qu&secret=Wmfd2893gb7&levelID=57222342&percent=100&chk=UQoADwNWAABeCApbAg1VUwBRXlVTD1VcAFFbA1kGAgoGXAZXWgYPAQ=="
- URL_PACKET = URL_PACKET.encode()
- DATA = urlopen(URL, URL_PACKET).read().decode()
- return DATA
- except Exception as Ex:
- return Ex
- while True:
- Server_Answer = UploadComment()
- print(Server_Answer)
- WaitTime(30)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement