1x11337

The SchoolHouse Hack Gui (Old)

Aug 5th, 2018
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local TESCHLHE = Instance.new("Frame")
  6. local bo4 = Instance.new("TextLabel")
  7. local bo3 = Instance.new("TextLabel")
  8. local bo2 = Instance.new("TextLabel")
  9. local bo1 = Instance.new("TextLabel")
  10. local close = Instance.new("TextButton")
  11. local speed = Instance.new("TextButton")
  12. local clicktp = Instance.new("TextButton")
  13. local orange = Instance.new("TextButton")
  14. local red = Instance.new("TextButton")
  15. local purple = Instance.new("TextButton")
  16. local Open = Instance.new("Frame")
  17. local open = Instance.new("TextButton")
  18. --Properties:
  19. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20.  
  21. TESCHLHE.Name = "TESCHLHE"
  22. TESCHLHE.Parent = ScreenGui
  23. TESCHLHE.BackgroundColor3 = Color3.new(0.172549, 1, 0.172549)
  24. TESCHLHE.Position = UDim2.new(0.260447025, 0, 0.392941177, 0)
  25. TESCHLHE.Size = UDim2.new(0, 422, 0, 181)
  26. TESCHLHE.Visible = false
  27.  
  28. bo4.Name = "bo4"
  29. bo4.Parent = TESCHLHE
  30. bo4.BackgroundColor3 = Color3.new(0, 0, 0)
  31. bo4.Position = UDim2.new(-0.101895735, 0, -0.276243091, 0)
  32. bo4.Size = UDim2.new(0, 509, 0, 50)
  33. bo4.Font = Enum.Font.SourceSans
  34. bo4.Text = "Baldi Basic's Gui"
  35. bo4.TextColor3 = Color3.new(0.278431, 1, 0.168627)
  36. bo4.TextScaled = true
  37. bo4.TextSize = 14
  38. bo4.TextWrapped = true
  39.  
  40. bo3.Name = "bo3"
  41. bo3.Parent = TESCHLHE
  42. bo3.BackgroundColor3 = Color3.new(0, 0, 0)
  43. bo3.Position = UDim2.new(1, 0, -0.276243091, 0)
  44. bo3.Size = UDim2.new(0, 44, 0, 281)
  45. bo3.Font = Enum.Font.SourceSans
  46. bo3.TextColor3 = Color3.new(0, 0, 0)
  47. bo3.TextSize = 14
  48.  
  49. bo2.Name = "bo2"
  50. bo2.Parent = TESCHLHE
  51. bo2.BackgroundColor3 = Color3.new(0, 0, 0)
  52. bo2.Position = UDim2.new(-0.102579683, 0, 1.00217092, 0)
  53. bo2.Size = UDim2.new(0, 509, 0, 50)
  54. bo2.Font = Enum.Font.SourceSans
  55. bo2.TextColor3 = Color3.new(0, 0, 0)
  56. bo2.TextSize = 14
  57.  
  58. bo1.Name = "bo1"
  59. bo1.Parent = TESCHLHE
  60. bo1.BackgroundColor3 = Color3.new(0, 0, 0)
  61. bo1.Position = UDim2.new(-0.103551507, 0, -0.276165128, 0)
  62. bo1.Size = UDim2.new(0, 44, 0, 281)
  63. bo1.Font = Enum.Font.SourceSans
  64. bo1.TextColor3 = Color3.new(0, 0, 0)
  65. bo1.TextSize = 14
  66.  
  67. close.Name = "close"
  68. close.Parent = TESCHLHE
  69. close.BackgroundColor3 = Color3.new(1, 0, 0)
  70. close.Position = UDim2.new(0.999937773, 0, -0.277192056, 0)
  71. close.Size = UDim2.new(0, 44, 0, 50)
  72. close.Font = Enum.Font.SourceSans
  73. close.Text = "X"
  74. close.TextColor3 = Color3.new(0, 0, 0)
  75. close.TextScaled = true
  76. close.TextSize = 14
  77. close.TextWrapped = true
  78. close.MouseButton1Down:connect(function()
  79. TESCHLHE.Visible = false
  80. end)
  81. speed.Name = "speed"
  82. speed.Parent = TESCHLHE
  83. speed.BackgroundColor3 = Color3.new(0.239216, 0.290196, 1)
  84. speed.Position = UDim2.new(0.116113745, 0, 0.298342556, 0)
  85. speed.Size = UDim2.new(0, 144, 0, 50)
  86. speed.Font = Enum.Font.Highway
  87. speed.Text = "Speed(Press E)"
  88. speed.TextColor3 = Color3.new(1, 0.952941, 0.262745)
  89. speed.TextScaled = true
  90. speed.TextSize = 14
  91. speed.TextWrapped = true
  92.  
  93. clicktp.Name = "clicktp"
  94. clicktp.Parent = TESCHLHE
  95. clicktp.BackgroundColor3 = Color3.new(0.239216, 0.290196, 1)
  96. clicktp.Position = UDim2.new(0.514218032, 0, 0.298342556, 0)
  97. clicktp.Size = UDim2.new(0, 158, 0, 50)
  98. clicktp.Font = Enum.Font.Highway
  99. clicktp.Text = "ClickTp(Press Q)"
  100. clicktp.TextColor3 = Color3.new(1, 0.952941, 0.262745)
  101. clicktp.TextScaled = true
  102. clicktp.TextSize = 14
  103. clicktp.TextWrapped = true
  104.  
  105. orange.Name = "orange"
  106. orange.Parent = TESCHLHE
  107. orange.BackgroundColor3 = Color3.new(1, 0.588235, 0.227451)
  108. orange.Position = UDim2.new(0.263033181, 0, 0.81215471, 0)
  109. orange.Size = UDim2.new(0, 82, 0, 25)
  110. orange.Font = Enum.Font.Highway
  111. orange.Text = "Orange Theme"
  112. orange.TextColor3 = Color3.new(0.227451, 1, 0.188235)
  113. orange.TextSize = 14
  114.  
  115. red.Name = "red"
  116. red.Parent = TESCHLHE
  117. red.BackgroundColor3 = Color3.new(1, 0, 0)
  118. red.Position = UDim2.new(0.0497630388, 0, 0.81215471, 0)
  119. red.Size = UDim2.new(0, 82, 0, 25)
  120. red.Font = Enum.Font.Highway
  121. red.Text = "Red Theme"
  122. red.TextColor3 = Color3.new(0.227451, 1, 0.188235)
  123. red.TextSize = 14
  124.  
  125. purple.Name = "purple"
  126. purple.Parent = TESCHLHE
  127. purple.BackgroundColor3 = Color3.new(0.584314, 0.305882, 1)
  128. purple.Position = UDim2.new(0.478672981, 0, 0.81215471, 0)
  129. purple.Size = UDim2.new(0, 79, 0, 25)
  130. purple.Font = Enum.Font.Highway
  131. purple.Text = "Purple Theme"
  132. purple.TextColor3 = Color3.new(0.227451, 1, 0.188235)
  133. purple.TextSize = 14
  134.  
  135. Open.Name = "Open"
  136. Open.Parent = ScreenGui
  137. Open.BackgroundColor3 = Color3.new(0.235294, 1, 0.152941)
  138. Open.Position = UDim2.new(0, 0, 0.519999981, 0)
  139. Open.Size = UDim2.new(0, 210, 0, 74)
  140.  
  141. open.Name = "open"
  142. open.Parent = Open
  143. open.BackgroundColor3 = Color3.new(0.0588235, 1, 0.0117647)
  144. open.BackgroundTransparency = 1
  145. open.Position = UDim2.new(-0.0333333351, 0, 0.0810810775, 0)
  146. open.Size = UDim2.new(0, 210, 0, 62)
  147. open.Font = Enum.Font.SourceSans
  148. open.Text = "Open"
  149. open.TextColor3 = Color3.new(0, 0, 0)
  150. open.TextScaled = true
  151. open.TextSize = 14
  152. open.TextWrapped = true
  153. open.MouseButton1Down:connect(function()
  154. TESCHLHE.Visible = true
  155. end)
  156. -- Scripts:
  157. purple.MouseButton1Down:connect(function()
  158. TESCHLHE.BackgroundColor3 = Color3.fromRGB(149, 78, 255)
  159. end)
  160.  
  161. orange.MouseButton1Down:connect(function()
  162. TESCHLHE.BackgroundColor3 = Color3.fromRGB(255, 150, 58)
  163. end)
  164.  
  165. red.MouseButton1Down:connect(function()
  166. TESCHLHE.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  167. end)
  168.  
  169. clicktp.MouseButton1Down:connect(function()
  170. plr = game.Players.LocalPlayer
  171.  
  172. hum = plr.Character.HumanoidRootPart
  173.  
  174. mouse = plr:GetMouse()
  175.  
  176.  
  177.  
  178. mouse.KeyDown:connect(function(key)
  179.  
  180. if key == "q" then
  181.  
  182. if mouse.Target then
  183.  
  184. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  185.  
  186. end
  187.  
  188. end
  189. end)
  190. end)
  191.  
  192. speed.MouseButton1Down:connect(function()
  193. local plr = game:GetService("Players").LocalPlayer
  194. local char = plr.Character
  195. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  196. local hum = char:FindFirstChild("HumanoidRootPart")
  197. local speed = 3
  198. mouse.KeyDown:connect(function(key)
  199. if key == "e" then
  200. loop = true
  201. while loop do
  202. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * speed
  203. wait()
  204. end
  205. end
  206. end)
  207.  
  208. mouse.KeyUp:connect(function(key)
  209. if key == "e" then
  210. loop = false
  211. end
  212. end)
  213. end)
Add Comment
Please, Sign In to add comment