Everything posted by The Undefeated
- TinderBoxes
-
Memory leak
Oh yeah, copied it from Macro killer, just because I was that lazy. But still doesn't fix the memory leak..
-
Memory leak
What is complex in your eyes?
-
Memory leak
There's a memory leak in this script, but can't find it. boolean isSplashing; long magicxp; private Predicate<NPC> suitableNPC = n -> getMap().canReach(n) && n.getHealthPercent() > 0 && n.hasAction("Attack") && !n.isUnderAttack() && getMap().realDistance(n) < 15; public int onLoop() throws InterruptedException { isSplashing = true; magicxp = getSkills().getExperience(Skill.MAGIC); sleep(random(3600,4800)); if (magicxp == getSkills().getExperience(Skill.MAGIC)) { isSplashing = false; } if (!myPlayer().isUnderAttack() || !isSplashing) { if (getInventory().contains("Air rune") && getInventory().contains("Mind rune") && getInventory().contains("Fire rune")) { java.util.List<NPC> npcs = getNpcs().getAll().stream().filter(suitableNPC).collect(Collectors.toList()); if (!npcs.isEmpty()) { npcs.sort(Comparator.<NPC>comparingInt(a -> getMap().realDistance(a)).thenComparingInt(b -> getMap().realDistance(b))); if (npcs.get(0).interact("Attack")) { sleep(random(3000)); } } sleep(random(3000,4000)); } else { stop(); } } return random(300,400); } Threw some stuff around to see if something changed. In like 4-5 hours the memory usage went from 600MB to 1.2GB.
- Void Ranger [PK Ready]
-
everyones favorite meal has now arrived
I had some low-fat quark today.
-
Zzrr31 feedback from nowhere
ZZrr31 joined the chatbox asking if someone could pricecheck his main. He had 0 posts and 0 feedback, so I told him if it's a good account, nobody's gonna pay for it because you have 0 feedback. After like half an hour he got feedback from some random account with the same spam name.
-
What makes a good script?
Thomas The Dank engine? Just go with the Czar one and you're good.
-
Useful Script for SDN
Sounds promising.
-
Useful Script for SDN
Pretty sure Acerds fletcher does the job doesn't it? Ring of recoil maker is also already in the SDN. Could try that out. No.
-
Useful Script for SDN
This request is placed many times, still gonna do it again. What script is needed in the SDN?
-
Some personal questions...
I'm still finishing high school (I think that's how it's called). Coding is just something I like to do in my spare time, I don't plan on making it my job. I am actually more interested in business economics or business administrations on university (Don't know all the English terms for it.). Outside goldfarming and scripting I run my own web shop in the Netherlands.
- Void Ranger [PK Ready]
-
Old software
What is actually the reason why you wrote this?
-
bot initialization error
Your answer is in your screenshot.
-
selling 90/92/90
10M.
-
OSBot charging me twice every month, wut do?
PM @Maldesto about this.
-
I have a dream..
- Client aint getting an update?
How can he know? How can anyone fucking know? Just be patient ffs. It's up again when it's up again.- I have a dream..
Now go like my fucking thread.- Minimum System Req's for a single client?
Will work out probably as long as you use a Linux distro.- Price check starter pure
Stats: CB 52 Items: Quests: https://gyazo.com/617e4c6e6b413db27b16332a3f6dda89 Status:- Void Ranger [PK Ready]
- ZapNightmareZone - 24/7 NMZ - Buys Pots / Starts Games / Flicks
Congratz mate, looks awesome.- You could have DOUBLED your money if you trusted me. #2
Fuck off, my BTC wallet is still locked for a 2 days. (I lost my Google Auth because of a factory reset) I was about to put some of my BTC into Ethereum when it was $124. - Client aint getting an update?