Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/08/16 in Posts

  1. Firstly - DO NOT LOCK SPAM THREADS UNLESS THEY'RE AGAINST MAJOR OSBOT RULES, IN WHICH CASE MOVE THE THREAD TO ARCHIVE (OR DELETE IT?) This currently happens a lot, I go onto a thread and I WANT to post on it, but it's fucking locked and I don't know why? FUCKING DELETE OR REMOVE IT Secondly - ALLOW RELEVANT OLD THREADS TO BE 'GRAVEDUG' BY ORIGINAL POSTER If like me, you're an old member with a lot of AMAZING historic spam section threads - WHY NOT BUMP OLD RELEVANT SPAM THREADS? (both of these rules are to applied in the spam section only)
    6 points
  2. edit: seriously though, osbot private server would be a sick idea, and i proposed it long time ago, because a) the community needs something to do while they are botting.. on this botting forum.. and b.) scripters can test scripts, no we don't need a replica of the game we just need a map, a player and npcs/objects, which is included in the server readily downloadable The only challenge is moving to newer rs versions, you would have to get all the xtea, client interfaces, access masks , refactor client etc. each time you move rs versions, but it isn't really an issue
    5 points
  3. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    4 points
  4. This year has been pretty exciting for all the development on OSBot. As new bots emerge and fade away, we have retained our position as a leader in the old school botting community. Although most of the team has obligations outside of this project, we love our product and jump to the chance to work on it. I really think this shows and it instills confidence in our customers, scripters, and s. As always, we work on security first, performance and stability second, followed by innovations and improved design. Highlights of 2015 Mirror Mode Released WebWalking Released InteractionEvent and MoveMouseEvent re-written and improved Improved security of scripts, connections, and local data Replaced interfaces with widgets, proper handling of grandchildren Added LoginCallback and LoginResponseCodeListener Added new Worlds class, replacing the outdated WorldHopper Added new Walking class, replacing LocalWalker Added Grand Exchange API Updated to Java 8 Consolidated area classes into one class Re-wrote all OSBot interfaces from scratch Added login to the booter Added proxy manager Various performance improvements and API cleanup We hope that you've enjoyed watching OSBot develop since 2013 and you're anticipating the next series of updates over 2016. I'd like to especially thank our VIP/Sponsors that support us with the funding to make all of this happen, we have a few cool new features to make it worthwhile in the future. Have a happy and safe new year -The OSBot Staff
    4 points
  5. Scripters need to test their script in order to get a functional script. in order to test a script, the scripter needs: An account Stats required for the script the requirements of a script can be quite high, so if a scripter needs an account to test it on, the account will be at risk since it's logged into a bot client + running a script Now here's my idea. Tell me if it's impossible, not likely, or just stupid. OSbot private server An exact copy from OSRS, without modifications. You can test your scripts all you want without getting banned You can set your own stats (example: 63 hunter for a red chin script) Not only will this reduce the bans, throwing away a potentially good account, it will also not require time to train the skills. 63 hunter can take a while to train, and if you bot it, you will have a chance of getting banned along the way Adding to the benefits, a scripter can design a script that he otherwise couldn't make. a script with high requirements, example: Zulrah. There are a lot of other scripts that can be made with high requirements. You could also test your script and go for a 100-hour proggy, without any chance of getting banned server only accesable by scripters / staff obviously
    4 points
  6. OSBot doesn't allow renting, sorry! Thanks, @Maldesto
    4 points
  7. Hey, I needed to use the GE in one of my scripts so I came up with this. It's pretty basic but allows you to buy and sell different items at different prices and amounts, as well as collect Items. Currently it's only set up to use the first box but you could easily modify to suit your needs. GrandExchange.java: Lemon Version: Example Usage: public class Script extends org.osbot.rs07.script.Script{ private final String itemName = "Blue partyhat"; private final int itemPrice = 2147137627; private final int itemAmount = 500; @Override public int onLoop() throws InterruptedException { GrandExchange GE = new GrandExchange(this); //new GrandExchange instance with our script if (!getGrandExchange().isOpen()) { //Checks if ge is open GE.openGE(); //open ge randomly using booth or npc } else { GE.collectItems(false); //collect items (boolean true -> to bank, false -> inventory) GE.createBuyOffer(itemName, itemPrice, itemAmount); //creates a buy offer with specified params GE.createSellOffer(itemName, itemPrice, 0); //Sells all of the specified items in inventory at specified price ( 0 = all, int = specified amount) } return 150; } }
    3 points
  8. 3 points
  9. Having only played around 3-4 hours in the new great kourend, i'm far from an expert. I was wondering if any of you guys had any ideas which could be added to the premium / free script market? Moneymaking, combat training, skilling... anything really. Just feel free to drop your ideas down in this thread No guarentees i'll make any of them by the way! apa
    2 points
  10. Spoken via Skype, accounts are to be ready tomorrow. A note to everyone else who ordered and still waiting, sorry about the delay, had a few workers quit on me, but have found stable reliable workers who are working round the clock to complete current orders. Previous workers started services and just vanished, without speaking to myself or my other workers, so a couple days past and then I was already behind, luckily my new workers are working as hard as they can and getting your orders complete. I apologise and will make sure they're done as soon as possible.
    2 points
  11. I might get the American flag, surrounded by cheeseburgers.
    2 points
  12. 2 points
  13. how on earth are you going to get a replica of osrs server? solution #1 bribe one of the Mods soultion #2 physically go in jagex studio and steal the source codE?
    2 points
  14. Your logic is flawed that's why. You have nested if(random == 2) inside if(random == 1). So the code inside if(random == 2) will never be executed, because it can only be reached if random = 1... It should look more like: public void antiBan2() throws InterruptedException { int random = random(1,3); switch(random){ case 1: sleep(random(1000, 2000)); mouse.moveRandomly(random(1000, 2000)); break; case 2: sleep(random(1000, 2000)); mouse.moveRandomly(random(300, 1000)); mouse.moveRandomly(random(1000, 2000)); break; } } That is because the walker in OSBot walks to a position within (i think) 2 tile accuracy. If you want it to walk to the exact tile, you will need to create your own WalkingEvents.
    2 points
  15. Apparently I "botted" AKA logged in tomorrow and my offense expires today in a year wtf Jagex xD This is some Terminator Judgement day shit
    2 points
  16. Ripperino Pepperino xD
    2 points
  17. have you tried turning it off and on again
    2 points
  18. Helooo! Can you send a trial for me? Ayy Lmao.
    1 point
  19. Its seemed to gotten quicker while i was away on 1096/hr now http://prntscr.com/9nobgj Edit: Would be nice if you could add deadmode option for example if a player suicides on you with a dds in hoping poisons kills you later on it will log out asap
    1 point
  20. I think we should start a fan club of this masturbating thing
    1 point
  21. will msg u in a few hrs:)
    1 point
  22. Order form What do you need? : Questing NMZ + Monkey Madness Payment method? : 07RSGP Do you agree to the TOS? : Yes What is your Skype? : AJ ILLZ
    1 point
  23. Try this game out and post your scores below http://zty.pe/ im shit lol
    1 point
  24. read before posting please. you didn't read anything, did you? what do you mean? like stated in the post, an exact copy of OSRS like it is today, so you can bot all you want to test out your script without any problems, you could even test if your script can run 100 hours, with 0% ban chance
    1 point
  25. That's a lot of BS tho and doesn't really do much but get info and click some buttons. Also has no item selection or collection.
    1 point
  26. Probs diff timezones? You'll be able to login in 2 days it's just that the marks for your offence will expire in a year Bot it more yolo
    1 point
  27. 7.99$ so i can use that extra dollar to buy something of the mcdonalds dollar menu
    1 point
  28. Walking is totally fucked up still on 0.05 , come on czar!
    1 point
  29. randomly stops in middle of the course, i belive that on every course stops
    1 point
  30. Best crab bot I've used so far, noice. Will post a proggie with my next pure.
    1 point
  31. could i trail this script please wont to see if its flawless for 6hours if so ill buy it
    1 point
  32. What food are you using? I like how you compare botting with other things xD but yes this is true, be cautios and bot smart That's unfortunate, make sure to bot a few hours a day, don't force it too much Khaleesi
    1 point
  33. There is a problem with enchanting Jewlery. For some reason it clicks outside of the edgeville bank and then it becomes stuck because it doesn't know to reenter the bank. Could you take a look into this? It has ran flawlessly until this bug.
    1 point
  34. Would appreciate a trial.
    1 point
  35. Disputed member: @Arcus Thread Link: no thread Explanation: So Yesterday at 7 am i sold them 840m for Wu They told me that they are having problems with wu and They cant send the payment atm so i told them thats fine just contact me once u can i pmed them a few hours later asking about it they said they are having the same problem after that they said they cant do wu atm and that i have to wait till the next day to get my wu payment So i said ill take a refund instead since yesterday every time i contact them for the refund they say they are out of stock and that they cant send me Wu nor refund me and that they will do bank transfer So this morning i ended up contacting them for the payment or a refund and they said they dont have stock so i asked morova to their livechat if they can provide him with gp atm and they said they can After i confronted him He said that he can refund me my payment he gave me 500m Then starting coming up with bs excuses and didnt refund me the rest of my payment Evidence:
    1 point
  36. hey czar the perfect miner script works great but after it banks and runs back it just chills there for a good 15min moving the camera sometimes logging me out it keeps saying 1 1 2 2 1 2 11 2 2 2 and then like 0.126
    1 point
  37. Hey Czar, Could I get a trial please?
    1 point
  38. could I Please trial this khaleesi? bought some of your scripts before
    1 point
  39. I've bought some scripts from you before. Can i get a trial for this? Thanks
    1 point
  40. Yes it does loot and bank herbs, and it makes 120k xp/hr in deadman mode (from the 5x boost thing)
    1 point
×
×
  • Create New...