Advertisement
FilterYT

Untitled

Apr 16th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.59 KB | None | 0 0
  1. local ScreenGui = Instance.new('ScreenGui')
  2. local Open = Instance.new('TextButton')
  3. local MainGui = Instance.new('Frame')
  4. local FormsButton = Instance.new('TextButton')
  5. local TargetsName = Instance.new('TextBox')
  6. local ZStrike = Instance.new('TextButton')
  7. local X = Instance.new('TextButton')
  8. local Hyphen = Instance.new('TextButton')
  9. local MR = Instance.new('TextButton')
  10. local Auto = Instance.new('TextButton')
  11. local FormsFrame = Instance.new('Frame')
  12. local Kaioken = Instance.new('TextButton')
  13. local KaiokenX4 = Instance.new('TextButton')
  14. local KaiokenX10 = Instance.new('TextButton')
  15. local KaiokenX20 = Instance.new('TextButton')
  16. local KaiokenLimit = Instance.new('TextButton')
  17. local SSJ = Instance.new('TextButton')
  18. local SSJ2 = Instance.new('TextButton')
  19. local SSJ3 = Instance.new('TextButton')
  20. local SSJ4 = Instance.new('TextButton')
  21. local SSJG = Instance.new('TextButton')
  22. local SSJB = Instance.new('TextButton')
  23. local SSJR = Instance.new('TextButton')
  24. local SSJRage = Instance.new('TextButton')
  25. local RSSJB = Instance.new('TextButton')
  26. local LSSJ = Instance.new('TextButton')
  27. local LSSJ2 = Instance.new('TextButton')
  28. local LSSJ3 = Instance.new('TextButton')
  29. local LSSJG = Instance.new('TextButton')
  30. local LSSJB = Instance.new('TextButton')
  31. local UI = Instance.new('TextButton')
  32. local SSJB3 = Instance.new('TextButton')
  33. local MUI = Instance.new('TextButton')
  34. local Home = Instance.new('TextButton')
  35. --Properties:
  36. ScreenGui.Parent = game.CoreGui
  37.  
  38. Open.Name = 'Open'
  39. Open.Parent = ScreenGui
  40. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  41. Open.Position = UDim2.new(0.00994575024, 0, 0.62350601, 0)
  42. Open.Size = UDim2.new(0, 74, 0, 47)
  43. Open.Style = Enum.ButtonStyle.RobloxButton
  44. Open.Font = Enum.Font.SourceSans
  45. Open.Text = 'Open'
  46. Open.TextColor3 = Color3.new(1, 1, 1)
  47. Open.TextSize = 30
  48. Open.MouseButton1Down:connect(function()
  49. MainGui.Visible = true
  50. Open.Visible = false
  51. end)
  52.  
  53.  
  54. MainGui.Name = 'MainGui'
  55. MainGui.Parent = ScreenGui
  56. MainGui.BackgroundColor3 = Color3.new(0, 0, 0)
  57. MainGui.BackgroundTransparency = 0.090000003576279
  58. MainGui.BorderColor3 = Color3.new(1, 0, 0)
  59. MainGui.BorderSizePixel = 2
  60. MainGui.Position = UDim2.new(0.181569338, 0, 0.246664196, 0)
  61. MainGui.Size = UDim2.new(0, 472, 0, 195)
  62. MainGui.Style = Enum.FrameStyle.RobloxRound
  63. MainGui.Visible = false
  64. MainGui.Draggable = true
  65. MainGui.Active = true
  66.  
  67. FormsButton.Name = 'Forms'
  68. FormsButton.Parent = MainGui
  69. FormsButton.BackgroundColor3 = Color3.new(0, 0, 0)
  70. FormsButton.BorderSizePixel = 2
  71. FormsButton.Position = UDim2.new(0.577783287, 0, 0.243947119, 0)
  72. FormsButton.Size = UDim2.new(0, 178, 0, 50)
  73. FormsButton.Style = Enum.ButtonStyle.RobloxButton
  74. FormsButton.Font = Enum.Font.SourceSans
  75. FormsButton.Text = 'Forms'
  76. FormsButton.TextColor3 = Color3.new(1, 1, 1)
  77. FormsButton.TextSize = 30
  78. FormsButton.MouseButton1Down:connect(function()
  79. FormsFrame.Visible = true
  80. MainGui.Visible = false
  81. end)
  82.  
  83. TargetsName.Name = 'TargetsName'
  84. TargetsName.Parent = MainGui
  85. TargetsName.BackgroundColor3 = Color3.new(0, 0, 0)
  86. TargetsName.Position = UDim2.new(0.0199294258, 0, 0.378857613, 0)
  87. TargetsName.Size = UDim2.new(0, 239, 0, 39)
  88. TargetsName.Font = Enum.Font.SourceSans
  89. TargetsName.Text = 'Targets Name'
  90. TargetsName.TextColor3 = Color3.new(1, 1, 1)
  91. TargetsName.TextSize = 25
  92.  
  93. ZStrike.Name = 'Z-Strike'
  94. ZStrike.Parent = MainGui
  95. ZStrike.BackgroundColor3 = Color3.new(0, 0, 0)
  96. ZStrike.BorderSizePixel = 2
  97. ZStrike.Position = UDim2.new(0.062249206, 0, 0.072749123, 0)
  98. ZStrike.Size = UDim2.new(0, 200, 0, 42)
  99. ZStrike.Style = Enum.ButtonStyle.RobloxButton
  100. ZStrike.Font = Enum.Font.SourceSans
  101. ZStrike.Text = 'Z-Strike'
  102. ZStrike.TextColor3 = Color3.new(1, 1, 1)
  103. ZStrike.TextSize = 25
  104. ZStrike.MouseButton1Down:connect(function()
  105. name = TargetsName.Text
  106. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['Z-Strike'].Slash.Fire:InvokeServer(CFrame.new(1564.43,-0.802251,1901.72,0.92442,-0.0756787,0.373792,-7.45058e-09,0.980114,0.198436,-0.381376,-0.183438,0.906037), 0, workspace[name])
  107. end)
  108.  
  109. Hyphen.Name = '-'
  110. Hyphen.Parent = MainGui
  111. Hyphen.BackgroundColor3 = Color3.new(0, 0, 0)
  112. Hyphen.BorderSizePixel = 2
  113. Hyphen.Position = UDim2.new(0.889879525, 0, 0.0167639293, 0)
  114. Hyphen.Size = UDim2.new(0, 24, 0, 31)
  115. Hyphen.Style = Enum.ButtonStyle.RobloxButton
  116. Hyphen.Font = Enum.Font.SourceSans
  117. Hyphen.Text = '-'
  118. Hyphen.TextColor3 = Color3.new(1, 1, 1)
  119. Hyphen.TextSize = 30
  120. Hyphen.TextWrapped = true
  121. Hyphen.MouseButton1Down:connect(function()
  122. Open.Visible = true
  123. MainGui.Visible = false
  124. end)
  125.  
  126. X.Name = 'X'
  127. X.Parent = MainGui
  128. X.BackgroundColor3 = Color3.new(0, 0, 0)
  129. X.BorderSizePixel = 2
  130. X.Position = UDim2.new(0.944883704, 0, 0.0157450363, 0)
  131. X.Size = UDim2.new(0, 22, 0, 31)
  132. X.Style = Enum.ButtonStyle.RobloxButton
  133. X.Font = Enum.Font.SourceSans
  134. X.Text = 'X'
  135. X.TextColor3 = Color3.new(1, 1, 1)
  136. X.TextSize = 17
  137. X.TextWrapped = true
  138. X.MouseButton1Down:connect(function()
  139. MainGui.Visible = false
  140. Open.Visible = false
  141. end)
  142.  
  143. MR.Name = 'MR'
  144. MR.Parent = MainGui
  145. MR.BackgroundColor3 = Color3.new(0, 0, 0)
  146. MR.BorderSizePixel = 2
  147. MR.Position = UDim2.new(0.0608342849, 0, 0.664118171, 0)
  148. MR.Size = UDim2.new(0, 200, 0, 50)
  149. MR.Font = Enum.Font.SourceSans
  150. MR.Text = 'Majin Regenerate'
  151. MR.TextColor3 = Color3.new(1, 1, 1)
  152. MR.TextSize = 30
  153.  
  154. Auto.Name = 'Auto'
  155. Auto.Parent = MainGui
  156. Auto.BackgroundColor3 = Color3.new(0, 0, 0)
  157. Auto.BorderSizePixel = 2
  158. Auto.Position = UDim2.new(0.554478347, 0, 0.622832477, 0)
  159. Auto.Size = UDim2.new(0, 200, 0, 50)
  160. Auto.Font = Enum.Font.SourceSans
  161. Auto.Text = 'Auto Punch'
  162. Auto.TextColor3 = Color3.new(1, 1, 1)
  163. Auto.TextSize = 30
  164.  
  165. FormsFrame.Name = 'Forms Frame'
  166. FormsFrame.Parent = ScreenGui
  167. FormsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  168. FormsFrame.BackgroundTransparency = 0.090000003576279
  169. FormsFrame.BorderColor3 = Color3.new(1, 0, 0)
  170. FormsFrame.BorderSizePixel = 2
  171. FormsFrame.Position = UDim2.new(0.257299274, 0, 0.0174558014, 0)
  172. FormsFrame.Size = UDim2.new(0, 799, 0, 494)
  173. FormsFrame.Visible = false
  174. FormsFrame.Style = Enum.FrameStyle.RobloxRound
  175.  
  176. Kaioken.Name = 'Kaioken'
  177. Kaioken.Parent = FormsFrame
  178. Kaioken.BackgroundColor3 = Color3.new(0, 0, 0)
  179. Kaioken.BorderSizePixel = 2
  180. Kaioken.Position = UDim2.new(0.00898003578, 0, 0.0350551531, 0)
  181. Kaioken.Size = UDim2.new(0, 185, 0, 50)
  182. Kaioken.Style = Enum.ButtonStyle.RobloxButton
  183. Kaioken.Font = Enum.Font.SourceSans
  184. Kaioken.Text = 'Kaioken'
  185. Kaioken.TextColor3 = Color3.new(1, 1, 1)
  186. Kaioken.TextSize = 30
  187.  
  188. KaiokenX4.Name = 'Kaioken X4'
  189. KaiokenX4.Parent = FormsFrame
  190. KaiokenX4.BackgroundColor3 = Color3.new(0, 0, 0)
  191. KaiokenX4.BorderSizePixel = 2
  192. KaiokenX4.Position = UDim2.new(0.263047606, 0, 0.0269580185, 0)
  193. KaiokenX4.Size = UDim2.new(0, 185, 0, 50)
  194. KaiokenX4.Style = Enum.ButtonStyle.RobloxButton
  195. KaiokenX4.Font = Enum.Font.SourceSans
  196. KaiokenX4.Text = 'Kaioken X4'
  197. KaiokenX4.TextColor3 = Color3.new(1, 1, 1)
  198. KaiokenX4.TextSize = 30
  199.  
  200. KaiokenX10.Name = 'Kaioken X10'
  201. KaiokenX10.Parent = FormsFrame
  202. KaiokenX10.BackgroundColor3 = Color3.new(0, 0, 0)
  203. KaiokenX10.BorderSizePixel = 2
  204. KaiokenX10.Position = UDim2.new(0.515863657, 0, 0.0269580185, 0)
  205. KaiokenX10.Size = UDim2.new(0, 185, 0, 50)
  206. KaiokenX10.Style = Enum.ButtonStyle.RobloxButton
  207. KaiokenX10.Font = Enum.Font.SourceSans
  208. KaiokenX10.Text = 'Kaioken X10'
  209. KaiokenX10.TextColor3 = Color3.new(1, 1, 1)
  210. KaiokenX10.TextSize = 30
  211.  
  212. KaiokenX20.Name = 'Kaioken X20'
  213. KaiokenX20.Parent = FormsFrame
  214. KaiokenX20.BackgroundColor3 = Color3.new(0, 0, 0)
  215. KaiokenX20.BorderSizePixel = 2
  216. KaiokenX20.Position = UDim2.new(0.759918749, 0, 0.0269580185, 0)
  217. KaiokenX20.Size = UDim2.new(0, 185, 0, 50)
  218. KaiokenX20.Style = Enum.ButtonStyle.RobloxButton
  219. KaiokenX20.Font = Enum.Font.SourceSans
  220. KaiokenX20.Text = 'Kaioken X20'
  221. KaiokenX20.TextColor3 = Color3.new(1, 1, 1)
  222. KaiokenX20.TextSize = 30
  223.  
  224. KaiokenLimit.Name = 'Kaioken Limit'
  225. KaiokenLimit.Parent = FormsFrame
  226. KaiokenLimit.BackgroundColor3 = Color3.new(0, 0, 0)
  227. KaiokenLimit.BorderSizePixel = 2
  228. KaiokenLimit.Position = UDim2.new(0.00898003578, 0, 0.156512693, 0)
  229. KaiokenLimit.Size = UDim2.new(0, 185, 0, 50)
  230. KaiokenLimit.Style = Enum.ButtonStyle.RobloxButton
  231. KaiokenLimit.Font = Enum.Font.SourceSans
  232. KaiokenLimit.Text = 'Kaioken Limit'
  233. KaiokenLimit.TextColor3 = Color3.new(1, 1, 1)
  234. KaiokenLimit.TextSize = 30
  235.  
  236. SSJ.Name = 'SSJ'
  237. SSJ.Parent = FormsFrame
  238. SSJ.BackgroundColor3 = Color3.new(0, 0, 0)
  239. SSJ.BorderSizePixel = 2
  240. SSJ.Position = UDim2.new(0.263047636, 0, 0.156512648, 0)
  241. SSJ.Size = UDim2.new(0, 185, 0, 50)
  242. SSJ.Style = Enum.ButtonStyle.RobloxButton
  243. SSJ.Font = Enum.Font.SourceSans
  244. SSJ.Text = 'SSJ'
  245. SSJ.TextColor3 = Color3.new(1, 1, 1)
  246. SSJ.TextSize = 30
  247.  
  248. SSJ2.Name = 'SSJ2'
  249. SSJ2.Parent = FormsFrame
  250. SSJ2.BackgroundColor3 = Color3.new(0, 0, 0)
  251. SSJ2.BorderSizePixel = 2
  252. SSJ2.Position = UDim2.new(0.515863657, 0, 0.156512678, 0)
  253. SSJ2.Size = UDim2.new(0, 185, 0, 50)
  254. SSJ2.Style = Enum.ButtonStyle.RobloxButton
  255. SSJ2.Font = Enum.Font.SourceSans
  256. SSJ2.Text = 'SSJ2'
  257. SSJ2.TextColor3 = Color3.new(1, 1, 1)
  258. SSJ2.TextSize = 30
  259.  
  260. SSJ3.Name = 'SSJ3'
  261. SSJ3.Parent = FormsFrame
  262. SSJ3.BackgroundColor3 = Color3.new(0, 0, 0)
  263. SSJ3.BorderSizePixel = 2
  264. SSJ3.Position = UDim2.new(0.759918749, 0, 0.156512707, 0)
  265. SSJ3.Size = UDim2.new(0, 185, 0, 50)
  266. SSJ3.Style = Enum.ButtonStyle.RobloxButton
  267. SSJ3.Font = Enum.Font.SourceSans
  268. SSJ3.Text = 'SSJ3'
  269. SSJ3.TextColor3 = Color3.new(1, 1, 1)
  270. SSJ3.TextSize = 30
  271.  
  272. SSJ4.Name = 'SSJ4'
  273. SSJ4.Parent = FormsFrame
  274. SSJ4.BackgroundColor3 = Color3.new(0, 0, 0)
  275. SSJ4.BorderSizePixel = 2
  276. SSJ4.Position = UDim2.new(0.00898003578, 0, 0.290115923, 0)
  277. SSJ4.Size = UDim2.new(0, 185, 0, 50)
  278. SSJ4.Style = Enum.ButtonStyle.RobloxButton
  279. SSJ4.Font = Enum.Font.SourceSans
  280. SSJ4.Text = 'SSJ4'
  281. SSJ4.TextColor3 = Color3.new(1, 1, 1)
  282. SSJ4.TextSize = 30
  283.  
  284. SSJG.Name = 'SSJG'
  285. SSJG.Parent = FormsFrame
  286. SSJG.BackgroundColor3 = Color3.new(0, 0, 0)
  287. SSJG.BorderSizePixel = 2
  288. SSJG.Position = UDim2.new(0.263047606, 0, 0.292140186, 0)
  289. SSJG.Size = UDim2.new(0, 185, 0, 50)
  290. SSJG.Style = Enum.ButtonStyle.RobloxButton
  291. SSJG.Font = Enum.Font.SourceSans
  292. SSJG.Text = 'SSJG'
  293. SSJG.TextColor3 = Color3.new(1, 1, 1)
  294. SSJG.TextSize = 30
  295.  
  296. SSJB.Name = 'SSJB'
  297. SSJB.Parent = FormsFrame
  298. SSJB.BackgroundColor3 = Color3.new(0, 0, 0)
  299. SSJB.BorderSizePixel = 2
  300. SSJB.Position = UDim2.new(0.515863657, 0, 0.292140216, 0)
  301. SSJB.Size = UDim2.new(0, 185, 0, 50)
  302. SSJB.Style = Enum.ButtonStyle.RobloxButton
  303. SSJB.Font = Enum.Font.SourceSans
  304. SSJB.Text = 'SSJB'
  305. SSJB.TextColor3 = Color3.new(1, 1, 1)
  306. SSJB.TextSize = 30
  307.  
  308. SSJR.Name = 'SSJR'
  309. SSJR.Parent = FormsFrame
  310. SSJR.BackgroundColor3 = Color3.new(0, 0, 0)
  311. SSJR.BorderSizePixel = 2
  312. SSJR.Position = UDim2.new(0.75991869, 0, 0.292140186, 0)
  313. SSJR.Size = UDim2.new(0, 185, 0, 50)
  314. SSJR.Style = Enum.ButtonStyle.RobloxButton
  315. SSJR.Font = Enum.Font.SourceSans
  316. SSJR.Text = 'SSJR'
  317. SSJR.TextColor3 = Color3.new(1, 1, 1)
  318. SSJR.TextSize = 30
  319.  
  320. SSJRage.Name = 'SSJ Rage'
  321. SSJRage.Parent = FormsFrame
  322. SSJRage.BackgroundColor3 = Color3.new(0, 0, 0)
  323. SSJRage.BorderSizePixel = 2
  324. SSJRage.Position = UDim2.new(0.00898003578, 0, 0.423719138, 0)
  325. SSJRage.Size = UDim2.new(0, 185, 0, 50)
  326. SSJRage.Style = Enum.ButtonStyle.RobloxButton
  327. SSJRage.Font = Enum.Font.SourceSans
  328. SSJRage.Text = 'SSJ Rage'
  329. SSJRage.TextColor3 = Color3.new(1, 1, 1)
  330. SSJRage.TextSize = 30
  331.  
  332. RSSJB.Name = 'RSSJB'
  333. RSSJB.Parent = FormsFrame
  334. RSSJB.BackgroundColor3 = Color3.new(0, 0, 0)
  335. RSSJB.BorderSizePixel = 2
  336. RSSJB.Position = UDim2.new(0.263047636, 0, 0.423719168, 0)
  337. RSSJB.Size = UDim2.new(0, 185, 0, 50)
  338. RSSJB.Style = Enum.ButtonStyle.RobloxButton
  339. RSSJB.Font = Enum.Font.SourceSans
  340. RSSJB.Text = 'RSSJB'
  341. RSSJB.TextColor3 = Color3.new(1, 1, 1)
  342. RSSJB.TextSize = 30
  343.  
  344. LSSJ.Name = 'LSSJ'
  345. LSSJ.Parent = FormsFrame
  346. LSSJ.BackgroundColor3 = Color3.new(0, 0, 0)
  347. LSSJ.BorderSizePixel = 2
  348. LSSJ.Position = UDim2.new(0.515863657, 0, 0.423719168, 0)
  349. LSSJ.Size = UDim2.new(0, 185, 0, 50)
  350. LSSJ.Style = Enum.ButtonStyle.RobloxButton
  351. LSSJ.Font = Enum.Font.SourceSans
  352. LSSJ.Text = 'LSSJ'
  353. LSSJ.TextColor3 = Color3.new(1, 1, 1)
  354. LSSJ.TextSize = 30
  355.  
  356. LSSJ2.Name = 'LSSJ2'
  357. LSSJ2.Parent = FormsFrame
  358. LSSJ2.BackgroundColor3 = Color3.new(0, 0, 0)
  359. LSSJ2.BorderSizePixel = 2
  360. LSSJ2.Position = UDim2.new(0.75991869, 0, 0.423719108, 0)
  361. LSSJ2.Size = UDim2.new(0, 185, 0, 50)
  362. LSSJ2.Style = Enum.ButtonStyle.RobloxButton
  363. LSSJ2.Font = Enum.Font.SourceSans
  364. LSSJ2.Text = 'LSSJ2'
  365. LSSJ2.TextColor3 = Color3.new(1, 1, 1)
  366. LSSJ2.TextSize = 30
  367.  
  368. LSSJ3.Name = 'LSSJ3'
  369. LSSJ3.Parent = FormsFrame
  370. LSSJ3.BackgroundColor3 = Color3.new(0, 0, 0)
  371. LSSJ3.BorderSizePixel = 2
  372. LSSJ3.Position = UDim2.new(0.00898003578, 0, 0.559346676, 0)
  373. LSSJ3.Size = UDim2.new(0, 185, 0, 50)
  374. LSSJ3.Style = Enum.ButtonStyle.RobloxButton
  375. LSSJ3.Font = Enum.Font.SourceSans
  376. LSSJ3.Text = 'LSSJ3'
  377. LSSJ3.TextColor3 = Color3.new(1, 1, 1)
  378. LSSJ3.TextSize = 30
  379.  
  380. LSSJG.Name = 'LSSJG'
  381. LSSJG.Parent = FormsFrame
  382. LSSJG.BackgroundColor3 = Color3.new(0, 0, 0)
  383. LSSJG.BorderSizePixel = 2
  384. LSSJG.Position = UDim2.new(0.263047636, 0, 0.559346676, 0)
  385. LSSJG.Size = UDim2.new(0, 185, 0, 50)
  386. LSSJG.Style = Enum.ButtonStyle.RobloxButton
  387. LSSJG.Font = Enum.Font.SourceSans
  388. LSSJG.Text = 'LSSJG'
  389. LSSJG.TextColor3 = Color3.new(1, 1, 1)
  390. LSSJG.TextSize = 30
  391.  
  392. LSSJB.Name = 'LSSJB'
  393. LSSJB.Parent = FormsFrame
  394. LSSJB.BackgroundColor3 = Color3.new(0, 0, 0)
  395. LSSJB.BorderSizePixel = 2
  396. LSSJB.Position = UDim2.new(0.515863657, 0, 0.559346676, 0)
  397. LSSJB.Size = UDim2.new(0, 185, 0, 50)
  398. LSSJB.Style = Enum.ButtonStyle.RobloxButton
  399. LSSJB.Font = Enum.Font.SourceSans
  400. LSSJB.Text = 'LSSJB'
  401. LSSJB.TextColor3 = Color3.new(1, 1, 1)
  402. LSSJB.TextSize = 30
  403.  
  404. UI.Name = 'UI'
  405. UI.Parent = FormsFrame
  406. UI.BackgroundColor3 = Color3.new(0, 0, 0)
  407. UI.BorderSizePixel = 2
  408. UI.Position = UDim2.new(0.75991869, 0, 0.559346676, 0)
  409. UI.Size = UDim2.new(0, 185, 0, 50)
  410. UI.Style = Enum.ButtonStyle.RobloxButton
  411. UI.Font = Enum.Font.SourceSans
  412. UI.Text = 'UI'
  413. UI.TextColor3 = Color3.new(1, 1, 1)
  414. UI.TextSize = 30
  415.  
  416. SSJB3.Name = 'SSJB3'
  417. SSJB3.Parent = FormsFrame
  418. SSJB3.BackgroundColor3 = Color3.new(0, 0, 0)
  419. SSJB3.BorderSizePixel = 2
  420. SSJB3.Position = UDim2.new(0.00898003578, 0, 0.694974184, 0)
  421. SSJB3.Size = UDim2.new(0, 185, 0, 50)
  422. SSJB3.Style = Enum.ButtonStyle.RobloxButton
  423. SSJB3.Font = Enum.Font.SourceSans
  424. SSJB3.Text = 'SSJB3'
  425. SSJB3.TextColor3 = Color3.new(1, 1, 1)
  426. SSJB3.TextSize = 30
  427.  
  428. MUI.Name = 'MUI'
  429. MUI.Parent = FormsFrame
  430. MUI.BackgroundColor3 = Color3.new(0, 0, 0)
  431. MUI.BorderSizePixel = 2
  432. MUI.Position = UDim2.new(0.263047606, 0, 0.694974244, 0)
  433. MUI.Size = UDim2.new(0, 185, 0, 50)
  434. MUI.Style = Enum.ButtonStyle.RobloxButton
  435. MUI.Font = Enum.Font.SourceSans
  436. MUI.Text = 'MUI'
  437. MUI.TextColor3 = Color3.new(1, 1, 1)
  438. MUI.TextSize = 30
  439.  
  440. Home.Name = 'Home'
  441. Home.Parent = FormsFrame
  442. Home.BackgroundColor3 = Color3.new(0, 0, 0)
  443. Home.BorderSizePixel = 2
  444. Home.Position = UDim2.new(0.00898003578, 0, 0.82250452, 0)
  445. Home.Size = UDim2.new(0, 785, 0, 79)
  446. Home.Style = Enum.ButtonStyle.RobloxButton
  447. Home.Font = Enum.Font.SourceSans
  448. Home.Text = 'Home'
  449. Home.TextColor3 = Color3.new(1, 1, 1)
  450. Home.TextSize = 30
  451. Home.MouseButton1Down:connect(function()
  452. FormsFrame.Visible = false
  453. MainGui.Visible = true
  454. end)
  455. -- Scripts:
  456.  
  457. Kaioken.MouseButton1Down:connect(function()
  458. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['Kaio-ken'].Slash.Fire:InvokeServer()
  459. end)
  460.  
  461. KaiokenX4.MouseButton1Down:connect(function()
  462. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['Kaio-kenx4'].Slash.Fire:InvokeServer()
  463. end)
  464.  
  465. KaiokenX10.MouseButton1Down:connect(function()
  466. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['Kaio-kenx10'].Slash.Fire:InvokeServer()
  467. end)
  468.  
  469. KaiokenX20.MouseButton1Down:connect(function()
  470. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['Kaio-kenx20'].Slash.Fire:InvokeServer()
  471. end)
  472.  
  473. KaiokenLimit.MouseButton1Down:connect(function()
  474. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['Kaio-kenLB'].Slash.Fire:InvokeServer()
  475. end)
  476.  
  477. SSJ.MouseButton1Down:connect(function()
  478. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['SSJ'].Slash.Fire:InvokeServer()
  479. end)
  480.  
  481. SSJ2.MouseButton1Down:connect(function()
  482. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['SSJ2'].Slash.Fire:InvokeServer()
  483. end)
  484.  
  485. SSJ3.MouseButton1Down:connect(function()
  486. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['SSJ3'].Slash.Fire:InvokeServer()
  487. end)
  488.  
  489. SSJ4.MouseButton1Down:connect(function()
  490. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['SSJ4'].Slash.Fire:InvokeServer()
  491. end)
  492.  
  493. SSJG.MouseButton1Down:connect(function()
  494. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['SSJG'].Slash.Fire:InvokeServer()
  495. end)
  496.  
  497. SSJB.MouseButton1Down:connect(function()
  498. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['SSJB'].Slash.Fire:InvokeServer()
  499. end)
  500.  
  501. SSJR.MouseButton1Down:connect(function()
  502. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['SSJR'].Slash.Fire:InvokeServer()
  503. end)
  504.  
  505. SSJRage.MouseButton1Down:connect(function()
  506. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['SSJRAGE'].Slash.Fire:InvokeServer()
  507. end)
  508.  
  509. RSSJB.MouseButton1Down:connect(function()
  510. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['RSSJB'].Slash.Fire:InvokeServer()
  511. end)
  512.  
  513. LSSJ.MouseButton1Down:connect(function()
  514. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['LSSJ'].Slash.Fire:InvokeServer()
  515. end)
  516.  
  517. LSSJ2.MouseButton1Down:connect(function()
  518. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['LSSJ2'].Slash.Fire:InvokeServer()
  519. end)
  520.  
  521. LSSJ3.MouseButton1Down:connect(function()
  522. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['LSSJ3'].Slash.Fire:InvokeServer()
  523. end)
  524.  
  525. LSSJG.MouseButton1Down:connect(function()
  526. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['LSSJG'].Slash.Fire:InvokeServer()
  527. end)
  528.  
  529. LSSJB.MouseButton1Down:connect(function()
  530. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['LSSJB'].Slash.Fire:InvokeServer()
  531. end)
  532.  
  533. UI.MouseButton1Down:connect(function()
  534. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['UI'].Slash.Fire:InvokeServer()
  535. end)
  536.  
  537. SSJB3.MouseButton1Down:connect(function()
  538. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['SSJ3B'].Slash.Fire:InvokeServer()
  539. end)
  540.  
  541. MUI.MouseButton1Down:connect(function()
  542. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['MUI'].Slash.Fire:InvokeServer()
  543. end)
  544.  
  545. MR.MouseButton1Down:connect(function()
  546. game:GetService('Players').LocalPlayer.PlayerGui.Main.Moves2['MajinRegenerate'].Slash.Fire:InvokeServer()
  547. end)
  548.  
  549. Auto.MouseButton1Down:connect(function()
  550. game:GetService('RunService').RenderStepped:connect(function()
  551. game:GetService('Players').LocalPlayer.PlayerGui.Main.Core.ServerFunctions.ServerEvent:FireServer('Punch', 0, 25000)
  552. end)
  553. if game.Players.LocalPlayer.PlayerGui.Main.Stats.Exp.LV.Text == 'LV.4100' then
  554. end
  555. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement