Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/12/13 in all areas

  1. Someone just raged quit ingame and gave me 2m, Rather than being greedy and selling it, I'lm going to give it away. OSbot is a great community, and I'd like to give something back to it To win all you have to do is LIKE this post, don't bother posting if you don't want too. I'm far too lazy I don't want to go through reading all the posts, I'll just use a number generator and count down to that number. Example: If i get 5 likes, and it goes like this: player 3435 likes this player 244 likes this player 343 likes this player 4997 likes this player 53 likes this Let's say the number generator chooses number 2, the person that wins will be the second person.. (player 244) SIMPLES. THIS IS FOR 2007SCAPE.
    7 points
  2. He's written countless scripts, all of which are extremely popular and have accumulated a lot of downloads. One of the scripts he wrote was the GMC SuperScript Factory which has proven to be a popular script and a rather complex 1 at that. He is extremely capable of writing complex scripts/programs and has much experience under my belt such. He has written many things such as MORPGs from scratch etc (shown me on skype). He has also demonstrated capability of listening to the community as his thread requesting script ideas is one of the largest in the section. and many other reasons. Not really sure why you guys have not picked up on him yet, unless its something personal, I know kati didn't like him all that much, which shouldn't be a reason.
    3 points
  3. Would be pretty good if people who released premium scripts could select an option which allows users to run their script for like maximum of 3 hours (or even specify their own time frame) , as a trial. then after the 3 hours is up, they can't run it anymore. just a 1 off 3 hours or so, to see if the script interests them and is worthy of them buying etc.
    3 points
  4. Voted yes, I think both of you are excellent script writers and would love to see you guys rewarded for the hard work you two have invested into OSBot. Edit: Make votes public if you want, I would like to know who says no.
    2 points
  5. SOON COMING TO A STORE NEAR YOU!!!!! [MOD APPROVED] Glad to say this, my AIO bananananananananananana collecter is almost ready and will be released soon. Release date: August 14rd!! Obamas face after using my script!!! He was thinking of his bots making 1.1m a hr ^^^^^ GOLDFARMERS ARE SO HAPPY AFTER USING MY SCRIPT. TO BE ADDED: Alching while bananananna collecting dancing 4 $$$$$ feature making markshakes while collecting note: if ur cortana or smart or master chief or chief keef u will get this script FOR FREE TY FOR UR TIME
    1 point
  6. Today I finally got around to finishing up the world hopping system. This was also a nice moment to bring the random management system in to action. For anyone interested in the random management system in action code wise for the world hopping system, here you go: package org.osbot.script.rs2.ui; import org.osbot.engine.Bot; import org.osbot.script.mouse.RectangleDestination; import org.osbot.script.rs2.randoms.RandomBehaviourHook; import org.osbot.script.rs2.randoms.RandomManager; import org.osbot.utility.Gaussian; import java.awt.*; import java.util.ArrayList; import java.util.Map; /** * Created with IntelliJ IDEA. * User: Maxime * Date: 26-05-13 * Time: 19:24 * To change this template use File | Settings | File Templates. */ public class WorldHopper { private final Bot bot; private boolean isHopping = false; private int nextWorld = -1; public WorldHopper(Bot bot) { this.bot = bot; } /** * Logs you out and changes hops to the world specified. This method does not take in to account full worlds yet, * so hopping to a full world will fail. * @param world Worlds range from 301 to 378 but remember that the worlds * 307, 315, 323, 324, 331, 332, 347, 348, 355, 356, 363, 364, 371, 372 * do not exist. */ public void hopWorld(int world) throws InterruptedException { nextWorld = world; isHopping = true; bot.getScript().randomManager.registerHook(hook); while (bot.getClient().getLoginState() != 10) { if (bot.getScript().logoutTab.logOut()) { Thread.sleep(500 + Gaussian.random(300, 300)); } } } private static enum State { GO_TO_SELECTION, WORLD_SELECTION, UNHOOK; } private RandomBehaviourHook hook = new RandomBehaviourHook(RandomManager.LOGIN_SCRIPT) { private State state = null; @Override public String getName() { return "World Hopping"; } public void scan() { if (!isHopping || bot.getClient().getLoginState() != 10 || nextWorld == -1) { state = State.UNHOOK; return; } if (bot.getClient().getColorPicker().isColorAt(54, 294, Color.BLACK)) { state = State.WORLD_SELECTION; return; } else { if (bot.getClient().getCurrentWorld() == nextWorld) { state = State.UNHOOK; } else { state = State.GO_TO_SELECTION; } } } /** * The main loop logic. This will continue until shouldActivate() returns true or * -1 is returned. * * @return The time to sleep until the next loop. * @throws InterruptedException */ @Override public int onLoop() throws InterruptedException { scan(); switch (state) { case GO_TO_SELECTION: bot.getClient().moveMouseTo(new RectangleDestination(new Rectangle(12, 466, 86, 26)), false, true, false); return 600 + gRandom(200, 200); case WORLD_SELECTION: Rectangle dest = getWorldMouseDestination(nextWorld); bot.getClient().moveMouseTo(new RectangleDestination(dest), false, true, false); return 600 + gRandom(200, 200); case UNHOOK: nextWorld = -1; isHopping = false; bot.getRandomManager().unregisterHook(RandomManager.LOGIN_SCRIPT); return -1; default: return 500 + gRandom(500, 500); } } @Override public void onExit() { isHopping = false; nextWorld = -1; } }; /** * Calculates the rectangle of the destination to click a world. * @param world The specified world in the range of 301 - 378 * @return The rectangle used for the mouse destination */ private Rectangle getWorldMouseDestination(int world) { ****** } ***** static { ***** } } Furthermore I started on a breaking system. You will be able to set your break settings per saved account profile, which will then be used if you enable it. Expect both updates to be released tonight or tomorrow, Sincerely, OSBot.org
    1 point
  7. I think it would be a great idea to add a new rank, for the people who don't bot but are forum addicted and would like to have some benefits too. The new rank I'm talking about is called "Forum Donator" which will cost you 10$ FOREVER The benefits are : your name will glow, you get the rank itself like sponsor/vip, you can change your display name once in a week/month (depends on what Kati wants or what is the best acceptable). Maybe more benefits can be added if you suggest so... Not awesome benefits because the price is low for a reason. There arent alot of benefits, I know but thats why it costs that less. I am sure alot of people will purchase this and alot of money will be gained to keep the server alive. Support? Opinions?
    1 point
  8. Someone asked him to do this reason: If he did this , the other guy would buy 20Spins What mark said : Money Above Everything!
    1 point
  9. I've done numerous ones without C4D Text, reason why i use it is because that's what people want. As for these smaller signatures, i've designed hundreds of those and more, however the person who makes the order decides what they want, not me. If someone decides they want one of those small signatures, i'll happily make one.
    1 point
  10. Osbot username+Runescape display name can be checked so what you said wouldnt matter, unless someone wants to create 20 osbot accounts and 20 rs accounts to test a script for 20 hours.
    1 point
  11. support! I wouldn't of bought my wildy looting script if I knew it was that bad
    1 point
×
×
  • Create New...