newtmannewt

Untitled

May 25th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local DragonBallUnleashsedGuiMain = Instance.new("Frame")
  5. local lssj = Instance.new("TextButton")
  6. local InsantTransmission = Instance.new("TextButton")
  7. local SSJBlue = Instance.new("TextButton")
  8. local SSJRose = Instance.new("TextButton")
  9. local EXP = Instance.new("TextButton")
  10. local TextButton = Instance.new("TextButton")
  11.  
  12. -- Properties
  13.  
  14. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  15.  
  16. DragonBallUnleashsedGuiMain.Name = "DragonBallUnleashsedGuiMain"
  17. DragonBallUnleashsedGuiMain.Parent = ScreenGui
  18. DragonBallUnleashsedGuiMain.Active = true
  19. DragonBallUnleashsedGuiMain.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  20. DragonBallUnleashsedGuiMain.Position = UDim2.new(0.377979159, 0, 0.211560488, 0)
  21. DragonBallUnleashsedGuiMain.Draggable = true
  22. DragonBallUnleashsedGuiMain.Size = UDim2.new(0.276187509, 0, 0.414501846, 0)
  23.  
  24. lssj.Name = "lssj"
  25. lssj.Parent = DragonBallUnleashsedGuiMain
  26. lssj.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  27. lssj.Position = UDim2.new(0.533333361, 0, 0.0749737769, 0)
  28. lssj.Size = UDim2.new(0.407600015, 0, 0.197479948, 0)
  29. lssj.Font = Enum.Font.SourceSans
  30. lssj.FontSize = Enum.FontSize.Size28
  31. lssj.Text = "Legendary Super Saiyan"
  32. lssj.TextSize = 25
  33. lssj.TextWrapped = true
  34.  
  35. InsantTransmission.Name = "InsantTransmission"
  36. InsantTransmission.Parent = DragonBallUnleashsedGuiMain
  37. InsantTransmission.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  38. InsantTransmission.Position = UDim2.new(0.0571333356, 0, 0.0725236535, 0)
  39. InsantTransmission.Size = UDim2.new(0.407999992, 0, 0.196999997, 0)
  40. InsantTransmission.Font = Enum.Font.SourceSans
  41. InsantTransmission.FontSize = Enum.FontSize.Size28
  42. InsantTransmission.Text = "Instant Transmission"
  43. InsantTransmission.TextSize = 25
  44.  
  45. SSJBlue.Name = "SSJBlue"
  46. SSJBlue.Parent = DragonBallUnleashsedGuiMain
  47. SSJBlue.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  48. SSJBlue.Position = UDim2.new(0.0609333329, 0, 0.335054398, 0)
  49. SSJBlue.Size = UDim2.new(0.401933342, 0, 0.217448458, 0)
  50. SSJBlue.Font = Enum.Font.SourceSans
  51. SSJBlue.FontSize = Enum.FontSize.Size28
  52. SSJBlue.Text = "Super Saiyan Blue"
  53. SSJBlue.TextSize = 25
  54.  
  55. SSJRose.Name = "SSJRose"
  56. SSJRose.Parent = DragonBallUnleashsedGuiMain
  57. SSJRose.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  58. SSJRose.Position = UDim2.new(0.535000026, 0, 0.335000008, 0)
  59. SSJRose.Size = UDim2.new(0.400000006, 0, 0.217448458, 0)
  60. SSJRose.Font = Enum.Font.SourceSans
  61. SSJRose.FontSize = Enum.FontSize.Size28
  62. SSJRose.Text = "Super Saiyan Rose"
  63. SSJRose.TextSize = 25
  64.  
  65. EXP.Name = "EXP"
  66. EXP.Parent = DragonBallUnleashsedGuiMain
  67. EXP.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  68. EXP.Position = UDim2.new(0.27803877, 0, 0.63804996, 0)
  69. EXP.Size = UDim2.new(0.438066661, 0, 0.255057871, 0)
  70. EXP.Font = Enum.Font.SourceSans
  71. EXP.FontSize = Enum.FontSize.Size28
  72. EXP.Text = "Exp"
  73. EXP.TextSize = 25
  74.  
  75. TextButton.Parent = DragonBallUnleashsedGuiMain
  76. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  77. TextButton.BackgroundTransparency = 1
  78. TextButton.Position = UDim2.new(0.926745713, 0, -0.0088698836, 0)
  79. TextButton.Size = UDim2.new(0.0883297399, 0, 0.0741580427, 0)
  80. TextButton.Font = Enum.Font.SourceSans
  81. TextButton.FontSize = Enum.FontSize.Size28
  82. TextButton.Text = "X"
  83. TextButton.TextSize = 25
  84.  
  85. lssj.MouseButton1Click:connect(function()
  86. local skillslot = "skill3"
  87. local skillvalue = 21
  88. local plr = game.Players.LocalPlayer
  89. plr.Backpack.gd:FindFirstChild(skillslot).RobloxLocked = true
  90. plr.Backpack.gd:FindFirstChild(skillslot).Value = skillvalue
  91. end)
  92.  
  93. InsantTransmission.MouseButton1Click:connect(function()
  94. local skillslot = "skill3"
  95. local skillvalue = 20
  96. local plr = game.Players.LocalPlayer
  97. plr.Backpack.gd:FindFirstChild(skillslot).RobloxLocked = true
  98. plr.Backpack.gd:FindFirstChild(skillslot).Value = skillvalue
  99. end)
  100.  
  101. SSJBlue.MouseButton1Click:connect(function()
  102. local skillslot = "skill3"
  103. local skillvalue = 23
  104. local plr = game.Players.LocalPlayer
  105. plr.Backpack.gd:FindFirstChild(skillslot).RobloxLocked = true
  106. plr.Backpack.gd:FindFirstChild(skillslot).Value = skillvalue
  107. end)
  108.  
  109. SSJRose.MouseButton1Click:connect(function()
  110. local skillslot = "skill3"
  111. local skillvalue = 24
  112. local plr = game.Players.LocalPlayer
  113. plr.Backpack.gd:FindFirstChild(skillslot).RobloxLocked = true
  114. plr.Backpack.gd:FindFirstChild(skillslot).Value = skillvalue
  115. end)
  116.  
  117. TextButton.MouseButton1Click:connect(function()
  118. TextButton.Parent:Destroy()
  119. end)
  120.  
  121. EXP.MouseButton1Click:connect(function()
  122. for i = 1,550000 do
  123. game.ReplicatedStorage.trainexp:FireServer(235254414)
  124. end
  125. end)
Add Comment
Please, Sign In to add comment