Jump to content

Tom

Scripter III
  • Posts

    5332
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. Tom

    osFisher

    Sorry guys, this is going to be released on the SDN soon and I am no longer going to be supplying a download link, you may keep what you currently have but I do ask that you do not distribute it to others. Thanks.
  2. Tom

    Valk4demote

    If they callin johnny sins gay they got another thing comin
  3. Tom

    Valk4demote

    May as well remove gay anime characters while theyre at it
  4. We knoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooow
  5. Trying to type in the amount of things to make when you interact with an item "Make X". So far I have this, but I don't think it is the best way to do it. widgets.interact(gui.getWidget()[0], gui.getWidget()[1], "Make X"); cSleep(3000, widgets.isVisible(548, 120)); sleep(random(150, 250)); keyboard.typeString("99", true); Still manages to type 99 into the chat sometimes Also, while Im here I may as well ask Is there something in the api to "Use" an item on another item e.g. a Knife on logs. Right now im doing something like this Item item = inventory.getItem("Knife"); item.interact("Use"); inventory.getItem(gui.getLogType()).hover(); mouse.click(false);
  6. Tom

    REALLY?

    Johnny Sins wins the internet everyday.
  7. It gets marked as a 3rd party client, no different to OSBuddy, as far as I know anyway
  8. Holy shit, It would be interesting to see if you were to have the same issue when using the normal client if you would be banned or not.
  9. Watercooled, right? If so what kind of temps do you get? Clocked at 4.7ghz also, but I used to see a lot of temperature spiking when I first built it, 60+ Celcius. Might have finally calmed down as the thermal compound might have set in.
  10. Some pretty good luck you have, was it doing nothing, or was it like clicking something repetitively? Is it a new account? or an Old one?
  11. I'm going to say that you are being sarcastic, but I can't tell since I don't really know you. But you could still simply be an outlier, you don't determine how other people get banned. Either way, I support the mirror client and its a pretty big step in the right direction. All I'm saying is if people are complaining that the mirror client got them banned, then it was most likely due to a mistake on their end.
  12. Though, on the topic, lets say a script is broken because the mirror client isnt quite up to snuff with it, e.g. a pest control script, yet a person still decides to use it, and it randomly gets stuck spamming a boat or something (I don't know what it would do, this is just a guess), then perhaps you COULD say that the mirror client caused my script to not perform as it should, which got me banned. Still the botters fault, not the client, but you can still see where people might be coming from. Obviously premium right? xDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
  13. Well lets say he used to play on the normal client, and botted a lot, then suddenly changes to the mirror client out of nowhere. Then jagex might add him to the watch list, as this is something not many people do, and I'm sure jagex has spies on these forums and knows what this mirror client is.
  14. Tom

    Howdy Yall

    Do you know if a lot of the problems have been fixed yet? I know when it first came out people could hardly run any scripts for an hour
  15. Your method wont work that well, because you are never closing the bank. Conditional sleeps work good with this ive noticed. public void deposit() throws InterruptedException { if(!bank.isOpen(){ bank.open() new ConditionalSleep(3000) { @Override public boolean condition() throws InterruptedException { return bank.isOpen(); } }.sleep(); } bank.depositAllExcept("Coins"); sleep(random(150,300)); bank.close(); } } Also, your class name is a bit weird 1main.java? Rename is to main.java, youl have to rename the class inside the code as well from public 1main to public main near the top. I think this is just a convention, but you should still do it.
  16. Tom

    osFisher

    Will have to take a look at this, thanks mate. Check back here soon for a fix Edit: Posted a fix.
×
×
  • Create New...