Leaderboard
Popular Content
Showing content with the highest reputation on 10/23/15 in Posts
-
User is ip banned, sorry for your loss. What a scum bag, sorry you had to be a victim of his immature ass. Feel free to tweet mod weath the name of the account and all the pictures and information you know about the account.10 points
-
I am happy to announce I have stumbled upon a great alternative payment method that if it's not already a wide spread thing could really change the way we sell gold. http://www.giftcards.com/virtualgift/build#!/egift/merchant/visa Basically instead of having the customer send money via pay pal have them send that same money through this site to buy visa prepaid gift cards for us. I have done extensive research and called both pay pal and this gift card company for more information. Gift card company: My conversation with them (with them being made aware of what my goal was selling runescape gp). What I gleaned from them is that the visa prepaid gift card is compatible anywhere visa is accepted(Including pay pal who confirmed you can transfer all the funds off the card instantly just by adding the card to your card list and then go restock your supply of gp and repeat). In addition upon purchase, the sender never sees the pin, so he/she cannot steal it from you later. In addition to this, the gift card company only accepts credit cards not paypal so at no point are you dealing with the paypals annoying policies. The person I spoke with said that once you get the pin you must immediately use the card in someway(whether you dump your funds on paypal or elsewhere) this way, the card can't be refunded later. If all that is done, then if/when the buyer decides to charge back they'll be unable to offically refund the gift card because it has been used. At which point you're not even involved because neither the bank nor the company has your personal information on file to use so any dispute will only be between the scammer and the gift card company absolving you of any and all risk that comes with pay pal and other popular methods. What this means essentially is that this method brings to the table the best of both worlds in that it is much like pay pal very easy to use and not hard to purchase like bit coins. It has the strong security of bit coins but is much easier to convert to Irl cash on pay pal and then re-supply your stock. Pay pal: My conversation with both a representative and an individual from the fraud department They confirmed they won't be able to intervene and rule in the buyer's favor(obviously) since they're not even involved. They confirmed the prepaid visa gift card could instantly and free of charge be loaded on to your pay pal balance once you have obtained the pin. Conclusion: This is an incredible method to sell gold, which has taken all the risk of selling with a method like pay pal and gives you the security of bit coin but the ease of access that pay pal grants you. The only potential drawback(which isn't even that bad) is the small $3-$5 fee for activating the card. This isn't bad considering all the benefits you get and that depending on the amount you buy and sell gold for you'd still be making a lot of money. If anyone else is interested in this method, I strongly urge you begin to offer it in your stores(I know I am) if enough of us begin doing so, then there'll be a higher amount of buyers willing to use this method the more widespread it becomes. Thanks for reading I hope you all like my idea and decide to implement for your personal use(of course I wont mind, we really need to put an end to scammers).6 points
-
3 points
-
Bye, not sure why you would leave because someone leaked sensitive information to users and got demoted. Then a user who has been working his butt off for months and reporting 100's of posts + helping everyone that needs it got promoted trial moderator. Whatever floats your boat.3 points
-
Release notes: No longer needs additional libraries installed such as microsoft visual studio redistributable Rewritten attaching mechanism, "searching for osrs client" issue should be a thing of the past. Reduced cpu usage. Support for new hooks that are about to be added to the api. Now supports older (32 bit mac OS'es) Miscellaneous other bugfixes MAC/LINUX users please note: Mirror mode was originally designed for windows, and is optimized the most for it. And while it's now supported on OS X & LINUX - the performance of it is best when used on windows.2 points
-
Not going to beat a dead horse with what I have been doing and why; so here you have the next iteration of an OSBot interface re-write. Finally only the main client interface remains. If you notice I totally dropped the script browser and made it into a simple script selector. Upon further investigation you'll see that the mvc sdn page was added back to the forum navbar. If you are a true detective, you'll also uncover that the ugly "Free Scripts" product in the store for $999 is gone. Why all of this? User experience and simplicity. Even with all the FAQs, notices, and instructions, new botters were having a hard time operating OSBot. On that same note I've made a few small changes to how the bot is operated which you will notice quickly. Please note the SDN page is recycled from the old design and heavily modded. At some point I do plan on making a proper design for it, don't shoot me just yet. Changelog: -Rewrote Script Selector --Removed Script Browser --Dropped various supporting classes -Script function buttons require an active bot tab -Removed redundant items from bot tabs -Custom local random event support dropped --RandomManager returns empty random collection -Updated SDN page --Work in progress - very experimental Version 2.3.134 -Removed Resizable random from Mirror Mode -Various internal changes2 points
-
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
-
1 point
-
This tutorial will cover everything required to write your own OSBot scripts. Although it is quite lengthy, don't let this put you off - it shouldn't take more than a couple of hours to follow through, at the end of which you will have learned the scripting basics and will have your very own tea thieving script which you can modify to your liking. Good luck! Previous required knowledge: None Knowledge of basic java helps but is not required! What this guide covers: Downloading your code editor (IDE) Basic programming concepts A quick guide to java Writing a script with the OSBot API Running your script Downloading Eclipse: Setting up your project: Language basics: Java basics: Script backbone: Compiling the script: Writing the script: Best practices and conventions: Completed Tea thieving source code: That's the end of this tutorial, hopefully it was useful and concise enough. As I mentioned earlier, remember to ask LOTS OF QUESTIONS! Also remember that google is your friend! ? Although it may seem OSBot scripting is a niche use of java, many questions can translate to more widely adopted counterparts - use this to your advantage. If you have any questions do not hesitate to post as a reply below. Since I follow this thread, I will receive a notification if you do and will do my best to get back to you ASAP! - Apaec1 point
-
The Noob in Rune Does hitting no higher than 1 per attack sound appealing to you? if so, become a noob in rune today! Killing seagulls nonstop at port sarim for your entertainment. End goal: level 17 in saradomin armour. Minus chest plate because of dragon slayer :c Timings: Pressed start on bot at 10:50AM Friday Oct 23rd 2015 Level 10 11:30AM Friday Oct 23rd 2015 - 40 mins total Level 15 12:10AM Friday Oct 23rd 2015 - 1 hour 20 mins total Level 20 13:30PM Friday Oct 23rd 2015 - 2 hour 10 mins total Level 30 17:50PM Friday Oct 23rd 2015 - 4 hour 30 mins total Resumed bot at 8:00AM Sunday Oct 25th 20151 point
-
Awesome guide, would making a yew chopper be the same sort of idea? Except states would be CHOP, BANK and WAIT. I've spent a lot of time using actionscript 2 in flash, could never be bothered to use java for rsbots. You made all the hard parts seem so simple though so I might try it out1 point
-
Well this is interesting. I'm sure if this system has proven to be useful as protection against chargebacks, that it will gain in popularity soon enough. Thanks for taking the time looking into safe alternative payment methods and for sharing!1 point
-
1 point
-
1 point
-
1 point
-
You could also follow the topic to receive notifications automatically, in case you didn't know1 point
-
it does this for all of the logs, i tried it with maple aswell and it cut maple short1 point
-
1 point
-
1 point
-
Invest in a new computer and play csgo. It's reallt fun to play with friends, at least I think so1 point
-
There is no need to. Randoms dont do anything anymore, they are optional1 point
-
1 point
-
Try and score some strength potions, might help ^^1 point
-
You should never use that VPN as everyone can use it :P Purchase a private proxy You should never bot a level 3 account as well as the first ~3 days. You should always get about 40+ Quest points & 30+ random stats & get 40-50 combat, then start botting on a PRIVATE proxy on each account. Never interact with a flagged IP of yours via trading. Bot humanly, never play legit 8 hours then bot overnight, you will be banned. Bot exactly as you would play, 8-12 hours a day, then sleep, 8-12 hours a day, then sleep. Have random break timers, no one plays 8-12 hours straight without going to the bathroom etc. Make it say every 1:30-3 hours you break for 3-20 minutes at random. Hope this helps1 point
-
Yes, I had to add an extra update to fix stringing etc. So we gotta wait until OSBot updates the scripts (so that my update becomes visible to all users) it happens twice a day so don't worry ;)1 point
-
1 point
-
lol Shes mean man. This is just a preview to the channel. Subscribe homie!1 point
-
New Update! Version 0.12 - Fletching logs now back to normal update will be live within a few hours, enjoy preview1 point
-
If you don't want to do that, just toggle 'ESC closes interface' in the rs settings tab and it will not rotate the camera anymore I understand the concern but I have gone the extra mile to ensure no interaction is detectable, including the mouse click coordinates, their gravitation toward the central position of entities, the camera behavior and its uniqueness and the rate of mouse click and its relation to human mouse click speed1 point
-
I'm pretty sure, you know what you meant. No need to deny it now, stand up and post why you feel this way. Of course, I liked deceiver, he was a great mod. He just thought it was okay to leak peoples information + sensitive chat conversations between the staff. "but no that was all ive leaked, sorry for it." That was his response when I confronted him with the two things that were leaked. Then I found out that was a lie, so I was going to give him a chance to come forward and have one last chance, yet he had decided to stick to his lie.1 point
-
1 point
-
1 point
-
Release notes: Fixed issue where bot would crash for most linux users while loading stream library Fixed scrolling via mouse wheel (resolves many issues such as bank withdraw one) Fixed certain special keys such as tab on login screen Greatly improved sync between gcs of both jvms - this should resolve issues where mirror gets buggy/slow/crashes after running for some time. Miscellaneous other bugfixes MAC/LINUX users please note: Mirror mode was originally designed for windows, and is optimized the most for it. And while it's now supported on OS X & LINUX - the performance of it is best when used on windows.1 point
-
1 point
-
1 point
-
I cannot wait for the AIO cooking sounds incredible. Also, do you think that rate of detection between the fast dropping and the normal dropping is the same? I would like to use the faster because more xp but it just looks so unhumanlike. Thanks1 point
-
1 point
-
Changes being released in 7.0: -New and better walking. -Reliable and more efficient death handling. -World hopping should now function correctly. -Much more reactive than before, nearly all sleep timers are now conditional. -Calculation issue on the paint fixed. -No longer will set the camera to a certain, fixed pitch. This was never an intent anyways, it was an oversight. -Should no longer get stuck if a druid binds the player. -Overall cleaner and more efficient code. There are a few other changes I would like to make, including reworking banking a bit to make it better. For the most part the update is almost ready to be pushed, expect it within the next couple of days.1 point
-
I would strongly recommend using filter. Getting all objects is unnecessary and not so efficient.1 point
-
Hello guys, I am not of the homosexual orientation. I have never been attracted to Men, Just Women. I don't have a real problem with homosexuals, They leave me alone and I leave them alone. I don't have any homosexual friends, but I don't think that's got any subliminal hatred attached at all. I mean you can't change who you are attracted to and the actual definition of homosexual is; "being sexually "Attracted" to people of one's own sex." With all that said and done, I've been looking for a guide like this for ages. I love you. (No Homo)1 point