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 all 3 boats - Attack portals, defend knight mode - Repair mode (No HP exp mode) - Potions support - Sets auto casting spell after dying - Use Special attack weapons - Only attack monsters mode (Good for low cb players) - Uses quick prayer (make sure to setup before starting) - Worldhopper - Points spender - 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 589: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 manager you do not need to specify -script 589): -script 589:TaskList1.4515breaks (With breaks) -script 589:TaskList1.4515breaks.discord1 (With breaks & discord) -script 589:TaskList1..discord1 (NO breaks & discord)
    1 point
  16. finished every quest available already worth every penny.
    1 point
  17. Ok, then you acknowledge that one of the main reasons the civil war was fought was because of slavery. That flies in the face of your claim that this country hates black people. Why would we fight a war to end your enslavement if we hated you? When you compare the amount of blacks in prison with the amount of crimes they commit, they are actually underrepresented. I'm not moving my argument, I'm trying to clarify how you feel that you personally have been oppressed, because according to you, it's a big issue. You cannot claim that systemic racism exists simply because you have had experiences with racist people. For systemic racism to exist it must be explicitly and consistently enforced by the government. Racist people existing =/= systemic racism. The fact that you're going to a top school while being black directly contradicts your claim that you are being oppressed. If you were truly oppressed, you would have never been given that opportunity.
    1 point
  18. are you a lesbian with a elongated clit?
    1 point
  19. This is probably happening because you mass created 1000 accounts a day.
    1 point
  20. trial after update please :P love ur scripts
    1 point
  21. blur the stats, otherwise u will get banned. if trusted about 10-15m,but u get 0gp
    1 point
  22. Can I try this after the update?
    1 point
  23. 1 point
  24. Alright guys another update for more Zeah stalls coming up, including an update for S1D1 mode for zeah stalls. Will edit this post when the coding is done
    1 point
  25. Can vouch for Drapi, get's fighter torso's in light speed
    1 point
  26. killing the updates cheers! just waiting on osbot to update from the last one lol.
    1 point
  27. I recommend Cook's Assistant
    1 point
  28. Not sure when it was added but the script now right clicks on the next target its going to choose and leaves it like that until done with the current target, could you add an option to remove that please. Edit: nevermind, for some reason its not doing it anymore. Only happened for 1 task and is now back to normal.
    1 point
  29. dude ur prob that Cx guy xd stfu u ugly moron
    1 point
  30. 1.2M/account, you supply bond, you have supplies (if not just make it 1.3M/account +cash to buy items) I can do these tomorrow just add @Howest on skype so he can setup the deal live:howestservices If Howest is slow to reply feel free to message me on Skype mykevolkert
    1 point
  31. Thats not even his script? lol
    1 point
  32. 1. The Civil war wasn't fought over slavery. 2. In your last statement, you went full retard
    1 point
  33. @Czar Yooo man, 1 - will bot use Glory to go back to bank in GDK plugin? Or ring of dueling? 2 - I know what and how happens when bot stucks at not going back to safespot + not eating while out of it and attacked. So, If i click on npc that is in range of me, i will start do attack emotion (with runecbow for example) and it would take about 4 gameticks for hit to be registred. Now in those 4 game tick ankou leaves reachable zone, and walks farfar away. What bot does? same second it does that small animation of attack, it would start to run like crazy closer to ankou -> to do another hit, right. And this is the moment when bot don't understand whats going on. I think, if bot jumps so fast after attacking npc out of safespot then it does not understand it left safespot at all. Sinc hit was registred while in safespot or smth like that. This happened even when i elected smart safespot + got bounds of fightzone for not attacking npc's too far away. But some NPS's walk around 24/7 like ankou, and by the time rcbow animation is done and hit registred, ankou might be far away from you. EDIT - oh, and sandcrabs plugin is totaly broken. Tryed every single option and change it, would not do anything. I think once it tryed to bank, and got looped in opening bank + closing + runnign away + opening again.
    1 point
  34. "one" there are hundreds of cases where rich white people get away with rape. you're literally autistic, you should seek some advice from ghost to see how to cope with it. but hey, who am i to argue with somebody who got excited over his grandpas death cause he had drugs left over. fucking retard
    1 point
  35. May I have a trial plz? @Czar
    1 point
  36. Could I please have a trial.
    1 point
  37. Can I get a trial please? Thanks!!
    1 point
  38. can i have trial pls ?
    1 point
  39. 1 point
  40. didn't he quit before you joined?
    1 point
  41. Could i have trail version? I wanna test it out xd
    1 point
  42. the bot will stopped if you choose S1D1 when the inventory is full..
    1 point
  43. good script! Made banks with it
    1 point
  44. 1. Pictures of the account stats (1.7k+ total level) 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) 4. Pictures of the quests completed 5. The price you will be starting bids at 100m 6. The A/W (Auto-win) for your account 400m 7. The methods of payment you are accepting OSRS gp only. 8. Your trading conditions You will go first. 9. Pictures of the account status 10. Original/previous owners AND Original Email Address Xylate is the OO.
    1 point
×
×
  • Create New...