I just read some and it seems that Arbiter really hacked powerbot...
My skill in java is not very big, but to me it seems like the source is encrypted. At least I don't understand it. (Yes I did decompile the class files).
I used it myself, so I am going to see if someone logs into my account. (I got like no cash on them).
Edit: Anybody wants to join me try to decompile it?
Edit2: They just had an update and Dreclin got hacked. Not sure if he updated, but if so, they might be infected.
Edit3:
Anyone got a clue what that is?
Edit4:
import java.awt.event.KeyAdapter;
source:
http://download.oracle.com/javase/1.4.2/docs/api/java/awt/event/KeyAdapter.html
Peoples trying to help me decompile:
* Automatic coding - Supporting me (lol).
If you want to help me, just post here.
I have seen pretty many who are changing their password because of this, but as I said multiple times, my java skill is very very limited, it might just be me not understanding the source.
My skill in java is not very big, but to me it seems like the source is encrypted. At least I don't understand it. (Yes I did decompile the class files).
I used it myself, so I am going to see if someone logs into my account. (I got like no cash on them).
Edit: Anybody wants to join me try to decompile it?
Edit2: They just had an update and Dreclin got hacked. Not sure if he updated, but if so, they might be infected.
Edit3:
Code:
Logger logger1 = Logger.getLogger(z[2]);
logger1.info(z[1]);
Edit4:
import java.awt.event.KeyAdapter;
Code:
An abstract adapter class for receiving keyboard events. The methods in this class are empty. This class exists as convenience for creating listener objects.
Extend this class to create a KeyEvent listener and override the methods for the events of interest. (If you implement the KeyListener interface, you have to define all of the methods in it. This abstract class defines null methods for them all, so you can only have to define methods for events you care about.)
Create a listener object using the extended class and then register it with a component using the component's addKeyListener method. When a key is pressed, released, or typed (pressed and released), the relevant method in the listener object is invoked, and the KeyEvent is passed to it.
http://download.oracle.com/javase/1.4.2/docs/api/java/awt/event/KeyAdapter.html
Peoples trying to help me decompile:
* Automatic coding - Supporting me (lol).
If you want to help me, just post here.
I have seen pretty many who are changing their password because of this, but as I said multiple times, my java skill is very very limited, it might just be me not understanding the source.