Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/05/16 in Posts

  1. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    6 points
  2. 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
  3. Would prob not buy VIP cause of the scripts, but rather the mirror mode and unlimited botting tabs.
    3 points
  4. 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 ^^ Khaleesi
    2 points
  5. 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
  6. 2 points
  7. When it turns out that she is... a he
    2 points
  8. 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
  9. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports all Normal and Lunar tablets - Supports all lecterns - Multiple Banking-butler methods Rimmington - Unnote clay Edgeville banking - Mounted glory Castle wars banking - Ring of dueling Butler (Advised option for max profits) Demon butler (Note when using butler, have Noted soft clay and coins in your inventory) - When NOT using a butler Use a friends house by name Use the advertisement house Use your own house - Worldhopper - 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 671: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 671): -script 671:TaskList1.4515breaks (With breaks) -script 671:TaskList1.4515breaks.discord1 (With breaks & discord) -script 671:TaskList1..discord1 (NO breaks & discord)
    1 point
  10. 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
  11. Alright, so after reading the "My Ban Theory" thread, I decided to take the idea of a normal distribution to keyboard typing. What I have made is experimental and may not work as expected to. All I aim to do with this is help to educate those with typing correctly. How it works: Calculating based on words per minute, it sleeps a variable amount based on the value (assuming the average word has 6 characters) With the help of normal distributions, the mean is the mode and the median (which is also usually the midpoint), so we can calculate a normal distribution of sleeping using the mean. It types character per character It wraps the Script sleep function to pause the appropriate time frame (Version 1.1 and onwards) now makes typing errors based on the words per minute setting! Version 1.1 (newest; typos included): Version 1.0 (old; no typos included): Usage example: SmartKeyboard sk = new SmartKeyboard(this, 60); //60 words per minute if (sk.typeString("The quick brown fox jumped over the lazy dog", true, true)) { //Third parameter to true -> enables typos log("Typed the string and pressed enter!"); } if (sk.typeCharacter("g")) { log("Typed the character 'g'"); } if (sk.typeInteger(4)) { log("Typed the number 4!"); } sk.typoConstant = 10000; //Default 100000; lower = more likely to cause a typo; equation ((typoConstant / (words per minute * 10))+ rand.nextInt(6)) If there are any problems with this, let me know. Jagex may be smart, but we're smarter. Proof of typos: (set at 125wpm; original text "The quick brown fox jumped over the lazy dog the quick brown") Feel free to use the SmartKeyboard class however you want, but credit is always nice
    1 point
  12. I'm new to Cinema 4D but really enjoying What you guys think?
    1 point
  13. Yeah and then I have to wait in world 330 for someone to deliver GP... Hard effort, you know
    1 point
  14. hard earnedddd??? plsssss u make $$$$$$ from google ;)
    1 point
  15. Also 1+ for Elfen Lied .
    1 point
  16. It's good but the story itself has some pretty big flaws imo. I used to like both but then I watched about 3-4 subbed shows in a row and when I went back to a dubbed show it just sounded all wrong. Now I can't stand dubs. Also Spice and Wolf was great. Code Geass Evangelion (Rebuilds are better imo, that's Evangelion 1.11, 2.22 and 3.33) shinsekai yori, takes a while to get good, but the last arc is amazing guilty crown fate series (except fate/stay night) Phantom: Requiem for the Phantom (underrated and less popular than is should be) sword art online (First and third arcs are good, rest are bad) Darker than black Also here is my list for anyone who is interested: http://www.anime-planet.com/users/Blabba What do people think of anime this season? I'm watching Ajin, Dimension W and Erased. Nothing else really caught my eye.
    1 point
  17. Hello, i already have bough your beast magic and ranged guild scripts, i need a motherlode now, can i have a trial? thanks
    1 point
  18. Is this normal for running the script https://gyazo.com/a61bc3861be17633a66e00d94684f9b5?
    1 point
  19. Is there anyway to make it were the fishing bot doesn't spam click the fishing spots. It will click 3-5 times after the first successful click and when it rotates camera to view back of character and is forced to right click it the fishing spot it has been spam trading other players 1-5 times before finally clicking on the fish option. Please reply
    1 point
  20. i normally bot like 10hr a day but now im going for 22hr
    1 point
  21. It's paid Edit : nvm saw it on the SDN :P
    1 point
  22. Can't wait to win the competition in exchange for a ban. jk im too much of a pussy to bot more than 2 hours
    1 point
  23. They're not mutually exclusive!
    1 point
  24. botre as in botrepreneur? what happened? why are you twc etc?
    1 point
  25. $95 verified PP or i can do UK bank transfer if form UK, will be wanting a recovery test done though
    1 point
  26. RUNITE_NETITIONZ : 1- Starting script at bank: Keep hopping at bank! 2 - Start script near the ore when it's available:
    1 point
  27. Bought this script a while back. Not going to lie coming back to it and seeing it's updates turned me on a little.
    1 point
  28. 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
  29. You think I cant fap to a picture? Challenge accepted.
    1 point
  30. void profit(){ System.out.println(" profit/hr "); } Did I do it?
    1 point
  31. Thanks for the quick update!
    1 point
  32. 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
  33. 1 point
  34. Script is now back online, good luck all
    1 point
  35. in your dreams bby.
    1 point
  36. Negative: Negative feedback is meant for trades to where you have not received the item you have paid for or someone has taken away money given to you for a service No trade took place, abusing the feedback system again will result in an infraction next time. Report the user via the report button on the threads he has posted on if you want it removed and him to be punished, don't use the feedback system for that. Feedback removed.
    1 point
×
×
  • Create New...