Advertisement
NoobyDudeS

Welcome To Bloxburg

Jul 20th, 2021
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. local Bloxburg_GUI = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Frame_2 = Instance.new("Frame")
  4. local Gamepasses = Instance.new("TextButton")
  5. local Skills = Instance.new("TextButton")
  6. local Info = Instance.new("TextLabel")
  7. local CLOSE = Instance.new("TextButton")
  8. local Credit = Instance.new("TextLabel")
  9.  
  10. --Properties:
  11.  
  12. Bloxburg_GUI.Name = "Bloxburg_GUI"
  13. Bloxburg_GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14. Bloxburg_GUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. Frame.Parent = Bloxburg_GUI
  17. Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  18. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  19. Frame.BackgroundTransparency = 0.500
  20. Frame.BorderSizePixel = 0
  21. Frame.Position = UDim2.new(0.925454557, 0, 0.499393195, 0)
  22. Frame.Size = UDim2.new(0, 210, 0, 222)
  23.  
  24. Frame_2.Parent = Frame
  25. Frame_2.AnchorPoint = Vector2.new(0.5, 0.5)
  26. Frame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  27. Frame_2.BackgroundTransparency = 0.500
  28. Frame_2.Position = UDim2.new(0.499221087, 0, 0.499458939, 0)
  29. Frame_2.Size = UDim2.new(0, 192, 0, 202)
  30.  
  31. Gamepasses.Name = "Gamepasses"
  32. Gamepasses.Parent = Frame_2
  33. Gamepasses.AnchorPoint = Vector2.new(0.5, 0.5)
  34. Gamepasses.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  35. Gamepasses.BackgroundTransparency = 0.700
  36. Gamepasses.BorderColor3 = Color3.fromRGB(107, 107, 107)
  37. Gamepasses.BorderSizePixel = 4
  38. Gamepasses.Position = UDim2.new(0.497575104, 0, 0.212871283, 0)
  39. Gamepasses.Size = UDim2.new(0, 175, 0, 42)
  40. Gamepasses.Font = Enum.Font.TitilliumWeb
  41. Gamepasses.Text = "Get All Gamepasses"
  42. Gamepasses.TextColor3 = Color3.fromRGB(255, 255, 255)
  43. Gamepasses.TextSize = 17.000
  44. Gamepasses.TextStrokeColor3 = Color3.fromRGB(135, 135, 135)
  45. Gamepasses.TextTransparency = 0.200
  46. Gamepasses.TextWrapped = true
  47.  
  48. Skills.Name = "Skills"
  49. Skills.Parent = Frame_2
  50. Skills.AnchorPoint = Vector2.new(0.5, 0.5)
  51. Skills.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  52. Skills.BackgroundTransparency = 0.700
  53. Skills.BorderColor3 = Color3.fromRGB(107, 107, 107)
  54. Skills.BorderSizePixel = 4
  55. Skills.Position = UDim2.new(0.492366761, 0, 0.50000006, 0)
  56. Skills.Size = UDim2.new(0, 175, 0, 42)
  57. Skills.Font = Enum.Font.TitilliumWeb
  58. Skills.Text = "Max Skills"
  59. Skills.TextColor3 = Color3.fromRGB(255, 255, 255)
  60. Skills.TextSize = 17.000
  61. Skills.TextStrokeColor3 = Color3.fromRGB(135, 135, 135)
  62. Skills.TextTransparency = 0.200
  63. Skills.TextWrapped = true
  64.  
  65. Info.Name = "Info"
  66. Info.Parent = Frame_2
  67. Info.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  68. Info.BackgroundTransparency = 0.700
  69. Info.BorderColor3 = Color3.fromRGB(107, 107, 107)
  70. Info.BorderSizePixel = 5
  71. Info.Position = UDim2.new(0.0446683578, 0, 0.663366318, 0)
  72. Info.Size = UDim2.new(0, 175, 0, 60)
  73. Info.Font = Enum.Font.SourceSansSemibold
  74. Info.Text = "This will give you all gamepasses but Premium doesn't work and Radio is only client sided. Everything else works fine."
  75. Info.TextColor3 = Color3.fromRGB(145, 145, 145)
  76. Info.TextSize = 13.000
  77. Info.TextWrapped = true
  78. Info.TextXAlignment = Enum.TextXAlignment.Left
  79. Info.TextYAlignment = Enum.TextYAlignment.Top
  80.  
  81. CLOSE.Name = "CLOSE"
  82. CLOSE.Parent = Frame
  83. CLOSE.AnchorPoint = Vector2.new(0.5, 0.5)
  84. CLOSE.BackgroundColor3 = Color3.fromRGB(127, 10, 0)
  85. CLOSE.BackgroundTransparency = 0.400
  86. CLOSE.BorderColor3 = Color3.fromRGB(75, 0, 0)
  87. CLOSE.BorderSizePixel = 0
  88. CLOSE.Position = UDim2.new(0.49695614, 0, -0.0953107178, 0)
  89. CLOSE.Size = UDim2.new(0, 209, 0, 25)
  90. CLOSE.Font = Enum.Font.RobotoMono
  91. CLOSE.Text = "CLOSE"
  92. CLOSE.TextColor3 = Color3.fromRGB(255, 255, 255)
  93. CLOSE.TextSize = 14.000
  94.  
  95. Credit.Name = "Credit"
  96. Credit.Parent = Frame
  97. Credit.AnchorPoint = Vector2.new(0.5, 0.5)
  98. Credit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. Credit.BackgroundTransparency = 1.000
  100. Credit.Position = UDim2.new(0.371354342, 0, 1.15942347, 0)
  101. Credit.Size = UDim2.new(0, 157, 0, 49)
  102. Credit.Font = Enum.Font.Sarpanch
  103. Credit.Text = "Credit to Dynamic - Join his discord server discord.gg/6HN4tTeE5C"
  104. Credit.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. Credit.TextSize = 16.000
  106. Credit.TextWrapped = true
  107. Credit.TextXAlignment = Enum.TextXAlignment.Left
  108. Credit.TextYAlignment = Enum.TextYAlignment.Top
  109.  
  110. -- Scripts:
  111.  
  112. local function CVYOO_fake_script() -- Gamepasses.LocalScript
  113. local script = Instance.new('LocalScript', Gamepasses)
  114.  
  115. script.Parent.MouseButton1Down:Connect(function()
  116. for i,v in pairs(game:service'ReplicatedStorage'.Stats[game:service'Players'.LocalPlayer.Name].Gamepasses:GetChildren()) do
  117. v.Value = true
  118. end
  119. end)
  120. end
  121. coroutine.wrap(CVYOO_fake_script)()
  122. local function NROB_fake_script() -- Skills.LocalScript
  123. local script = Instance.new('LocalScript', Skills)
  124.  
  125. script.Parent.MouseButton1Down:Connect(function()
  126. for i,v in pairs(game:service'ReplicatedStorage'.Stats[game:service'Players'.LocalPlayer.Name].SkillData:GetChildren()) do
  127. v.Value = 10
  128. end
  129. end)
  130. end
  131. coroutine.wrap(NROB_fake_script)()
  132. local function JJVV_fake_script() -- CLOSE.LocalScript
  133. local script = Instance.new('LocalScript', CLOSE)
  134.  
  135. script.Parent.MouseButton1Down:Connect(function()
  136. script.Parent.Parent.Visible = false
  137. end)
  138. end
  139. coroutine.wrap(JJVV_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement