Advertisement
Drifty5

Untitled

Jun 16th, 2019
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.43 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local ScrollingFrame = Instance.new("ScrollingFrame")
  7. local Chatlog = Instance.new("TextButton")
  8. local SCP59 = Instance.new("TextButton")
  9. local Savetool = Instance.new("TextButton")
  10. local minigun = Instance.new("TextButton")
  11. local Cake = Instance.new("TextButton")
  12. local Drop = Instance.new("TextButton")
  13. local Sector1 = Instance.new("TextButton")
  14. local U1 = Instance.new("TextButton")
  15. local _914 = Instance.new("TextButton")
  16. local Accesshall = Instance.new("TextButton")
  17. local Ak = Instance.new("TextButton")
  18. local SONAR = Instance.new("TextButton")
  19. local Pizza = Instance.new("TextButton")
  20. local cdc = Instance.new("TextButton")
  21. local TextLabel = Instance.new("TextLabel")
  22. local TextLabel_2 = Instance.new("TextLabel")
  23. local TextLabel_3 = Instance.new("TextLabel")
  24. local TextLabel_4 = Instance.new("TextLabel")
  25. local TextLabel_5 = Instance.new("TextLabel")
  26. local TextLabel_6 = Instance.new("TextLabel")
  27. local TextLabel_7 = Instance.new("TextLabel")
  28. local TextLabel_8 = Instance.new("TextLabel")
  29. local Frame = Instance.new("Frame")
  30. local close = Instance.new("TextButton")
  31. local frame = Instance.new("Frame")
  32. local open = Instance.new("TextButton")
  33. --Properties:
  34. ScreenGui.Parent = game.CoreGui
  35. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  36.  
  37. main.Name = "main"
  38. main.Parent = ScreenGui
  39. main.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  40. main.BorderColor3 = Color3.new(0.333333, 0, 0.498039)
  41. main.Position = UDim2.new(0.107382551, 0, 0.125391856, 0)
  42. main.Size = UDim2.new(0, 180, 0, 464)
  43. main.Visible = false
  44. main.Style = Enum.FrameStyle.RobloxSquare
  45.  
  46. ScrollingFrame.Parent = main
  47. ScrollingFrame.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  48. ScrollingFrame.BorderColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  49. ScrollingFrame.Position = UDim2.new(0.00633855164, 0, 0.755485892, 0)
  50. ScrollingFrame.Size = UDim2.new(0, 165, 0, 87)
  51. ScrollingFrame.ScrollBarThickness = 13
  52.  
  53. Chatlog.Name = "Chatlog"
  54. Chatlog.Parent = ScrollingFrame
  55. Chatlog.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Chatlog.Position = UDim2.new(0.113341548, 0, -0.000255501829, 0)
  57. Chatlog.Size = UDim2.new(0, 123, 0, 33)
  58. Chatlog.Font = Enum.Font.SourceSans
  59. Chatlog.Text = "HR Chatlog"
  60. Chatlog.TextColor3 = Color3.new(0.258824, 0, 0)
  61. Chatlog.TextScaled = true
  62. Chatlog.TextSize = 14
  63. Chatlog.TextWrapped = true
  64. Chatlog.MouseButton1Down:connect(function()
  65. groupid = 2694395
  66. grouprank = 50
  67.  
  68. function Check(player)
  69. if player:IsInGroup(groupid) and player:GetRankInGroup(groupid) >= grouprank then
  70. return true
  71. end
  72. return false
  73. end
  74.  
  75. for _,player in pairs(game.Players:GetPlayers()) do
  76. if Check(player) then
  77. print("Registered: "..player.Name)
  78. player.Chatted:Connect(function(msg)
  79. print(player.Name..": "..msg)
  80. end)
  81. end
  82. end
  83.  
  84. game.Players.PlayerAdded:Connect(function(player)
  85. if Check(player) then
  86. print("Registered: "..player.Name)
  87. player.Chatted:Connect(function(msg)
  88. print(player.Name..": "..msg)
  89. end)
  90. end
  91. end)
  92. end)
  93.  
  94. SCP59.Name = "SCP59"
  95. SCP59.Parent = ScrollingFrame
  96. SCP59.BackgroundColor3 = Color3.new(1, 1, 1)
  97. SCP59.Position = UDim2.new(0.113341548, 0, 0.0459827445, 0)
  98. SCP59.Size = UDim2.new(0, 123, 0, 33)
  99. SCP59.Font = Enum.Font.SourceSans
  100. SCP59.Text = "059 all"
  101. SCP59.TextColor3 = Color3.new(0.258824, 0, 0)
  102. SCP59.TextScaled = true
  103. SCP59.TextSize = 14
  104. SCP59.TextWrapped = true
  105.  
  106. SCP59.MouseButton1Down:connect(function()
  107. SCP = game.Workspace.Sectors.Sector3.SCPs["SCP-059"].Infection
  108. lplayer = game.Players.LocalPlayer
  109. SCP.CanCollide = false
  110. SCP.Transparency = 1
  111. lastpos = lplayer.Character.HumanoidRootPart.CFrame
  112. lplayer.Character.HumanoidRootPart.CFrame = SCP.CFrame
  113. SCP.CFrame = lplayer.Character["HumanoidRootPart"].CFrame
  114. game:GetService("RunService").RenderStepped:wait()
  115. lplayer.Character.HumanoidRootPart.CFrame = lastpos
  116. wait(5)
  117. for _,player in pairs (game.Players:GetPlayers()) do
  118. lplayer.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame
  119. game:GetService("RunService").RenderStepped:wait()
  120. end
  121. lplayer.Character.HumanoidRootPart.CFrame = lastpos
  122. end)
  123.  
  124.  
  125. Savetool.Name = "Savetool"
  126. Savetool.Parent = ScrollingFrame
  127. Savetool.BackgroundColor3 = Color3.new(1, 1, 1)
  128. Savetool.Position = UDim2.new(0.10728094, 0, 0.092710793, 0)
  129. Savetool.Size = UDim2.new(0, 123, 0, 33)
  130. Savetool.Font = Enum.Font.SourceSans
  131. Savetool.Text = "Save tool GUI"
  132. Savetool.TextColor3 = Color3.new(0.258824, 0, 0)
  133. Savetool.TextScaled = true
  134. Savetool.TextSize = 14
  135. Savetool.TextWrapped = true
  136. Savetool.MouseButton1Down:connect(function()
  137. --Converted with ttyyuu12345's model to script plugin v4
  138. function sandbox(var,func)
  139. local env = getfenv(func)
  140. local newenv = setmetatable({},{
  141. __index = function(self,k)
  142. if k=="script" then
  143. return var
  144. else
  145. return env[k]
  146. end
  147. end,
  148. })
  149. setfenv(func,newenv)
  150. return func
  151. end
  152. cors = {}
  153. mas = Instance.new("Model",game:GetService("Lighting"))
  154. ScreenGui0 = Instance.new("ScreenGui")
  155. Frame1 = Instance.new("Frame")
  156. TextButton2 = Instance.new("TextButton")
  157. Script3 = Instance.new("Script")
  158. TextButton4 = Instance.new("TextButton")
  159. Script5 = Instance.new("Script")
  160. TextLabel6 = Instance.new("TextLabel")
  161. TextButton7 = Instance.new("TextButton")
  162. Script8 = Instance.new("Script")
  163. ScreenGui0.Parent = mas
  164. ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  165. Frame1.Parent = ScreenGui0
  166. Frame1.Position = UDim2.new(0.693409681, 0, 0.325842679, 0)
  167. Frame1.Size = UDim2.new(0, 135, 0, 144)
  168. Frame1.BackgroundColor = BrickColor.new("Pastel blue-green")
  169. Frame1.BackgroundColor3 = Color3.new(0.341176, 0.937255, 1)
  170. Frame1.BackgroundTransparency = 0.5
  171. Frame1.BorderColor = BrickColor.new("Institutional white")
  172. Frame1.BorderColor3 = Color3.new(1, 1, 1)
  173. TextButton2.Parent = Frame1
  174. TextButton2.Position = UDim2.new(0.0888888836, 0, 0.21527788, 0)
  175. TextButton2.Size = UDim2.new(0, 110, 0, 24)
  176. TextButton2.BackgroundColor = BrickColor.new("Institutional white")
  177. TextButton2.BackgroundColor3 = Color3.new(1, 1, 1)
  178. TextButton2.Font = Enum.Font.SourceSans
  179. TextButton2.FontSize = Enum.FontSize.Size14
  180. TextButton2.Text = "store tool"
  181. TextButton2.TextColor = BrickColor.new("Really black")
  182. TextButton2.TextColor3 = Color3.new(0, 0, 0)
  183. TextButton2.TextScaled = true
  184. TextButton2.TextSize = 14
  185. TextButton2.TextWrap = true
  186. TextButton2.TextWrapped = true
  187. Script3.Parent = TextButton2
  188. table.insert(cors,sandbox(Script3,function()
  189. script.Parent.MouseButton1Down:Connect(function()
  190. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  191. if (v:IsA("Tool")) then
  192. v.Parent = game.Players.LocalPlayer
  193. end
  194. end
  195.  
  196. end)
  197. end))
  198. TextButton4.Parent = Frame1
  199. TextButton4.Position = UDim2.new(0.0870105028, 0, 0.50639838, 0)
  200. TextButton4.Size = UDim2.new(0, 110, 0, 24)
  201. TextButton4.BackgroundColor = BrickColor.new("Institutional white")
  202. TextButton4.BackgroundColor3 = Color3.new(1, 1, 1)
  203. TextButton4.Font = Enum.Font.SourceSans
  204. TextButton4.FontSize = Enum.FontSize.Size14
  205. TextButton4.Text = "get tool"
  206. TextButton4.TextColor = BrickColor.new("Really black")
  207. TextButton4.TextColor3 = Color3.new(0, 0, 0)
  208. TextButton4.TextScaled = true
  209. TextButton4.TextSize = 14
  210. TextButton4.TextWrap = true
  211. TextButton4.TextWrapped = true
  212. Script5.Parent = TextButton4
  213. table.insert(cors,sandbox(Script5,function()
  214. script.Parent.MouseButton1Down:Connect(function()
  215.  
  216. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  217. if (v:IsA("Tool")) then
  218. v.Parent = game.Players.LocalPlayer.Backpack
  219. end
  220. end
  221.  
  222. end)
  223. end))
  224. TextLabel6.Parent = Frame1
  225. TextLabel6.Size = UDim2.new(0, 135, 0, 15)
  226. TextLabel6.BackgroundColor = BrickColor.new("Institutional white")
  227. TextLabel6.BackgroundColor3 = Color3.new(1, 1, 1)
  228. TextLabel6.BackgroundTransparency = 1
  229. TextLabel6.Font = Enum.Font.SourceSans
  230. TextLabel6.FontSize = Enum.FontSize.Size14
  231. TextLabel6.Text = "equip the tool first"
  232. TextLabel6.TextColor = BrickColor.new("Really black")
  233. TextLabel6.TextColor3 = Color3.new(0, 0, 0)
  234. TextLabel6.TextSize = 14
  235. TextButton7.Parent = Frame1
  236. TextButton7.Position = UDim2.new(0, 0, 0.833333433, 0)
  237. TextButton7.Size = UDim2.new(0, 135, 0, 17)
  238. TextButton7.BackgroundColor = BrickColor.new("Institutional white")
  239. TextButton7.BackgroundColor3 = Color3.new(1, 1, 1)
  240. TextButton7.Font = Enum.Font.SourceSans
  241. TextButton7.FontSize = Enum.FontSize.Size14
  242. TextButton7.Text = "play oh yeah yeah"
  243. TextButton7.TextColor = BrickColor.new("Really black")
  244. TextButton7.TextColor3 = Color3.new(0, 0, 0)
  245. TextButton7.TextSize = 14
  246. TextButton7.TextWrap = true
  247. TextButton7.TextWrapped = true
  248. Script8.Parent = TextButton7
  249. table.insert(cors,sandbox(Script8,function()
  250. script.Parent.MouseButton1Down:Connect(function()
  251.  
  252. local lol = Instance.new("Sound", workspace)
  253. lol.SoundId = "rbxassetid://2778989543"
  254. lol.Playing = true
  255. lol.Looped = true
  256. lol.Volume = 0.5
  257. lol.Parent = workspace
  258. lol.Name = "2778989543"
  259. --incase you want to destroy i am too lazy to make another button
  260. --game.Workspace["2778989543"]:Destroy()
  261.  
  262. end)
  263. end))
  264. for i,v in pairs(mas:GetChildren()) do
  265. v.Parent = game.CoreGui
  266. pcall(function() v:MakeJoints() end)
  267. end
  268. mas:Destroy()
  269. for i,v in pairs(cors) do
  270. spawn(function()
  271. pcall(v)
  272. end)
  273. end
  274. end)
  275.  
  276.  
  277. minigun.Name = "minigun"
  278. minigun.Parent = ScrollingFrame
  279. minigun.BackgroundColor3 = Color3.new(1, 1, 1)
  280. minigun.Position = UDim2.new(0.113341548, 0, 0.136695907, 0)
  281. minigun.Size = UDim2.new(0, 123, 0, 33)
  282. minigun.Font = Enum.Font.SourceSans
  283. minigun.Text = "AK minigun"
  284. minigun.TextColor3 = Color3.new(0.258824, 0, 0)
  285. minigun.TextScaled = true
  286. minigun.TextSize = 14
  287. minigun.TextStrokeColor3 = Color3.new(0.258824, 0, 0)
  288. minigun.TextWrapped = true
  289. minigun.MouseButton1Down:connect(function()
  290. game:GetService("Players").LocalPlayer["Backpack"]["AK-74u"]["Idle"].AnimationId = "rbxassetid://894679076"
  291. game:GetService("Players").LocalPlayer["Backpack"]["AK-74u"].GripUp = Vector3.new(0,-4.58,1)
  292. game:GetService("Players").LocalPlayer["Backpack"]["AK-74u"].GripPos = Vector3.new(-0.48,0,0)
  293. game:GetService("Players").LocalPlayer["Backpack"]["AK-74u"].GripRight = Vector3.new(1,0,0.12)
  294. game:GetService("Players").LocalPlayer["Backpack"]["AK-74u"]["Pushback"].AnimationId = 0
  295. for _, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  296. if v.Name == "AK-74u" then
  297.  
  298. local lol = require (v.Settings)
  299. while wait() do
  300. lol.minDamage = "9999"
  301. lol.maxDamage = "9999"
  302. lol.ReloadTime = "0.0"
  303. lol.ClipSize = nil
  304. lol.Ammo = 1000
  305. lol.TimeBetweenShots = 0.0
  306. lol.RapidFire = true
  307.  
  308. end
  309. end
  310. end
  311. end)
  312.  
  313. Cake.Name = "Cake"
  314. Cake.Parent = main
  315. Cake.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  316. Cake.BorderSizePixel = 0
  317. Cake.Position = UDim2.new(0.541424334, 0, 0.633620799, 0)
  318. Cake.Size = UDim2.new(0, 72, 0, 29)
  319. Cake.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  320. Cake.Font = Enum.Font.SourceSansLight
  321. Cake.Text = "Cake"
  322. Cake.TextColor3 = Color3.new(0.258824, 0, 0)
  323. Cake.TextSize = 25
  324. Cake.MouseButton1Down:connect(function()
  325. Workspace.Mechanics.CafeteriaFood.FoodRequest:FireServer("Cake")
  326. end)
  327.  
  328. Drop.Name = "Drop"
  329. Drop.Parent = main
  330. Drop.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  331. Drop.BorderSizePixel = 0
  332. Drop.Position = UDim2.new(-0.0158836767, 0, 0.18083857, 0)
  333. Drop.Size = UDim2.new(0, 80, 0, 29)
  334. Drop.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  335. Drop.Font = Enum.Font.SourceSansLight
  336. Drop.Text = "EnableDrop"
  337. Drop.TextColor3 = Color3.new(0.631373, 0, 0)
  338. Drop.TextSize = 17
  339. Drop.MouseButton1Down:connect(function()
  340. while wait() do
  341.  
  342. for _,v in pairs(game:GetService"Players".LocalPlayer:FindFirstChildOfClass"Backpack":GetChildren'') do
  343. pcall(function() v.CanBeDropped = true end)
  344. end
  345. end
  346. end)
  347.  
  348. Sector1.Name = "Sector1"
  349. Sector1.Parent = main
  350. Sector1.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  351. Sector1.BorderSizePixel = 0
  352. Sector1.Position = UDim2.new(0.539224446, 0, 0.43769595, 0)
  353. Sector1.Size = UDim2.new(0, 72, 0, 29)
  354. Sector1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  355. Sector1.Font = Enum.Font.SourceSansLight
  356. Sector1.Text = "Sector-1"
  357. Sector1.TextColor3 = Color3.new(0.258824, 0, 0)
  358. Sector1.TextSize = 25
  359. Sector1.MouseButton1Down:connect(function()
  360. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.93, 408.55, -363.2)
  361. end)
  362.  
  363.  
  364. U1.Name = "U1"
  365. U1.Parent = main
  366. U1.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  367. U1.BorderSizePixel = 0
  368. U1.Position = UDim2.new(0.553691328, 0, 0.291536033, 0)
  369. U1.Size = UDim2.new(0, 66, 0, 37)
  370. U1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  371. U1.Font = Enum.Font.SourceSansLight
  372. U1.Text = "U1 Gun"
  373. U1.TextColor3 = Color3.new(0.258824, 0, 0)
  374. U1.TextSize = 25
  375. U1.MouseButton1Down:connect(function()
  376. local lol = game.Workspace.Sectors.SectorU.SCPs["SCP-3118"].Gun.Part
  377.  
  378. lol.Transparency = 0
  379.  
  380. lol.CanCollide = false
  381.  
  382. lol.CFrame = CFrame.new(game.Players.LocalPlayer.Character["Left Arm"].Position)
  383. end)
  384.  
  385. _914.Name = "914"
  386. _914.Parent = main
  387. _914.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  388. _914.BorderSizePixel = 0
  389. _914.Position = UDim2.new(0.0281133503, 0, 0.436324477, 0)
  390. _914.Size = UDim2.new(0, 72, 0, 29)
  391. _914.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  392. _914.Font = Enum.Font.SourceSansLight
  393. _914.Text = "SCP-914"
  394. _914.TextColor3 = Color3.new(0.258824, 0, 0)
  395. _914.TextSize = 25
  396.  
  397. _914.MouseButton1Down:connect(function()
  398. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(76.4, 404.50, 177.76)
  399. end)
  400.  
  401.  
  402. Accesshall.Name = "Accesshall"
  403. Accesshall.Parent = main
  404. Accesshall.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  405. Accesshall.BorderSizePixel = 0
  406. Accesshall.Position = UDim2.new(0.53859061, 0, 0.519592464, 0)
  407. Accesshall.Size = UDim2.new(0, 72, 0, 29)
  408. Accesshall.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  409. Accesshall.Font = Enum.Font.SourceSansLight
  410. Accesshall.Text = "Access hall"
  411. Accesshall.TextColor3 = Color3.new(0.258824, 0, 0)
  412. Accesshall.TextScaled = true
  413. Accesshall.TextSize = 18
  414. Accesshall.TextWrapped = true
  415. Accesshall.MouseButton1Down:connect(function()
  416. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(295, 404.42,150.97)
  417. end)
  418.  
  419. Ak.Name = "Ak"
  420. Ak.Parent = main
  421. Ak.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  422. Ak.BorderSizePixel = 0
  423. Ak.Position = UDim2.new(0.0330350623, 0, 0.291536063, 0)
  424. Ak.Size = UDim2.new(0, 66, 0, 37)
  425. Ak.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  426. Ak.Font = Enum.Font.SourceSansLight
  427. Ak.Text = "AK74"
  428. Ak.TextColor3 = Color3.new(0.258824, 0, 0)
  429. Ak.TextSize = 30
  430.  
  431. Ak.MouseButton1Down:connect(function()
  432. local lol = game.Workspace.Map.HOSTILETOOLS.AK12GiverCI
  433.  
  434. lol.Transparency = 0
  435.  
  436. lol.CanCollide = false
  437.  
  438. lol.CFrame = CFrame.new(game.Players.LocalPlayer.Character["Left Arm"].Position)
  439. end)
  440.  
  441. SONAR.Name = "SONAR"
  442. SONAR.Parent = main
  443. SONAR.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  444. SONAR.BorderSizePixel = 0
  445. SONAR.Position = UDim2.new(0.512527943, 0, 0.180838555, 0)
  446. SONAR.Size = UDim2.new(0, 80, 0, 29)
  447. SONAR.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  448. SONAR.Font = Enum.Font.SourceSansLight
  449. SONAR.Text = "Bypass SONAR"
  450. SONAR.TextColor3 = Color3.new(0.631373, 0, 0)
  451. SONAR.TextSize = 15
  452.  
  453. SONAR.MouseButton1Down:connect(function()
  454. game.Players.LocalPlayer.CharacterAdded:Connect(function(Character)
  455. for i,v in pairs(game:GetDescendants()) do
  456. if v.Name == "Bloom" or v.Name == "Oof" or v.Name == "ColorCorrection" then
  457. v:Destroy()
  458. end
  459. end
  460. end)
  461.  
  462. RS = game:GetService("ReplicatedStorage")
  463. for i,v in pairs(getconnections(RS.DescendantRemoving)) do
  464. v:Disable()
  465. end
  466. for i,v in pairs(getconnections(RS.Functions.SCPTester.Changed)) do
  467. v:Disable()
  468. end
  469. RS.Functions.SCPTester:Destroy()
  470.  
  471. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  472.  
  473. local mt = getrawmetatable(game)
  474. local mt_namecall = mt.namecall
  475.  
  476. setreadonly(mt, false)
  477.  
  478. mt.namecall = newcclosure(function(t, ...)
  479. if not checkcaller() then
  480. local args = {...}
  481. local name = args[#args]
  482. if name == "Kick" or name == "kick" then
  483. print("Clientside kick averted.")
  484. return
  485. end
  486. end
  487.  
  488. return mt_namecall(t, ...)
  489. end)
  490.  
  491. setreadonly(mt, true)
  492.  
  493. print("Anti-cheat obliterated.")
  494.  
  495. end)
  496.  
  497.  
  498. Pizza.Name = "Pizza"
  499. Pizza.Parent = main
  500. Pizza.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  501. Pizza.BorderSizePixel = 0
  502. Pizza.Position = UDim2.new(0.0274795108, 0, 0.632641196, 0)
  503. Pizza.Size = UDim2.new(0, 72, 0, 29)
  504. Pizza.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  505. Pizza.Font = Enum.Font.SourceSansLight
  506. Pizza.Text = "Pizza"
  507. Pizza.TextColor3 = Color3.new(0.258824, 0, 0)
  508. Pizza.TextSize = 25
  509. Pizza.MouseButton1Down:connect(function()
  510. Workspace.Mechanics.CafeteriaFood.FoodRequest:FireServer("Pizza")
  511. end)
  512.  
  513. cdc.Name = "cdc"
  514. cdc.Parent = main
  515. cdc.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  516. cdc.BorderSizePixel = 0
  517. cdc.Position = UDim2.new(0.027479507, 0, 0.520376205, 0)
  518. cdc.Size = UDim2.new(0, 72, 0, 29)
  519. cdc.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  520. cdc.Font = Enum.Font.SourceSansLight
  521. cdc.Text = "CDC"
  522. cdc.TextColor3 = Color3.new(0.258824, 0, 0)
  523. cdc.TextSize = 25
  524. cdc.MouseButton1Down:connect(function()
  525. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(432.94, 404.37, 24.49)
  526. end)
  527.  
  528. TextLabel.Parent = main
  529. TextLabel.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  530. TextLabel.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  531. TextLabel.BorderSizePixel = 0
  532. TextLabel.Position = UDim2.new(-0.0537285656, 0, 0.265282184, 0)
  533. TextLabel.Size = UDim2.new(0, 180, 0, 4)
  534. TextLabel.Font = Enum.Font.SourceSans
  535. TextLabel.Text = ""
  536. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  537. TextLabel.TextSize = 14
  538.  
  539. TextLabel_2.Parent = main
  540. TextLabel_2.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  541. TextLabel_2.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  542. TextLabel_2.BorderSizePixel = 0
  543. TextLabel_2.Position = UDim2.new(-0.0537285656, 0, 0.606387198, 0)
  544. TextLabel_2.Size = UDim2.new(0, 180, 0, 6)
  545. TextLabel_2.Font = Enum.Font.SourceSans
  546. TextLabel_2.Text = ""
  547. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  548. TextLabel_2.TextSize = 14
  549.  
  550. TextLabel_3.Parent = main
  551. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  552. TextLabel_3.BackgroundTransparency = 1
  553. TextLabel_3.Position = UDim2.new(0.537024677, 0, 0.947296143, 0)
  554. TextLabel_3.Size = UDim2.new(0, 75, 0, 15)
  555. TextLabel_3.Font = Enum.Font.SourceSans
  556. TextLabel_3.Text = "Created by [REDACTED]"
  557. TextLabel_3.TextColor3 = Color3.new(0.666667, 0.333333, 0)
  558. TextLabel_3.TextSize = 13
  559. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Right
  560.  
  561. TextLabel_4.Parent = main
  562. TextLabel_4.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  563. TextLabel_4.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  564. TextLabel_4.BorderSizePixel = 0
  565. TextLabel_4.Position = UDim2.new(-0.0537285656, 0, 0.711990654, 0)
  566. TextLabel_4.Size = UDim2.new(0, 180, 0, 6)
  567. TextLabel_4.Font = Enum.Font.SourceSans
  568. TextLabel_4.Text = ""
  569. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  570. TextLabel_4.TextSize = 14
  571.  
  572. TextLabel_5.Parent = main
  573. TextLabel_5.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  574. TextLabel_5.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  575. TextLabel_5.BorderSizePixel = 0
  576. TextLabel_5.Position = UDim2.new(-0.0537285656, 0, 0.396355838, 0)
  577. TextLabel_5.Size = UDim2.new(0, 180, 0, 6)
  578. TextLabel_5.Font = Enum.Font.SourceSans
  579. TextLabel_5.Text = ""
  580. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  581. TextLabel_5.TextSize = 14
  582.  
  583. TextLabel_6.Parent = main
  584. TextLabel_6.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  585. TextLabel_6.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  586. TextLabel_6.BorderSizePixel = 0
  587. TextLabel_6.Position = UDim2.new(-0.0540000014, 1, 0.976999998, 0)
  588. TextLabel_6.Size = UDim2.new(0, 180, 0, 6)
  589. TextLabel_6.Font = Enum.Font.SourceSans
  590. TextLabel_6.Text = ""
  591. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  592. TextLabel_6.TextSize = 14
  593.  
  594. TextLabel_7.Parent = main
  595. TextLabel_7.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  596. TextLabel_7.BorderColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  597. TextLabel_7.BorderSizePixel = 0
  598. TextLabel_7.Position = UDim2.new(-0.0560000017, 2, -0.0160000008, 0)
  599. TextLabel_7.Size = UDim2.new(0, 180, 0, 55)
  600. TextLabel_7.Font = Enum.Font.SourceSans
  601. TextLabel_7.Text = "Area-108 GUI"
  602. TextLabel_7.TextColor3 = Color3.new(1, 0, 0)
  603. TextLabel_7.TextScaled = true
  604. TextLabel_7.TextSize = 14
  605. TextLabel_7.TextWrapped = true
  606.  
  607. TextLabel_8.Parent = main
  608. TextLabel_8.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  609. TextLabel_8.BorderSizePixel = 0
  610. TextLabel_8.Position = UDim2.new(-0.0560000017, 2, 0.125, 0)
  611. TextLabel_8.Size = UDim2.new(0, 180, 0, 18)
  612. TextLabel_8.Font = Enum.Font.SourceSans
  613. TextLabel_8.Text = "Click the parts that spawn for the tools"
  614. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  615. TextLabel_8.TextSize = 12
  616. TextLabel_8.TextWrapped = true
  617.  
  618. Frame.Parent = main
  619. Frame.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  620. Frame.BorderSizePixel = 0
  621. Frame.Position = UDim2.new(-0.0560000017, 2, 0.104999997, 0)
  622. Frame.Size = UDim2.new(0, 180, 0, 9)
  623.  
  624. main.Active = true
  625. main.Draggable = true
  626.  
  627. close.Name = "close"
  628. close.Parent = main
  629. close.BackgroundColor3 = Color3.new(1, 1, 1)
  630. close.BackgroundTransparency = 1
  631. close.Position = UDim2.new(0.96752429, 0, -0.0168495383, 0)
  632. close.Size = UDim2.new(0, 11, 0, 12)
  633. close.Font = Enum.Font.SourceSans
  634. close.Text = "X"
  635. close.TextColor3 = Color3.new(1, 0, 0)
  636. close.TextSize = 20
  637. close.MouseButton1Down:connect(function()
  638. frame.Visible = true
  639. main.Visible = false
  640. end)
  641.  
  642. frame.Name = "frame"
  643. frame.Parent = ScreenGui
  644. frame.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  645. frame.BackgroundTransparency = 0.25
  646. frame.Position = UDim2.new(0.00559283281, 0, 0.873040736, 0)
  647. frame.Size = UDim2.new(0, 90, 0, 38)
  648.  
  649. open.Name = "open"
  650. open.Parent = frame
  651. open.BackgroundColor3 = Color3.new(0.788235, 1, 0.988235)
  652. open.BorderColor3 = Color3.new(1, 0.333333, 0)
  653. open.Position = UDim2.new(0.015208208, 0, 0.183228642, 0)
  654. open.Size = UDim2.new(0, 89, 0, 27)
  655. open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  656. open.Font = Enum.Font.SourceSans
  657. open.Text = "OPEN"
  658. open.TextColor3 = Color3.new(0, 0, 0)
  659. open.TextScaled = true
  660. open.TextSize = 14
  661. open.TextWrapped = true
  662. open.MouseButton1Down:connect(function()
  663. main.Visible = true
  664. frame.Visible = false
  665. end)
  666.  
  667. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement