Everything posted by Swizzbeat
-
i am getting this issue!
I was getting this the other day when I tried to view the free scripts store. After I cleared my browser cache and restarted my computer everything worked, not quite sure which one of those fixed the issue though O_o
-
Count to 50 before a staff post!
2
- "Old schoolers in for a treat
-
what kind of account should i make for gold farming?
You could say I'm somewhat of a babe ;)
-
Post your loot from the Drop Party here!
#peasant
-
atbundle scripts $15.99
Randoms are handled by the client and not the script.
-
Count to 50 before a staff post!
20 cmon bitches
-
what kind of account should i make for gold farming?
Find a unknown, fast method and have someone make a private script for it. Your best bet if you're trying to actually make some decent money goldfarming is doing something no one else does.
-
Google Fiber is (potentially) coming to my city...
That's absolutely ridiculous. They already overcharge people to hell but because people are stupid enough to pay it they just keeping on raising it.
-
Google Fiber is (potentially) coming to my city...
That wasn't what I was trying to say at all. I was talking more along the lines of how great this whole new Google Fiber connection is going to be.
-
Google Fiber is (potentially) coming to my city...
Looks neat not sure how legit this is though.
-
Mouse Trail
Was trying to figure this out and stumbled upon an old thread on another botting site with the code. All credit goes to a member over there by the name of Enfilade. Needed variable in your main class (where you'll be doing the painting): private final LinkedList<MousePathPoint> mousePath = new LinkedList<MousePathPoint>(); The MousePathPoint class (could also of course just be made into an inner class): import java.awt.Point; //ALL CREDITS TO ENFILADE class MousePathPoint extends Point { private long finishTime; private double lastingTime; public MousePathPoint(int x, int y, int lastingTime) { super(x, y); this.lastingTime = lastingTime; finishTime = System.currentTimeMillis() + lastingTime; } public boolean isUp() { return System.currentTimeMillis() > finishTime; } } And the code that should go into your onPaint method: while (!mousePath.isEmpty() && mousePath.peek().isUp()) mousePath.remove(); Point clientCursor = client.getMousePosition(); MousePathPoint mpp = new MousePathPoint(clientCursor.x, clientCursor.y, 300); //1000 = lasting time/MS if (mousePath.isEmpty() || !mousePath.getLast().equals(mpp)) mousePath.add(mpp); MousePathPoint lastPoint = null; for (MousePathPoint a : mousePath) { if (lastPoint != null) { g.setColor(Color.YELLOW); //trail color g.drawLine(a.x, a.y, lastPoint.x, lastPoint.y); } lastPoint = a; }
-
Anyway to change a topics name without being premium?
Click the "report" button right in the bottom right of the avatar box on your post. Then enter in what you need changed
-
So I have a spare PC
Bot, mine bitcoins/litecoins/dogecoins, etc. there's many things to do.
-
Majoring in Computer Science
Honestly getting a major in Computer Science is pretty stupid. I mean yeah it is beneficial to go and do this, but everything you could learn at a college you can learn online. Hell, MIT puts their entire Computer Science course on Youtube every year for anyone to view... In my opinion it's better to go for something like Biochemical Engineering, or another advanced topic like that that would be nearly impossible to learn on your own without the right equipment.
-
Regarding Response Times
Not exactly 15+ types of mods, but more so maybe 2 or 3 "types" that handle different areas of the forum. Having a Global and Super be pretty much the same thing is redundant in my eyes. There's a reason every other forum that I can think of designates forum sections based on mod type :p. Of course the current way of doing things is working fine, this is just a suggestion.
-
Regarding Response Times
To be honest, in my opinion the whole mod ranking is kinda messed up. Global mods are almost the exact same thing as Super (besides a couple extra powers as far as I am aware) which in all honestly just makes them pretty much the same thing. Why not have sectional moderators, like every single other forum, where users are promoted to handle a certain section such as "Client Support" or "Script topic manager". Then on top of that there could be Super mods who oversee everything and help out when needed. If this was implemented I'm sure a lot more things would get done as there would be a small number of tasks to handle per mod.
- Video Ideas!
-
How to create good gfx
Lots and lots of tutorials/trying things out yourself. It's not hard to Google/YouTube search guides on simple Graphics concepts
-
First Thing That Comes to Mind.
Boobs
- Need help find a bot to get
-
Count to 50 before a staff post!
5
- v1.7.82-6
-
Count to 50 before a staff post!
15
- v1.7.82-6