Lucky Blocks Battlegrounds All Box Script - Pastebin.com (2024)

  1. --Best LuckyBlock script Join for more! https://discord.gg/v7PDxkhqWt

  2. local vu = game:GetService("VirtualUser")

  3. game:GetService("Players").LocalPlayer.Idled:connect(function()

  4. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)

  5. wait(1)

  6. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)

  7. end)

  8. game.StarterGui:SetCore("SendNotification", {

  9. Title = "LUCKY BLOCKS Battlegrounds";

  10. Text = "Made by MaGiXx"; -- what the text says (ofc)

  11. Duration = 5;

  12. })

  13. wait(1)

  14. game.StarterGui:SetCore("SendNotification", {

  15. Title = "Anti-Afk";

  16. Text = "Enabled!"; -- what the text says (ofc)

  17. Duration = 5;

  18. })

  19. local LuckyBlock = Instance.new("ScreenGui")

  20. local Frame = Instance.new("ImageLabel")

  21. local title = Instance.new("TextLabel")

  22. local Frame_HUB = Instance.new("ImageLabel")

  23. local HUB = Instance.new("TextLabel")

  24. local Main = Instance.new("Frame")

  25. local LuckyBlock_2 = Instance.new("TextButton")

  26. local SuperBlock = Instance.new("TextButton")

  27. local GalaxyBlock = Instance.new("TextButton")

  28. local RainbowBlock = Instance.new("TextButton")

  29. local DiamondBlock = Instance.new("TextButton")

  30. local CopyDiscordServer = Instance.new("TextButton")

  31. local DiscordServer_box = Instance.new("TextBox")

  32. local lable_discord = Instance.new("TextLabel")

  33. local open_box = Instance.new("TextBox")

  34. local toBox = Instance.new("TextLabel")

  35. local Frame_2 = Instance.new("Frame")

  36. local close = Instance.new("ImageButton")

  37. --Properties:

  38. LuckyBlock.Name = "LuckyBlock"

  39. LuckyBlock.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

  40. LuckyBlock.ResetOnSpawn = false

  41. Frame.Name = "Frame"

  42. Frame.Parent = LuckyBlock

  43. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  44. Frame.BackgroundTransparency = 1.000

  45. Frame.ClipsDescendants = true

  46. Frame.Position = UDim2.new(0.304542094, 0, 0.326781332, 0)

  47. Frame.Size = UDim2.new(0, 525, 0, 300)

  48. Frame.Image = "rbxassetid://3570695787"

  49. Frame.ImageColor3 = Color3.fromRGB(0, 0, 0)

  50. Frame.ScaleType = Enum.ScaleType.Slice

  51. Frame.SliceCenter = Rect.new(100, 100, 100, 100)

  52. Frame.SliceScale = 0.120

  53. Frame.Active = true

  54. Frame.Draggable = true

  55. title.Name = "title"

  56. title.Parent = Frame

  57. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  58. title.BackgroundTransparency = 1.000

  59. title.Size = UDim2.new(0, 439, 0, 51)

  60. title.Font = Enum.Font.SourceSans

  61. title.Text = "LuckyBlock"

  62. title.TextColor3 = Color3.fromRGB(255, 255, 255)

  63. title.TextSize = 28.000

  64. Frame_HUB.Name = "Frame_HUB"

  65. Frame_HUB.Parent = Frame

  66. Frame_HUB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  67. Frame_HUB.BackgroundTransparency = 1.000

  68. Frame_HUB.BorderColor3 = Color3.fromRGB(255, 255, 255)

  69. Frame_HUB.Position = UDim2.new(0.531428576, 0, 0.0277550742, 0)

  70. Frame_HUB.Size = UDim2.new(0, 81, 0, 33)

  71. Frame_HUB.Image = "rbxassetid://3570695787"

  72. Frame_HUB.ImageColor3 = Color3.fromRGB(255, 170, 0)

  73. Frame_HUB.ScaleType = Enum.ScaleType.Slice

  74. Frame_HUB.SliceCenter = Rect.new(100, 100, 100, 100)

  75. Frame_HUB.SliceScale = 0.120

  76. HUB.Name = "HUB"

  77. HUB.Parent = Frame_HUB

  78. HUB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  79. HUB.BackgroundTransparency = 1.000

  80. HUB.Position = UDim2.new(0, 0, -0.00494801067, 0)

  81. HUB.Size = UDim2.new(0, 81, 0, 33)

  82. HUB.Font = Enum.Font.SourceSans

  83. HUB.Text = "HUB"

  84. HUB.TextColor3 = Color3.fromRGB(0, 0, 0)

  85. HUB.TextScaled = true

  86. HUB.TextSize = 14.000

  87. HUB.TextWrapped = true

  88. Main.Name = "Main"

  89. Main.Parent = Frame

  90. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  91. Main.BorderColor3 = Color3.fromRGB(255, 255, 255)

  92. Main.Position = UDim2.new(-0.034285713, 0, 0.170000002, 0)

  93. Main.Size = UDim2.new(0, 559, 0, 0)

  94. LuckyBlock_2.Name = "LuckyBlock"

  95. LuckyBlock_2.Parent = Frame

  96. LuckyBlock_2.BackgroundColor3 = Color3.fromRGB(70, 70, 70)

  97. LuckyBlock_2.BorderSizePixel = 0

  98. LuckyBlock_2.Position = UDim2.new(0.0552380905, 0, 0.223333329, 0)

  99. LuckyBlock_2.Selectable = false

  100. LuckyBlock_2.Size = UDim2.new(0, 150, 0, 35)

  101. LuckyBlock_2.AutoButtonColor = false

  102. LuckyBlock_2.Font = Enum.Font.SourceSans

  103. LuckyBlock_2.Text = "LuckyBlock"

  104. LuckyBlock_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  105. LuckyBlock_2.TextSize = 28.000

  106. SuperBlock.Name = "SuperBlock"

  107. SuperBlock.Parent = Frame

  108. SuperBlock.BackgroundColor3 = Color3.fromRGB(70, 70, 70)

  109. SuperBlock.BorderSizePixel = 0

  110. SuperBlock.Position = UDim2.new(0.0552381277, 0, 0.383333325, 0)

  111. SuperBlock.Selectable = false

  112. SuperBlock.Size = UDim2.new(0, 150, 0, 35)

  113. SuperBlock.AutoButtonColor = false

  114. SuperBlock.Font = Enum.Font.SourceSans

  115. SuperBlock.Text = "SuperBlock"

  116. SuperBlock.TextColor3 = Color3.fromRGB(255, 255, 255)

  117. SuperBlock.TextSize = 28.000

  118. GalaxyBlock.Name = "GalaxyBlock"

  119. GalaxyBlock.Parent = Frame

  120. GalaxyBlock.BackgroundColor3 = Color3.fromRGB(70, 70, 70)

  121. GalaxyBlock.BorderSizePixel = 0

  122. GalaxyBlock.Position = UDim2.new(0.0552381277, 0, 0.826666653, 0)

  123. GalaxyBlock.Selectable = false

  124. GalaxyBlock.Size = UDim2.new(0, 150, 0, 35)

  125. GalaxyBlock.AutoButtonColor = false

  126. GalaxyBlock.Font = Enum.Font.SourceSans

  127. GalaxyBlock.Text = "GalaxyBlock"

  128. GalaxyBlock.TextColor3 = Color3.fromRGB(255, 255, 255)

  129. GalaxyBlock.TextSize = 28.000

  130. RainbowBlock.Name = "RainbowBlock"

  131. RainbowBlock.Parent = Frame

  132. RainbowBlock.BackgroundColor3 = Color3.fromRGB(70, 70, 70)

  133. RainbowBlock.BorderSizePixel = 0

  134. RainbowBlock.Position = UDim2.new(0.0552381277, 0, 0.679999948, 0)

  135. RainbowBlock.Selectable = false

  136. RainbowBlock.Size = UDim2.new(0, 150, 0, 35)

  137. RainbowBlock.AutoButtonColor = false

  138. RainbowBlock.Font = Enum.Font.SourceSans

  139. RainbowBlock.Text = "RainbowBlock"

  140. RainbowBlock.TextColor3 = Color3.fromRGB(255, 255, 255)

  141. RainbowBlock.TextSize = 28.000

  142. DiamondBlock.Name = "DiamondBlock"

  143. DiamondBlock.Parent = Frame

  144. DiamondBlock.BackgroundColor3 = Color3.fromRGB(70, 70, 70)

  145. DiamondBlock.BorderSizePixel = 0

  146. DiamondBlock.Position = UDim2.new(0.0552381277, 0, 0.533333302, 0)

  147. DiamondBlock.Selectable = false

  148. DiamondBlock.Size = UDim2.new(0, 150, 0, 35)

  149. DiamondBlock.AutoButtonColor = false

  150. DiamondBlock.Font = Enum.Font.SourceSans

  151. DiamondBlock.Text = "DiamondBlock"

  152. DiamondBlock.TextColor3 = Color3.fromRGB(255, 255, 255)

  153. DiamondBlock.TextSize = 28.000

  154. CopyDiscordServer.Name = "CopyDiscordServer"

  155. CopyDiscordServer.Parent = Frame

  156. CopyDiscordServer.BackgroundColor3 = Color3.fromRGB(70, 70, 70)

  157. CopyDiscordServer.BorderSizePixel = 0

  158. CopyDiscordServer.Position = UDim2.new(0.531428576, 0, 0.826666713, 0)

  159. CopyDiscordServer.Selectable = false

  160. CopyDiscordServer.Size = UDim2.new(0, 194, 0, 35)

  161. CopyDiscordServer.AutoButtonColor = false

  162. CopyDiscordServer.Font = Enum.Font.SourceSans

  163. CopyDiscordServer.Text = "CopyDiscordServer"

  164. CopyDiscordServer.TextColor3 = Color3.fromRGB(255, 255, 255)

  165. CopyDiscordServer.TextSize = 28.000

  166. DiscordServer_box.Name = "DiscordServer_box"

  167. DiscordServer_box.Parent = Frame

  168. DiscordServer_box.BackgroundColor3 = Color3.fromRGB(40, 40, 40)

  169. DiscordServer_box.BorderSizePixel = 0

  170. DiscordServer_box.Position = UDim2.new(0.531428576, 0, 0.709999979, 0)

  171. DiscordServer_box.Size = UDim2.new(0, 194, 0, 35)

  172. DiscordServer_box.ClearTextOnFocus = false

  173. DiscordServer_box.Font = Enum.Font.SourceSans

  174. DiscordServer_box.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)

  175. DiscordServer_box.PlaceholderText = "https://discord.gg/v7PDxkhqWt"

  176. DiscordServer_box.Text = "https://discord.gg/v7PDxkhqWt"

  177. DiscordServer_box.TextColor3 = Color3.fromRGB(255, 255, 255)

  178. DiscordServer_box.TextSize = 14.000

  179. lable_discord.Name = "lable_discord"

  180. lable_discord.Parent = Frame

  181. lable_discord.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  182. lable_discord.BackgroundTransparency = 1.000

  183. lable_discord.Position = UDim2.new(0.531428576, 0, 0.533333361, 0)

  184. lable_discord.Size = UDim2.new(0, 194, 0, 53)

  185. lable_discord.Font = Enum.Font.SourceSans

  186. lable_discord.Text = "--You will find many other scripts in this discord server."

  187. lable_discord.TextColor3 = Color3.fromRGB(0, 170, 0)

  188. lable_discord.TextScaled = true

  189. lable_discord.TextSize = 28.000

  190. lable_discord.TextWrapped = true

  191. open_box.Name = "open_box"

  192. open_box.Parent = Frame

  193. open_box.BackgroundColor3 = Color3.fromRGB(40, 40, 40)

  194. open_box.BorderSizePixel = 0

  195. open_box.Position = UDim2.new(0.750476241, 0, 0.313333333, 0)

  196. open_box.Size = UDim2.new(0, 56, 0, 35)

  197. open_box.ClearTextOnFocus = false

  198. open_box.Font = Enum.Font.SourceSans

  199. open_box.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)

  200. open_box.PlaceholderText = "Value"

  201. open_box.Text = "1"

  202. open_box.TextColor3 = Color3.fromRGB(255, 255, 255)

  203. open_box.TextSize = 28.000

  204. open_box.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)

  205. toBox.Name = "toBox"

  206. toBox.Parent = Frame

  207. toBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  208. toBox.BackgroundTransparency = 1.000

  209. toBox.Position = UDim2.new(0.531428635, 0, 0.286666691, 0)

  210. toBox.Size = UDim2.new(0, 194, 0, 50)

  211. toBox.Font = Enum.Font.SourceSans

  212. toBox.Text = "0 to "

  213. toBox.TextColor3 = Color3.fromRGB(255, 255, 255)

  214. toBox.TextSize = 28.000

  215. Frame_2.Parent = Frame

  216. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  217. Frame_2.BorderColor3 = Color3.fromRGB(255, 255, 255)

  218. Frame_2.Position = UDim2.new(0.400000006, 0, 0.170000002, 0)

  219. Frame_2.Size = UDim2.new(0, 0, 0, 292)

  220. close.Name = "close"

  221. close.Parent = Frame

  222. close.BackgroundTransparency = 1.000

  223. close.Position = UDim2.new(0.90054822, 0, 0.00678133965, 0)

  224. close.Size = UDim2.new(0, 45, 0, 45)

  225. close.ZIndex = 2

  226. close.Image = "rbxassetid://3926305904"

  227. close.ImageRectOffset = Vector2.new(284, 4)

  228. close.ImageRectSize = Vector2.new(24, 24)

  229. ----------------------------------------------------------------

  230. close.MouseButton1Click:connect(function()

  231. Frame.Visible = false

  232. end)

  233. LuckyBlock_2.MouseButton1Click:connect(function()

  234. for i=1, open_box.Text do --This number means that you'll get 100 gears (you can change this)

  235. game.ReplicatedStorage.SpawnLuckyBlock:FireServer()

  236. end

  237. end)

  238. DiamondBlock.MouseButton1Click:connect(function()

  239. for i=1, open_box.Text do --This number means that you'll get 100 gears (you can change this)

  240. game.ReplicatedStorage.SpawnDiamondBlock:FireServer()

  241. end

  242. end)

  243. SuperBlock.MouseButton1Click:connect(function()

  244. for i=1, open_box.Text do --This number means that you'll get 100 gears (you can change this)

  245. game.ReplicatedStorage.SpawnSuperBlock:FireServer()

  246. end

  247. end)

  248. RainbowBlock.MouseButton1Click:connect(function()

  249. for i=1, open_box.Text do --This number means that you'll get 100 gears (you can change this)

  250. game.ReplicatedStorage.SpawnRainbowBlock:FireServer()

  251. end

  252. end)

  253. GalaxyBlock.MouseButton1Click:connect(function()

  254. for i=1, open_box.Text do --This number means that you'll get 100 gears (you can change this)

  255. game.ReplicatedStorage.SpawnGalaxyBlock:FireServer()

  256. end

  257. end)

  258. CopyDiscordServer.MouseButton1Down:connect(function()

  259. setclipboard("https://discord.gg/TyUzMpMMUE")

  260. wait(1)

  261. game.StarterGui:SetCore("SendNotification", {

  262. Title = "Success!";

  263. Text = "Copy Discord: https://discord.gg/v7PDxkhqWt"; -- what the text says (ofc)

  264. Duration = 5;

  265. })

  266. end)

Lucky Blocks Battlegrounds All Box Script - Pastebin.com (2024)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Velia Krajcik

Last Updated:

Views: 5942

Rating: 4.3 / 5 (54 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Velia Krajcik

Birthday: 1996-07-27

Address: 520 Balistreri Mount, South Armand, OR 60528

Phone: +466880739437

Job: Future Retail Associate

Hobby: Polo, Scouting, Worldbuilding, Cosplaying, Photography, Rowing, Nordic skating

Introduction: My name is Velia Krajcik, I am a handsome, clean, lucky, gleaming, magnificent, proud, glorious person who loves writing and wants to share my knowledge and understanding with you.