Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/21/16 in Posts

  1. Brought to you by the #1 most sold script series on the market. Come and see why everyone's choosing Czar Scripts! This is the most advanced Agility bot you will find anywhere. BUY NOW $9.99 NEW! Added Both Wyrm Courses! SCRIPT INSTRUCTIONS Optimal Setup for the bot: Please set the mouse zoom to far away (to the left, like below) so that more obstacles can be seen in the view, and so the script can be more stable and reliable Also, make sure to have roofs toggled off (either go to settings tab or type ::toggleroof) for optimal results
    5 points
  2. No support. I talked to this guy for just a few minutes before I had to head out to the doctor. Was at the doctor and they told me that I had cancer. Guess where I got it from.
    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. That's what everyone has to do if they want their account name changed. I don't see why I should treat you any different. It wouldn't be fair towards other people who pay to enjoy the perks of VIP.
    4 points
  5. You have to be able to receive and handle criticism in a meaningful and mature way to be a mod. That's all I am going to say I've seen people say some incredibly toxic things about Maldesto to his face, and to date, I have ever seen him personally attack someone in response.
    4 points
  6. no, i hate when people say trial in my trail threads tho
    3 points
  7. YOU DON'T HAVE THE RIGHT TO DEMAND ANYTHING FROM US!
    3 points
  8. Demon Slayer Shadow of the Storm The Golem RFD Evil Dave Subquest
    3 points
  9. http://www.speedtest.net/my-result/5343752945 I think i maxed out the server
    2 points
  10. wow dbuffed i like you as a normal member, you were the worst mod/cba in the history of osbot lol
    2 points
  11. Unicows is next on the list, fairy rings are already included but I need to add a setup interface for them. As for tool leprachaun, which items can it note? I will add a feature for that ASAP @Fused the script will be 9.99, I will try to lower it to 7.99 (market rules = can't undercut existing scripts)
    2 points
  12. This is an AIO (All-in-one) bot that has almost every thieving style except blackjack, ask for a free trial by liking thread or making a post! Vyres and elves are now supported! Both can make solid profit per hour, decent passive income! BIG THANK YOU TO ALL OUR SUPPORTERS! WE ARE THE MOST SOLD THIEVING BOT IN OSBOT HISTORY. MOST REPLIES, MOST USERS, LONGEST PROGGIES #1 Thiever | Most Overall Sales | Most Total Replies | Most Results | 10+ Years Maintained | 'the intelligent choice' by Czar SUPPORTS VYRES 224M made in a single sitting of 77 hours 1.1B made from elves and vyres!! ELVES SUPPORTED TOO! (NEW) 2.1m/hr, 6 crystals in 7 hrs 99 THIEVING MANY MANY TIMES, 35M EXP IN ONE BOTTING RUN!! 99 thieving in ~43k xp (12 minutes remaining)! Just got 99 proggy! Gratz to @iz0n THIEVING PET AT LVL 22 FROM TEA STALLS 11.5 HOURS, WITH PET TOO!! 610k/hr getting 99s on deadman worlds!
    1 point
  13. Before buying, please ensure you check-out with the correct script. Swapping scripts is not possible. View in store $4,99 for lifetime use - Link to Sand Crabs script thread (better exp/h!) - Requirements: Camelot tabs / runes in main tab of bank Designated food in main tab of bank ~ 20-30+ combat level Features: CLI Support! (new!) Supports Ranged & Melee Attractive & fully customisable GUI Attractive & Informative paint Supports any food Custom cursor On-screen paint path and position debugging Supports [Str/Super Str/Combat/Super combat/Ranged/Attack/Super attack] Potions Collects ammo if using ranged Stops when out of [ammo/food/potions] or if something goes wrong Supports tabs / runes for banking Option to hop if bot detects cannon Global cannon detection Option to hop if there are more than X players Refreshes rock crab area when required Avoids market guards / hobgoblins (optional) Automatically loots caskets / clues / uncut diamonds Enables auto retaliate if you forgot to turn it on No slack time between combat Flawless path walking Advanced AntiBan (now built into client) Special attack support Screenshot button in paint GUI auto-save feature Dynamic signatures ...and more! How to start from CLI: You need a save file! Make sure you have previously run the script and saved a configuration through the startup interface (gui). Run with false parameters eg "abc" just so the script knows you don't want the gui loaded up and want to work with the save file! Example: java -jar "osbot 2.4.67.jar" -login apaec:password -bot username@[member=RuneScape].com:password:1234 -debug 5005 -script 421:abc Example GUI: Gallery: FAQ: Check out your own progress: http://ramyun.co.uk/rockcrab/YOUR_NAME_HERE.png Credits: @Dex for the amazing animated logo @Bobrocket for php & mysql enlightenment @Botre for inspiration @Baller for older gfx designs @liverare for the automated authing system
    1 point
  14. As some people do not know how to do this, and it is useful to prevent people stealing your code, here is how to obfuscate (https://en.wikipedia.org/wiki/Obfuscation) using ProGuard. If you don't know what Obfuscation looks like, here is an example of one of my classes, post obfuscation: 1. Download and extract proguard http://sourceforge.net/projects/proguard/files/ 2. Create a folder anywhere called "proguard_configs", this is where you will store your configuration files to be used with ProGuard. 3. In the proguard_configs folder, create a new empty proguard config file (.pro) in notepad. 4. Define your configuration, here is the configuration I use for my scripts: -injars C:\Users\Username\OSBot\Scripts\script.jar -outjars C:\Users\Username\Obfuscated\script_obf.jar -libraryjars C:\Users\USername\Downloads\OSBot 2.4.29.jar -libraryjars C:\Program Files\Java\jre1.8.0_66\lib\rt.jar -keepattributes *Annotation* -keep public class package.Main -injars is file path to the script .jar to be obfuscated -outjars is the file path to the obfuscated script .jar -libraryjars are the OSBot.jar and the Java runtime rt.jar -keepattributes *Annotation* ensures that we keep the @ScriptManifest annotation Finally we specifiy that we want to keep the main Script class, as we need this as the entry point to our script. You should replace "package.Main" with the package that your script is in, and the name of your main script file 5. Finally run the following command in cmd / terminal, replacing path_to_proguard with the path to proguard.jar, which is found in the proguard\lib folder, and path_to_config with the path to the .pro file you previously made: java -jar path_to_proguard.jar @path_to_config.pro 6. Note if you get warnings about missing classes, that are not classes you have defined, add to you config the line, replacing javafx with the package name: -dontwarn javafx.**
    1 point
  15. v1.10 seems to be working fantastically for farming marks. For what I said about canifis it was only on the final rooftop. I'm not sure if it's an isolated incident or not but every 1 in 3-4 laps it would stand onto of the last roof for about 15 seconds before moving the cursor. Already moved onto Seers by the time 1.10 was released so haven't tested. Just wondering, do you plan on adding Alching/Magic imbue onto the script?
    1 point
  16. Would really like to have 24 trial on this script user ID: 225183
    1 point
  17. We will close your newest one.
    1 point
  18. Good script. But will you be adding Stun-Alch-Teleporting to it? https://gfycat.com/IlliterateNextAoudad
    1 point
  19. hi roomscape i miss you lots
    1 point
  20. .NET conventions in Java .. Anyway, we need to see whats going on in the gui class to identify the problem
    1 point
  21. Could you add antifire and extended anti fire when doing tasks such as iron/steel dragon?
    1 point
  22. No Waterbottle, This displeases me, you're fired.
    1 point
  23. Nothing on Teamspeak talking to friends, about to play Garys Mod, and grilling a burger on the pit atm. Sounds exciting I know! Also I have a 2nd account im about to start probably running through NMZ
    1 point
  24. 1 point
  25. So he posts today and hasn't accessed it since March? Get off the thread
    1 point
  26. you do understand something like this has a 99.99% chance of failing, even with the most expensive and private scripts.
    1 point
  27. It's probably due to the amount of times you actually release a script, then go missing for like 3 months then come back again. Just a guess though but I'm pretty sure its accurate.
    1 point
  28. Could I please do 24 hour trial please?
    1 point
  29. Could I have a go with the 24hr trail? User ID: 225078
    1 point
  30. The script gets stuck when trying to crawl under the falador wall. It tries to press it from too far away and keeps getting the messages "can't reach that" have to manually press closer to the tunnel so that it can go under. not using mirror mode.
    1 point
  31. Proof was posted, he was banned. Then unbanned and was told he was hacked and nothing was done to him so what am i gonna say? Nothing Basically being hacked twice (atleast that i know of) is a bit weird dont you think. If i was scammer i would do same thing, pretend that im hacked under hidden IP and then scam a little and when account gets banned, unhide IP and then tell you were hacked and get unbanned. My proof? I posted proof on page 2 where he basically lies about being never hacked. Troll, read before you post to. There are ton of threads about Muffins and im not gonna say no more. Peeps who got hacked will just eventually ask whats going on from Admin+. Im not gonna post no more about this, its not my problem but i have something against scammers and liers. Thanks. EDIT: Forgot to add this as well, ask yourself this: How come someone this trusted and high feedback as Muffins can be hacked so many times in few months? Is he 10 in real life by downloading everything that he see's online and getting rat'ed or keylogged?
    1 point
  32. One of my friends were scammed under his account, how come its a conspiracy theory? No refund was made even tho it was only a 2.5m osrs gp loss for him. Yet he tells with his own words he wasnt never hacked, then edited around after that his skype was hacked only once ever but yet there is multiple threads about him being hacked atleast twice. Tell me more about my conspiracy theory... Basically he is lying straight up, editing posts n stuff.
    1 point
  33. Actually everyone is not 100% in english... Sounds pathetic and childish how you all keep giving that "dummest".
    1 point
  34. So you say your account was never hacked yet you admit it on skype. My friend has better convo where you tell him you were hacked twice and 3 people were scammed under your account. Sadly hes in army and im not able to receive any screenshot off him. Yet this screenshot is more than enough to say that you are an scammer, lier and much worse. I really hope that they will perma ban you scammer. Above picture. Yeah but he cant keep his account secured, which means more work and more trouble for the staff to handle.
    1 point
  35. You have been banned for being hacked and shit for long time lately and i can say nobody is not that fool to be hacked that much. All i can think of that the "hacker" is you and you are just using your account to scam people on this forum or others. If Muffins cant keep his accounts secured, just permanent ban him. In my eyes hes a scammer
    1 point
  36. Welcome back! https://www.youtube.com/watch?v=EdFo_nTkI_U
    1 point
×
×
  • Create New...