Everything posted by Mysteryy
-
Perm Banned on fresh account 5 hours old
Anytime that I get a ban its a perm ban. Not sure how they decide who gets what length, but I guess we just get screwed over. t.t
-
Can you be hacked by java based scripts if you don't have java installed on your computer?
No. Without java installed, the code is useless. If java is not there to compile and run it, it means nothing and cant do anything.
- hiding paint in OSB2
-
hiding paint in OSB2
In your onStart method add this. Notice how you can consolidate your code into 2 lines. ^_^ bot.addMouseListener(new MouseListener() {//register a new MouseListener @Override public void mouseClicked(MouseEvent e) { if(minimizeRectangle.contains(e.getPoint())) minimized = !minimized; } @Override public void mousePressed(MouseEvent e) { } @Override public void mouseReleased(MouseEvent e) { } @Override public void mouseEntered(MouseEvent e) { } @Override public void mouseExited(MouseEvent e) { } });
-
I can't get OSBot to print the name of this interface. Any help?
Dont forget to null check properly on stored variables, instead of pulling a new instance every time you call it. ^_^
-
TWC should be left forever
Maybe he is trying to tell us that he will scam. rekt
-
Is there a way to decrypt the NPC ID's?
Why not use names instead? Ids will change frequently as you have seen. ^_^
-
what the fuck?
Why was he banned?
-
Camera.isMoving()?
Im gonna guess not, since I looked in the API and didnt see anything related to moving. Why do you need to check if the camera is moving? Unless you are multi threading in two things that will use camera movement, I cant really see a use for this. ^_^
-
Back Online! RS Revision #53
What about for those of us who are unable to run OSB with injection stealth enabled? Is there a fix for the "Invalid boot options" error?
-
Need 41-55 Agility *LEGIT*
If your account did managed to get banned, which I doubt would happen, you could just say that you did not have control of the account at the time. They can IP check and see that it was not on your IP at the time of botting. ^_^
-
Need 41-55 Agility *LEGIT*
Let me bot it for you and I will have it done real quick. :P
-
some help please :(
Why do you need to know the inventory name for it? Once it is in your inventory, there is no reason to interact with it. Assuming you are making a woodcutter. ^_^
- free avatars
- free avatars
-
Member, Script Writer and Staff Member of the Month [Voting]
Mysteryy not cool enough to be listed. </3
-
Linked's Introduction
Welcome, I hope to see you more active. If you need help with anything let me know. ^_^
-
So empty :(
You forgot to take it after I joined.
- Chatbox is down
-
Chatbox is down
Server update, when they are back up everything should be working better than before. ^_^
-
Aneasthetic/Turd Ferguson's Re-Introduction
Welcome nub. I missed you. xd
-
List of entities
Happens to me 9/10 times xD
-
List of entities
When you are null checking or interacting with an item/object etc. you should always store it, and then interact with the stored object. Each time you call .get() it will get a new instance, and that instance could be not null, then when you go to interact with another .get() it can be null. If that makes sense. Although you may have already knew this and just forgot or not noticed it. ^_^
-
Walking snippet OSB2
Looks like you put a decent amount of time making this up. Good job, hopefully you can get obstacle handling added into it. ^_^
-
Dispute against Smart
10/10 should be placed in TWC. I was in chat middle manning.