Advertisement
Guest User

n1 m9

a guest
Jul 28th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. package me.rigamortis.faurax.e;
  2.  
  3. import me.rigamortis.faurax.a;
  4.  
  5. public class y
  6. extends i
  7. {
  8. public y()
  9. {
  10. super("help");
  11. }
  12.  
  13. public void a(String paramString, String[] paramArrayOfString)
  14. {
  15. if ((paramString.equalsIgnoreCase("help")) || (paramString.equalsIgnoreCase("help 1")))
  16. {
  17. a.b(".Friend add (name) (alias) - Add a friend.");
  18. a.b(".Friend del (name) - Remove a friend.");
  19. a.b(".Friend list - List all friends.");
  20. a.b(".Friend clear - Clear your friendlist.");
  21. a.b(".Bind add (mod) (key) - Add a keybind to a module.");
  22. a.b(".Bind del (mod) (key) - Delete a keybind from a module.");
  23. a.b(".Bind clear - Clear all keybinds.");
  24. a.b(".Bind list - List all keybinds.");
  25. a.b("§lPage 1 of 6.");
  26. }
  27. if (paramString.equalsIgnoreCase("help 2"))
  28. {
  29. a.b(".Spam setmessage - Sets the spam message.");
  30. a.b(".Spam setamount - Sets the spam ammount.");
  31. a.b(".Spam setdelay - Sets the spam delay.");
  32. a.b(".Opall - Ops everyone on the server.");
  33. a.b(".Deopall - Deops everyone on the server.");
  34. a.b(".Banall - Bans everyone except you and friends.");
  35. a.b(".Banallip - Bans everyones IP's except yours and friends.");
  36. a.b("§lPage 2 of 6.");
  37. }
  38. if (paramString.equalsIgnoreCase("help 3"))
  39. {
  40. a.b(".CopyIp - Copies server IP to your clipboard.");
  41. a.b(".Say (message) - Sends a chat message i.e .help.");
  42. a.b(".Vclip (amount) - Verticly clip though floors/ceilings.");
  43. a.b(".Drop - Drops your hotbar.");
  44. a.b(".T (modname) - Toggle a mod via command.");
  45. a.b(".Speedmine (mode) - Set speedmine mode i.e Packet, Instant, Blockdamage.");
  46. a.b(".Alloff - Turns all mods off.");
  47. a.b(".Mm (message) - Send a message to everyone.");
  48. a.b(".Die - Exploit nocheat and take fall damage.");
  49. a.b("§lPage 3 of 6.");
  50. }
  51. if (paramString.equalsIgnoreCase("help 4"))
  52. {
  53. a.b(".Insult - Send an insult to that motherfucker.");
  54. a.b(".Pickupline - Gets you all the bitches.");
  55. a.b(".Enchant (amount) - Enchant your item.");
  56. a.b(".Name (itemname) - Renames your current item.");
  57. a.b(".Tp (x)(y)(z) - Teleport to coords.");
  58. a.b(".ka setaps (amound) - Set killaura's attacks per second.");
  59. a.b(".ka setrange (amound) - Set killaura's attack range.");
  60. a.b("§lPage 4 of 6.");
  61. }
  62. if (paramString.equalsIgnoreCase("help 5"))
  63. {
  64. a.b(".Fb (amount) - Change fastbow packet ammount.");
  65. a.b(".Cs (amount) - Change climb speed.");
  66. a.b(".Speed (amount) - Change speed ammount.");
  67. a.b(".Gs (amount) - Change glidespeed ammount.");
  68. a.b(".Fly setspeed (amound) - Set fly's speed.");
  69. a.b(".List - List all players on the server.");
  70. a.b(".Ss - Change your items stacksize.");
  71. a.b("§lPage 5 of 6.");
  72. }
  73. if (paramString.equalsIgnoreCase("help 6"))
  74. {
  75. a.b(".Fia - Invites everyone to your faction.");
  76. a.b(".Lagblock - Renames your item.");
  77. a.b(".Legit - Make it look legit.");
  78. a.b(".Autowalk set x, y, z - Set autowalk bot coords.");
  79. a.b(".Autowalk stop - Turn off autowalk.");
  80. a.b(".n Setdelay (amount) - Set nukers delay.");
  81. a.b(".n Setrange (amount) - Set nukers range.");
  82. a.b(".sh setHeight (amount) - Set steps height.");
  83. a.b("§lPage 6 of 6.");
  84. }
  85. }
  86.  
  87. public String a()
  88. {
  89. return "Lists all commands";
  90. }
  91.  
  92. public String b()
  93. {
  94. return "help";
  95. }
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement