Everything posted by Swizzbeat
-
Make A New Rule
Problem is it's hard to detect this, considering just because someone has around the same name doesn't mean their the same person. All they have to do is use a proxy to make another account and the IP's don't even match.
-
Need SDN Script Thumbnail
Made my own, ty Ricky and Nitrousek for the inspiration
-
Need SDN Script Thumbnail
Dat competition doe </3
-
Need SDN Script Thumbnail
I'm going to murder you. Start with a regular 180 by 180 square Make the background the color you have it now Add the arrow image, along with the AIO Fletcher text Center them both in the middle of the square If you still don't understand just paste the arrow image online with a transparent background and I'll show you what I mean ;)
- Remaking premium scripts for free !
-
Need SDN Script Thumbnail
*facepalm* Take out the text which is my name Replace the background with the solid color you originally had Move the fletching image + AIO Fletcher text up so it's centered in the middle Post it here for me to fap to But your name is @Nitrousek, I can't accept anything from someone with as much talent as you have
-
Remaking premium scripts for free !
I'm almost 100% sure you can't get AIDs through anal.
-
Need SDN Script Thumbnail
Ugh forgot to put in the post @Nitrousek isn't allowed to attempt due to past failed attempts ;) For some odd reason I actually really like that O_o maybe take out my name from it and center the fletching image + AIO Fletcher text both horizontally and vertically?
-
Need SDN Script Thumbnail
Need a thumbnail for my AIO Fletcher being released shortly. Need this done TODAY so just post what you create below. Dimensions are 180 by 180.
-
Need to borrow 70+ fletching account
I originally wasn't but decided to try a few new coding styles out EDIT: Possibly found someone, if it doesn't go through I'll post back here.
-
Need to borrow 70+ fletching account
Need to get a 6 hour proggy for my AIO Fletcher so have the required materials as well (I will take breaks so don't worry). For your help you will receive the script for free. PM me or post if you can help
-
I may just be...
Doing my nightly jerk sesh right now to let the calm wash over me
-
I may just be...
The first person to get a chat ban for requesting a kick from someone. Really? Not like there's 10+ people that do it everyday....
- Farewell
-
Anyone know if the "Orion" client is safe?
Safe.
-
Applied for mod.
That 157 post count (yes you were a mod on anther site, but that wasn't here was it?)... Idk why people bother applying for mod if they haven't done anything useful.
-
Why does Gh0st hate me?
Really? Easel is the shit mate. It's ok swizz is here to make things better
-
Why does Gh0st hate me?
You didn't write his WC script for him.
-
Look what someone found.
I know you have a large penis, is that good enough?
-
Look what someone found.
Don't get offended if I don't, I didn't pay attention to the whole botting scene until just a few months ago when I started scripting :p
-
Look what someone found.
Trying to get e-fame with that rank I see ;)
-
I don't doubt if another mod scam quits soon
There's not a chance in hell @Maldesto would give me a staff position, even if I did apply. OP: @Eliot would make a great Global. I was actually surprised that he only got chat mod.
-
500k + PH Script :)
Now tell me what the method is so I can goldfarm it before it gets released ;)
-
VerifiedChopperPro
final Item[] items = client.getInventory().getItems(); if (items != null) { for (int i = 0; i < items.length; i++) { if (items[i] != null) { final Rectangle r = client.getInventory().getDestinationForSlot(i); g.drawString(Integer.toString(items[i].getId()), r.x - 5, r.y + 4); } } There ya go. ;)
-
How To Change Your Script Mouse Cursor
client.isMouseOutsideScreen() could also be used :p I should probably add that but meh, when I feel like it I will.