Advertisement
sonywalker

Bloxburg

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