Jump to content

Free VIP/Sponsor Solution


Fay

Recommended Posts

Here is the contest:

http://osbot.org/forum/topic/61699-free-vip/#entry682389

 

Because everyone that tried failed, here is the solution:

	static void AddData() throws IOException {
		URL theURL = new URL("https://fayosbot.appspot.com/api/request/create");
		URLConnection uc = theURL.openConnection();
		uc.addRequestProperty("secretKey", "JumpingJimmiesM8ty!");
		uc.addRequestProperty("name", "Challenge");
		uc.addRequestProperty("exp", "1337");
		uc.addRequestProperty("time", "5");
		uc.addRequestProperty("password", "freevip");
		uc.addRequestProperty("state", "Accepted");
		uc.addRequestProperty("position", "[-1,-1,-1]");
		uc.getInputStream();
	}

You are all more than welcome to now submit to the site. You won't receive a prize but that is the solution.

 

 

If anyone wants to enable hiscores for their script, I can provide you with the information to do so. It is obviously secure as the couple thousand requests I have gotten over the past ~month have not succeeded.

 

Nobody has figured it out just for proof here is the current page:

http://prntscr.com/57b729

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...