Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/27/15 in all areas

  1. Thank you everyone for all the support and feedback, this script officially is the most sold magic script on the market! Since 2015 it has been continually updated all the way to 2025! #1 SOLD MAGIC SCRIPT #1 MOST FEATURES MAGIC SCRIPT ESC MODE, HOVER-CLICK, NEAREST ITEM CLICK, FLAWLESS JMod nearby and we still alive. Anti-ban and Optimal script usage Anti-ban: - Don't go botting more than 3 hours at once, take breaks! Otherwise the ban-rate is highly increased! - Bans also depend on where you bot, for the best results: bot in unpopular locations Banking-related spells are the lowest ban-rate (spells which require banking or can be casted near a bank, e.g. superheating, maybe alching, jewelry enchanting etc etc) since you can just go to a full world and blend in with other non-bots (humans), for example: world 2 grand exchange If casting spells on npcs, then unpopular locations reduce the banrate by alot, So make sure not to go to botting hotspots otherwise you may be included in ban waves. - Some good areas used to be (until some got popular): grizzly bear, yanille stun-alching, any overground tiles (upstairs etc) but once the areas are overpopulated, try to go to another location which is similar to the aforementioned locations. This is a very popular thread with many many users so if a new location is mentioned, the location will be populated very quickly so I can only suggest examples of good locations - Don't go botting straight after a game update, it can be a very easy way to get banned. Wait a few hours! If you ever get banned, just backtrack your mistakes and avoid them in the future: you cannot be banned without making botting mistakes. Keep in mind you can be delay-banned from using previous scripts, so don't go using free/crap scripts for 24 hours then switching to a premium script, because the free/crap previous script can still get you banned! For more anti-ban information, see this thread which was created by an official developer: http://osbot.org/forum/topic/45618-preventing-rs-botting-bans/
    4 points
  2. efficient & flawless Link: Script now live: Here Features Bypasses Jagex's camera movement bot trap. new! Uses ESC key to close the interface new! Uses the higher xp method (aligns the camera to the target so it closes the menu when it pops up) NEVER gets in combat, 'tower' method of getting out of combat isn't even there (deliberately). Logs out when no money left Equips bronze arrows when necessary Displays 'goal' information, e.g. (at 77 range it will also show details for 80 range, time left, xp left, etc) Automatically equips higher level gear such as d'hide chaps and vambs Runs away just in case of emergency! ................................................................................................................................ With the bots on OSBot, Czar promises to deliver yet another incredible piece to the CzarBot empire. This means you will get to run the script with no worries about bans and xp waste. LEGENDARY HALL OF FAME 100 hour progress report Configuring the bot and the result: Set the npc attack option to 'Hidden' if you want to avoid deaths forever! For extra XP FAQ Why should I use this script when there are millions out there? It is the best script. Simply. Why are you releasing this now? It's time to make it public, it was privately shared with some friends and has been working flawlessly. Instructions There are no instructions. We do the all the work for you. CzarScriptingβ„’ Tips If you are low level, you can use a ranging potion at level 33 ranged to get in the ranging guild. Try and have as high ranged bonus as possible. Gallery ANOTHER 1M TICKETS GAINED !!
    2 points
  3. I've definitely been rekt here Fucking fuckers.
    2 points
  4. #getBoundingBox != drawing the actual rectangle. Something like this should work: <graphics 2D object>.drawShape(new Position(1, 2, 3).getPolygon(getBot()));
    2 points
  5. PPOSB - AIO Hunter Brand new trapping system just released in 2024! *ChatGPT Supported via AltChat* https://www.pposb.org/ ***Black chinchompas and Black salamanders have been added back*** Supports the completion of Varrock Museum & Eagle's Peak OR CLICK HERE TO PAY WITH 07 GOLD! The script has been completely rewritten from the ground up! Enjoy the all new v2 of the script JOIN THE DISCORD CHAT FOR QUESTIONS/ SUPPORT/ CHATTING/ UPDATES! New GUI: Features: Click Here Current functioning hunter tasks: (green - complete || yellow - started || red - incomplete) Screenshots: Progressive Leveling: 1-19 --> Crimson swift 19-43 --> Tropical wagtail 43-63 --> Falconry 63+ --> Red chinchompas Updates How to setup Dynamic Signatures Report a bug CLI Support - The script now supports starting up with CLI. The commands are given below. Please put in ALL values (true or false) for CLI to work properly. Make sure they are lowercase values, and they are each separated with an underscore. The script ID for the hunter bot is 677. Parameters: EnableProgression_EnableVarrockMuseum_EnableEaglesPeak_EnableGrandExchange Example: -script 677:true_true_false_true ***Don't forget to check out some of my other scripts!*** OSRS Script Factory Click here to view thread LEAVE A LIKE A COMMENT FOR A TRIAL The script is not intended for Ironman accounts. It still works for Ironman accounts, but you must have all equipment, gear, and items.
    1 point
  6. Now on SDN! Description: Simple powerchopper, supports all f2p trees. Cuts down the tree and drops logs for fast xp gains. Chops in selected area around player Walks to the area defined by the user if the player somehow went out of it Requirements: Equipped axe or in inventory Levels to cut the chosen tree Specify the area to cut trees Start in the area you specified around the player. I.E if its 5 then don't be 5 tiles away from the tree. ScreenShots: Proggies: Known issues: Things to be added in the future: Changelog: v.1.00 Beta release v.1.01 Added paint, support for all axes. Fixed null issue and start button v.1.02 Added support for certain area size around the player in which to powerchop v.1.03 Made specified area to show up on minimap v.1.04 Made it walk to the specified area if the player is not in it and fixed some minor issues. v.1.05 Updated the paint, cleaned up the code a bit. v.1.06 Fixed minor issues with paint. v.1.07 Added more tree types, camera movement. Did some code cleanup.
    1 point
  7. this is a story about how i fell in love with maldesto: i really like maldesto because he gave me a second chance on osbot, i was a cunt to him to once when i got shown some stuff - i did some bad things but he forgave me, i have seen since that he is a gr8 individual i really like him - my love doesn't die - although he doesn't like me back Never Forghetti Scotty's Spaghetti Will you be paying homage to based scotty during the week of halloween aka the day of the trickster ;)
    1 point
  8. To draw an arbitrary area on the minimap you could do: Area area = myPlayer().getArea(4); Polygon p = new Polygon(); for(int i = 0; i < area.getPolygon().npoints; i++) { short[] mm = GraphicUtilities.getMinimapScreenCoordinate(bot, area.getPolygon().xpoints[i], area.getPolygon().ypoints[i]); p.addPoint(mm[0], mm[1]); } g.setColor(Color.RED); g.draw(p);
    1 point
  9. My bad, @Bobrocket corrected me, but I found this public Point minimapTranslate(Position pos) { //Get local position coordinates int x = pos.getX() - getMap().getBaseX(); int y = pos.getY() - getMap().getBaseY(); //Get the players current offset from the provided position //Using grid coordinates we get a more accurate result when we're in //the process of walking between two tiles. //1 tile = 2 units, in rX and rY int rX = (x * 4 + 2) - (myPlayer().getGridX() / 32); int rY = (y * 4 + 2) - (myPlayer().getGridY() / 32); //Get the current minimap position and camera rotation offsets. //these are often changing even without moving/rotating the camera. //^ This is probably to prevent autoclicking int offset = client.accessor.getMinimapX(); int minimapAngle = client.accessor.getMinimapRotation(); int angle = minimapAngle + offset & 0x7FF; //Calculates the sine and cosine vars to be used for rotation from the //minimap center. The minimap zoom is also random and often changing. //These are scaled up to improve accuracy in the following calculations int sin = (GraphicUtilities.CAMERA_SIN[angle] * 256) / (client.accessor.getMinimapZoom() + 256); int cos = (GraphicUtilities.CAMERA_COS[angle] * 256) / (client.accessor.getMinimapZoom() + 256); //Standard trigonometry; calculate the offset from minimap centre //Then downscale the result by right shift. We use 16 instead of 8 due to the unit of //rX and rY being doubled in comparison to real X,Y coords int mX = rY * sin + rX * cos >> 16; int mY = rY * cos - rX * sin >> 16; //Return the point. 644 and 80 are the minimap X, Y coordinates return new Point(644 + mX, 80 - mY); } You can do g.drawOval(minimapTranslate(position.get(i)).x -4, minimapTranslate(position.get(i)).y -2, 6, 6);
    1 point
  10. Welcome! Jona1000's Account Shop ACCOUNT #1 Fisher Account lvl 82 Price: 9m Stats: https://gyazo.com/99852d3b8fb3a152f114c04c51e8c3e9 Other: https://gyazo.com/115eeddb5649e93ef5a4fc8119c79f4f https://gyazo.com/b776733c7a764a6f9367bb46404fd39e ACCOUNT #2 Fisher account lvl 80 Price: 9m Stats: https://gyazo.com/99e771f7d1dcceec7f49b6be2134e0f3 Other: https://gyazo.com/e0d9290e4450d52af7699f3cc33967af https://gyazo.com/abb8e4b0f1c16588c457e13cf5d72d48
    1 point
  11. 1 point
  12. Trial Plz, Im thinking about few nmz scripts atm.
    1 point
  13. Blue one so it can match your username colour and scripter/designer rank ;)
    1 point
  14. Blue one looks sexier. But both do look nice
    1 point
  15. Oh ok I will do that instead! And that makes sense ha, thank you so much, you have been incredible helpful!
    1 point
  16. The usual amount, which is 2.
    1 point
  17. And then theres me, the cheap bastard, who did it for free
    1 point
  18. Can i get a trial want to test this on a lvl 80 fishing account.
    1 point
  19. i dont get these guys lol, they have no shame whatsoever
    1 point
  20. Doesnt cut arrow shafts skips and tries to cut shortbows instead
    1 point
  21. Hey Czar, love the bot. With Serums (sorry for another point about Serums!), the bot seems to click each potion twice as it makes it (probably because there's a bit of a delay in the actual game while they're being made). I think this gif might explain what I mean a bit better. See how it goes back to click the one that it's just made? I'm not sure if the bot is too fast for the game, or if it's something else, but yeah. Another possible way to counter it could be to make it click a different potion each time, not just to last available potion? I'm not a developer so I'm not sure how hard it would be to do. Cheers again for the great bot, though.
    1 point
  22. That is so yesterday.... and its swatted with pkers, trust me.
    1 point
  23. 1 point
  24. scotty, never forget
    1 point
  25. yea exactly, I don't know what happened a week ago that caused this. Hopefully we can get it fixed.
    1 point
  26. same issue, did same thing deleted reinstalled java, restarted pc, mirror was working fine a week ago now "could not load library stream" hopefully some resolution..
    1 point
  27. If that 25m bid falls through, i'll bid 22.5m
    1 point
Γ—
Γ—
  • Create New...