Everything posted by scape
- Feedback
-
Scape's PerfectFisher - All in one Fishing Script
Thanks for informing me will be fixed today Today's updates will be: Bare hand fishing Fix for fishing guild for sharks Fixed banking
-
Signature images
Some signature images by some users have girls that are inappropriate. Now before you ask me if I'm 12, no I'm not but I don't want to go onto every thread and see some half naked girl shaking her butt. Does anyone agree?
- Bumb button
-
Trader Feedback System & Market
This is a GREAT update. Thank you for this.
-
Scape's PerfectFisher - All in one Fishing Script
I AM AWARE OF THE BANKING ISSUE!!! THANKS EVERYBODY
-
Scape's PerfectFisher - All in one Fishing Script
- I got Hacked
Since you can't figure out what happened and had to post a thread on how this happened, it's quite likely that you downloaded some key logger or rat unknowingly, think back to what you did the last week and you can probably figure it out. It's not the bot- BETA v1.5.5 (RANDOMS BETA)
- Scape's PerfectFisher - All in one Fishing Script
This is a free script so I won't be trying my hardest to make everything perfect. There are some problems that I will try to address and fix in the next couple of days, don't expect updates until friday/saturday though.- Scape's PerfectFisher - All in one Fishing Script
Next update will include hand fishing- Scape's PerfectFisher - All in one Fishing Script
Edgeville banking is bugged due to the API walking abilities.- BETA v1.4.5
I think you didn't upload it right.- VIP username color community poll
I like both.- 100 POSTS
- Yojake's Questing Service! CHEAP and LEGIT!
and you have 7 posts.- Funny story
Just delete it I guess I forgot what it was about- Funny story
Uh weird idk what happened to my topic but it disappeared.- Best kdr ? :)
- Good RSPS?
Inb4rune-serverpeople post their rsps On topic have you tried soul split? It's big last time I checked- LOL First?
- BETA v1.4.1
- Picking up arrows [code]
To find the id to pickup an arrow- Picking up arrows [code]
final int[] arrowids = { 882, 884, 886, 888, 890, 892, 863, 864, 865 };public int arrowid; void findarrowid() { Player player = client.getMyPlayer(); if (arrowid < 800) { List<GroundItem> list = client.getCurrentRegion().getItems(); Player player = client.getMyPlayer(); NPC attackables = closestNPC(attackable); for (GroundItem g : list) { for (int i : arrowids) { if (attackables != null) { if (player.isUnderAttack() && g.getPosition().distance( player.getPosition()) == 1 && i == g.getId()) { arrowid = g.getId(); log("Arrow id is now " + arrowid + "!"); } } } } } } Pickup method: void pickup() { List<GroundItem> list = client.getCurrentRegion().getItems(); Player player = client.getMyPlayer(); for (GroundItem g : list) { if (g.getId() == arrowid) { try { if (g.getPosition().distance(player.getPosition()) <= 2 && !player.isMoving()) { selectEntityOption(g, "Take"); sleep(random(3000)); } } catch (Exception e) { } } } }- Final ETA on Randoms + SDN
I don't think I've ever had so much love for somebody I've never met thank you - I got Hacked