Advertisement
Xsploit_rblx

BLOXBURG SCRIPT !? ROBLOX BLOXBURG SCRIPT ! GET ALL GAMEPASSES AND MAX SKILLS !

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