RoSploitzer

LUCKY BLOCK Battlegrounds OP Destroyer GUI

Jun 19th, 2019
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.70 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local RainbowBlock = Instance.new("TextButton")
  8. local By = Instance.new("TextLabel")
  9. local DiscordLink = Instance.new("TextLabel")
  10. local DiamondBlock = Instance.new("TextButton")
  11. local NumValue = Instance.new("TextBox")
  12. local SetWalkSpeed = Instance.new("TextButton")
  13. local SetJumpPower = Instance.new("TextButton")
  14. local PlayerNameValue = Instance.new("TextBox")
  15. local GotoPlayer = Instance.new("TextButton")
  16. --Properties:
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  22. Frame.BackgroundTransparency = 0.20000000298023
  23. Frame.BorderColor3 = Color3.new(0.160784, 0.960784, 1)
  24. Frame.BorderSizePixel = 2
  25. Frame.Position = UDim2.new(0.00987654924, 0, 0.251842737, 0)
  26. Frame.Size = UDim2.new(0, 195, 0, 404)
  27.  
  28. Title.Name = "Title"
  29. Title.Parent = Frame
  30. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  31. Title.BackgroundTransparency = 1
  32. Title.Size = UDim2.new(0, 195, 0, 50)
  33. Title.Font = Enum.Font.SciFi
  34. Title.Text = "LUCKY BLOCK Battlegrounds Destroyer"
  35. Title.TextColor3 = Color3.new(1, 1, 1)
  36. Title.TextScaled = true
  37. Title.TextSize = 14
  38. Title.TextWrapped = true
  39.  
  40. RainbowBlock.Name = "RainbowBlock"
  41. RainbowBlock.Parent = Frame
  42. RainbowBlock.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  43. RainbowBlock.BorderColor3 = Color3.new(0.160784, 0.960784, 1)
  44. RainbowBlock.BorderSizePixel = 2
  45. RainbowBlock.Position = UDim2.new(0.0410256423, 0, 0.123762377, 0)
  46. RainbowBlock.Size = UDim2.new(0, 179, 0, 27)
  47. RainbowBlock.Font = Enum.Font.SciFi
  48. RainbowBlock.Text = "Open Rainbow Block!"
  49. RainbowBlock.TextColor3 = Color3.new(1, 1, 1)
  50. RainbowBlock.TextScaled = true
  51. RainbowBlock.TextSize = 14
  52. RainbowBlock.TextWrapped = true
  53.  
  54. By.Name = "By"
  55. By.Parent = Frame
  56. By.BackgroundColor3 = Color3.new(1, 1, 1)
  57. By.BackgroundTransparency = 1
  58. By.Position = UDim2.new(0, 0, 0.866336584, 0)
  59. By.Size = UDim2.new(0, 195, 0, 27)
  60. By.Font = Enum.Font.SciFi
  61. By.Text = "Developed by CronicDevs Discord (Xcrossy)"
  62. By.TextColor3 = Color3.new(1, 1, 1)
  63. By.TextScaled = true
  64. By.TextSize = 14
  65. By.TextWrapped = true
  66.  
  67. DiscordLink.Name = "DiscordLink"
  68. DiscordLink.Parent = Frame
  69. DiscordLink.BackgroundColor3 = Color3.new(1, 1, 1)
  70. DiscordLink.BackgroundTransparency = 1
  71. DiscordLink.Position = UDim2.new(0, 0, 0.933168292, 0)
  72. DiscordLink.Size = UDim2.new(0, 195, 0, 27)
  73. DiscordLink.Font = Enum.Font.SciFi
  74. DiscordLink.Text = "https://discord.gg/fYfQFWQ"
  75. DiscordLink.TextColor3 = Color3.new(1, 1, 1)
  76. DiscordLink.TextScaled = true
  77. DiscordLink.TextSize = 14
  78. DiscordLink.TextWrapped = true
  79.  
  80. DiamondBlock.Name = "DiamondBlock"
  81. DiamondBlock.Parent = Frame
  82. DiamondBlock.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  83. DiamondBlock.BorderColor3 = Color3.new(0.160784, 0.960784, 1)
  84. DiamondBlock.BorderSizePixel = 2
  85. DiamondBlock.Position = UDim2.new(0.0410256423, 0, 0.212871283, 0)
  86. DiamondBlock.Size = UDim2.new(0, 179, 0, 27)
  87. DiamondBlock.Font = Enum.Font.SciFi
  88. DiamondBlock.Text = "Open Diamond Block!"
  89. DiamondBlock.TextColor3 = Color3.new(1, 1, 1)
  90. DiamondBlock.TextScaled = true
  91. DiamondBlock.TextSize = 14
  92. DiamondBlock.TextWrapped = true
  93.  
  94. NumValue.Name = "NumValue"
  95. NumValue.Parent = Frame
  96. NumValue.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  97. NumValue.BorderColor3 = Color3.new(0.160784, 0.960784, 1)
  98. NumValue.BorderSizePixel = 2
  99. NumValue.Position = UDim2.new(0.0410256423, 0, 0.353960395, 0)
  100. NumValue.Size = UDim2.new(0, 179, 0, 25)
  101. NumValue.Font = Enum.Font.SourceSans
  102. NumValue.PlaceholderText = "Number Value Here"
  103. NumValue.Text = ""
  104. NumValue.TextColor3 = Color3.new(255, 255, 255)
  105. NumValue.TextSize = 14
  106.  
  107. SetWalkSpeed.Name = "SetWalkSpeed"
  108. SetWalkSpeed.Parent = Frame
  109. SetWalkSpeed.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  110. SetWalkSpeed.BorderColor3 = Color3.new(0.160784, 0.960784, 1)
  111. SetWalkSpeed.BorderSizePixel = 2
  112. SetWalkSpeed.Position = UDim2.new(0.0410256423, 0, 0.440594077, 0)
  113. SetWalkSpeed.Size = UDim2.new(0, 179, 0, 27)
  114. SetWalkSpeed.Font = Enum.Font.SciFi
  115. SetWalkSpeed.Text = "Set WalkSpeed"
  116. SetWalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  117. SetWalkSpeed.TextScaled = true
  118. SetWalkSpeed.TextSize = 14
  119. SetWalkSpeed.TextWrapped = true
  120.  
  121. SetJumpPower.Name = "SetJumpPower"
  122. SetJumpPower.Parent = Frame
  123. SetJumpPower.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  124. SetJumpPower.BorderColor3 = Color3.new(0.160784, 0.960784, 1)
  125. SetJumpPower.BorderSizePixel = 2
  126. SetJumpPower.Position = UDim2.new(0.0410256423, 0, 0.532178223, 0)
  127. SetJumpPower.Size = UDim2.new(0, 179, 0, 27)
  128. SetJumpPower.Font = Enum.Font.SciFi
  129. SetJumpPower.Text = "Set JumpPower"
  130. SetJumpPower.TextColor3 = Color3.new(1, 1, 1)
  131. SetJumpPower.TextScaled = true
  132. SetJumpPower.TextSize = 14
  133. SetJumpPower.TextWrapped = true
  134.  
  135. PlayerNameValue.Name = "PlayerNameValue"
  136. PlayerNameValue.Parent = Frame
  137. PlayerNameValue.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  138. PlayerNameValue.BorderColor3 = Color3.new(0.160784, 0.960784, 1)
  139. PlayerNameValue.BorderSizePixel = 2
  140. PlayerNameValue.Position = UDim2.new(0.0410256423, 0, 0.670792103, 0)
  141. PlayerNameValue.Size = UDim2.new(0, 179, 0, 25)
  142. PlayerNameValue.Font = Enum.Font.SourceSans
  143. PlayerNameValue.PlaceholderText = "Player Name Here"
  144. PlayerNameValue.Text = ""
  145. PlayerNameValue.TextColor3 = Color3.new(255, 255, 255)
  146. PlayerNameValue.TextSize = 14
  147.  
  148. GotoPlayer.Name = "GotoPlayer"
  149. GotoPlayer.Parent = Frame
  150. GotoPlayer.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  151. GotoPlayer.BorderColor3 = Color3.new(0.160784, 0.960784, 1)
  152. GotoPlayer.BorderSizePixel = 2
  153. GotoPlayer.Position = UDim2.new(0.0410256423, 0, 0.754950523, 0)
  154. GotoPlayer.Size = UDim2.new(0, 179, 0, 27)
  155. GotoPlayer.Font = Enum.Font.SciFi
  156. GotoPlayer.Text = "Goto Player"
  157. GotoPlayer.TextColor3 = Color3.new(1, 1, 1)
  158. GotoPlayer.TextScaled = true
  159. GotoPlayer.TextSize = 14
  160. GotoPlayer.TextWrapped = true
  161. -- Scripts:
  162.  
  163. RainbowBlock.MouseButton1Click:Connect(function()
  164. game.ReplicatedStorage.SpawnRainbowBlock:FireServer()
  165. end)
  166.  
  167. DiamondBlock.MouseButton1Click:Connect(function()
  168. game.ReplicatedStorage.SpawnDiamondBlock:FireServer()
  169. end)
  170.  
  171.  
  172.  
  173.  
  174. SetWalkSpeed.MouseButton1Click:Connect(function()
  175. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = NumValue.Text
  176. end)
  177.  
  178. SetJumpPower.MouseButton1Click:Connect(function()
  179. game.Players.LocalPlayer.Character.Humanoid.JumpPower = NumValue.Text
  180. end)
  181.  
  182.  
  183.  
  184. GotoPlayer.MouseButton1Click:Connect(function()
  185. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace[PlayerNameValue.Text].HumanoidRootPart.CFrame
  186. end)
Add Comment
Please, Sign In to add comment