Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/04/16 in all areas

  1. 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!
    14 points
  2. 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
    5 points
  3. Runescape updated, client hasn't, please calm your tits and wait till the developers update the client. And for god sakes don't come to the chatbox and ask "OMG HALP MY BOT NO WORK AFTER UPDATE, PLS FIX" You will just piss people off and noone will help you. -Much love, Vilius and the osbot community p.s really calm yo tits.
    4 points
  4. 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.
    3 points
  5. Script started to bug: Start's > Only developer console > not the screen where u can choose from list.. map .. And just walks to random places and for the rest nothing!!
    2 points
  6. also good as scales going down in price resulting in cheaper xp :goodjob:
    2 points
  7. 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)
    2 points
  8. Whenever these pictures gets posted on social media, when somebody is having a baby, I'm like "Am I the only one who can't see shit and wtf is it supposed to be"
    2 points
  9. Maldesto.Jr Confirmed
    2 points
  10. Synchronized blocks are a bit old-fashioned and verbose IMO, I would recommend using the java.util.concurrent package where possible. The Reentrant Lock object basically encapsulates the behavior you are describing in a simple object you can pass around more easily. import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; public class LockExample { public static void main(String[] args) { new Script().onStart(); } private static class Script { private Gui gui; public void onStart() { Lock lock = new ReentrantLock(); gui = new Gui(lock); new Thread(gui).start(); System.out.println("Script pre-lock"); lock.lock(); System.out.println("Script post-lock"); } } private static class Gui implements Runnable { private final Lock lock; public Gui(Lock lock) { this.lock = lock; } @Override public void run() { lock.lock(); /* * Simulate user behavior. */ for (int i = 1; i < 4; i++) { try { Thread.sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); } System.out.println("Gui has had the lock for " + i + " seconds"); } onFinalAction(); } public void onFinalAction() { lock.unlock(); } } } Script pre-lock Gui has had the lock for 1 seconds Gui has had the lock for 2 seconds Gui has had the lock for 3 seconds Script post-lock
    2 points
  11. Typically caused by inefficient code. Without a snippet tho, we can't help much.
    2 points
  12. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports banking at 99% of the locations - Task based setup (1-99) - Supports every fish (Shrimps, sardine, herring, anchovies, mackerel, trout, cod, pike,salmon, tuna, lobster, bass, Leaping trout/salmon/sturgeon, swordfish, monkfish, shark, dark crab, angler fish, sacred eel, infernal eel) - Supports almost every bank location (New ones can be requested) (Lumbridge swamp, Al-Kharid Sea, Draynor, Lumbrdige river, barbarian village, shilo village, Catherby, corsair cove, fishing guild, piscatoris, port piscarilius, karamja, jatizso, seers, gnome stronghold, Lands' end, Zul andra, Mor Ul rek) - Fish & bank (Preset) - Fish & bank (Custom) supports almost every location - Fish & Drop (Custom) supports every fishing spot - Barbarian fishing (Select leaping fish at fish & drop) - Cook fish when fire is nearby (Fish & Drop Only) - Minnows support - Karambwans + Karambwanji support - Aerial fishing support - Drift net fishing support - Humanlike idles - Dragon harpoon special - Barehand fishing option - Fishing barrel support - Spirit flakes support - Drop clue bottles support - 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 571: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 571): -script 571:TaskList1.4515breaks (With breaks) -script 571:TaskList1.4515breaks.discord1 (With breaks & discord) -script 571:TaskList1..discord1 (NO breaks & discord) Proggies:
    1 point
  13. You think you have had the most awkward experience ever? Sit the fuck down and let the king of awkward stories school you. >Be me >Be chubby/nerdy 12 year old >Be in 7th grade >Sitting in english class >bored as fuck >feels bad man >look outside the hall way for a moment >See this blond qt 3.14 wearing silk yoga pants >shes walking toward the girls bathroom right next to my class >few seconds later she comes out of the bathroom >looks me dead in the face >signals me to follow her in >No idea what any of this means because Im a bitch >6 months later she still signals me to follow her in >Finally realized what she wanted me to do >Really want to go in with her and do stuff before the end of the school year >last week of class before summer break >finally muster up the courage to go in >Remember the sex talk my dad gave me >said he'd whoop my ass really badly if I had a kid underage >Shoo her away >get laughed at >MFW I almost lost my virginity at 12 Like dis if you cri every tim
    1 point
  14. I was in Varrock GE and i saw some people spamming ''buying serpentine visage 1 mill'', i thought they were joking, as the visage was around 200 k. I price checked it and it's currently at 1,6 mill. This is probably due to the voting polls right now, if you get a rare item, you can convert it to 20,000 zulrah scales. This is a good thing, was getting tired of getting a rare drop and selling it for a shit price
    1 point
  15. Script is now back online, good luck all Bot should appear any time soon
    1 point
  16. Two 99's - 20m? - 86 mining, rune ore another 20m. I'd say like 45-50m
    1 point
  17. I'd like to have the Perfect Stronghold AIO. Very nice solution to keep your customers happy!
    1 point
  18. Gz. Would like a trial :P
    1 point
  19. is there requirements for experiements? never been there
    1 point
  20. actually could I get trail of this?
    1 point
  21. 1 point
  22. 1 point
  23. the trial appears in "my collection" in the site or i need to refresh my scripts because it has not yet appeared !?
    1 point
  24. There has been an error in the system, I have updated it, none of my scripts were loading at all so I had to fix it Admins will register the update ASAP, so sorry about this ! it will be back to normal in no time To avoid any inconvenience, after this update is through, I will grant all users here a free premium script of mine for 1 month. I will also reward new customers to this script (while this update is pending) a free unlimited premium scripts. I don't want to lose any business for these hours.
    1 point
  25. 1 point
  26. congrats man must be a great feeling
    1 point
  27. 1 point
  28. 1 point
  29. 1 point
  30. wooo Just bummed there is no
    1 point
  31. We change it manually, plus the people with the power to change it are offline. Yes we change it manually.
    1 point
  32. my dad went out to get beer a year ago and never came back, did he leave me or did he just get lost and is running his way back trying as hard as he can to find me?
    1 point
  33. Here's a 6 hour proggy. Working Great!! Got an 8 hour proggy as attachment
    1 point
  34. You select screen mode in the first setup window (that pops up when starting the script), you select banking/dropping whichever one you want, then wait a few seconds (up to 5 seconds max) until it loads the rocks on the screen, then just click on any rock you wish to mine, and the bot will go mine it New update! Version 0.45 - Added neitiznot runite rock support, should be much better. If not, I will add another update ASAP ! - Mining guild is fixed for screen mode, it used to only work for list mode, but now it works for both please allow a few hours for this update to be registered, thanks all good luck edit: next update will be a massive update to gem rocks, and a perfection update to runite ore depending on the feedback of version 0.45 above
    1 point
  35. may i have a trial please czar Thanks ~kidnappings
    1 point
  36. getMouse().setDefaultPaintEnabled(false); Tho I don't think it's still necessary.
    1 point
  37. I got one but it's Chinese so it's a much higher ban risk.
    1 point
×
×
  • Create New...