Everything posted by Swizzbeat
-
Things you have bought with gold farming / script money
Most of mine goes straight to savings, while a small amount goes towards just general cash I can spend on the weekends if I feel like going out.
-
[How & Why] Mouse Algorithm Alternative! [Make your scripts less detectable!]
You should probably add a part regarding correctly sending events. It's probably very easy to detect a bot if you press the mouse using default API methods, and then suddenly start sending MOUSE_MOVED events instead of MOUSE_DRAGGED or something similar which should normally be happening. Great guide nonetheless mate
-
Programmers
Right if you're left you don't understand what brackets represent.
-
boobs 101
We all gotta start somewhere.
-
html making life better
- boobs 101
such fascination much information muy importanto- Reflection vs Injection
This. It's also easy for them to detect things if, for example, someone sends a MOUSE_MOVED event while the left mouse button is being held down (should be a drag event).- Reflection vs Injection
Do you mean more detectable? Because neither one has anything to do with humans....- Post your IRL pictures
The things I would do to your girlfriend disgust me.- Reflection vs Injection
- Paint Utilities Class [Simple, Informative Paints]
I love the idea behind a generic PaintProperty class to represent any paint statistic. Makes it so much cleaner- So I got a new car...
I've never been a fan of Scion. They look like the next generation of the Mazda3.- OSBot 1.8.13 and 2.1.9
No you don't. There's a difference between knowing something and regurgatating information people tell you.The only real way to legitimately avoid detection imo is to run the bot on an entirely separate JVM instance. Or, don't code the bot in Java at all.- Should i share my GUI api (JavaFX)?
I'd be interested in looking at it.- OSBot 1.8.13 and 2.1.9
The only times I've ever used "injection" (if you even want to call it that) has been setting instance variables to my own modified classes. I'm still pretty new to programming in general, thanks for clearing that up for me- Node Tutorial - NullPointerException
I have no life, nor friends, nor loved ones. You misspelled sA (what you meant to type) in the Node constructor argument. Right now you're just assigning the instance variable sA a reference to itself which is, of course, null.- Node Tutorial - NullPointerException
return sA.client.getLocalNPCs().contains("Banker"); Not sure if you meant this or not, but you're checking if a list of NPC objects contains a String. As for the NPE, show us your abstract Node class.- OSBot 1.8.13 and 2.1.9
You can't have injection without reflection lol. OP looks good- Herb Data
- Herb Data
Well they're not really comparable as they do completely separate things. I'm just saying it's more efficient to use a StringBuilder object when doing multiple operations on a String rather than modify it and litter the stack with unneeded variables. Also, why didn't you just make a String variable to store the name of the enum instead of calling the #name() method twice?- Herb Data
The code I posted returns the same exact String and is more efficient. You're calling the #name() method twice as well as creating additional String objects while mine only uses only a single StringBuilder. Strings are immutable, which means any operation on them creates an entirely new String instance (leaving the other to be garbage collected).- Who has an annoying IRL friend like this?
Why are you leaking our private convos m8- OSBot 1.8.12 and 2.1.8
Now look at developers section/tracker.- Script Quality?
It was easy to create a flawless script back in the days because the bot itself took care of most of the work for the scripter. Now it's entirely possible to design a fully functioning script however there is a lot more work required to make it perfect.- Requesting a 180x180 logo for my script
Wait I thought you had to be OSD for stakers? - boobs 101