Sc4pterR0bl0x

BakonGUI(Fixed)

Jul 18th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. -- Made by R0BL0XSCR4PTER
  2. -- Edit: FIXED VAR
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local Frame_2 = Instance.new("Frame")
  8. local Minimize = Instance.new("TextButton")
  9. local UnMinimize = Instance.new("TextButton")
  10. local BakonGUI = Instance.new("TextLabel")
  11. local Lowgravity = Instance.new("TextButton")
  12. local Highgravity = Instance.new("TextButton")
  13. local Gamebreaker = Instance.new("TextButton")
  14. local Invisbaseplate = Instance.new("TextButton")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  22. Frame.Position = UDim2.new(0.0504475199, 0, 0.234421372, 0)
  23. Frame.Size = UDim2.new(0, 215, 0, 138)
  24.  
  25. Frame_2.Parent = Frame
  26. Frame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  27. Frame_2.Position = UDim2.new(-0.00187803758, 0, -0.00470910547, 0)
  28. Frame_2.Size = UDim2.new(0, 215, 0, 27)
  29.  
  30. Minimize.Name = "Minimize"
  31. Minimize.Parent = Frame
  32. Minimize.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  33. Minimize.Position = UDim2.new(0.825581431, 0, 0.0289855078, 0)
  34. Minimize.Size = UDim2.new(0, 22, 0, 17)
  35. Minimize.Font = Enum.Font.SourceSans
  36. Minimize.Text = "-"
  37. Minimize.TextColor3 = Color3.fromRGB(255, 255, 255)
  38. Minimize.TextSize = 14.000
  39. Minimize.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  40.  
  41. UnMinimize.Name = "UnMinimize"
  42. UnMinimize.Parent = Frame
  43. UnMinimize.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  44. UnMinimize.Position = UDim2.new(0.616279125, 0, 0.0289855078, 0)
  45. UnMinimize.Size = UDim2.new(0, 22, 0, 17)
  46. UnMinimize.Font = Enum.Font.SourceSans
  47. UnMinimize.Text = "()"
  48. UnMinimize.TextColor3 = Color3.fromRGB(255, 255, 255)
  49. UnMinimize.TextSize = 14.000
  50. UnMinimize.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  51.  
  52. BakonGUI.Name = "BakonGUI"
  53. BakonGUI.Parent = Frame
  54. BakonGUI.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  55. BakonGUI.BorderColor3 = Color3.fromRGB(0, 0, 0)
  56. BakonGUI.Position = UDim2.new(0.014750123, 0, 0.00402098894, 0)
  57. BakonGUI.Size = UDim2.new(0, 103, 0, 22)
  58. BakonGUI.Font = Enum.Font.SourceSans
  59. BakonGUI.Text = "BakonGUI"
  60. BakonGUI.TextColor3 = Color3.fromRGB(148, 66, 67)
  61. BakonGUI.TextSize = 14.000
  62.  
  63. Lowgravity.Name = "Low gravity"
  64. Lowgravity.Parent = Frame
  65. Lowgravity.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  66. Lowgravity.Position = UDim2.new(0.0610252246, 0, 0.284866452, 0)
  67. Lowgravity.Size = UDim2.new(0, 81, 0, 34)
  68. Lowgravity.Font = Enum.Font.SourceSans
  69. Lowgravity.Text = "Low grav"
  70. Lowgravity.TextColor3 = Color3.fromRGB(255, 255, 255)
  71. Lowgravity.TextSize = 14.000
  72.  
  73. Highgravity.Name = "High gravity"
  74. Highgravity.Parent = Frame
  75. Highgravity.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  76. Highgravity.Position = UDim2.new(0.54939729, 0, 0.284866452, 0)
  77. Highgravity.Size = UDim2.new(0, 81, 0, 34)
  78. Highgravity.Font = Enum.Font.SourceSans
  79. Highgravity.Text = "High gravity"
  80. Highgravity.TextColor3 = Color3.fromRGB(255, 255, 255)
  81. Highgravity.TextSize = 14.000
  82.  
  83. Gamebreaker.Name = "Game breaker"
  84. Gamebreaker.Parent = Frame
  85. Gamebreaker.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  86. Gamebreaker.Position = UDim2.new(0.0656763613, 0, 0.639938951, 0)
  87. Gamebreaker.Size = UDim2.new(0, 81, 0, 34)
  88. Gamebreaker.Font = Enum.Font.SourceSans
  89. Gamebreaker.Text = "Game Breaker"
  90. Gamebreaker.TextColor3 = Color3.fromRGB(255, 255, 255)
  91. Gamebreaker.TextSize = 14.000
  92.  
  93. Invisbaseplate.Name = "Invis baseplate"
  94. Invisbaseplate.Parent = Frame
  95. Invisbaseplate.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  96. Invisbaseplate.Position = UDim2.new(0.54939729, 0, 0.639938951, 0)
  97. Invisbaseplate.Size = UDim2.new(0, 81, 0, 34)
  98. Invisbaseplate.Font = Enum.Font.SourceSans
  99. Invisbaseplate.Text = "Invis baseplate"
  100. Invisbaseplate.TextColor3 = Color3.fromRGB(255, 255, 255)
  101. Invisbaseplate.TextSize = 14.000
  102.  
  103. -- Scripts:
  104.  
  105. local function WLLTUVB_fake_script() -- Minimize.Script
  106. local script = Instance.new('Script', Minimize)
  107.  
  108. script.Parent.MouseButton1Click:Connect(function()
  109. local JaksGUI = script.Parent.Parent
  110. JaksGUI.BackgroundTransparency = 100
  111. end)
  112. end
  113. coroutine.wrap(WLLTUVB_fake_script)()
  114. local function TVSX_fake_script() -- UnMinimize.Script
  115. local script = Instance.new('Script', UnMinimize)
  116.  
  117. script.Parent.MouseButton1Click:Connect(function()
  118. local bakonGUI = script.Parent.Parent
  119. bakonGUI.BackgroundTransparency = 0
  120. end)
  121. end
  122. coroutine.wrap(TVSX_fake_script)()
  123. local function DSGHNX_fake_script() -- Lowgravity.Script
  124. local script = Instance.new('Script', Lowgravity)
  125.  
  126. script.Parent.MouseButton1Click:Connect(function()
  127. game.Workspace.Gravity = 35
  128. end)
  129. end
  130. coroutine.wrap(DSGHNX_fake_script)()
  131. local function LJREAVH_fake_script() -- Highgravity.Script
  132. local script = Instance.new('Script', Highgravity)
  133.  
  134. script.Parent.MouseButton1Click:Connect(function()
  135. game.Workspace.Gravity = 1000
  136. end)
  137. end
  138. coroutine.wrap(LJREAVH_fake_script)()
  139. local function SYEVNP_fake_script() -- Gamebreaker.Script
  140. local script = Instance.new('Script', Gamebreaker)
  141.  
  142. script.Parent.MouseButton1Click:Connect(function()
  143. game.Workspace.Baseplate.Anchored = false
  144. end)
  145. end
  146. coroutine.wrap(SYEVNP_fake_script)()
  147. local function PPKN_fake_script() -- Invisbaseplate.Script
  148. local script = Instance.new('Script', Invisbaseplate)
  149.  
  150. script.Parent.MouseButton1Click:Connect(function()
  151. game.Workspace.Baseplate.Transparency = 60
  152. end)
  153. end
  154. coroutine.wrap(PPKN_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment