Jump to content

Fay

Members
  • Posts

    420
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Fay

  1. Does anyone else feel like they are going to get scammed when they buy an 07account for 07gold? I feel like the only reason why they don't want to take paypal is so they can just recover the account and transfer the gold back.
  2. Looked into the limit and incoming requests when posted in the request headers are up to 16kb. http://stackoverflow.com/questions/15280027/is-there-a-size-limit-for-http-response-headers-on-google-app-engine I need to get started on writing the documentation for how to implement my website into the scripts.
  3. Thank you for the link I'll look into switching the method on the weekend. The way I have it set now I believe I have a 1024 byte limit instead of 256 char limit I'll look into that as well. Trustmybet, what is it that you don't understand? I'll explain anything to you.
  4. It doesn't even currently read post data if you try to post I believe it gives a 405 error. The reason behind this is because I have no idea how to do post requests in java. Or I don't think I do. The code posted above it just a simple get request but takes the parameters from the url like TheScrub mentioned.
  5. LOL this fucking guy... Tried to submit an update AFTER I released... (trying to win the VIP) http://prntscr.com/4u31hr If you looked at the code behind the release you would see that instead of reading url parameters the program reads http request headers. Also I changed the password after the release because I knew someone would try. The code to add: import java.io.IOException; import java.net.URL; import java.net.URLConnection; public class Adder { static String AddData() throws IOException { URL theURL = new URL("https://fayosbot.appspot.com/api/request/create"); URLConnection uc = theURL.openConnection(); uc.addRequestProperty("secretKey", "!23KeyMaker32!"); uc.addRequestProperty("name", "Alek"); uc.addRequestProperty("exp", "0"); uc.addRequestProperty("time", "1"); uc.addRequestProperty("password", "Alek"); uc.addRequestProperty("state", "HerbChecking"); uc.addRequestProperty("position", "[-1,-1,-1]"); return SourceBuilder.sourceBuilder(uc.getInputStream()); } }
  6. LOL this fucking guy... Tried to submit an update AFTER I released... http://prntscr.com/4u31hr If you looked at the code behind the release you would see that instead of reading url parameters the program reads http request headers. Also I changed the password after the release because I knew someone would try.
  7. Post on reddit saying that you where doing 3 tick cooking with AHK. Get 300 upvotes and 300 comments and eventually you might get the attention of a mod and become unbanned.
  8. Same applies with soda. I only drink water so it was one thing I could think of.
  9. Why would you buy a 16 oz bottle of water for 2.99 when you can buy a 24 pack of 14oz water bottels for 3.50? Because people are idiots.
  10. Fay

    lol

    Can't even help himself to capitalize his "I".
  11. Talking about Android or iPad completely missing out on the master race of all tablets: http://www.dell.com/us/p/dell-venue-8-pro/pd All the functionality of a desktop and tablet, but the size of a tablet. I literally bot on this thing.
  12. I actually pride myself in contributing on the forums. This was one of few posts I flamed. I'm just a little shocked you wouldn't look at other posts our use the search functionality. Anyways congrats on finding OsBot I hope you have a great time botting.
  13. IF you take the sq root of an apple then divide it by a whole pie, you will get the approximate number of "5417" now when you take this number and think about it long and hard you will realize that didn't make any sense at all. When you realize that I hope you will also realize NOBODY on this site knows the ban ratio or ban rate of fishing.
  14. Buying accounts has NEVER gone good for me. I have bought multiple accounts one being a maxed zerker, all recovered. Last time I bought a maxed 1 def pure, it was a little sketchy, so I got ~50 def on it, recovered the next day. My experience with the RS account market is pitiful .
  15. Fay

    @Freak.

    http://osbot.org/forum/topic/61066-road-to-the-ultimate-gold-farm/?p=676771 Couple posts above that he said "No job". I would have NEVER sold to him based on that criteria.
  16. Fay

    @Freak.

    In his goldfarming thread he said he ran out of irl money. So I doubt he has the funds to do so.
  17. Central Midland http://aschmann.net/AmEng/index_collection/AmericanEnglishDialects.png
  18. http://prntscr.com/4t79fd http://prntscr.com/4t79hp http://prntscr.com/4t79wb
  19. http://prntscr.com/4t79fd http://prntscr.com/4t79hp http://prntscr.com/4t79wb stuff added to my site.. In the process of making a kill switch for the end user. Like if they sign into the site and see that their bot has sat in the same position for 4 pushes, they could assume the bot was stuck. Click the kill button and next time the script goes to update the stats, it sees the "Kill" and logs out.
  20. Enjoyed the K0's. Reminds me of when I used my ftp pure before I got it banned for 99 cooking and 99 fming >.>
×
×
  • Create New...