Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/03/16 in all areas

  1. 7 points
  2. I charged backed so he cant transfer the funds to another paypal or to his bank account. Anyways he said he aint the original owner his "friend his" My assumption is he sells the account many times and recovers it all the time just to make a quick buck and sadly this one was unlucky for him.
    7 points
  3. @Trump will have 48 hours to give you that money back. He's been placed in TWC in the meantime.
    7 points
  4. This is my first post along the lines of anything outside of runescape, so it might be a little weird. But I've moved to Toronto finally and I'm very happy It's been a goal of mine for the last 4 years and I've finally moved and I love it here.
    6 points
  5. who uses yahoo in 2016 ?
    6 points
  6. Luckily for us, you provided us with the screenshot where you got level 27 magic. Adding up all the skills (taking into account level 25 ranged, a hiscore lookup showed that it was 25, so the maximum value at the time of that screenshot was 25) The total level in that screenshot your provided was 828, but when adding up all the skills shown it comes down to 827. You forgot to photoshop the total level. As @Maldesto has said before the flamefest on the thread, you will have to refund the service and the account. The account has been pricechecked by many people and the value is 40m. This means that you have to refund 42.1m. You'll have 48 hours to do so.
    5 points
  7. FrostHopper is cool and all but i needed this for a specific project and thought i would share. Credits to @@FrostBug EDIT: Added interrupt to whole method not just scrolling. derp /** * Simplified version of FrostHopper by FrostBug on OSBot. * Hops to a specific world with an interrupt condition when scrolling worlds. * Credits: FrostBug * * @author House */ public class HHopper { private final static int WIDGET_INDEX_ROOT = 14; private final static int WIDGET_ROOT = 69; private final static int WIDGET_SCROLL = 15; private final static int WIDGET_SCROLL_UP = 4; private final static int WIDGET_SCROLL_DOWN = 5; private final static int MIN_FRAME_Y = 230; private final static int MAX_FRAME_Y = 416; private final int NOT_LOADING_STATE = 30; Script script; public HHopper(Script script) { this.script = script; } public boolean hop(int world, BooleanSupplier condition) { if(condition.getAsBoolean()) return false; if (script.getClient().getLoginStateValue() != NOT_LOADING_STATE) return false; if (trimWorldNumber(script.getWorlds().getCurrentWorld()) == world) return true; if (script.getTabs().getOpen().equals(Tab.LOGOUT)) { if (isQuickhopOpen()) { if (loadingWorlds()) return false; RS2Widget worldWidget = getWorld(world); if (worldWidget == null) return false; if (isSelectable(worldWidget)) { Rectangle rect = worldWidget.getRectangle(); rect.translate(0, 2); rect.setSize((int) rect.getWidth(), (int) rect.getHeight() - 4); RectangleDestination dest = new RectangleDestination(script.getBot(), rect); if (script.getMouse().click(dest, false)) return false; } else scrollToWidget(worldWidget, condition); } else openQuickhop(); } else script.getTabs().open(Tab.LOGOUT); return false; } private boolean scrollToWidget(RS2Widget widget, BooleanSupplier condition) { RS2Widget scroll; if (widget.getPosition().getY() < MIN_FRAME_Y) { scroll = script.getWidgets().get(WIDGET_ROOT, WIDGET_SCROLL, WIDGET_SCROLL_UP); } else if (widget.getPosition().getY() > MAX_FRAME_Y) { scroll = script.getWidgets().get(WIDGET_ROOT, WIDGET_SCROLL, WIDGET_SCROLL_DOWN); } else { return false; } if (scroll != null) { final long startTime = System.currentTimeMillis(); WidgetDestination wDest = new WidgetDestination(script.getBot(), scroll); script.getMouse().continualClick(wDest, new Condition() { @[member=Override] public boolean evaluate() { return isSelectable(widget) || (System.currentTimeMillis() - startTime) >= 6000 || condition.getAsBoolean(); } }); } return true; } private boolean isSelectable(RS2Widget widget) { return widget.getPosition().getY() >= MIN_FRAME_Y && widget.getPosition().getY() <= MAX_FRAME_Y; } private RS2Widget getWorld(int world) { @SuppressWarnings("unchecked") RS2Widget worldWidget = script.getWidgets().filter(WIDGET_ROOT, (Filter<RS2Widget>) (RS2Widget w) -> { if (!w.isThirdLevel() || w.getSecondLevelId() != WIDGET_INDEX_ROOT || w.getThirdLevelId() <= 300 || w.getThirdLevelId() > 400 || w.getHiddenUntilMouseOver()) { return false; } int worldNumber = trimWorldNumber(w.getThirdLevelId()); return worldNumber == world; }).get(0); return worldWidget; } private int trimWorldNumber(int number) { return (number > 300) ? number - 300 : number; } public boolean loadingWorlds() { return !script.getWidgets().containingText("Loading...").isEmpty(); } private boolean isQuickhopOpen() { return script.getTabs().getOpen() == Tab.LOGOUT && script.getWidgets().containingText("World Switcher").isEmpty(); } private boolean openQuickhop() { List<RS2Widget> list = script.getWidgets().containingText("World Switcher"); if (!list.isEmpty()) { return list.get(0).interact(); } return false; } } Usage: hHopper.hop(86, () -> false);
    4 points
  8. Disputed member: http://osbot.org/forum/user/198413-amkate2/ Thread Link: http://osbot.org/forum/topic/103804-sellin-my-zerk-with-some-decent-skills/#entry1159551 Explanation: Bought this zerker thinking I could use zulrah on it. Bought it at near 11:00 am Everything went smoothly so i logged in and looked at the quests and noticed i needed underground pass and regicide done. I didnt want to do the quest so i let loner12 to do it for me. I paid devry the middleman with my personal main and then transfered 750k from my main to the zerker account I gave longer my info at 11:55 am and he finsished at around 2pm so im not netflix chilling and training agility because i need to get 56 for regicide then log out to take a piss come back and its disabled For Real World Trade. Evidence: Account Banned: https://i.imgur.com/13gCZUs.png Me paying him: can also show you my paypal if needed https://i.imgur.com/1U0IN2d.png Nothing more to it i think, seems like he selling the account and recovers it many times and does the same thing if you need any more evidence let me know. If you think im in the wrong ill cancel the charge back. PLease IP check his account
    4 points
  9. He was mod for about 2 months before me, later promoted to super mod when I was mod We had good staff team around there and everything went well till end when we all were dipshits and all resigned at same time He flamed some admins in the process of our resignations and got in trouble but was later let back Then he dox'd, ddos'd and did some other toxic things to some members here and was perm IP banned PS he's cute. these newfags wont know him
    4 points
  10. 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
    3 points
  11. 3 points
  12. It's impossible to prove why it got banned for rwt, for all we know it could've been because the account changed owner or because you transferred wealth on it. You had no right to chargeback. If it was because the original owner has been trying to recover the account then it would've been locked and not banned due to rwt.
    3 points
  13. I'm sorry but this don't got anything to do with me I sold you the account not my fault if you bot or real world trade with it and get my max zerk perm banned and want money back? so I lose hand made zerk and you get your money back? that's not right but we well see what the Moderator to say about it.
    3 points
  14. Then you should learn how to count properly. Adding these up give a total level of 827 and not 828, so nice try. Bye.
    3 points
  15. Molly's Thiever This script is designed to quickly and efficiently level your thieving! Check out the features below. Buy HERE Features: - Capable of 200k+ per hour and 30k+ exp/ph on mid-level thieving accounts. - Quickly reaches 38 thieving to get started on those master farmers for ranarr and snap seeds! - Fixes itself if stuck. - Hopping from bot-worlds. - Stun handling so the bot doesn't just continually spam click the npc. - Drops bad seeds if inventory is full at master farmers. - Eats any food at the hp of your choosing. Supports: -Lumbridge men -Varrock tea -Ardougne cake -Ardougne silk -Ardougne fur -Kourend Fruit Stalls -Ardougne/Draynor master farmer -Ardougne/Varrock/Falador guards -Ardougne knight -Ardougne paladin -Ardougne hero -Blackjacking bandits as well as Menaphite thugs, this has limitations, click the spoiler below to see them Setup: Select your option from the drop down menu, it will tell you the location where the target is located. Fill out the gui and hit start. Simple setup! Proggies: Proggy from an acc started at 38 theiving:
    2 points
  16. wat? this's got nothing to do with kate lol idk her, all ik is saint gnome was toxic
    2 points
  17. @Novak tried to convince everyone he was a girl
    2 points
  18. get her on weeb. its better for you than hash.
    2 points
  19. I wont be refunding until we know who the original owner is. because I can easily say that x person was the OO. this person for sure been recovering the account many time. and this guy amkate prob working with somebody that has been perm banned in osbot
    2 points
  20. nature spirit gives you 2k def xp which is 13 def, but i think lv 14 is like 2107 xp? so if you have under 106 xp in def right now then yes it will work, if you have over 107 def xp then no you will have an ugly 14 def thanks
    2 points
  21. Mith gloves reqs as normal then do nature spirit + lumbridge guide. Thats it for rfd :P
    2 points
  22. come on mate, do me this one small favour
    2 points
  23. Xylate's a very nice guy and was willing to let me try the webhosting even though i'm quite nooby at it, i've done trades with him in the past and all have been smooth, all the best to you my man.
    2 points
  24. I'm on a Mac and it's working fine for me. Try going to System Preferences, then Security & Privacy. There might be a toggle that requires you to allow the new .jar file to open - it's a safety feature that Mac has.
    2 points
  25. CURRENT RECORD: 201 HOURS RUNTIME NEW: Sandstone mining + hopper support Humidify/water circlet/bandit unnote Ardy cloak tele support Setup Screen Preview Results 84 HOURS ON NEW LEVEL 20 ACCOUNT Suicided account with mirror mode near rock crabs, 81 mining! I will probably go for 99 Even supports Ancient Essence Crystal mining! Preview: Mine 1 drop 1 item drop pre-hover feature:
    1 point
  26. Molly's Chaos Druids This script fights chaos druids in Taverly dungeon, Edgeville dungeon and Ardougne. Profits can easily exceed 200k p/h and 60k combat exp/ph, this is a great method for training low level accounts and pures. Buy HERE Like this post and then post on this thread requesting a 24hr trial. When I have given you a trial I will like your post so you will receive a notification letting you know you got a trial. Requirements - 46 Thieving for Ardougne -82 Thieving and a Lockpick for Yanille - 5 Agility for Taverly(recommended) - No other requirements! Though I do recommend combat stats of 20+ as a minimum Features: - Supports eating any food - Hopping out of bot worlds - Recovers from deaths(respawn point must be lumbridge), includes re-equipping items on death - Potion support - Automatically detects and withdraws/uses Falador teleport tabs if using Taverly dungeon - Automatically detects and withdraws/equips/uses glories if using Edgeville dungeon - Supports looting bag Setup: Start the script, fill out the GUI, and be in the general area of where you want to run the script. CLI setup: Proggies: In the works: Known bugs: Bug report form, this is a MUST for problems to be resolved quickly: Description of bug(where, what, when, why): Log: Your settings: Mirror mode: Y/N
    1 point
  27. i need a service thread layout post what u have made before ,thx
    1 point
  28. already did this for him ;)
    1 point
  29. I'd love to trial this
    1 point
  30. 13 def levels for 1 str bonus not worth it
    1 point
  31. 40-45m, just a couple of nmz based stats with some mediocre skilling stats.
    1 point
  32. you chargebacked a payment you shouldn't have. How is it @amkate2's fault that the account got banned? RWT bans are a risk when buying accounts, besides you decided to transfer gold which very well could've gotten the account banned. I'll request him to send a tweet as well as attempt to contact jagex in another way I know of. edit: done. I'll await his response.
    1 point
  33. quests untradeables? 60m as it is
    1 point
  34. trial please looks good
    1 point
  35. Well, I don't really see a problem if @IHB is the OO and is going to assist him with recovering? Did @Pseudo show you any evidence of the account having been recovered?
    1 point
  36. Bought a good VPS off this guy. He allowed me to trial it first and it worked flawlessly. Huge vouch for him. I would recommend anyone that is interested in a VPS to buy it off him. He made it simple and easy to set up. Huge vouch. A+
    1 point
  37. forgot to also thank you for the free trial , thank you
    1 point
  38. u ever seen barbs zerker guide on zybez
    1 point
  39. Il throw an offer of 20M then as it still needs alot of work
    1 point
  40. 1 point
  41. Could I please get a trial, thanks. I've also liked
    1 point
  42. I agree that you have to lower price, but setting A/W at 120m for an account which is easily worth 250-300 is really sketchy to say the least.
    1 point
×
×
  • Create New...