Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/13/14 in all areas

  1. fuck u wannabe community slut
    5 points
  2. Bit of both. He just reminds me of beastlymaul when he was here. Immature, autistic 10 year old boy who isn't funny and accidentally put his webcam on once on Skype and his looks confirmed some sort of disability.
    5 points
  3. old archived threads and archived disputes should be separate. I like to clearly see whos been banned and for what reason, whenever i want without scrolling through junk threads.
    4 points
  4. Can confirm people who refer to females as 'chicks' often receive 0. Closest he's been to a vagina was during childbirth.
    4 points
  5. You are the biggest faggot on this forum. I see your name and it disappoints me every time. Not funny at all, not smart, not witty, not intelligent, not entertaining, not black. Fuck off.
    4 points
  6. You can easily fix it by going to the member group and readjusting the settings, and if you need help doing this I can show you over Skype.
    3 points
  7. I hate it when ignorant, impatient, leechers like you that don't understand how programing even works and have never even studied RuneScape's game engine internally at all react when someone who knows what their talking about actually explains to them that everything is a ok. I've been reverse engineering RuneScape since 2008. I've created everything from fake-clients, private servers for almost every type of client revision, update servers, eoc, etc. If you don't have any authority or basis for your claims than don't post your ignorant comments anymore. Maybe you don't know how to bot correctly, but I've made thousands of magic tabs, caught thousands of chins, and botted many more scripts on OSBot and with confidence in it.
    2 points
  8. Please don't let the public see this video as it ahs personal data in it.
    2 points
  9. Since you actually have proof that he PM'd you his Skype, and no other IPs besides his main one have connected to his account today, he's been IP banned. I'm sorry for your lose.
    2 points
  10. User has been IP banned.
    2 points
  11. You're not trolling. You are just proving to even more people that you are the least entertaining faggot around, you try so hard but you'll never escape Bronze V. Your fan base grows daily.
    2 points
  12. Nezz is love. Nezz is life.
    2 points
  13. Are you a mod? No, so you can't judge. We all know Nezz sux, so this thread just giving him a reminder, just in case he forgot
    2 points
  14. Hi, I can't change my display name, please fix it. Thanks for lending a paw. -Senior Sheriff Dog, Eliot
    2 points
  15. There is no reason not to, the staff just like shutting down ideas people actually like. Oh well. Support, I'm not using some shitty search feature.
    2 points
  16. No one believes you.
    2 points
  17. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports every altar - Supports every rune Air, Mind, Water, Earth, Fire, Body runes (Just walk back and forth) Fire runes (Ring of dueling to Castle wars) Mind runes (Ring of dueling to Castle wars + Mind altar teleport) Nature runes (Unnote at shop and walk to altar) Nature runes (Ring of dueling to Castle wars + Necklace of passage to Fairy ring) Nature runes (Ring of dueling to Castle wars + Ardougne cape to Fairy ring) Nature runes (Ring of dueling to Castle wars + Quest cape to Fairy ring) Nature runes (Ring of dueling to Castle wars + POH teleport to Fairy ring) Cosmic runes (Walks back and forth - Uses obstacles based on agility level) Cosmic runes (Ring of dueling to Castle wars + Necklace of passage to Fairy ring) Cosmic runes (Ring of dueling to Castle wars + Quest cape to Fairy ring) Law altar (Ring of dueling to Castle wars + Balloon method to Entrana) Astral altar (Teleports back to bank) Lava runes (Ring of dueling to Castle wars) Stream runes (Ring of dueling to Castle wars) Smoke runes (Ring of dueling to Castle wars) Mud runes (Walks back and forth in varrock) Mud runes (Digsite teleport) Blood runes (Arceuus) Blood runes (Ring of dueling to Castle wars + POH teleport to Fairy ring) (93 agility req) Soul runes (Arceuus) Wrath runes (Ring of dueling to Castle wars + Mythical cape ) - Pouches support - Menu invokes - Daeyalt essence support - Pouch repair - Energy/Stamina potions support - Food support - Combination rune support - Binding necklaces + Magic imbue - Abyss support (Edgeville / Ferox enclave banking) Death handler, will grab your stuff and continue (Abyss only) Abyssal bracelets/Ring of life support Pouches repair at zamorak mage - ZMI altar support Walks short unsafe path OR walks long safe path Quick prayer support Full bank mode (Add fillers so all runes get deposited, but not the pouches/Rune pouch) - Mining daeyalt essence - Master/Runners setup Setup a bunch of runners for your main account who stands at an altar Either play your main yourself or use the master mode Combination runes, magic imbue + binding necklaces available Runners can bring binding necklaces, talismans to the master Stamina potion support for runners Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023! Script queueing: - Support queueing multiple script in a row - All Khal scripts support flawless transitions in between scripts - Start creating your acc in a few clicks from scratch to multiple 99's - Flawless CLI support - Learn more here: How to use CLI parameters: - Example Usage: -script 482:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename - SAVEFILE: Save file can be created in the GUI. Navigate to the tab you want to run and press "Save As CLI file". Please choose your filename wisely (No special characters) - BREAKFILE (Optional): Breakfile can also be create in the GUI, set the breaksettings you wish to use and press "Save new CLI BreakFile". Please choose your filename wisely (No special characters) - Final form (Note that with some bot managers you do not need to specify -script 482): -script 482:TaskList1.4515breaks (With breaks) -script 482:TaskList1.4515breaks.discord1 (With breaks & discord) -script 482:TaskList1..discord1 (NO breaks & discord) Proggies:
    1 point
  18. +1, and why is Catastrophe being so mean to the poor guy... I expected more of him. You are supposed to show compassion to the special people, not just ruin their lives like that.
    1 point
  19. Please do this ^ Also the rap looks pretty nice, as long as you don't rhyme too many of the same words together, you'll be fine. Pretty much don't be Lil Wayne or any of the other garbage rappers and you'll be all good
    1 point
  20. It's a phishing link. Do not click it
    1 point
  21. 1 point
  22. I too have a speech impediment
    1 point
  23. yeah i think i might just stick to the
    1 point
  24. In your onStart method add this. Notice how you can consolidate your code into 2 lines. ^_^ bot.addMouseListener(new MouseListener() {//register a new MouseListener @Override public void mouseClicked(MouseEvent e) { if(minimizeRectangle.contains(e.getPoint())) minimized = !minimized; } @Override public void mousePressed(MouseEvent e) { } @Override public void mouseReleased(MouseEvent e) { } @Override public void mouseEntered(MouseEvent e) { } @Override public void mouseExited(MouseEvent e) { } });
    1 point
  25. 1 point
  26. The reason has been revealed: I did open osbot before and somewhy i didn't close the process, so osbot thought i had 2 bot's running cause i opened the secound one........ stupid me :>
    1 point
  27. Update: Switched player saves from Serialization to JSON format. Works much better and reduced chance of corruption!!
    1 point
  28. aw I thought this post would be about how your life transformed because you got banned
    1 point
  29. you can press this button once per post, so why not gimme more likes?
    1 point
  30. I probaly get more chicks than you, but then again i dont want to spend hours to convince you, so you either believe me or not, you could ask me questions to verify though.
    1 point
  31. Who are you @The Hero of Time?
    1 point
  32. What are the NMZ Banrates ?
    1 point
  33. People need to stop with this. OSB1 is pretty much nonexistant now, all it does is waste @Laz's time when he could be doing other more important things.
    1 point
  34. Just be patient for laz and them to fix it. You can go one day without botting.
    1 point
  35. You could try building your own computer its alot easier then you would think. There's nice newegg tutorials on youtube and you can look in the motherboard manual to see where you plug everything in at. You can't really mess up when you build it either as long as you ground yourself or wear an anti-static wristband because static electricity will fry your parts. When I built my computer I had no clue on what I was doing I researched my parts went to reddit's computer forum asked for advice they changed my build up a bit then I went to tomshardware forums and they said it was all good. If you wait until black friday you can get some really really good deals. Heres my build I spent around 390 for the parts and 90 for the OS (didn't want to pirate it) and I built it around black friday / cyber monday 2 years ago PCPartPicker part list / Price breakdown by merchant CPU: AMD Phenom II X4 965 Black 3.4GHz Quad-Core Processor CPU Cooler: Cooler Master Hyper 212 EVO 82.9 CFM Sleeve Bearing CPU Cooler ($29.98 @ OutletPC) Motherboard: ASRock 970 Extreme3 ATX AM3+ Motherboard ($110.39 @ NCIX US) Memory: G.Skill Ripjaws Series 8GB (2 x 4GB) DDR3-1600 Memory ($79.99 @ Newegg) Storage: Seagate Barracuda 1TB 3.5" 7200RPM Internal Hard Drive ($52.91 @ OutletPC) Video Card: MSI Radeon HD 7770 GHz Edition 1GB Video Card ($73.98 @ Newegg) Case: Zalman Z9 Plus ATX Mid Tower Case ($59.99 @ NCIX US) Power Supply: Corsair Builder 430W 80+ Certified ATX Power Supply ($48.99 @ Mac Mall) Optical Drive: LG GH24NS90 DVD/CD Writer ($33.50 @ Amazon) Operating System: Microsoft Windows 7 Home Premium SP1 (OEM) (64-bit) ($88.98 @ OutletPC) Total: $578.71 Prices include shipping, taxes, and discounts when available
    1 point
  36. http://www.ebay.com.au/itm/HP-TouchSmart-15-6-inch-Touch-i7-8GB-750GB-Nvidia-GT740m-2GB-Gaming-Laptop-PC-/271513193161?pt=AU_comp_laptop&hash=item3f37728ac9&_uhb=1 Looks nice.
    1 point
  37. RuneScape has updated today to revision 50 but our updater is fine. No hook identifiers were broken during the process. We could theoretically update the bot right now but as an effort to prevent further bans, I'm going to be evaluating certain bugs which occur during random event solvers. Nearly all our random event solvers have been tested but there seems to be certain conditions under which they do not activate. We do not believe this is simply a trivial bug but an effort on part of Jagex's bot-watch campaign to efficiently detect players who use injection and/or reflection bots. The idea of having random events that some how bypass our random event solver queues is definitely a quick way to identify bots. These techniques can all be prevented and that is why I'm delaying the release of the #50 revision update until we fix the issue (which will be today for sure!) I'm the only active developer at the moment but no worries! The fix won't take long. Additionally, we're going to add some extra injections to accurately detect invisible NPCs and/or players (specifically moderators/admins). Sorry for the inconvenience but this wait works to everyone's benefit. We don't want to have bans occurring when they can EASILY be prevented by us. Thanks, Sincerely Laz.
    1 point
×
×
  • Create New...