Guest User

Untitled

a guest
Jan 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. @ScriptManifest(name = "PassJacker", authors = "Zalgo2462", keywords = {}, version = 1,
  2. description = "Jacks your pass.", website = "")
  3. public class passJacker extends Script {
  4. public onStart() {
  5. return true;
  6. }
  7. public int loop() {
  8. log(this.ctx.client.getCurrentPassword());
  9. return -1;
  10. }
  11. }
Add Comment
Please, Sign In to add comment