Advertisement
pizzaloiopo

Blox no Hero Academia Scripts

Jun 21st, 2018
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. Game link: https://www.roblox.com/games/779319661/Blox-no-Hero-Academia-V0-20 - ขอบคุณครับ -
  2.  
  3. -- Objects
  4.  
  5. local gui = Instance.new("ScreenGui")
  6. local titlething = Instance.new("Frame")
  7. local scripties = Instance.new("Frame")
  8. local level = Instance.new("TextButton")
  9. local strength = Instance.new("TextButton")
  10. local agility = Instance.new("TextButton")
  11. local intelligence = Instance.new("TextButton")
  12. local credits = Instance.new("TextLabel")
  13. local Xbutton = Instance.new("TextButton")
  14. local yeetie = Instance.new("TextLabel")
  15. local open = Instance.new("Frame")
  16. local loader = Instance.new("TextButton")
  17.  
  18. -- Properties
  19.  
  20. gui.Name = "gui"
  21. gui.Parent = game.CoreGui
  22. gui.ResetOnSpawn = true
  23.  
  24. titlething.Name = "titlething"
  25. titlething.Parent = gui
  26. titlething.Active = true
  27. titlething.BackgroundColor3 = Color3.new(1, 1, 1)
  28. titlething.Draggable = true
  29. titlething.Position = UDim2.new(0, 150, 0, 100)
  30. titlething.Selectable = true
  31. titlething.Size = UDim2.new(0, 400, 0, 50)
  32.  
  33. scripties.Name = "scripties"
  34. scripties.Parent = titlething
  35. scripties.BackgroundColor3 = Color3.new(1, 1, 1)
  36. scripties.Position = UDim2.new(0, 0, 0, 50)
  37. scripties.Size = UDim2.new(0, 400, 0, 200)
  38.  
  39. level.Name = "level"
  40. level.Parent = scripties
  41. level.BackgroundColor3 = Color3.new(1, 1, 1)
  42. level.Size = UDim2.new(0, 100, 0, 50)
  43. level.Font = Enum.Font.SourceSans
  44. level.FontSize = Enum.FontSize.Size24
  45. level.Text = "Ofa Quirk"
  46. level.TextSize = 24
  47.  
  48. strength.Name = "strength"
  49. strength.Parent = scripties
  50. strength.BackgroundColor3 = Color3.new(1, 1, 1)
  51. strength.Position = UDim2.new(0, 0, 0, 55)
  52. strength.Size = UDim2.new(0, 100, 0, 50)
  53. strength.Font = Enum.Font.SourceSans
  54. strength.FontSize = Enum.FontSize.Size24
  55. strength.Text = "HCHH Mastered"
  56. strength.TextSize = 24
  57. strength.TextWrapped = true
  58.  
  59. agility.Name = "agility"
  60. agility.Parent = scripties
  61. agility.BackgroundColor3 = Color3.new(1, 1, 1)
  62. agility.Position = UDim2.new(0, 105, 0, 0)
  63. agility.Size = UDim2.new(0, 100, 0, 50)
  64. agility.Font = Enum.Font.SourceSans
  65. agility.FontSize = Enum.FontSize.Size24
  66. agility.Text = "Hell Flame Mastered"
  67. agility.TextSize = 24
  68. agility.TextWrapped = true
  69.  
  70. intelligence.Name = "intelligence"
  71. intelligence.Parent = scripties
  72. intelligence.BackgroundColor3 = Color3.new(1, 1, 1)
  73. intelligence.Position = UDim2.new(0, 105, 0, 55)
  74. intelligence.Size = UDim2.new(0, 100, 0, 50)
  75. intelligence.Font = Enum.Font.SourceSans
  76. intelligence.FontSize = Enum.FontSize.Size24
  77. intelligence.Text = "Explosion Mastered"
  78. intelligence.TextSize = 24
  79. intelligence.TextWrapped = true
  80.  
  81. credits.Name = "credits"
  82. credits.Parent = scripties
  83. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  84. credits.Position = UDim2.new(0, 15, 0, 125)
  85. credits.Size = UDim2.new(0, 200, 0, 50)
  86. credits.Font = Enum.Font.SourceSans
  87. credits.FontSize = Enum.FontSize.Size24
  88. credits.Text = "GUI By ShadowSama"
  89. credits.TextSize = 24
  90. credits.TextWrapped = true
  91.  
  92. Xbutton.Name = "Xbutton"
  93. Xbutton.Parent = scripties
  94. Xbutton.BackgroundColor3 = Color3.new(0.196078, 0.372549, 0.305882)
  95. Xbutton.Position = UDim2.new(0, 360, 0, 160)
  96. Xbutton.Size = UDim2.new(0, 30, 0, 30)
  97. Xbutton.Font = Enum.Font.SourceSans
  98. Xbutton.FontSize = Enum.FontSize.Size32
  99. Xbutton.Text = "x"
  100. Xbutton.TextSize = 32
  101.  
  102. yeetie.Name = "yeetie"
  103. yeetie.Parent = titlething
  104. yeetie.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  105. yeetie.Size = UDim2.new(0, 400, 0, 50)
  106. yeetie.Font = Enum.Font.SourceSans
  107. yeetie.FontSize = Enum.FontSize.Size24
  108. yeetie.Text = "Blox no Hero Academia GUI"
  109. yeetie.TextSize = 24
  110.  
  111. open.Name = "open"
  112. open.Parent = gui
  113. open.BackgroundColor3 = Color3.new(1, 1, 1)
  114. open.Size = UDim2.new(0, 100, 0, 50)
  115.  
  116. loader.Name = "loader"
  117. loader.Parent = open
  118. loader.BackgroundColor3 = Color3.new(1, 1, 1)
  119. loader.Size = UDim2.new(0, 100, 0, 50)
  120. loader.Font = Enum.Font.Highway
  121. loader.FontSize = Enum.FontSize.Size32
  122. loader.Text = "City C to work"
  123. loader.TextSize = 19
  124. loader.MouseButton1Down:connect(function()
  125. titlething.Visible = true
  126. open.Visible = false
  127. end)
  128.  
  129. Xbutton.MouseButton1Down:connect(function()
  130. titlething.Visible = false
  131. open.Visible = true
  132. end)
  133.  
  134. level.MouseButton1Down:connect(function()
  135. game.ReplicatedFirst.FullCowl:Clone().Parent=game.Players.LocalPlayer.PlayerGui
  136. game.Players.LocalPlayer.PlayerGui.FullCowl.Gui.EventQuirk:FireServer()
  137. end)
  138.  
  139. strength.MouseButton1Down:connect(function()
  140. game.ReplicatedFirst.HCHH:Clone().Parent=game.Players.LocalPlayer.PlayerGui
  141. game.Players.LocalPlayer.PlayerGui.HCHH.Gui.EventQuirk:FireServer()
  142. end)
  143.  
  144. agility.MouseButton1Down:connect(function()
  145. game.ReplicatedFirst.HellFiyah:Clone().Parent=game.Players.LocalPlayer.PlayerGui
  146. game.Players.LocalPlayer.PlayerGui.HellFiyah.Gui.EventQuirk:FireServer()
  147. end)
  148.  
  149. intelligence.MouseButton1Down:connect(function()
  150. game.ReplicatedFirst.Explode:Clone().Parent=game.Players.LocalPlayer.PlayerGui
  151. game.Players.LocalPlayer.PlayerGui.Explode.Gui.EventQuirk:FireServer()
  152. end)
  153.  
  154. Gym Script:
  155.  
  156. while true do wait(0.1)if game:GetService'Players'.LocalPlayer.PlayerGui:FindFirstChild'Gym'then local a=game:GetService'Players'.LocalPlayer.PlayerGui:FindFirstChild'Gym'if a:FindFirstChild'Train'.Visible then if a:FindFirstChild'Train':FindFirstChild'Area':FindFirstChild'Button'.Visible then local a=a:FindFirstChild'Train':FindFirstChild'Area':FindFirstChild'Button'local a=a.Key.Text a=string.lower(a)game:GetService'VirtualUser':SetKeyDown(a) game:GetService'VirtualUser':SetKeyUp(a) end end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement