Kitiko

[Roblox] One Punch Man Unleashed [v2.5] Gui Script Hack

Apr 14th, 2017
943
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.79 KB | None | 0 0
  1. -- Created By Kiruza Exploits (Subscribe for the newest/Best Roblox Exploits) - https://www.youtube.com/c/KiruzaExploits
  2. -- Also join our Discord for newest exploits - https://discord.gg/jbfYfKa
  3.  
  4. local GuiService = Instance.new("ScreenGui")
  5. local Menu = Instance.new("TextButton")
  6. local Chat = Instance.new("Frame")
  7. local MenuBG = Instance.new("ImageLabel")
  8. local Close = Instance.new("TextButton")
  9. local Namee = Instance.new("TextBox")
  10. local FullEXP = Instance.new("TextButton")
  11. local FullEXP10 = Instance.new("TextButton")
  12. local Namee_2 = Instance.new("TextBox")
  13. local Namee_3 = Instance.new("TextBox")
  14. local Credits = Instance.new("TextBox")
  15. local Level = Instance.new("TextButton")
  16. local TextLabel = Instance.new("TextLabel")
  17. local MLevel = Instance.new("TextButton")
  18. local MLevel2 = Instance.new("TextButton")
  19. local MLevel3 = Instance.new("TextButton")
  20. local MLevel4 = Instance.new("TextButton")
  21. local MLevel5 = Instance.new("TextButton")
  22. local MLevel6 = Instance.new("TextButton")
  23. local MLevel7 = Instance.new("TextButton")
  24. local MLevel8 = Instance.new("TextButton")
  25. local MLevel9 = Instance.new("TextButton")
  26. local MLevel10 = Instance.new("TextButton")
  27. local MLevel11 = Instance.new("TextButton")
  28.  
  29. -- Properties
  30.  
  31. GuiService.Name = "Gui Service"
  32. GuiService.Parent = game.CoreGui
  33.  
  34. Menu.Name = "Menu"
  35. Menu.Parent = GuiService
  36. Menu.BackgroundColor3 = Color3.new(0, 0.188235, 0.27451)
  37. Menu.BackgroundTransparency = 0.5
  38. Menu.BorderSizePixel = 0
  39. Menu.Position = UDim2.new(0, 323, 0, 0)
  40. Menu.Size = UDim2.new(0, 60, 0, 20)
  41. Menu.Font = Enum.Font.SourceSansLight
  42. Menu.FontSize = Enum.FontSize.Size18
  43. Menu.Text = "Menu"
  44. Menu.TextColor3 = Color3.new(1, 1, 1)
  45. Open = false
  46.  
  47. Chat.Name = "Chat"
  48. Chat.Parent = GuiService
  49. Chat.Active = true
  50. Chat.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Chat.BackgroundTransparency = 1
  52. Chat.Draggable = true
  53. Chat.Position = UDim2.new(0.28, 000, 0.55, 1000)
  54. Chat.Selectable = true
  55. Chat.Size = UDim2.new(0, 537, 0, 56)
  56. Chat.Visible = false
  57.  
  58. MenuBG.Name = "MenuBG"
  59. MenuBG.Parent = Chat
  60. MenuBG.BackgroundColor3 = Color3.new(1, 1, 1)
  61. MenuBG.BackgroundTransparency = 1
  62. MenuBG.Size = UDim2.new(0, 593, 0, 361)
  63. MenuBG.Image = "rbxassetid://491261712"
  64. MenuBG.ImageTransparency = 0.10000000149012
  65.  
  66. Close.Name = "Close"
  67. Close.Parent = Chat
  68. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Close.BackgroundTransparency = 1
  70. Close.Position = UDim2.new(0, 537, 0, 28)
  71. Close.Size = UDim2.new(0, 40, 0, 28)
  72. Close.Font = Enum.Font.SourceSans
  73. Close.FontSize = Enum.FontSize.Size14
  74. Close.TextTransparency = 1
  75. Close.MouseButton1Down:connect(function(open)
  76. Chat:TweenPosition(UDim2.new(0.28, 0, 1.0, 1000), "In", "Sine",1,true)
  77. Open = false
  78. end)
  79.  
  80. Menu.MouseButton1Down:connect(function(open)
  81. if Open == false then
  82. Chat.Visible = true
  83. Chat:TweenPosition(UDim2.new(0.28, 0, 0.55, -250), "Out", "Back",1.5,true)
  84. Open = true
  85. elseif Open == true then
  86. Chat:TweenPosition(UDim2.new(0.28, 0, 1.0, 1000), "In", "Sine",1,true)
  87. Open = false
  88. end
  89. end)
  90.  
  91.  
  92.  
  93.  
  94. FullEXP10.Name = "Yen"
  95. FullEXP10.Parent = Chat
  96. FullEXP10.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  97. FullEXP10.BackgroundTransparency = 0.60000002384186
  98. FullEXP10.BorderSizePixel = 0
  99. FullEXP10.Position = UDim2.new(0, 20, 0, 75)
  100. FullEXP10.Size = UDim2.new(0, 70, 0, 70)
  101. FullEXP10.Font = Enum.Font.SourceSansLight
  102. FullEXP10.FontSize = Enum.FontSize.Size14
  103. FullEXP10.Text = "Yen"
  104. FullEXP10.TextColor3 = Color3.new(1, 1, 1)
  105. FullEXP10.TextStrokeColor3 = Color3.new(1, 1, 1)
  106. FullEXP10.MouseButton1Down:connect(function(open)
  107. while true do
  108. wait(5)
  109. game.Players.LocalPlayer.Data.Yen.Value = 999999
  110. end
  111. end)
  112.  
  113. Credits.Parent = FullEXP10
  114. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  115. Credits.BackgroundTransparency = 1
  116. Credits.Position = UDim2.new(0, 250, 0, 200)
  117. Credits.Size = UDim2.new(0, 70, 0, 24)
  118. Credits.ZIndex = 10
  119. Credits.Font = Enum.Font.SourceSans
  120. Credits.FontSize = Enum.FontSize.Size14
  121. Credits.Text = "Made by: Kiruza Exploits - Youtube www.youtube.com/c/KiruzaExploits And join our Discord: https://discord.gg/jbfYfKa"
  122. Credits.TextColor3 = Color3.new(255, 19, 19)
  123. ---
  124.  
  125. MLevel.Name = "MLevel"
  126. MLevel.Parent = Chat
  127. MLevel.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  128. MLevel.BackgroundTransparency = 0.60000002384186
  129. MLevel.BorderSizePixel = 0
  130. MLevel.Position = UDim2.new(0, 100, 0, 75)
  131. MLevel.Size = UDim2.new(0, 70, 0, 70)
  132. MLevel.Font = Enum.Font.SourceSansLight
  133. MLevel.FontSize = Enum.FontSize.Size18
  134. MLevel.Text = "Max Level"
  135. MLevel.TextColor3 = Color3.new(1, 1, 1)
  136. MLevel.TextStrokeColor3 = Color3.new(1, 1, 1)
  137. MLevel.MouseButton1Down:connect(function(open)
  138. while true do
  139. wait(1)
  140. game.Players.LocalPlayer.Data.Level.Value = 500
  141. end
  142. end)
  143. MLevel2.Name = "Strength"
  144. MLevel2.Parent = Chat
  145. MLevel2.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  146. MLevel2.BackgroundTransparency = 0.60000002384186
  147. MLevel2.BorderSizePixel = 0
  148. MLevel2.Position = UDim2.new(0, 180, 0, 75)
  149. MLevel2.Size = UDim2.new(0, 70, 0, 70)
  150. MLevel2.Font = Enum.Font.SourceSansLight
  151. MLevel2.FontSize = Enum.FontSize.Size18
  152. MLevel2.Text = "Strength"
  153. MLevel2.TextColor3 = Color3.new(1, 1, 1)
  154. MLevel2.TextStrokeColor3 = Color3.new(1, 1, 1)
  155. MLevel2.MouseButton1Down:connect(function(open)
  156. while true do
  157. wait(1)
  158. game.Players.LocalPlayer.Data.Str.Value = 9999999999
  159. end
  160. end)
  161. MLevel3.Name = "Agility"
  162. MLevel3.Parent = Chat
  163. MLevel3.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  164. MLevel3.BackgroundTransparency = 0.60000002384186
  165. MLevel3.BorderSizePixel = 0
  166. MLevel3.Position = UDim2.new(0, 260, 0, 75)
  167. MLevel3.Size = UDim2.new(0, 70, 0, 70)
  168. MLevel3.Font = Enum.Font.SourceSansLight
  169. MLevel3.FontSize = Enum.FontSize.Size18
  170. MLevel3.Text = "Agility"
  171. MLevel3.TextColor3 = Color3.new(1, 1, 1)
  172. MLevel3.TextStrokeColor3 = Color3.new(1, 1, 1)
  173. MLevel3.MouseButton1Down:connect(function(open)
  174. while true do
  175. wait(1)
  176. game.Players.LocalPlayer.Data.Agi.Value = 99999999
  177. end
  178. end)
  179. MLevel5.Name = "Stamina"
  180. MLevel5.Parent = Chat
  181. MLevel5.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  182. MLevel5.BackgroundTransparency = 0.60000002384186
  183. MLevel5.BorderSizePixel = 0
  184. MLevel5.Position = UDim2.new(0, 340, 0, 75)
  185. MLevel5.Size = UDim2.new(0, 70, 0, 70)
  186. MLevel5.Font = Enum.Font.SourceSansLight
  187. MLevel5.FontSize = Enum.FontSize.Size18
  188. MLevel5.Text = "Stamina"
  189. MLevel5.TextColor3 = Color3.new(1, 1, 1)
  190. MLevel5.TextStrokeColor3 = Color3.new(1, 1, 1)
  191. MLevel5.MouseButton1Down:connect(function(open)
  192. while true do
  193. wait(1)
  194. game.Players.LocalPlayer.Data.Sta.Value = 99999999
  195. end
  196. end)
  197. MLevel4.Name = "Attributes"
  198. MLevel4.Parent = Chat
  199. MLevel4.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  200. MLevel4.BackgroundTransparency = 0.60000002384186
  201. MLevel4.BorderSizePixel = 0
  202. MLevel4.Position = UDim2.new(0, 420, 0, 75)
  203. MLevel4.Size = UDim2.new(0, 70, 0, 70)
  204. MLevel4.Font = Enum.Font.SourceSansLight
  205. MLevel4.FontSize = Enum.FontSize.Size18
  206. MLevel4.Text = "Attributes"
  207. MLevel4.TextColor3 = Color3.new(1, 1, 1)
  208. MLevel4.TextStrokeColor3 = Color3.new(1, 1, 1)
  209. MLevel4.MouseButton1Down:connect(function(open)
  210. while true do
  211. wait(1)
  212. game.Players.LocalPlayer.Data.Att.Value = 99999999
  213. end
  214. end)
  215. MLevel6.Name = "MaxXp"
  216. MLevel6.Parent = Chat
  217. MLevel6.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  218. MLevel6.BackgroundTransparency = 0.60000002384186
  219. MLevel6.BorderSizePixel = 0
  220. MLevel6.Position = UDim2.new(0, 20, 0, 150)
  221. MLevel6.Size = UDim2.new(0, 70, 0, 70)
  222. MLevel6.Font = Enum.Font.SourceSansLight
  223. MLevel6.FontSize = Enum.FontSize.Size18
  224. MLevel6.Text = "Max Exp"
  225. MLevel6.TextColor3 = Color3.new(1, 1, 1)
  226. MLevel6.TextStrokeColor3 = Color3.new(1, 1, 1)
  227. MLevel6.MouseButton1Down:connect(function(open)
  228. while true do
  229. wait(1)
  230. game.Players.LocalPlayer.Data.Exp.Value = 9999999999
  231. end
  232. end)
  233. MLevel7.Name = "Health"
  234. MLevel7.Parent = Chat
  235. MLevel7.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  236. MLevel7.BackgroundTransparency = 0.60000002384186
  237. MLevel7.BorderSizePixel = 0
  238. MLevel7.Position = UDim2.new(0, 100, 0, 150)
  239. MLevel7.Size = UDim2.new(0, 70, 0, 70)
  240. MLevel7.Font = Enum.Font.SourceSansLight
  241. MLevel7.FontSize = Enum.FontSize.Size18
  242. MLevel7.Text = "Health"
  243. MLevel7.TextColor3 = Color3.new(1, 1, 1)
  244. MLevel7.TextStrokeColor3 = Color3.new(1, 1, 1)
  245. MLevel7.MouseButton1Down:connect(function(open)
  246. while true do
  247. wait(1)
  248. game.Players.LocalPlayer.Data.Hea.Value = 99999999
  249. wait(100000)
  250. end
  251. end)
  252. MLevel8.Name = "SuperH"
  253. MLevel8.Parent = Chat
  254. MLevel8.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  255. MLevel8.BackgroundTransparency = 0.60000002384186
  256. MLevel8.BorderSizePixel = 0
  257. MLevel8.Position = UDim2.new(0, 500, 0, 225)
  258. MLevel8.Size = UDim2.new(0, 70, 0, 70)
  259. MLevel8.Font = Enum.Font.SourceSansLight
  260. MLevel8.FontSize = Enum.FontSize.Size18
  261. MLevel8.Text = "SuperHuman"
  262. MLevel8.TextColor3 = Color3.new(1, 1, 1)
  263. MLevel8.TextStrokeColor3 = Color3.new(1, 1, 1)
  264. MLevel8.MouseButton1Down:connect(function(open)
  265. while true do
  266. wait(1)
  267. game.Players.LocalPlayer.Data.Class.Value = 1
  268. wait(100000)
  269. end
  270. end)
  271. MLevel11.Name = "Swordsman"
  272. MLevel11.Parent = Chat
  273. MLevel11.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  274. MLevel11.BackgroundTransparency = 0.60000002384186
  275. MLevel11.BorderSizePixel = 0
  276. MLevel11.Position = UDim2.new(0, 260, 0, 225)
  277. MLevel11.Size = UDim2.new(0, 70, 0, 70)
  278. MLevel11.Font = Enum.Font.SourceSansLight
  279. MLevel11.FontSize = Enum.FontSize.Size18
  280. MLevel11.Text = "Swordsman"
  281. MLevel11.TextColor3 = Color3.new(1, 1, 1)
  282. MLevel11.TextStrokeColor3 = Color3.new(1, 1, 1)
  283. MLevel11.MouseButton1Down:connect(function(open)
  284. while true do
  285. wait(1)
  286. game.Players.LocalPlayer.Data.Class.Value = 2
  287. wait(1000000)
  288. end
  289. end)
  290.  
  291. MLevel9.Name = "Esper"
  292. MLevel9.Parent = Chat
  293. MLevel9.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  294. MLevel9.BackgroundTransparency = 0.60000002384186
  295. MLevel9.BorderSizePixel = 0
  296. MLevel9.Position = UDim2.new(0, 420, 0, 225)
  297. MLevel9.Size = UDim2.new(0, 70, 0, 70)
  298. MLevel9.Font = Enum.Font.SourceSansLight
  299. MLevel9.FontSize = Enum.FontSize.Size18
  300. MLevel9.Text = "Esper"
  301. MLevel9.TextColor3 = Color3.new(1, 1, 1)
  302. MLevel9.TextStrokeColor3 = Color3.new(1, 1, 1)
  303. MLevel9.MouseButton1Down:connect(function(open)
  304. while true do
  305. wait(1)
  306. game.Players.LocalPlayer.Data.Class.Value = 3
  307. wait(100000)
  308. end
  309. end)
  310. MLevel10.Name = "Cyborg"
  311. MLevel10.Parent = Chat
  312. MLevel10.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  313. MLevel10.BackgroundTransparency = 0.60000002384186
  314. MLevel10.BorderSizePixel = 0
  315. MLevel10.Position = UDim2.new(0, 340, 0, 225)
  316. MLevel10.Size = UDim2.new(0, 70, 0, 70)
  317. MLevel10.Font = Enum.Font.SourceSansLight
  318. MLevel10.FontSize = Enum.FontSize.Size18
  319. MLevel10.Text = "Cyborg"
  320. MLevel10.TextColor3 = Color3.new(1, 1, 1)
  321. MLevel10.TextStrokeColor3 = Color3.new(1, 1, 1)
  322. MLevel10.MouseButton1Down:connect(function(open)
  323. while true do
  324. wait(1)
  325. game.Players.LocalPlayer.Data.Class.Value = 4
  326. wait(10000)
  327. end
  328. end)
Add Comment
Please, Sign In to add comment