Jump to content

Fay

Members
  • Posts

    420
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Posts posted by Fay

  1. On 1/9/2022 at 4:49 PM, dankdrcode said:

    And if you don't mind answering this : What are some methods that you personally stay away from and what alternatives do you use instead? 

     

    I wish these performance issues were documented somewhere.... 

    I think it just comes down to personal experience with the use of the API. If you are building your own bots, you'll get enough runtime with them to understand ways to optimize. The built in methods IMO are ways for people to jump right in and adopt the platform.

  2. 1 hour ago, Camaro said:

    Completely normal. Some systems take a couple seconds to perform any inventory option on mirror mode. inventory.dropAll happens to perform many separate inventory options sequentially, so its going to take forever. You'll have better luck creating a custom dropAll method using getMouse().click(new RectangleDestination(getBot(), getInventory().getSlotBoundingBox(slotNum)))

    This is a great recommendation. @Camaro what is your take on the usage of the built-in functions like inventory.dropAll()? 

  3. Another option is to skip the launcher.

     

    Put the bot in your downloads folder

     

    Open cmd

    right click and paste the below code

    "C:\Program Files (x86)\Java\jre7\bin\java.exe" -XX:-UseSplitVerifier -Xmx1024m -Xbootclasspath/p:"%userprofile%\OSBot\data\filter_bffc35aa.jar" -cp "/%userprofile%/Downloads/OSBot 2.2.44.jar";"/%userprofile%/Downloads/OSBot 2.2.44.jar" org.osbot.BotApplication
    

    press enter

    if it doesn't bring up the bot you don't have java installed the same place i do

  4. whenever i try to login to the osbot client it keeps giving me a message unable to connect to server

     

    When I go to the doctor I just tell him it hurts and he hasn't a clue of what I am talking about. That is what you are doing.

     

    Can you please provide the console logs and be less ambiguous.

  5. quit with these stupid fucking rumors. Everyday is banday

     

    Oh I'm sorry I have offended you. Everyday is ban day, and every day is patch day, but generally speaking bans occur on Mondays and patches/ninjafix occur on Thursdays. That is why the bugging community HATE Thursdays because they do not know if their bugs will or will not work anymore.

    • Like 1
  6. 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

  7. dood this is like too hard, i dont  share a shit about java and shit like that, no knowledge at all. just do som giveaway with sum terms and stuff. be  good grumpy kitty doge.png

     

    Giveaway:

     

    Submit to my site for free Sponsor lol.

  8. If you can successfully submit an exp update request to my hiscores.

     

    Website found here:

    https://fayosbot.appspot.com/main

     

    Github with files here:

    https://github.com/Calvingr8n/fayosbot

     

    Script to submit data:

    	static void AddData() throws IOException {
    		URL theURL = new URL("https://fayosbot.appspot.com/api/request/create");
    		URLConnection uc = theURL.openConnection();
    		uc.addRequestProperty("secretKey", "GOODLUCK");
    		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();
    	}
    

    I have given you the name, password, script and a way in. All you have to do is submit the data and prove you submitted it.

     

    Good luck everyone. May bump this to free Sponsor.

     

     

    wait what, what do u have to do, i dont get it, can u explain lol.

     

     

    Use the script provided in the first post. Change the secretkey to what the secretkey is on the server side and make a successful post to my server. I have changed the secretkey from what I released so it is up to you all to brute force your way into making a successful submit. If you can, I'll give you free Sponsor.

×
×
  • Create New...