Elixcore

MHA ALEX ONLY

Aug 8th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. -- Objects
  2.  
  3. local MHA = Instance.new("ScreenGui")
  4. local Brainwash = Instance.new("Frame")
  5. local Punch = Instance.new("TextButton")
  6. local Stay = Instance.new("TextButton")
  7. local Blind = Instance.new("TextButton")
  8. local QLevel = Instance.new("TextButton")
  9. local Level = Instance.new("TextButton")
  10.  
  11. -- Properties
  12.  
  13. MHA.Name = "MHA"
  14. MHA.Parent = game.Players.LocalPlayer.PlayerGui
  15.  
  16. Brainwash.Name = "Brainwash"
  17. Brainwash.Parent = MHA
  18. Brainwash.Active = true
  19. Brainwash.BackgroundColor3 = Color3.new(0, 0, 0)
  20. Brainwash.BorderColor3 = Color3.new(0, 0, 0)
  21. Brainwash.Draggable = true
  22. Brainwash.Position = UDim2.new(0, 900, 0, 200)
  23. Brainwash.Size = UDim2.new(0, 320, 0, 110)
  24.  
  25. Punch.Name = "Punch"
  26. Punch.Parent = Brainwash
  27. Punch.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  28. Punch.BorderColor3 = Color3.new(0.666667, 0, 0)
  29. Punch.Size = UDim2.new(0, 100, 0, 50)
  30. Punch.Font = Enum.Font.SourceSansLight
  31. Punch.FontSize = Enum.FontSize.Size48
  32. Punch.Text = "Punch"
  33. Punch.TextColor3 = Color3.new(0, 0, 0)
  34. Punch.TextSize = 40
  35. Punch.TextWrapped = true
  36.  
  37. Stay.Name = "Stay"
  38. Stay.Parent = Brainwash
  39. Stay.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  40. Stay.BorderColor3 = Color3.new(0.666667, 0, 0)
  41. Stay.Position = UDim2.new(0, 110, 0, 0)
  42. Stay.Size = UDim2.new(0, 100, 0, 50)
  43. Stay.Font = Enum.Font.SourceSansLight
  44. Stay.FontSize = Enum.FontSize.Size48
  45. Stay.Text = "Stay"
  46. Stay.TextColor3 = Color3.new(0, 0, 0)
  47. Stay.TextSize = 40
  48. Stay.TextWrapped = true
  49.  
  50. Blind.Name = "Blind"
  51. Blind.Parent = Brainwash
  52. Blind.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  53. Blind.BorderColor3 = Color3.new(0.666667, 0, 0)
  54. Blind.Position = UDim2.new(0, 220, 0, 0)
  55. Blind.Size = UDim2.new(0, 100, 0, 50)
  56. Blind.Font = Enum.Font.SourceSansLight
  57. Blind.FontSize = Enum.FontSize.Size48
  58. Blind.Text = "Blind"
  59. Blind.TextColor3 = Color3.new(0, 0, 0)
  60. Blind.TextSize = 40
  61. Blind.TextWrapped = true
  62.  
  63. QLevel.Name = "QLevel"
  64. QLevel.Parent = Brainwash
  65. QLevel.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  66. QLevel.BorderColor3 = Color3.new(0.666667, 0, 0)
  67. QLevel.Position = UDim2.new(0, 50, 0, 60)
  68. QLevel.Size = UDim2.new(0, 100, 0, 50)
  69. QLevel.Font = Enum.Font.SourceSansLight
  70. QLevel.FontSize = Enum.FontSize.Size48
  71. QLevel.Text = "QLevel"
  72. QLevel.TextColor3 = Color3.new(0, 0, 0)
  73. QLevel.TextSize = 40
  74.  
  75. Level.Name = "Level"
  76. Level.Parent = Brainwash
  77. Level.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  78. Level.BorderColor3 = Color3.new(0.666667, 0, 0)
  79. Level.Position = UDim2.new(0, 170, 0, 60)
  80. Level.Size = UDim2.new(0, 100, 0, 50)
  81. Level.Font = Enum.Font.SourceSansLight
  82. Level.FontSize = Enum.FontSize.Size48
  83. Level.Text = "Level"
  84. Level.TextColor3 = Color3.new(0, 0, 0)
  85. Level.TextSize = 40
  86.  
  87. -- SCRIPTS
  88.  
  89. game.Players.LocalPlayer.PlayerGui.MHA.Brainwash.Punch.MouseButton1Click:connect(function()
  90. game.Players.Elixcore.Backpack.BrainwashingEvent:FireServer(15, "CommandPunch")
  91. end)
  92.  
  93. game.Players.LocalPlayer.PlayerGui.MHA.Brainwash.Stay.MouseButton1Click:connect(function()
  94. game.Players.Elixcore.Backpack.BrainwashingEvent:FireServer(15, "CommandStay")
  95. end)
  96.  
  97. game.Players.LocalPlayer.PlayerGui.MHA.Brainwash.Blind.MouseButton1Click:connect(function()
  98. game.Players.Elixcore.Backpack.BrainwashingEvent:FireServer(15, "CommandClose")
  99. end)
  100.  
  101. game.Players.LocalPlayer.PlayerGui.MHA.Brainwash.QLevel.MouseButton1Click:connect(function()
  102. fck=true
  103. while fck do wait(0.1)
  104. game.Players.Elixcore.Backpack.BrainwashingEvent:FireServer(15, "CommandStay")
  105. game.Players.Elixcore.Backpack.BrainwashingEvent:FireServer(15, "CommandClose")
  106. game.Players.Elixcore.Backpack.BrainwashingEvent:FireServer(15, "CommandPunch")
  107. end
  108. end)
  109.  
  110. game.Players.LocalPlayer.PlayerGui.MHA.Brainwash.Level.MouseButton1Click:connect(function()
  111. fuck=true
  112. while fuck do wait(0.1)
  113. game.Players.Elixcore.Backpack.CombatEvent:FireServer(15, "CombatHit")
  114. end
  115. end)
Add Comment
Please, Sign In to add comment