Everything posted by Eagle Scripts
-
Selling 35M $1,3/M
Heya, Selling 35M 07 for $1,3/M Reply on here or send me a pm if interested.
-
K-Fisher
That's what I thought ;)
-
AIO Construction
Sure, trial granted. Bans are not only script-related. if you're flagged and keep using the same ip, you're mostly to get banned afterwards. bear that in mind (: Cheers
-
Stealth Injection & Mirror?
I'm here for a long time, isn't that enough proof? also, i said average, which means that some people can indeed have a low banrate on injection too (: If you can use mirror mode, just use it.
-
Stealth Injection & Mirror?
Mirror client is like 'stealth' as where injection isn't 'stealth'. So the average ban rate on mirror mode users is lower then injection mode users
-
Electrum here!
Welcome to the family!
-
K-Fisher
I'm not sure if the update has been pushed by the devs yet, what does the console say?
-
stuck on loading chatbox wat do
Restart your PC, while doing that, keep the router offline for lets say 3 minutes and then put it online again.
-
stuck on loading chatbox wat do
Don't you remember..? I stole your rank and banned you put your wifi off --> on again Close internet browser before doing the above.
-
K-Fisher
SDN scripts update automatically once pushed by devs SDN Update has been pushed, once the Devs accept the update it will be live (: v1.50 Recoded whole script. (Previous errors have been fixed + log spamming has been reduced + added "nopaintpl0x" --> write "nopaintpl0x" in the chat box (DON'T hit enter) to disable the paint)
-
webWalking
walking.webWalk(ASSAREA.getRandomPosition()); should work
-
[AIO] Tuna potatoes
Should keep it for yourself ;) Nice progress tho
-
K-Fisher
I've recoded the whole script. I'm tweaking the last few bits and then i'll upload the new K-Fisher to the SDN. I'll probably do it before i'll go to bed. Cheers (:
-
K-Fisher
I've recoded the whole script. I'm tweaking the last few bits and then i'll upload the new K-Fisher to the SDN. I'll probably do it before i'll go to bed. Cheers (:
-
K-Fisher
Granted, use this client tho --> http://s000.tinyupload.com/index.php?file_id=00382358601544530823
-
K-Fisher
Please try this client, it works for me when testing the script --> http://s000.tinyuplo...358601544530823
-
[FREE/PAID][CHEAP][HQ] Japes GFX
Make me a avatar related to eagles.
-
[Testers Needed] Zeah AnglerFishing Script
Shoot me a message with your skype. (:
-
K-Fisher
Granted, you should run the client i've posted above though.
-
~ RandQm's Tasker | Bot Everything! | Various scripts in one script | Scriptception! ~
Make a check for runes --> if no runes are left --> logout or something private boolean isSupplied(){ if(inventory.getAmount(Runes here) >runes amount needed for 1 cast) { return true; }else{ return false; } } and then make a check for it --> if (isSupplied()==false){ status="Logging out"; log("----------------------------------------------------------------"); log("No resources left, we're stopping the script!"); log("----------------------------------------------------------------"); getLogoutTab().logOut(); stop(); }
-
Czars PerfectBots Lagging Excessively
Send Czar a message about this.
-
How much would a only fishing skiller go for?
2-4M
-
[Testers Needed] Zeah AnglerFishing Script
Greetings, stranger. Can i get you a cup of coffee?
-
K-Fisher
I can not fix this bug, it's something that's in the client. The developers added a new update in the client where Poll booth boxes would immidiately be closed once opened. It seems like they added depositboxes into there aswell. I've posted several bug reports on this issue and that's the most i can do on the matter of them fixing it. Please try this client, it works for me when testing the script --> http://s000.tinyupload.com/index.php?file_id=00382358601544530823 if it still doesn't work with that client (it should tho) tell me then i'll try to figure out a way to deposit the items in a different way.
-
Check runes for magic spell
Try this; private boolean isSupplied(){ if(inventory.getAmount(YOUR RUNES HERE) > Required amount of runes for the spell -1) { return true; }else{ return false; } } then you could do something like --> if (isSupplied()==true); //do shit here