The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
SCP type script script pastebin roblox
By SCP type script on 2024-09-22 08:00 am | Syntax: LUA | Views: 7



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. -- Farewell Skid.
  2. -- Version: 1.0.0
  3. -- Instances:
  4. local Area47GUI = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local UnlimitedAmmo = Instance.new("TextButton")
  7. local Noclip = Instance.new("TextButton")
  8. local Speed = Instance.new("TextButton")
  9. local Btools = Instance.new("TextButton")
  10. local Frame = Instance.new("Frame")
  11. local Credits = Instance.new("TextLabel")
  12. local Close = Instance.new("TextButton")
  13. local Frame_2 = Instance.new("Frame")
  14. local Admin = Instance.new("TextButton")
  15. local RemoveAllDoors = Instance.new("TextButton")
  16. local ESP = Instance.new("TextButton")
  17. local Aimbot = Instance.new("TextButton")
  18. local Frame_3 = Instance.new("Frame")
  19. local Title = Instance.new("TextLabel")
  20. local ScrollingFrame = Instance.new("ScrollingFrame")
  21. local EmergencyTP = Instance.new("TextButton")
  22. local Outside = Instance.new("TextButton")
  23. local Prison = Instance.new("TextButton")
  24. local Sector1 = Instance.new("TextButton")
  25. local Sector3 = Instance.new("TextButton")
  26. local Sector4 = Instance.new("TextButton")
  27. local ShyGuy = Instance.new("TextButton")
  28. local Warhead = Instance.new("TextButton")
  29. local TextLabel = Instance.new("TextLabel")
  30. local OpenMain = Instance.new("Frame")
  31. local Open = Instance.new("TextButton")
  32. --Properties:
  33. Area47GUI.Name = "Area 47 GUI"
  34. Area47GUI.Parent = game.CoreGui
  35. Area47GUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  36.  
  37. Main.Name = "Main"
  38. Main.Parent = Area47GUI
  39. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  40. Main.BackgroundTransparency = 0.30000001192093
  41. Main.BorderColor3 = Color3.new(0, 0, 0)
  42. Main.BorderSizePixel = 0
  43. Main.Position = UDim2.new(0.00732064433, 0, 0.00737100746, 0)
  44. Main.Size = UDim2.new(0, 396, 0, 356)
  45. Main.Visible = false
  46. Main.Draggable = true
  47.  
  48. UnlimitedAmmo.Name = "Unlimited Ammo"
  49. UnlimitedAmmo.Parent = Main
  50. UnlimitedAmmo.BackgroundColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  51. UnlimitedAmmo.BackgroundTransparency = 0.60000002384186
  52. UnlimitedAmmo.BorderColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  53. UnlimitedAmmo.Position = UDim2.new(0.0412876643, 0, 0.408099324, 0)
  54. UnlimitedAmmo.Size = UDim2.new(0, 148, 0, 36)
  55. UnlimitedAmmo.Font = Enum.Font.SourceSans
  56. UnlimitedAmmo.Text = "Unlimited Ammo"
  57. UnlimitedAmmo.TextColor3 = Color3.new(0, 0, 0)
  58. UnlimitedAmmo.TextSize = 14
  59. UnlimitedAmmo.MouseButton1Down:connect(function()
  60. local player = game:GetService('Players').LocalPlayer; local char = player.Character; local bag = player.Backpack; local AAD = true;
  61.  
  62. local function giveammo()
  63.     for i,v in pairs(bag:GetDescendants()) do
  64.         if v:IsA('NumberValue') then
  65.             if v.Name == "Ammo" or v.Name == "Clip" then
  66.                 v.Value = math.huge
  67.             end
  68.         end
  69.     end
  70. end
  71.  
  72.  
  73. giveammo()
  74. end)
  75.  
  76. Noclip.Name = "Noclip"
  77. Noclip.Parent = Main
  78. Noclip.BackgroundColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  79. Noclip.BackgroundTransparency = 0.60000002384186
  80. Noclip.BorderColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  81. Noclip.Position = UDim2.new(0.0433715656, 0, 0.55020237, 0)
  82. Noclip.Size = UDim2.new(0, 148, 0, 34)
  83. Noclip.Font = Enum.Font.SourceSans
  84. Noclip.Text = "Noclip"
  85. Noclip.TextColor3 = Color3.new(0, 0, 0)
  86. Noclip.TextSize = 14
  87. Noclip.MouseButton1Down:connect(function()
  88. noclip = false
  89. game:GetService('RunService').Stepped:connect(function()
  90. if noclip then
  91. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  92. end
  93. end)
  94. plr = game.Players.LocalPlayer
  95. mouse = plr:GetMouse()
  96. mouse.KeyDown:connect(function(key)
  97.  
  98. if key == "e" then
  99. noclip = not noclip
  100. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  101. end
  102. end)
  103. print('Loaded')
  104. print('Press "E" to noclip')
  105. end)
  106.  
  107. Speed.Name = "Speed"
  108. Speed.Parent = Main
  109. Speed.BackgroundColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  110. Speed.BackgroundTransparency = 0.60000002384186
  111. Speed.BorderColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  112. Speed.Position = UDim2.new(0.535802662, 0, 0.55020237, 0)
  113. Speed.Size = UDim2.new(0, 148, 0, 33)
  114. Speed.Font = Enum.Font.SourceSans
  115. Speed.Text = "Speed"
  116. Speed.TextColor3 = Color3.new(0, 0, 0)
  117. Speed.TextSize = 14
  118. Speed.MouseButton1Down:connect(function()
  119. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 50
  120. end)
  121.  
  122. Btools.Name = "Btools"
  123. Btools.Parent = Main
  124. Btools.BackgroundColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  125. Btools.BackgroundTransparency = 0.60000002384186
  126. Btools.BorderColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  127. Btools.Position = UDim2.new(0.0436860099, 0, 0.269139826, 0)
  128. Btools.Size = UDim2.new(0, 148, 0, 35)
  129. Btools.Font = Enum.Font.SourceSans
  130. Btools.Text = "Btools"
  131. Btools.TextColor3 = Color3.new(0, 0, 0)
  132. Btools.TextSize = 14
  133. Btools.MouseButton1Down:connect(function()
  134. loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
  135. end)
  136.  
  137. Frame.Parent = Main
  138. Frame.BackgroundColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  139. Frame.BorderColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  140. Frame.Position = UDim2.new(0.00542006828, 0, 0.853054941, 0)
  141. Frame.Size = UDim2.new(0, 388, 0, 50)
  142.  
  143. Credits.Name = "Credits"
  144. Credits.Parent = Frame
  145. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  146. Credits.BackgroundTransparency = 1
  147. Credits.Position = UDim2.new(0.110928349, 0, 0.107134968, 0)
  148. Credits.Size = UDim2.new(0, 290, 0, 38)
  149. Credits.Font = Enum.Font.Antique
  150. Credits.Text = "Made by: caz "
  151. Credits.TextColor3 = Color3.new(0, 0, 0)
  152. Credits.TextScaled = true
  153. Credits.TextSize = 14
  154. Credits.TextWrapped = true
  155.  
  156. Close.Name = "Close"
  157. Close.Parent = Frame
  158. Close.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  159. Close.BackgroundTransparency = 1
  160. Close.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  161. Close.Position = UDim2.new(-0.00231190445, 0, 0.384947121, 0)
  162. Close.Size = UDim2.new(0, 46, 0, 33)
  163. Close.Font = Enum.Font.SourceSans
  164. Close.Text = "X"
  165. Close.TextColor3 = Color3.new(0, 0, 0)
  166. Close.TextScaled = true
  167. Close.TextSize = 14
  168. Close.TextWrapped = true
  169. Close.MouseButton1Down:connect(function()
  170. OpenMain.Visible = true
  171. Main.Visible = false
  172. end)
  173.  
  174. Frame_2.Parent = Main
  175. Frame_2.BackgroundColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  176. Frame_2.BackgroundTransparency = 0.20000000298023
  177. Frame_2.BorderColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  178. Frame_2.Position = UDim2.new(0.00542006828, 0, 0.00104851136, 0)
  179. Frame_2.Size = UDim2.new(0, 385, 0, 64)
  180.  
  181. Admin.Name = "Admin"
  182. Admin.Parent = Main
  183. Admin.BackgroundColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  184. Admin.BackgroundTransparency = 0.60000002384186
  185. Admin.BorderColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  186. Admin.Position = UDim2.new(0.535802662, 0, 0.269139826, 0)
  187. Admin.Size = UDim2.new(0, 148, 0, 34)
  188. Admin.Font = Enum.Font.SourceSans
  189. Admin.Text = "Admin"
  190. Admin.TextColor3 = Color3.new(0, 0, 0)
  191. Admin.TextSize = 14
  192. Admin.MouseButton1Down:connect(function()
  193. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  194. end)
  195.  
  196. RemoveAllDoors.Name = "Remove All Doors"
  197. RemoveAllDoors.Parent = Main
  198. RemoveAllDoors.BackgroundColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  199. RemoveAllDoors.BackgroundTransparency = 0.60000002384186
  200. RemoveAllDoors.BorderColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  201. RemoveAllDoors.Position = UDim2.new(0.0433715656, 0, 0.68554312, 0)
  202. RemoveAllDoors.Size = UDim2.new(0, 148, 0, 36)
  203. RemoveAllDoors.Font = Enum.Font.SourceSans
  204. RemoveAllDoors.Text = "Remove All Doors"
  205. RemoveAllDoors.TextColor3 = Color3.new(0, 0, 0)
  206. RemoveAllDoors.TextSize = 14
  207. RemoveAllDoors.MouseButton1Down:connect(function()
  208. local doorspath = game.workspace.DOORS:GetChildren()
  209.  
  210. for i,v in pairs(doorspath) do
  211.     if v.Name == "SMALLDOOR" then
  212.         v:Destroy()
  213.     end
  214. end
  215.  
  216. local doorspath = game.workspace.DOORS:GetChildren()
  217.  
  218. for i,v in pairs(doorspath) do
  219.     if v.Name == "GATES" then
  220.         v:Destroy()
  221.     end
  222. end
  223. end)
  224.  
  225. ESP.Name = "ESP"
  226. ESP.Parent = Main
  227. ESP.BackgroundColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  228. ESP.BackgroundTransparency = 0.60000002384186
  229. ESP.BorderColor3 = Color3.new(0.54902, 0.180392, 0.54902)
  230. ESP.Position = UDim2.new(0.534255981, 0, 0.408099324, 0)
  231. ESP.Size = UDim2.new(0, 148, 0, 34)
  232. ESP.Font = Enum.Font.SourceSans
  233. ESP.Text = "ESP"
  234. ESP.TextColor3 = Color3.new(0, 0, 0)
  235. ESP.TextSize = 14
  236. ESP.MouseButton1Down:connect(function()
  237. -- -----------------------------------
  238. --  ___      _   _   _              --
  239. -- / __| ___| |_| |_(_)_ _  __ _ ___--
  240. -- \__ \/ -_)  _|  _| | ' \/ _` (_-



  • Recent Roblox Scripts