Jump to content

Extreme Scripts

Trade With Caution
  • Posts

    10702
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    96.2%

Everything posted by Extreme Scripts

  1. I've gone ahead and banned "Diabl0" and "livejasmin" as you need VIP to bot multiple accounts. I recommend you purchase it as all the others found will also be banned ^_^
  2. Depends what you were botting, if you botted tutorial island then yes your account was most likely flagged from the start. If you didn't bot it, then it's most likely you were botting a high-ban rate skill or you indeed have a flagged IP. Off-topic: Moved to the correct section: Runescape Bans
  3. I believe the trial is currently staying until Jagex see's fit to remove it, could mean that F2P stays for good. We don't know what's on their minds ^_^
  4. Well with my Tab maker script it seems house tabs are the most profitable, profit is roughly 500gp-1k so they seem to be the most popular Usually rake in about 300k-500k p/h ^_^
  5. Once again, common sense would tell you that you're in no way obliged to pay the monthly. Cancel the script. On-topic: Instancing is being looked at as a viable option, we have asked for it to be implemented before the monthly's came out so we can only hope for the best. Personally I would prefer instancing.
  6. Nowhere does it state you have to pay the monthly fee, cancel it if you fancy.
  7. If you think logically, running to the competitor you're speaking of, 1 script auth = $10-20 dollars, you pay by instances which will cost you more than the monthly fees. For instance take a Tab Maker (Using 3 accounts): Competitor Auth price: $10 per bot tab. = $30 OSBot Auth Price: $10 a month for unlimited accounts Pretty sure simple math will show you OSBot is still the cheapest out there.
  8. Done, in future please report your thread and in the memo type the "Title change: + yourTitle". Thanks ^_^
  9. The TOS can be found here: OSBot Terms of Service OSBot holds the right at any time to cease its products. Closed.
  10. First thing off the bat, you're using legacy objects with the new imports, "closestObjectForName" is now "objects.closest()" Heres the api: http://osbot.org/api familiarize yourself with it, you also need to Override the onLoop(). Looks like you've taken an OSBot 1 script, changed the imports from legacy, it doesn't work like that unfortunately.
  11. Extreme Scripts

    cya

    Sad to see you go, it was a pleasure having you! Enjoy the outside world ^_^
  12. Sad to see you go, hope whatever you do in life treats you well Make sure to pop by now and again ^_^
  13. The risk will always be there when you bot anything, now that your account has a 2-day I would give it a break for the moment. Leave it and play legit for 1 week or so just to avoid the hammer, when you come back to botting if you wish too then make sure you have breaks set (which is currently broken) to a decent break time and play time with good deviations in between. For the time being though I'm afraid it's the good ol' hand n mouse time ^_^
  14. If you're referring to old scripts as in OSBot 1 scripts then yes they would be gone. If you're referring to scripts during the trial week then yes those also would also be gone, if you have Purchased scripts and this is occurring then please post what script and date purchased ^_^
  15. I need a signature, animated if possible that looks something like @Target's. Color scheme: Global moderator color Text: Divinity Subtext: Community Support (Underneath name) Lets see what you can come up with ^_^
  16. No idea Another remedy is a cup of hot water, add a spoon of honey, few drops of lemon juice and hint of ginger (like a teaspoon full).
  17. Take a cup and put like 100ml water in it, add a knife tip of cayenne pepper and your nose will completely be unblocked and throat cured after a few hours of repeating Got a kick to it though so be warned
  18. No lol this will never be feasible as a job, I don't understand why people think we make $1000's a month
  19. public RS2Object filterPortal(String action){ for(RS2Object o: objects.getAll()){ if(o != null && o.getDefinition().getActions()[0].equals(action)){ return o; } } return null; } The getActions()[0] will return the action in the first index of the list aka the First interaction option.
×
×
  • Create New...