Leaderboard
Popular Content
Showing content with the highest reputation on 08/31/15 in Posts
-
Why is it still there? it says "Do not purchase this package" for ages... just remove this crap so sketchy @Maldesto4 points
-
I will auth temporarily, until OSBot handles it ps. thank you for choosing Czar Scripts, hope you enjoy ;D4 points
-
Hopefully the DDoS attacks will be mitigated for some time as our services slowly start to restore. Please give a big high-five to @Zach for his work, the attacks were pretty sizable. In this release you'll find all the extra features from the 2.3.105 release and a few features such as dynamic signatures should be restored as well (pending script updates). Thank you for being a member here at OSBot; we will continue working toward keeping our services online. You must download the new version through the website and NOT the client. Edit: The elusive, shadow bender @Maxi also made an appearance to help restore the services, give him a high-five with your other hand. -The OSBot Staff3 points
-
"Mom, why do the best people die early?" - "When you're in a garden, which flowers do you pick?" "The most beautiful ones?"3 points
-
2 points
-
2 points
-
2 points
-
2 points
-
This is stupid, as this will be your real IP anywhay, which could be related to you. There are proxies, vpns and even tor, just look stuff up. Start with tor I suppose and visit the hidden web for fun, just avoid pornographic content at all costs. Then look into what is a VPN and how to set up a proxy link.2 points
-
User has been banned. He was online yesterday and ignored the warning. If he wishes to return, he will have to refund in full. I'm sorry for your loss.2 points
-
Thank you everyone for all the support and feedback, this script officially is the most sold magic script on the market! Since 2015 it has been continually updated all the way to 2025! #1 SOLD MAGIC SCRIPT #1 MOST FEATURES MAGIC SCRIPT ESC MODE, HOVER-CLICK, NEAREST ITEM CLICK, FLAWLESS JMod nearby and we still alive. Anti-ban and Optimal script usage Anti-ban: - Don't go botting more than 3 hours at once, take breaks! Otherwise the ban-rate is highly increased! - Bans also depend on where you bot, for the best results: bot in unpopular locations Banking-related spells are the lowest ban-rate (spells which require banking or can be casted near a bank, e.g. superheating, maybe alching, jewelry enchanting etc etc) since you can just go to a full world and blend in with other non-bots (humans), for example: world 2 grand exchange If casting spells on npcs, then unpopular locations reduce the banrate by alot, So make sure not to go to botting hotspots otherwise you may be included in ban waves. - Some good areas used to be (until some got popular): grizzly bear, yanille stun-alching, any overground tiles (upstairs etc) but once the areas are overpopulated, try to go to another location which is similar to the aforementioned locations. This is a very popular thread with many many users so if a new location is mentioned, the location will be populated very quickly so I can only suggest examples of good locations - Don't go botting straight after a game update, it can be a very easy way to get banned. Wait a few hours! If you ever get banned, just backtrack your mistakes and avoid them in the future: you cannot be banned without making botting mistakes. Keep in mind you can be delay-banned from using previous scripts, so don't go using free/crap scripts for 24 hours then switching to a premium script, because the free/crap previous script can still get you banned! For more anti-ban information, see this thread which was created by an official developer: http://osbot.org/forum/topic/45618-preventing-rs-botting-bans/1 point
-
Like even make it $0.01 to me it looks like upon registering your hoping someone purchases by accident and doesn't like chargeback or try to complain lmao1 point
-
1 point
-
1 point
-
I tried using that with out success, but I check for stuns using isAnimating(). The sleep is to add a bit of human like delay, or at least that was my thought process. Thanks for the feedback. that +3 is probably why I couldn't get it to work that way :P1 point
-
I feel like my identity has been stolen :'( Good job though! As Apaec said, look into player height (remember that player height also fluctuates normally so add 3 to the player height at all times to negate that)1 point
-
Bought your script and I love it. My only input; Is it possible for you to add the iron ores over by Yannile along Port Khazard. If you could write the script to walk from those ores to the bank in Yannile as it is a short distance, I would love your script even more.1 point
-
this has been fixed in the chatbox alek, he needed to delete his OSBot folder, restart and fixed ^_^1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Hey man thanks for the awesome tutorial! I am just now getting back in to coding with osbot and im having an issue where scripts that i run dont really start. i even copied the code in your tutorial line for line to see if it was an issue with my code and still the same error. Have you ever heard of this and do you know of a fix?1 point
-
1 point
-
because you didn't click the download button at the top correct?1 point
-
1 point
-
@Dopey, The real reason why Runescape can only have a max of 2,147M is that for the stacks they declare them as int. It saves memory. Java int:int is 32 bit signed type ranges from –2,147,483,648 to 2,147,483,647. Whereas if they had used long to declare stacks: long: The long data type is a 64-bit signed two's complement integer. It has a minimum value of -9,223,372,036,854,775,808 and a maximum value of 9,223,372,036,854,775,807 (inclusive). Use this data type when you need a range of values wider than those provided by int. Other types:1 point