Leaderboard
Popular Content
Showing content with the highest reputation on 02/05/16 in Posts
-
It's a boy!!! We went last night and found out! We haven't seen the baby since this picture below, the ones we got last night were clear and everything we could see his arms, legs, ears, and male part. As many of you know, and many of you don't. My wife and I have been trying to have a baby for almost 2 years now. She has PCOS, and it wasn't easy. We had just given up and wanted to stop stressing out. It was making us fight more than ever, and just get depressed. We were on our last round of medicine, which you are supposed to try and conceive 5 times in a 10 day span or so. We only did it one time(which was because we wanted too.) A month later, we found out! We go February 3rd to find out the sex!3 points
-
Would prob not buy VIP cause of the scripts, but rather the mirror mode and unlimited botting tabs.3 points
-
2 points
-
Wrong Wrong All wrong! xD You only need rune defender to get in the basement once To get rune def you'll need an addy def. To get dragon defender after you lost you don't need anything at all Just enter basement again and kill them to get your dragon defender again ^^ Proud owner of Khal warrior guild Nerd info: Every defender and certain setitng will change in the client, once you enter the basement this setting will increment by 4096. This will tell me/client that you'll never have to get bronze -> rune to get back your dragon defender There is no way of returning this setting to less then <4096 ... I tried it all ^^ Khaleesi2 points
-
private void drawProfitH(Graphics2D g, int profit, float hours) { g.setColor(Color.PINK); g.drawString("Profit/h: " + (profit / hours), 10, 100); } np m8. I customized it to fit your preferences as well.2 points
-
higher chance of getting banned with a bot client2 points
-
2 points
-
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
-
CURRENT RECORD: 201 HOURS RUNTIME NEW: Sandstone mining + hopper support Humidify/water circlet/bandit unnote Ardy cloak tele support Setup Screen Preview Results 84 HOURS ON NEW LEVEL 20 ACCOUNT Suicided account with mirror mode near rock crabs, 81 mining! I will probably go for 99 Even supports Ancient Essence Crystal mining! Preview: Mine 1 drop 1 item drop pre-hover feature:1 point
-
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
-
Molly's Planker This script makes planks at Varrock East for gold. Buy HERE Requirements: None for regular method, for balloon method you need rings of dueling, willow logs(1 per run), be under 40KG weight with full inventory of coins + logs(wear graceful items for example) and you must have completed the quest Enlightened Journey. Features: - Hopping out of bot worlds - Stamina potion usage - Regular energy pot usage, this can be used in conjunction with stamina pots to reduce the amount of stamina pots used - Makes normal, oak, and teak planks -Enlightened journey balloon support Setup: Start at Varrock East, have coins and logs in bank and let it do work! CLI Setup: Proggies: Normal planks, no stam pots used:1 point
-
Molly's Chaos Druids This script fights chaos druids in Taverly dungeon, Edgeville dungeon and Ardougne. Profits can easily exceed 200k p/h and 60k combat exp/ph, this is a great method for training low level accounts and pures. Buy HERE Like this post and then post on this thread requesting a 24hr trial. When I have given you a trial I will like your post so you will receive a notification letting you know you got a trial. Requirements - 46 Thieving for Ardougne -82 Thieving and a Lockpick for Yanille - 5 Agility for Taverly(recommended) - No other requirements! Though I do recommend combat stats of 20+ as a minimum Features: - Supports eating any food - Hopping out of bot worlds - Recovers from deaths(respawn point must be lumbridge), includes re-equipping items on death - Potion support - Automatically detects and withdraws/uses Falador teleport tabs if using Taverly dungeon - Automatically detects and withdraws/equips/uses glories if using Edgeville dungeon - Supports looting bag Setup: Start the script, fill out the GUI, and be in the general area of where you want to run the script. CLI setup: Proggies: In the works: Known bugs: Bug report form, this is a MUST for problems to be resolved quickly: Description of bug(where, what, when, why): Log: Your settings: Mirror mode: Y/N1 point
-
Checks if your health is above x%: private boolean healthAbovePercent(double p) { boolean flag = false; double dynamicLvl = getSkills().getDynamic(Skill.HITPOINTS); double staticLvl = getSkills().getStatic(Skill.HITPOINTS); if (dynamicLvl >= staticLvl * p) { flag = true; } return flag; } Note: don't flame I like to post basic snippets to help beginning scripters. Being able to search for simple snippets makes it easier to learn at the beginning.1 point
-
1 point
-
Yeah and then I have to wait in world 330 for someone to deliver GP... Hard effort, you know1 point
-
As for cpu, range guild is lowest cpu of all bots since it doesn't move around anywhere (no map loading). Restart the client if you left the bot on too long since memory just piles up from time to time (with osbot client) Activated trials - good luck Excellent proggy, will add to main thread ;)1 point
-
1 point
-
1 point
-
He doesn't need to give you a trial, just go to the link he posted and add it to your scripts Edit: saw he hasn't posted a link haha, check his AIO fisher thread, should be there.1 point
-
1 point
-
I'll make an update for this today There is a link of someone selling scripts for osrs on the first post of the the topic ^^ Khaleesi1 point
-
there are multiple reasons -it might not be detectable straight away, but sooner than an autoclicker -runescape needs bots. with 0 bots, it might not survive anyway, you get banned more quickly when botting1 point
-
Maybe that's what jagex wants to you to believe... Their game would have been death for 7 years without bots xD They just need to control them once in a while, thus why the banns1 point
-
1 point
-
Murgee Auto Click, also can get it cracked easy. https://www.murgee.com/auto-clicker/ Best feature about it is the area you can select it to click.1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Best advice i could give is dont touch range or mage unless youre training slayer1 point
-
Hey bud, if you can give me all the deets i'll give you $90 verified PP By details i mean things that would help recovery. Location account created ISP when account was created Membership history Things of that nature.1 point
-
1 point
-
i don't remember typing in 4chan in my address bar but yeah I think you made a pretty mature decision for a 12 year old. what would have you done if you knocked her up at 12 years old? I didn't even know what a condom was until I was 14 lol.1 point
-
1 point
-
Mirror mode tile flags are still bugged unfortunately, so this script works best with stealth injection until mirror mode client gets an update (FWIW: canReach is bugged, including all tile flags occasionally, completely messes up any walking code)1 point
-
Have dealt with @Brody on other forums in the past, very trustworthy.1 point
-
I have used this script for 2 days and a few times this bot is stuck and won't do anything. Here is the logger, let me know if you need more information or anything http://pastebin.com/dst26V9b1 point