Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/11/17 in Posts

  1. I see we like to compare dick sizes in this community.
    5 points
  2. Well first of all, even if this was the case, you didn't fix anything. Your dev did. Second of all, I'm sure an intelligent individual such as yourself could understand why it's very hard to believe someone who constantly lies and exaggerates about the things they do and the amount of money they really make off RS. "Yeah I don't get bans but I also only make 300m/day" Not once in the 4 years that osrs has been out have I seen multiple people from different bot communities all of a sudden start getting mass locked accounts from tutorial island. What you're saying makes it seem like Jagex added some sleeper cell antiban last year which is just now becoming active.
    5 points
  3. Edit: 2/11/2017 11:32 PM - I'm currently able to bot accounts without them getting locked. A fix is out there, may the odds forever be in your favor If anyone is currently out of the loop, Jagex has now made it extremely difficult to create accounts by locking just about every single account that is put through tutorial island whether it is handmade or botted. I've been doing some testing to figure out what exactly is going. I have not had anyone confirm anything by looking through client code to see if something was added, this is all based of what I'm noticing first hand. The following will get your account locked after completion of tutorial island: Running an account through tut by hand via a proxy. Running an account through tut by bot via a proxy. Running an account through tut by hand via a VPS. Running an account through tut by bot via a VPS. The above applies to any game client or web browser Your account will NOT get locked IF: You run it through tut island by hand via your HOME IP The above applies ONLY if the account you are running through by hand was created within the same country/geographical location. Ex: if someone who lives in the UK registers an osrs account and gives the login info to someone who lives in the US and that person runs the account by hand through his home IP, the account will still get locked. (This was tested a few times) If you create an account on your Home IP and also bot it on your home IP, by the looks of it, they don't get locked but rather banned. If you create an account on a VPS and run an account through tut by hand on the same VPS (IP never changes) you will get locked. There currently ARE ways to run accounts through tut via a proxy or VPS by hand and NOT get locked. There are certain things I can do to make the account either locked or not locked upon completion. I have not yet implemented the same thing into a script to stop the locks by botting but by hand there is currently a way(s) around it. The detection they are using is most definitely 100% bypassable and it is script sided. The only "quick fix" as of now would be to create accounts on your home IP and handmake them which unfortunately is not what most people would like to hear. If anyone else would like to share info or correct any of the above, feel free to do so.
    4 points
  4. Just pushed an update, version 2.02! I've added lots of changes based on feedback, here are most of them (may have forgotten a few!) Version 2.02: Added support for multiple potions! Hold ctrl or shift to select multiple potions from the list in the Gui. Speaking of Guis... here's the new one below! In other news, there is now an option to always move the mouse outside of the screen when the script is idle. This option is designed to simulate a player being AFK, so it's probably best to disable camera movements aswell, or atleast decrease their frequency. Prevented the cursor/mouse trial being drawn when the mouse is outside the screen Reworked special attack activation to make it less intrusive to the running of the script Prevented the script attempting to loot ammo when at the bank/banking Adjusted the gui inventory space calculations to accomodate for the new potion options. Please double check your settings before you run the script! (make sure you've configured for only 28 inventory slots, while I added calculations, it may still go wrong for whatever reason) Minor changes to banking Dropping junk now has a delay following the action to avoid any spam-clicking Re-recorded the crab claw isle 3 path to prevent it failing to refresh the crabs ... and probably some more stuff which i've forgotten. Enjoy! should be available within the next few hours once the devs get around to pushing it live! ~apa
    3 points
  5. Feels like those weird US reality shows where they just start fighting... Anyway, to stay on topic, don't get your hopes too high. If I were to find a solution, I wouldn't share it. I believe anyone who truly tries to goldfarm and especially those who already successfully goldfarm, wouldn't. Like juggles said: "F2p is so much better to bot now with way less botters" <- that's an opportunity, use any useful info you can find, test it yourself, step up your game and seize it. Don't forget that by helping others publicly, you also expose jagex to this info.
    3 points
  6. I think we can all agree that something has been changed by jagex, and that more accounts are now being locked after being made on vps/proxies. This feud you guys have started isn't accomplishing anything. If you guys have this much free time to argue you could just as easily put it to good use somewhere else, or make yourselves happy in a different way. The only thing I've noticed out of either of you after reading through all these comments is that neither of you are mature enough to simply ignore the other and not comment on each others posts. I believe this section "Botting & Bans" was made to talk about reasons for bans not your guys monthly profit margins.
    3 points
  7. This is great fun, keep the bashing going!
    3 points
  8. public enum StrongholdQuestion { PHISHER("A website claims that they can make me a player moderator if I give them my password. What should I do?", "Don't tell them anything and inform Jagex through the game website"), STAY_LOGGED_IN("Can I leave my account logged in while I'm out of the room?", "No"), COOL_ADDON("My friend uses this great add-on program he got from a website, should I?", "No, it might steal my password"), LEND_ACCOUNT("My friend asks me for my password so that he can do a difficult quest for me", "Don't give him my password"), RECOVERY_QUESTIONS("Recovery answers should be..", "Memorable"), RECOVER_QUESTIONS_USED_FOR("What are your recovery questions used for?", "To recover my account if i don't remember my password"), BANK_PIN("What is a good example of a Bank PIN?", "The birthday of a famous person or event"), FREE_MEMBERS("What do you do if someone asks you for your password or recoveries to make you a member for free?", "Don't tell them anything and click the Report Abuse button"), MOD_PLS("What do you do if someone asks you for your password or recoveries to make you a player moderator?", "Don't tell them anything and click the Report Abuse button"), LOTTERY("What do you do if someone tells you that you have won the RuneScape lottery and asks you for your password and recoveries to award your prize?", "Don't tell them anything and click the Report Abuse button"), KEYLOGGER("What do I do if I think I have a keylogger or a virus?", "Virus scan my computer then change my password"), DETAILS_PLS("What do I do if a moderator asks me for my account details?", "Politely tell them no then use the report abuse button"), DEY_GOT_MY_RECOVS("What should I do if I think someone knows my recoveries?", "Use the recover a lost password section"), CHEATS("Where can I find cheats for RuneScape?", "Nowhere"), ENTER_PASSWORD("Where should I enter my password for RuneScape?", "Only on the RuneScape website"), BLOCK_PIN("Will Jagex block me for saying my PIN ingame?", "No"), GIVE_PASSWORD_PLS("Who can I give my password to?", "Nobody"), CHANGE_PIN("Who can I give my password to?", "Nobody"), WHY_RECOVER("Why do I need to type in recovery questions?", "To help me recover my password if I forget it or if it is stolen"), ; private final String question; private final String answer; StrongholdQuestion(String question, String answer) { this.question = question; this.answer= answer; } public String getAnswer() { return answer; } public String getQuestion() { return question; } } Not sure if questions r still accurate
    3 points
  9. I see jackshow is showing off how big his penis is again. When do we get to the amount of hookers he's fucked?
    2 points
  10. one thing for sure though, im currently getting fucked by jagex
    2 points
  11. We all know jack is / acts like a fag. Don't really care how much he makes as it doesnt change the first part unfortunately. I'll take 10$ a day, but I still wouldnt act like he does even if i made 1000. Now can we get back to discussing the real topic here? IE locked accounts.
    2 points
  12. R.I.P to a thread that is trying to help us all
    2 points
  13. I have to agree with its best to keep things secret like Jack does. Telling others only hurts you
    2 points
  14. And how exactly do you expect him to do that?
    2 points
  15. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports mining every location in motherlode (Also top level) - Pick areas to mine in or use specific veins to mine - Included leveling you from 1-30 before going to motherlode - Pickaxe upgrading - Pickaxe special attack - Can use diary and agility shortcuts - Avoid other players option - Possible to enable the upgraded sack extension - Depositbox instead of bank option - Humanlike idles and interactions - Option to buy coal bag at 100 golden nuggets and stop script - CLI support for goldfarmers Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023! Script queueing: - Support queueing multiple script in a row - All Khal scripts support flawless transitions in between scripts - Start creating your acc in a few clicks from scratch to multiple 99's - Flawless CLI support - Learn more here: How to use CLI parameters: - Example Usage: -script 612::ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename - SAVEFILE: Save file can be created in the GUI. Navigate to the tab you want to run and press "Save As CLI file". Please choose your filename wisely (No special characters) - BREAKFILE (Optional): Breakfile can also be create in the GUI, set the breaksettings you wish to use and press "Save new CLI BreakFile". Please choose your filename wisely (No special characters) - Final form (Note that with some bot managers you do not need to specify -script 612): -script 612:TaskList1.4515breaks (With breaks) -script 612:TaskList1.4515breaks.discord1 (With breaks & discord) -script 612:TaskList1..discord1 (NO breaks & discord) Proggies:
    1 point
  16. 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:
    1 point
  17. Love doing manupulationa, very nice work.
    1 point
  18. I am willing to refund the user in order to remove my TWC and clear my name, however I think 70M is an unfair evaluation. Especially seeing as no fault can be proved, it's still a very likely possibility that bigdicky is attempting to make a profit off his own mistakes, and it's not fair that I have to give him that profit without any proof to support him. Unfortunately, we all know there is not a good way for bigdicky to prove anything. Regarding the valuation on the account, I highly doubt bigdicky got all of these stats done manually. This leads me to believe a lot of these stats were botted, especially because he clearly received a ban for it. Is botting stats AND getting banned for it actually worth 70M? Especially when I only got paid 50M initially and there is no evidence bigdicky didn't fake recover it himself. If we truly want an accurate representation of the value of the account, we can see he posted it for sale well over a month ago and it has gotten 0 bids in that time. Nobody wants this account that's been botted and banned. It's not worth much at all, it's especially not worth 70M. At the bottom of that thread it's worth noting he states he has the power to change the email on the account. I understand account sales are a tricky business, especially when it comes to disputes. Can we at least consider a reasonable price check for the account? Thank you
    1 point
  19. i would really love a trial:) looks promising dvang12 =)
    1 point
  20. Seems like majority of voters are for this so my vote wouldn't even help :-(
    1 point
  21. 1 point
  22. sad isn't that against the code of conduct
    1 point
  23. https://osbot.org/forum/topic/112201-barrow-glove-starters-comes-with-creation-email-hand-done/ Comes with creation email, (don't bother with recovery tests, they are useless, if the owner will want to screw you there is nothing you can do but get it banned)
    1 point
  24. Although you are not very trusted, I checked out the thread and have noted it down. I might contact you. Thank You!
    1 point
  25. WINNERS PM ME TO RECEIVE YOUR PRIZE.
    1 point
  26. I am planning an API that will traverse the stronghold (a mid-long term project ofc), but before I start I will need all of the answers. If you guys would be so kind as to post any collection of answers, I would love you forever This is srs! Note: I will begin collecting them myself if need be, but i'm sure someone has that info laying around
    1 point
  27. i ripped it from some src a long time ago. idr tbh
    1 point
  28. I never once discredited pain to my success, we're cocky together. Pain's the reason I started, and I am the reason pain's still here.
    1 point
  29. You got spoon fed the ropes by pain after befriending him when first joining osbot, then you got spoon fed even more by client devs. You got extremely lucky. You would be nothing without them. You should be very grateful that they handed you free money. Don't act like an arrogant douche bag and exaggerate about what you make, that's the only thing I've never liked about you. Oh and also the fact you jerk off to animated kids
    1 point
  30. 1. 21st or 16th, still doesn't equal 800m/day 2. Okay, throw in an extra 1-2k, still isnt 800m/day 3. You can lie through text all you want but your body language isn't gonna lie. You weren't fucking with me. Me and the Cx guy were making fun of you the whole time and you were getting defensive/insecure about it. 4. the action of manipulating something in a skillful manner. The only thing you manipulate are std ridden asian hookers and its not really manipulating when you just simply give them more money 5. There was nothing to fix back in october
    1 point
  31. I can remove your vote and change it to no if you want me to
    1 point
  32. Hey bro I just purchased your herblore script a bit ago & everything I start the grinding process of birds nests the bot simply logs out. I've tried starting it without anything in my inventory, starting it with some nests in my inventory, starting it with a pestle & mort in my inventory, ect. Nothing seems to be fixing the problem. Here's the script log error: [INFO][02/10 04:36:47 PM]: Started script : Perfect Herblore [INFO][Bot #1][02/10 04:37:20 PM]: --------------- 1[Item=233]x[1][Item=5070]x[27]--------------- 2 [INFO][Bot #1][02/10 04:37:20 PM]: Go bank plox [INFO][Bot #1][02/10 04:37:20 PM]: Option for [Grand Exchange booth] is [Bank] [INFO][Bot #1][02/10 04:37:22 PM]: Go bank plox [INFO][Bot #1][02/10 04:37:22 PM]: Depositing all 1 [INFO][Bot #1][02/10 04:37:22 PM]: event_init() [INFO][Bot #1][02/10 04:37:22 PM]: Executing! DEPOSIT [INFO][Bot #1][02/10 04:37:24 PM]: finished [INFO][Bot #1][02/10 04:37:26 PM]: Go bank plox [INFO][Bot #1][02/10 04:37:26 PM]: Ran out of items: true. [INFO][Bot #1][02/10 04:37:28 PM]: Terminating script Perfect Herblore... [INFO][Bot #1][02/10 04:37:28 PM]: Script Perfect Herblore has exited! Any feedback as soon as possible would be greatly appreciated, thanks.
    1 point
  33. Czar, Can you take a look at "eat for loot?" Right now, I don't think it's working correctly. My character only loots after it has eaten an item once my hp falls into the designated range, where an inventory spot is now open. However, it will not eat otherwise and this is causing me to lose out on a lot of valuable loot. Thanks
    1 point
  34. Similar from IPB3 to IPB4. If our forums got hacked because of our outdated security on IPB3, I'm sure everyone would cuddle around and say "thankfully our layout looks exactly the same". Sounds ridiculous doesn't it? That's why we sometimes make the educated decision and press forward. Something like this is just meh. Also this is a Maldesto question not a Zach question. Maldesto can change whether or not Spam section gets post count, Zach probably doesn't care in the slightest.
    1 point
  35. Can you maybe add in the stalls in Zeah? Because the way they are set up you can't get caught. all of them by the way.
    1 point
  36. can i have a trial please? thank you.
    1 point
  37. Inv for brutuls is 1 ranging pot 4 prayer one antifire and 5 monk's, itll get stuck with the bank screen open, if i pause the bot and close the bank itll still stand there and only start working once the shortcut in the ground is on screen.
    1 point
  38. Bought this script and started 2 accounts up on Friday, both were fresh accounts both running on the same private proxy and thought id let you know my results for anyone thinking of purchasing. First account was banned saturday morning after running from 8pm friday - 8am saturday with a 1 hour break inbetween. This account only managed 13,850 bow strings unfortunately. Second account was more fortunate, this one again started at 8pm friday but managed to 10am Tuesday. This account managed 68,500 bow strings. I didn't bot for longer than 6 hours at a time and the second account did have a few longer breaks. The script itself worked flawlessly every time it was on which I was made up with considering it is cheap, great work and would recommend this to anyone interested!
    1 point
  39. Update: I can confirm this issue is account creator related: I've made a few accounts manually, and a few automatically. The automatic accounts got locked within minutes after completing tutorial island. The manual ones didn't. I've rewritten my account creator to use a real browser (Firefox) to create the accounts and the issue got solved, no locks for past 2 hours. - Abuse
    1 point
  40. 1 Locked botted after finishing tut Island (Account from 1,100 bulk account generation) 1 Locked botted mid tut island (Account from 1,100 bulk account generation) 1 Locked after tut through mirror mode on legit client ~ 3 mins (Account from 1,100 bulk account generation) 1 not locked after creating legit and doing legit through legit client 1 not locked doing legit through legit client (Account from 1,100 bulk account generation) 1 locked botted mid tut island (Account from 1,100 bulk account generation) 1 not locked, legit through osbot client (Account from 1,100 bulk account generation) I know the stats aren't there to back it up, but this isn't looking good for the client methods (in order) doing random tests
    1 point
  41. i see that you are changing the rules after theyve been announced, politics will welcome you my friend:P also, can you make the fighter to run without food? opting out would be nice, i dont always have a shrimp at hand make it able to drink wine too EG be able to click on anything when hp is lower than the given threshold
    1 point
×
×
  • Create New...