Everything posted by GPSwap
-
Keeps lighting logs while im already lighting
the firemaking animation is weird,it stops animating regularly (when you stand up it actually stops the animation before starting again meaning !myPlayer().isAnimating() will think its not animating, unlike during fishing/wc where it doesn't stop the animation), its not the best way to check, honestly I would try something simpler as your first script
- Money making script
-
Billy The Hamster
he should be Billy the Allpowerfull Lead Embasader of Kekistan Capitals of the title
-
Road to an automated 100m (+Writing my own scripts)
Good luck!
-
Huge Botting Poll: Part 2
I'd remove anti-ban and mule support from 4. ^.^
-
0.53 [☆1000 Feedback☆] [LIFETIME SPONSOR]?️EATING COMPETITORS[BULK]
Sold him 50m super quick and easy A++
-
If SDN upload requests is closed....
you wait till its open
-
Does the client seem less stable lately?
true, quite possibly
-
Does the client seem less stable lately?
the script that hit that normaly is about 5-6% cpu and 450mb ram, as i say hasnt happened since .41 so idk what it was
-
Does the client seem less stable lately?
I've had some spikes in cpu (from 5-6% to over 50%) for no obvious reason (at completely different random parts of very different tasks with no common action), but if somehow it doesnt crash the client it sorts itself out, but i don't think thats happened since .41
-
SCRIPTERS ASSEMBLE (and anyone else.) SUPERSCRIPT FACTORY
from what I understand how this type of script is meant to work, it basically is coding java just having it babysit you on a couple things, the work for user end on this would be about the same as just coding in java, making it kinda pointless theres lots of great tutorials in the scripter help section, id suggest going something like codeacademy, to learn the basics of java then following some of the great tutorials we have
-
Does the script has a limit to use?
what script bud -.-
-
Does the script has a limit to use?
thats what I was thinking because he said it logs him out, since hes not vip your limited on bots at once, but that just closes client not logging out, even on different ips
-
Does the script has a limit to use?
what script? scripts shouldnt have limits on them
-
AIO Farming - Beta Thread
Id happily bond up a couple accounts for testing
-
Hmmm something doesnt quite add up
seems legit
-
Juggles Gold Shop [Competitive Prices] [BTC]
Payyment edit: also good luck!
-
Player in combat
combat.isFighting(); cow.isUnderAttack combat.isFighting checks if your player is in combat - so change your !myPlayer().isAnimating to !combat.isFighting() Entity.isUnderAttack will check if entity is under attack - and add this to your cow filter
- iSHOO «ANTI-BAN» «UP TO 1K SHOO'S P/H» «ONLY $10» «FARMERS PARADISE»
-
Basic Paint problem
wish i had a answer for ya
-
Basic Paint problem
Never used the get elapsed on tracker, this is what I use for time and its always spot on public void onStart(){ startTime = System.currentTimeMillis(); } public void onPaint(){ final long runTime = System.currentTimeMillis() - startTime; g.drawString("Time running: " + formatTime(runTime), 320, 400); } public final String formatTime(final long ms) { long s = ms / 1000, m = s / 60, h = m / 60, d = h / 24; s %= 60; m %= 60; h %= 24; return d > 0 ? String.format("%02d:%02d:%02d:%02d", d, h, m, s) : h > 0 ? String.format("%02d:%02d:%02d", h, m, s) : String.format("%02d:%02d", m, s); }
-
Private Script rule change
Good rule, only reasonable and lol @Juggles
- Hey
-
Mule the right way
I dont follow these rules and dont seem to have a issue personally, but its definately some great tips for people who don't know what they are doing, good job
-
[F2P][130K/h+]Anti-dragon shield buyer!
I'm just trying to fill up scripts people need particularly free /f2p stuff looks like your doing the same with your woz and this I just kinda ran outa ideas LOL