Advertisement
Vzurxy

[ROBLOX] Baldi's Basics CHEAT GUI

Jul 13th, 2018
6,878
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.71 KB | None | 0 0
  1. -- Have fun! Game Link : https://www.roblox.com/games/1823470443/Baldis-Basics-Multiplayer-Beta
  2. -- Note, you must have an exploit that can run TweenPosition and CoreGui and Basic Gui functions, in order to work.
  3. local BaldiGUI = Instance.new("ScreenGui")
  4. local Background = Instance.new("Frame")
  5. local ESP = Instance.new("TextButton")
  6. local NBKTP = Instance.new("TextButton")
  7. local DESTROY = Instance.new("TextButton")
  8. local DOORTP = Instance.new("TextButton")
  9. local EXIT = Instance.new("TextButton")
  10. local baldi = Instance.new("TextLabel")
  11. --Properties:
  12. BaldiGUI.Name = "BaldiGUI"
  13. BaldiGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14.  
  15. Background.Name = "Background"
  16. Background.Parent = BaldiGUI
  17. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  18. Background.BorderColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  19. Background.Position = UDim2.new(0.690387011, 0, 0.225296438, 0)
  20. Background.Size = UDim2.new(0, 193, 0, 277)
  21. Background.Active = true
  22. Background.Draggable = true
  23.  
  24. ESP.Name = "ESP"
  25. ESP.Parent = Background
  26. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  27. ESP.BorderColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  28. ESP.Position = UDim2.new(0.0829015523, 0, 0.0794223845, 0)
  29. ESP.Size = UDim2.new(0, 161, 0, 41)
  30. ESP.Font = Enum.Font.ArialBold
  31. ESP.Text = "ESP"
  32. ESP.TextColor3 = Color3.new(0, 0, 0)
  33. ESP.TextSize = 14
  34.  
  35. NBKTP.Name = "NBKTP"
  36. NBKTP.Parent = Background
  37. NBKTP.BackgroundColor3 = Color3.new(1, 1, 1)
  38. NBKTP.BorderColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  39. NBKTP.Position = UDim2.new(0.0829015523, 0, 0.425992787, 0)
  40. NBKTP.Size = UDim2.new(0, 161, 0, 41)
  41. NBKTP.Font = Enum.Font.ArialBold
  42. NBKTP.Text = "Random Notebook TP"
  43. NBKTP.TextColor3 = Color3.new(0, 0, 0)
  44. NBKTP.TextSize = 14
  45.  
  46. DESTROY.Name = "DESTROY"
  47. DESTROY.Parent = Background
  48. DESTROY.BackgroundColor3 = Color3.new(1, 1, 1)
  49. DESTROY.BorderColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  50. DESTROY.Position = UDim2.new(0.0829015523, 0, 0.606498182, 0)
  51. DESTROY.Size = UDim2.new(0, 161, 0, 41)
  52. DESTROY.Font = Enum.Font.ArialBold
  53. DESTROY.Text = "Right click to destroy"
  54. DESTROY.TextColor3 = Color3.new(0, 0, 0)
  55. DESTROY.TextSize = 14
  56. DESTROY.TextWrapped = true
  57.  
  58. DOORTP.Name = "DOORTP"
  59. DOORTP.Parent = Background
  60. DOORTP.BackgroundColor3 = Color3.new(1, 1, 1)
  61. DOORTP.BorderColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  62. DOORTP.Position = UDim2.new(0.0829015523, 0, 0.245487377, 0)
  63. DOORTP.Size = UDim2.new(0, 161, 0, 41)
  64. DOORTP.Font = Enum.Font.ArialBold
  65. DOORTP.Text = "Exit Door TP"
  66. DOORTP.TextColor3 = Color3.new(0, 0, 0)
  67. DOORTP.TextSize = 14
  68.  
  69. EXIT.Name = "EXIT"
  70. EXIT.Parent = Background
  71. EXIT.BackgroundColor3 = Color3.new(1, 1, 1)
  72. EXIT.BorderColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  73. EXIT.BorderSizePixel = 0
  74. EXIT.Size = UDim2.new(0, 16, 0, 14)
  75. EXIT.Font = Enum.Font.SourceSans
  76. EXIT.Text = "X"
  77. EXIT.TextColor3 = Color3.new(0, 0, 0)
  78. EXIT.TextSize = 14
  79.  
  80. baldi.Name = "baldi"
  81. baldi.Parent = Background
  82. baldi.BackgroundColor3 = Color3.new(1, 1, 1)
  83. baldi.BorderColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  84. baldi.Position = UDim2.new(0, 0, 0.942238271, 0)
  85. baldi.Size = UDim2.new(0, 193, 0, 16)
  86. baldi.Font = Enum.Font.Arial
  87. baldi.Text = "ghetto gui"
  88. baldi.TextColor3 = Color3.new(0, 0, 0)
  89. baldi.TextSize = 14
  90.  
  91. ESP.MouseButton1Down:connect(function()
  92. _G.baldiGlobalSwitch = true --Master switch
  93. _G.baldiEsp = true --Toggles ESP for baldi
  94. _G.notebookEsp = true --Toggles ESP for notebooks
  95. _G.notebookEspAlwaysBig = true --Shows notebook collect message at full size at any distance
  96. _G.mobEsp = true
  97. _G.enableInk = false
  98.  
  99. mobList = {"Playtime", "Gotta Sweep", "1st Prize", "Principal", "Superintendent", "Arts & Crafters", "Let's Drum"}
  100.  
  101. while (_G.baldiGlobalSwitch == true) do
  102. if (_G.enableInk == false)
  103. then
  104. game.CoreGui.Student.Ink.Image = "rbxassetid://845518463"
  105. else
  106.  
  107. end
  108. if (_G.notebookEsp == true) then
  109. for _,v in pairs(game.Workspace:GetChildren()) do
  110. if (v.Name == "Notebook") then
  111. for _, a in pairs(v:GetChildren()) do
  112. if (a.Name == "BillboardGui") then
  113. a.AlwaysOnTop = true
  114. if (_G.notebookEspAlwaysBig == true) then
  115. a.TextLabel.TextWrapped = false
  116. else
  117. a.TextLabel.TextWrapped = true
  118. end
  119. end
  120. end
  121. end
  122. end
  123. end
  124. if (_G.baldiEsp) == true then
  125. for _, player in pairs(game.Players:GetPlayers()) do
  126. local head = player.Character and player.Character:FindFirstChild("Head")
  127. if head and player:WaitForChild("TeamNum").Value == 2 then
  128. local gui = Instance.new("BillboardGui")
  129. local ilabel = Instance.new("ImageLabel")
  130. local aspectcon = Instance.new("UIAspectRatioConstraint")
  131. local sizecon = Instance.new("UISizeConstraint")
  132. ilabel.Parent = gui
  133. aspectcon.Parent = ilabel
  134. sizecon.Parent = ilabel
  135. ilabel.AnchorPoint = Vector2.new(0.5, 0)
  136. ilabel.BackgroundTransparency = 1
  137. ilabel.Image = "rbxassetid://1839467318"
  138. ilabel.ScaleType = "Stretch"
  139. ilabel.SizeConstraint = "RelativeXY"
  140. ilabel.Size = UDim2.new(1, 0, 1, 0)
  141. ilabel.TileSize = UDim2.new(1, 0, 1, 0)
  142. ilabel.Visible = true
  143. aspectcon.AspectRatio = 1
  144. aspectcon.AspectType = "FitWithinMaxSize"
  145. aspectcon.DominantAxis = "Width"
  146. sizecon.MinSize = Vector2.new(30, 30)
  147. gui.AlwaysOnTop = true
  148. gui.Size = UDim2.new(3, 0, 3, 0)
  149. gui.ExtentsOffset = Vector3.new(0, 4, 0)
  150. gui.Enabled = true
  151. gui.Parent = head
  152. end
  153. end
  154. end
  155. if (_G.mobEsp == true) then
  156. for _,v in pairs(game.Workspace:GetChildren()) do
  157. for _,k in pairs(mobList) do
  158. if (v.Name == k) then
  159. local bill = Instance.new("BillboardGui", v)
  160. bill.Size = UDim2.new(4, 0, 3, 0)
  161. bill.AlwaysOnTop = true
  162. local tLabel = Instance.new("TextLabel", bill)
  163. tLabel.Size = UDim2.new(4, 0, 2, 0)
  164. tLabel.BackgroundTransparency = 1
  165. tLabel.Text = v.Name
  166. tLabel.TextSize = 10
  167. tLabel.TextColor3 = Color3.new(255, 0, 0)
  168. tLabel.Position = UDim2.new(-2, 0, 0, 0)
  169. end
  170. end
  171. end
  172. end
  173. wait(5)
  174. end
  175. end)
  176.  
  177. DESTROY.MouseButton1Down:connect(function()
  178. local mouse = game.Players.LocalPlayer:GetMouse()
  179. mouse.Button2Down:connect(function()
  180. local obj = mouse.Target
  181. local xplosion = Instance.new("Explosion",game.Workspace)
  182. xplosion.Position = obj.Position
  183. obj:Remove()
  184. end)
  185. end)
  186.  
  187. NBKTP.MouseButton1Down:connect(function()
  188. for _,v in pairs(game.Workspace:GetChildren()) do
  189. if (v.Name == "Notebook") then
  190. for _,a in pairs(v:GetChildren()) do
  191. if (a.Name == "ClickDetector") then
  192. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  193. end
  194. end
  195. end
  196. end
  197. end)
  198.  
  199. EXIT.MouseButton1Down:connect(function()
  200. Frame:TweenPosition(UDim2.new(0.384,0,-1,0), 'Out', 'Elastic', 3)
  201. Frame.Visible = false
  202. end)
  203.  
  204. DOORTP.MouseButton1Down:connect(function()
  205. for _,v in pairs(game.Workspace:GetChildren()) do
  206. if (v.Name == "ExitDoor") then
  207. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  208. end
  209. end
  210. end)
  211.  
  212. -- Have fun! Game Link : https://www.roblox.com/games/1823470443/Baldis-Basics-Multiplayer-Beta
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement