Eshaanopn

Untitled

Jun 24th, 2023
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.23 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Doors mods", "DarkTheme")
  3. local Tab = Window:NewTab("Mods")
  4. local Section = Tab:NewSection("Mods")
  5. Section:NewButton("Hardcore mod", "ButtonInfo", function()
  6. --]=]
  7.  
  8. print(os.date("%B"))
  9.  
  10. print("Loading")
  11. -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  12. -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  13. -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  14.  
  15. -- DONT TOUCH AT! Or that will break
  16.  
  17. local HardCore = {
  18. Title = "Uhm..", -- Made by MuhammadGames and Volta
  19. Desc = "Join a Match of HardCore For the First Time.",
  20. Reason = "You executed the HardCore script.",
  21. Image = "https://github.com/MuhXd/Models/blob/main/HardCoreDoors.png?raw=true",
  22. id = 1,
  23. }
  24.  
  25. local DepthW = {
  26. Title = "Blue",
  27. Desc = "Encounter Depth",
  28. Reason = "Survive Depth",
  29. Image = "https://github.com/MuhXd/DoorSuff/blob/main/DoorsModes/Png.png?raw=true",
  30. id = 2,
  31. }
  32.  
  33. local Depth = {
  34. Title = "In a mouth",
  35. Desc = "It's So Cold",
  36. Reason = "Dont Survive Depth",
  37. Image = "https://github.com/MuhXd/DoorSuff/blob/main/DoorsModes/Png.png?raw=true",
  38. id = 3,
  39. }
  40.  
  41. local Smiles = {
  42. Title = "Smiling",
  43. Desc = "Stop Smiling",
  44. Reason = "Encounter and Survive Smiler",
  45. Image = "https://tr.rbxcdn.com/74de4e7b5e39c15126ca858f0ad19c80/420/420/Image/Png",
  46. id = 4,
  47. }
  48.  
  49. local SmilesDie = {
  50. Title = "Smile to Fail",
  51. Desc = "Don't Smile",
  52. Reason = "Encounter And Dont Survive Smiler",
  53. Image = "https://tr.rbxcdn.com/74de4e7b5e39c15126ca858f0ad19c80/420/420/Image/Png",
  54. id = 5,
  55. }
  56.  
  57. local NightmareRush ={
  58. Title = "Rush?",
  59. Desc = "Don't Be fooled",
  60. Reason = "Encounter And Survive Nightmare Rush",
  61. Image = "https://tr.rbxcdn.com/74de4e7b5e39c15126ca858f0ad19c80/420/420/Image/Png",
  62. id = 6,
  63. }
  64.  
  65. local NightmareAmbush ={
  66. Title = "Ambush?",
  67. Desc = "Don't Be fooled",
  68. Reason = "Encounter And Survive Nightmare Ambush",
  69. Image = "https://tr.rbxcdn.com/74de4e7b5e39c15126ca858f0ad19c80/420/420/Image/Png",
  70. id = 7,
  71. }
  72.  
  73. local NightmareAmbush ={
  74. Title = "Ambush?",
  75. Desc = "Don't Be fooled",
  76. Reason = "Encounter And Survive Nightmare Ambush",
  77. Image = "https://tr.rbxcdn.com/74de4e7b5e39c15126ca858f0ad19c80/420/420/Image/Png",
  78. id = 8,
  79. }
  80.  
  81.  
  82. -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  83. -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  84. -----------------------------------------------------------------------------------------------------------------------------------------------------------------
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91. -- loadstring(game:HttpGet("https://raw.githubusercontent.com/MuhXd/DoorSuff/main/Whitelist/NewKeySystem.lua"))()
  92.  
  93.  
  94.  
  95. caa = 0
  96. tween = game:GetService("TweenService")
  97. local TestMultplayer = true
  98. if game:GetService("ReplicatedStorage"):FindFirstChild("Extacuted") then
  99. warn("You have Already Loaded")
  100.  
  101. return false
  102. end
  103. local Test = Instance.new("Part")
  104. Test.Name = "Extacuted"
  105. Test.Parent = game:GetService("ReplicatedStorage")
  106. Test = 1
  107.  
  108. loadstring(game:HttpGet("https://raw.githubusercontent.com/MuhXd/DoorSuff/main/OtherSuff/Sprint"))()
  109.  
  110. local SelfModules = {
  111. Functions = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Functions.lua"))(),
  112. }
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119. ------------------------------------------------------------------------------------------------
  120.  
  121. ------------------------------------------------------------------------------------------------
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. local ModName = "HardCore"
  130. local foldername = "AchievementsSaves By Muhammadgames,Helped by RegularVynixu"
  131. local Slipt = string.split(foldername,"|")
  132. local valid2 = isfolder(foldername)
  133. if not valid2 then
  134. makefolder(foldername)
  135. end
  136.  
  137. local fileName = ModName.."Save's.txt"
  138. local filePath = foldername.. "/".. fileName
  139. local valid = isfile(filePath)
  140.  
  141. local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/MuhXd/Models/main/RegularVynixu's%20Achievement%20Modifyer"))()
  142.  
  143. function AchievementsGet(Achievement)
  144. local read = readfile(filePath)
  145. local read2 = tostring(read)
  146. local read2 = string.split(read,"|")
  147. FOUND = false
  148. Find = ""
  149. for i,v in pairs(Achievement) do
  150. if i == "id" then
  151. Find=Find.." "..v
  152. end
  153. end
  154.  
  155. for i,v in pairs(read2) do
  156. if v == Find then
  157. FOUND = true
  158. end
  159. end -- Desc
  160. if FOUND == false then
  161. Achievements.Get(Achievement)
  162. Write = ""
  163. for i,v in pairs(Achievement) do
  164. if i == "id" then
  165. Write=Write.." "..v
  166. end
  167. end
  168. appendfile(filePath,Write.."|")
  169. end
  170. end
  171. -- Creates and displays your custom achievement
  172. -- readfile(<string> path)
  173. if not valid then
  174. writefile(filePath, "Helped by RegularVynixu|")
  175. end
  176.  
  177. AchievementsGet(HardCore)
  178. --[[
  179. ------------------------------------------------------------------------------------------------
  180. ------------------------------------------------------------------------------------------------
  181. Start of real Code!
  182. DON'T SHOW ABOVE!
  183. ............. . .
  184. . . . . .
  185. . . . . .
  186. . . . . .
  187. . . . . .
  188. . . . . .
  189. . . . . .
  190. . . . .........
  191. --]]
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204. if game:GetService("ReplicatedStorage"):FindFirstChild("Guis") then
  205.  
  206. else
  207. Visable = Instance.new("Folder")
  208. Visable.Name = "Guis"
  209. Visable.Parent = game.ReplicatedStorage
  210.  
  211. end
  212. function Gui(Name,Amount1,TextSent)
  213. if game:GetService("Players").localPlayer.PlayerGui.MainUI.Statistics.Frame:FindFirstChild("!"..Name.."!") then
  214. game:GetService("Players").localPlayer.PlayerGui.MainUI.Statistics.Frame["!"..Name.."!"]:Destroy()
  215. end
  216.  
  217. Visable = Instance.new("BoolValue")
  218. Visable.Value = true
  219. Visable.Name = Name
  220. Visable.Parent = game.ReplicatedStorage.Guis
  221.  
  222. game.Players.localPlayer.PlayerGui.MainUI.Statistics.LocksOpened.Visible = true
  223. LocksOpened = game.Players.localPlayer.PlayerGui.MainUI.Statistics.LocksOpened:Clone()
  224. game.Players.localPlayer.PlayerGui.MainUI.Statistics.LocksOpened.Visible = false
  225. LocksOpened.Parent = game.Players.localPlayer.PlayerGui.MainUI.Statistics.Frame
  226.  
  227. LocksOpened.Visible = game.ReplicatedStorage.Guis:FindFirstChild(Name).Value
  228.  
  229. local Grad = game.Players.localPlayer.PlayerGui.MainUI.Statistics.Frame["Leftover Gold"].UICorner:Clone()
  230. Grad.Parent = LocksOpened
  231. Grad = game.Players.localPlayer.PlayerGui.MainUI.Statistics.Frame["Leftover Gold"].UIGradient:Clone()
  232. Grad.Parent = LocksOpened
  233. Grad = game.Players.localPlayer.PlayerGui.MainUI.Statistics.Frame["Leftover Gold"].Amount:Clone()
  234. Grad.Parent = LocksOpened
  235. Grad.Text = Amount1
  236. Grad.Position = Grad.Position - UDim2.new(0.035,0,0,0)
  237. Grad = game.Players.localPlayer.PlayerGui.MainUI.Statistics.Frame["Leftover Gold"].Icon:Clone()
  238. Grad.Parent = LocksOpened
  239. Grad.Position = Grad.Position - UDim2.new(0.035,0,0,0)
  240.  
  241. LocksOpened.CloseButton.Position = LocksOpened.CloseButton.Position - UDim2.new(0.021,0,0,0)
  242. LocksOpened.CloseButton.ImageColor3 = Color3.new(0.0313725, 0.854902, 1)
  243. LocksOpened.TextColor3 = Color3.new(0.0313725, 0.854902, 1)
  244. LocksOpened.TextScaled = false
  245. LocksOpened.Name = "!"..Name.."!"
  246. LocksOpened.TextSize = game.Players.localPlayer.PlayerGui.MainUI.Statistics.Frame["Leftover Gold"].TextSize + 16
  247. LocksOpened.Size = LocksOpened.Parent["Leftover Gold"].Size
  248. LocksOpened.BackgroundColor3 = Color3.new(0.0196078, 0.552941, 0.647059)
  249. LocksOpened.BackgroundTransparency = 0.5
  250.  
  251. LocksOpened.Text = TextSent
  252.  
  253.  
  254.  
  255. game.ReplicatedStorage.Guis:FindFirstChild(Name).changed:connect(function()
  256.  
  257. LocksOpened.Visible = game.ReplicatedStorage.Guis:FindFirstChild(Name).Value
  258. end)
  259. end
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors%20Entity%20Spawner/Source.lua"))()
  268.  
  269.  
  270. -- Run the created entity
  271. local Message = function(Message,Enable,N)
  272. local msg = Instance.new("Message")
  273. msg.Parent = game.Workspace
  274. msg.Text = Message
  275. if Enable ~= true then
  276. task.wait(0.1)
  277. msg:Destroy()
  278. end
  279. end
  280.  
  281. -- Message("Thank you For Loading MultplayerBeta 1.2")
  282.  
  283. for ii,vv in pairs(game:GetService("Players"):GetChildren()) do
  284. PlayersIngame = ii
  285. end -- Gets All Players
  286. if TestMultplayer == true then
  287. PlayersIngame = 1000 -- TestMultplayer
  288. end
  289.  
  290. if PlayersIngame > 1 then -- if more then one then waits for link
  291. if game:GetService("ReplicatedStorage").GameData.LatestRoom.Value > 0 then
  292. print("Loaded After door 1! Please wait for everyone to die")
  293. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  294. Text = "Load Before Door 1",
  295. Color = Color3.fromRGB(255, 0, 0),
  296. Font = Enum.Font.SourceSansBold,
  297. TextSize = 18,
  298. })
  299.  
  300. firesignal(game.ReplicatedStorage.Bricks.DeathHint.OnClientEvent, {"You didn't Load it Before Door 1!","Please Wait for the next round"})
  301. game.ReplicatedStorage.GameStats["Player_".. game.Players.LocalPlayer.Name].Total.DeathCause.Value = "Not Loading Before Door 1"
  302. game.Players.LocalPlayer.Character.Humanoid.Health = -100
  303. return false
  304. end
  305.  
  306.  
  307. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  308. Text = "Doors Hard Mode ON! By MuhammadGames (MuhammadGames#0017) and Volta (volta#2161)",
  309. Color = Color3.fromRGB(255, 0, 0),
  310. Font = Enum.Font.SourceSansBold,
  311. TextSize = 18,
  312. })
  313.  
  314. Gui("HardMode","+900","Hard Mode")
  315.  
  316. print("Loaded, Wating to Link to Multplayer") -- waiting to link
  317. c=1
  318.  
  319. repeat task.wait()
  320.  
  321. if c < 10 then
  322. -- Message("MultplayerV1.2B",true,"Welcome")
  323. c=10
  324. end
  325. -- msg:Destroy()
  326. --Kill=true
  327. until game:GetService("ReplicatedStorage").GameData.LatestRoom.Value > 0
  328. print("Linked to Clients") -- linked
  329. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  330. Text = "Linked To Clients",
  331. Color = Color3.fromRGB(0, 255, 0),
  332. Font = Enum.Font.SourceSansBold,
  333. TextSize = 18,
  334. })
  335.  
  336.  
  337.  
  338. Singleplayer = false -- Runs more Then 1 Player Code
  339. else
  340. print("Loaded in Singleplayer") -- loaded in 1 player
  341. repeat task.wait()
  342.  
  343. until game:GetService("ReplicatedStorage").GameData.LatestRoom.Value > 0
  344. print("Started")
  345. Singleplayer = true -- Runs One player Code
  346. end
  347. Testa = 10
  348. getgenv().death = false
  349. Be=false
  350. Many=1
  351. JobId = game:GetService("ReplicatedStorage").GameData.GameStarted.Value
  352. Lowest = string.len(game:GetService("ReplicatedStorage").GameData.GameStarted.Value)
  353. Lowest = tonumber(Lowest)
  354. Stop=Lowest
  355. RanWait2=""
  356. function Depth()
  357. while true do task.wait()
  358. pcall(function()
  359. Be=true
  360.  
  361. wait(30)
  362. wait(10)
  363. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors%20Entity%20Spawner/Source.lua"))()
  364.  
  365. -- Create entity
  366. if game.ReplicatedStorage.GameData.LatestRoom.Value ~= 50 then
  367. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  368. else
  369. Wait(20)
  370. end
  371. local Depth = Creator.createEntity({
  372. CustomName = "Depth", -- Custom name of your entity
  373. Model = "https://github.com/sponguss/storage/raw/main/depth.rbxm", -- Can be GitHub file or rbxassetid
  374. Speed = 750, -- Percentage, 100 = default Rush speed
  375. DelayTime = 5,
  376. KillRange=100,-- Time before starting cycles (seconds)
  377. HeightOffset = 1,
  378. CanKill = true,
  379. BreakLights = true,
  380. FlickerLights = {
  381. true, -- Enabled
  382. 1, -- Time (seconds)
  383. },
  384. Cycles = {
  385. Min = 2,
  386. Max = 10,
  387. WaitTime = 2,
  388. },
  389. CamShake = {
  390. true, -- Enabled
  391. {5, 15, 0.1, 1}, -- Shake values (don't change if you don't know)
  392. 100, -- Shake start distance (from Entity to you)
  393. },
  394. Jumpscare = {
  395. true, -- Enabled ('false' if you don't want jumpscare)
  396. {
  397. Image1 = "https://tr.rbxcdn.com/f0f798ca806ed372984f3b70d1b1432f/420/420/Image/Png", -- Image1 url
  398. Image2 = "https://tr.rbxcdn.com/f0f798ca806ed372984f3b70d1b1432f/420/420/Image/Png", -- Image2 url
  399. Shake = true,
  400. Sound1 = {
  401. 10483790459, -- SoundId
  402. { Volume = 0.5 }, -- Sound properties
  403. },
  404. Sound2 = {
  405. 5263560566, -- SoundId
  406. { Volume = 0.5 }, -- Sound properties
  407. },
  408. Flashing = {
  409. true, -- Enabled
  410. Color3.fromRGB(50, 115, 108), -- Color
  411. },
  412. Tease = {
  413. false, -- Enabled ('false' if you don't want tease)
  414. Min = 1,
  415. Max = 5,
  416. },
  417. },
  418. },
  419. CustomDialog = {"You died to who you call Depth", "Depth is faster than rush and ambush", "And he can rebound 2 Times","use what you leared from Ambush and rush tho.","I am Nerfing All Of Entitys","To not spawn in No Hiding Spots Rooms"}, -- Custom death message (can be as long as you want)
  420. })
  421.  
  422. -----[[ Debug -=- Advanced ]]-----
  423. Depth.Debug.OnEntityDespawned = function()
  424. if getgenv().death == false then
  425. AchievementsGet(DepthW)
  426. end
  427. end
  428.  
  429. Depth.Debug.OnDeath = function()
  430. getgenv().death = true
  431.  
  432. AchievementsGet(Depth)
  433. end
  434.  
  435. ------------------------
  436.  
  437. -- Run the created entity
  438. Creator.runEntity(Depth)
  439. end)
  440. end
  441.  
  442.  
  443. end
  444.  
  445. Stop=string.len(JobId)
  446. caa=0
  447. function SmilerSpawn()
  448.  
  449. while true do task.wait()
  450. pcall(function()
  451. -- print("A-60")
  452. wait(40)
  453.  
  454.  
  455.  
  456.  
  457. -- Create entity
  458. local entity = Creator.createEntity({
  459. CustomName = "Smiler", -- Custom name of your entity
  460. Model = "https://github.com/PABMAXICHAC/doors-monsters-models/blob/main/Smiler.rbxm?raw=true", -- Can be GitHub file or rbxassetid
  461. Speed = 850, -- Percentage, 100 = default Rush speed
  462. DelayTime = 12, -- Time before starting cycles (seconds)
  463. HeightOffset = 1,
  464. CanKill = true,
  465. KillRange=100,
  466. BreakLights = true,
  467. FlickerLights = {
  468. true, -- Enabled
  469. 5, -- Time (seconds)
  470. },
  471. Cycles = {
  472. Min = 5,
  473. Max = 20,
  474. WaitTime = 0.3,
  475. },
  476. CamShake = {
  477. true, -- Enabled
  478. {20, 20, 1, 2}, -- Shake values (don't change if you don't know)
  479. 100, -- Shake start distance (from Entity to you)
  480. },
  481. Jumpscare = {
  482. true, -- Enabled ('false' if you don't want jumpscare)
  483. {
  484. Image1 = "rbxassetid://11417375410", -- Image1 url
  485. Image2 = "rbxassetid://11417375410", -- Image2 url
  486. Shake = true,
  487. Sound1 = {
  488. 5263560566, -- SoundId
  489. { Volume = 2.1 }, -- Sound properties
  490. },
  491. Sound2 = {
  492. 5263560566, -- SoundId
  493. { Volume = 2.1 }, -- Sound properties
  494. },
  495. Flashing = {
  496. true, -- Enabled
  497. Color3.fromRGB(255, 0, 0), -- Color
  498. },
  499. Tease = {
  500. false, -- Enabled ('false' if you don't want tease)
  501. Min = 1,
  502. Max = 3,
  503. },
  504. },
  505. },
  506. CustomDialog = {"¡¡ THIS SMILE IS LIKE ABMUSH !!", "Hide and don't Smile", "Don't get Tricked"}, -- Custom death message (can be as long as you want)
  507. })
  508.  
  509. -----[[ Advanced ]]-----
  510. entity.Debug.OnEntitySpawned = function()
  511.  
  512. end
  513.  
  514. entity.Debug.OnEntityDespawned = function()
  515. if getgenv().death == false then
  516.  
  517.  
  518. AchievementsGet(Smiles)
  519. end
  520. entity.Debug.OnEntityStartMoving = function()
  521.  
  522. end
  523.  
  524. entity.Debug.OnEntityFinishedRebound = function()
  525.  
  526. end
  527.  
  528. entity.Debug.OnDeath = function()
  529. getgenv().death = true
  530.  
  531. AchievementsGet(SmilesDie)
  532. end
  533. ------------------------
  534.  
  535. -- Run the created entity
  536. Creator.runEntity(entity)
  537. end
  538. end)
  539. end
  540. end
  541.  
  542. function VhsSansSpawn()
  543. while true do wait(200)
  544. pcall(function()
  545. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors%20Entity%20Spawner/Source.lua"))()
  546.  
  547. -- Create entity
  548. local entity2 = Creator.createEntity({
  549. CustomName = "Mile", -- Custom name of your entity
  550. Model = " ", -- Can be GitHub file or rbxassetid
  551. Speed = 300, -- Percentage, 100 = default Rush speed
  552. DelayTime = 3, -- Time before starting cycles (seconds)
  553. HeightOffset = 0,
  554. CanKill = true,
  555. KillRange = 30,
  556. BreakLights = true,
  557. BackwardsMovement = false,
  558. FlickerLights = {
  559. true, -- Enabled/Disabled
  560. 6, -- Time (seconds)
  561. },
  562. Cycles = {
  563. Min = 3,
  564. Max = 30,
  565. WaitTime = 3,
  566. },
  567. CamShake = {
  568. true, -- Enabled/Disabled
  569. {3.5, 20, 0.1, 1}, -- Shake values (don't change if you don't know)
  570. 100, -- Shake start distance (from Entity to you)
  571. },
  572. Jumpscare = {
  573. false, -- Enabled/Disabled
  574. {
  575. Image1 = "rbxassetid://9002021052", -- Image1 url
  576. Image2 = "rbxassetid://9002021052", -- Image2 url
  577. Shake = true,
  578. Sound1 = {
  579. 6314880174, -- SoundId
  580. { Volume = 0.5 }, -- Sound properties
  581. },
  582. Sound2 = {
  583. 6314880174, -- SoundId
  584. { Volume = 0.5 }, -- Sound properties
  585. },
  586. Flashing = {
  587. true, -- Enabled/Disabled
  588. Color3.fromRGB(255, 255, 255), -- Color
  589. },
  590. Tease = {
  591. true, -- Enabled/Disabled
  592. Min = 1,
  593. Max = 1,
  594. },
  595. },
  596. },
  597. CustomDialog = {"You have died to Mile", "if you see a flicker during 6 secondes Hide...", "Try again...", "This time you know how to beat him!"}, -- Custom death message
  598. })
  599.  
  600. ------------------------
  601. Creator.runEntity(entity2)
  602. -- Run the created entity
  603. end)
  604. end
  605. end
  606.  
  607. local function ZoO()
  608. repeat
  609. task.wait()
  610. until game.Workspace.CurrentRooms[game:GetService("ReplicatedStorage").GameData.LatestRoom.Value].Assets:FindFirstChild("Wardrobe")
  611. -- tween:Create(game.Lighting.MainColorCorrection, TweenInfo.new(1), {Contrast = 0.45}):Play()
  612. local ZoO = Creator.createEntity({
  613. CustomName = "200", -- Custom name of your entity
  614. Model = "https://github.com/Isth4t/DoorsModels/blob/main/200Moving.rbxm?raw=true", -- Can be GitHub file or rbxassetid
  615. Speed = 700, -- Percentage, 100 = default Rush speed
  616. DelayTime = 10, -- Time before starting cycles (seconds)
  617. KillRange=20,
  618. HeightOffset = 0,
  619. CanKill = true,
  620. BreakLights = true,
  621. BackwardsMovement = true,
  622. FlickerLights = {
  623. true, -- Enabled
  624. 6, -- Time (seconds)
  625. },
  626. Cycles = {
  627. Min = 4,
  628. Max = 4,
  629. WaitTime = 2,
  630. },
  631. CamShake = {
  632. true, -- Enabled
  633. {5, 15, 0.1, 1}, -- Shake values (don't change if you don't know)
  634. 100, -- Shake start distance (from Entity to you)
  635. },
  636. Jumpscare = {
  637. true, -- Enabled ('false' if you don't want jumpscare)
  638. {
  639. Image1 = "rbxassetid://11400868582", -- Image1 url
  640. Image2 = "rbxassetid://11400871105", -- Image2 url
  641. Shake = true,
  642. Sound1 = {
  643. 530591527, -- SoundId
  644. { Volume = 0.5 }, -- Sound properties
  645. },
  646. Sound2 = {
  647. 530591527, -- SoundId
  648. { Volume = 0.5 }, -- Sound properties
  649. },
  650. Flashing = {
  651. true, -- Enabled
  652. Color3.fromRGB(255, 255, 255), -- Color
  653. },
  654. Tease = {
  655. false, -- Enabled ('false' if you don't want tease)
  656. Min = 1,
  657. Max = 3,
  658. },
  659. },
  660. },
  661. CustomDialog = {"You died to 200.", "It's very fast.", "Hide when you hear it!"}, -- Custom death message (can be as long as you want)
  662. })
  663. Creator.runEntity(ZoO)
  664. end
  665.  
  666.  
  667.  
  668.  
  669. function Baller()
  670. wait(50)
  671. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  672. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors%20Entity%20Spawner/Source.lua"))()
  673.  
  674. local Baller = Creator.createEntity({
  675. CustomName = "Baller", -- Custom name of your entity
  676. Model = 11421844649,
  677. KillRange=200,
  678. Speed = 200, -- Percentage, 100 = default Rush speed
  679. DelayTime = 3, -- Time before starting cycles (seconds)
  680. HeightOffset = 0,
  681. CanKill = false,
  682. BreakLights = false,
  683. FlickerLights = {
  684. false, -- Enabled
  685. 5, -- Time (seconds)
  686. },
  687. Cycles = {
  688. Min = 12,
  689. Max = 12,
  690. WaitTime = 3,
  691. },
  692. CamShake = {
  693. false, -- Enabled
  694. {5, 15, 0.1, 1}, -- Shake values (don't change if you don't know)
  695. 1, -- Shake start distance (from Entity to you)
  696. },
  697. Jumpscare = {
  698. false, -- Enabled ('false' if you don't want jumpscare)
  699. {
  700. Image1 = "https://create.roblox.com/marketplace/asset/11151804229/baller?pageNumber=1&pagePosition=18&keyword=", -- Image1 url
  701. Image2 = "https://create.roblox.com/marketplace/asset/11151804229/baller?pageNumber=1&pagePosition=18&keyword=", -- Image2 url
  702. Shake = false,
  703. Sound1 = {
  704. 11400679305, -- SoundId
  705. { Volume = 1 }, -- Sound properties
  706. },
  707. Sound2 = {
  708. 10483837590, -- SoundId
  709. { Volume = 0 }, -- Sound properties
  710. },
  711. Flashing = {
  712. false, -- Enabled
  713. Color3.fromRGB(70, 25, 0), -- Color
  714. },
  715. Tease = {
  716. false, -- Enabled ('false' if you don't want tease)
  717. Min = 1,
  718. Max = 1,
  719. },
  720. },
  721. },
  722. })
  723.  
  724. ------------------------
  725.  
  726. -- Run the created entity
  727. Creator.runEntity(Baller)
  728.  
  729. end
  730.  
  731. caa2=10
  732.  
  733. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()
  734. getgenv().death = true
  735. end)
  736. workspace.ChildAdded:Connect(function(inst)
  737. wait(1)
  738. if inst.Name == "RushMoving" then
  739. BoolValue = Instance.new("BoolValue")
  740. BoolValue.Name = "Nightmare"
  741. BoolValue.Parent = inst
  742. inst.RushNew.Attachment.ParticleEmitter.Texture = "http://www.roblox.com/asset/?id=10888024887"
  743. inst.RushNew.Attachment.ParticleEmitter.Brightness = 10
  744. repeat task.wait()
  745.  
  746. until not inst:FindFirstChild("RushNew")
  747.  
  748. if getgenv().death == false then
  749.  
  750.  
  751. AchievementsGet(NightmareRush)
  752.  
  753. end
  754. a =game:GetService("ReplicatedStorage").GameData.LatestRoom.Value-1
  755. b=a+5
  756. repeat task.wait()
  757.  
  758. until game:GetService("ReplicatedStorage").GameData.LatestRoom.Value >= b
  759. local BallerPas = coroutine.wrap(Baller)
  760. BallerPas()
  761.  
  762. elseif inst.name == "AmbushMoving" then
  763. BoolValue = Instance.new("BoolValue")
  764. BoolValue.Name = "Nightmare"
  765. BoolValue.Parent = inst
  766. inst.RushNew.Attachment.ParticleEmitter.Texture = "https://create.roblox.com/marketplace/asset/10826375579/Nightmare-ambush-png-doors"
  767. inst.RushNew.Attachment.ParticleEmitter.Brightness = 10
  768. repeat task.wait()
  769.  
  770. until not inst:FindFirstChild("RushNew")
  771.  
  772. if getgenv().death == false then
  773. AchievementsGet(NightmareAmbush)
  774. end
  775. a =game:GetService("ReplicatedStorage").GameData.LatestRoom.Value-1
  776. b=a+2
  777. repeat task.wait()
  778.  
  779. until game:GetService("ReplicatedStorage").GameData.LatestRoom.Value >= b
  780. ZoO()
  781. BallerPas()
  782.  
  783. end
  784. end)
  785.  
  786.  
  787. i1=3
  788. i2=5
  789. i3=2
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805. Be=false
  806. function TraumaSpawn()
  807. while true do
  808.  
  809. wait(100)
  810. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors%20Entity%20Spawner/Source.lua"))()
  811.  
  812. -- Create entity
  813. local Trauma = Creator.createEntity({
  814. CustomName = "speedster", -- Custom name of your entity
  815. Model = "11546178972", -- Can be GitHub file or rbxassetid
  816. Speed = 1200, -- Percentage, 100 = default Rush speed
  817. DelayTime = 5,
  818. KillRange=80,-- Time before starting cycles (seconds)
  819. HeightOffset = 1,
  820. CanKill = true,
  821. BreakLights = true,
  822. BackwardsMovement = true,
  823. FlickerLights = {
  824. true, -- Enabled/Disabled
  825. 5, -- Time (seconds)
  826. },
  827. Cycles = {
  828. Min = 9,
  829. Max = 9,
  830. WaitTime = 2,
  831. },
  832. CamShake = {
  833. true, -- Enabled/Disabled
  834. {5.5, 50, 0.5, 2}, -- Shake values (don't change if you don't know)
  835. 100, -- Shake start distance (from Entity to you)
  836. },
  837. Jumpscare = {
  838. true, -- Enabled/Disabled
  839. {
  840. Image1 = "nil", -- Image1 url
  841. Image2 = "rbxassetid://11278624160", -- Image2 url
  842. Shake = true,
  843. Sound1 = {
  844. 10483790459, -- SoundId
  845. { Volume = 0 }, -- Sound properties
  846. },
  847. Sound2 = {
  848. 10483837590, -- SoundId
  849. { Volume = 1000 }, -- Sound properties
  850. },
  851. Flashing = {
  852. true, -- Enabled/Disabled
  853. Color3.fromRGB(255, 255, 255), -- Color
  854. },
  855. Tease = {
  856. true, -- Enabled/Disabled
  857. Min = 0,
  858. Max = 0,
  859. },
  860. },
  861. },
  862. CustomDialog = {"You died to Trauma...", "Use what you've learned from Rush and Ambush!","This Mob Randomly Spawns Theres No Patten to it"}, -- Custom death message
  863. })
  864.  
  865. -----[[ Advanced ]]-----
  866. ------------------------
  867.  
  868. -- Run the created entity
  869. Creator.runEntity(Trauma)
  870. end
  871. end
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898. pcall(function()
  899. local DepthPas = coroutine.wrap(Depth)
  900. DepthPas()
  901. end)
  902. pcall(function()
  903. local TraumaPas = coroutine.wrap(TraumaSpawn)
  904. TraumaPas()
  905. end)
  906. pcall(function()
  907. local SmilerPas = coroutine.wrap(SmilerSpawn)
  908. SmilerPas()
  909. end)
  910. pcall(function()
  911. local VhsSansPas = coroutine.wrap(VhsSansSpawn)
  912. VhsSansPas()
  913. end)
  914. print("Clicked")
  915. end)
  916. Section:NewButton("Doors Devs troll mod", "ButtonInfo", function()
  917. firesignal(game:GetService("ReplicatedStorage").EntityInfo.Caption.OnClientEvent, 'Dev Troll started',true,2)
  918. wait(1)
  919. firesignal(game:GetService("ReplicatedStorage").EntityInfo.Caption.OnClientEvent, 'Credits to Depth for Making Dev Troll Doors',true,1)
  920. -- Custom Door Sounds
  921. loadstring(game:HttpGet("https://pastebin.com/raw/iAhTGdBh"))()
  922. loadstring(game:HttpGet("https://pastebin.com/raw/6brG9uma"))()
  923.  
  924. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  925.  
  926. -- trollface
  927. coroutine.wrap(function()
  928. while true do
  929. wait(math.random(20,550))
  930. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  931. if workspace:FindFirstChild("SeekMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
  932. wait(1.5)
  933. loadstring(game:HttpGet("https://pastebin.com/raw/bNV4Dz18"))()
  934. end
  935. end
  936. end)()
  937.  
  938. -- trollface
  939. coroutine.wrap(function()
  940. while true do
  941. wait(math.random(55,250))
  942. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  943. wait(0.5)
  944. if workspace:FindFirstChild("SeekMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
  945. loadstring(game:HttpGet("https://pastebin.com/raw/bNV4Dz18"))()
  946. end
  947. end
  948. end)()
  949.  
  950. -- Matcher Mimic
  951. coroutine.wrap(function()
  952. while true do
  953. wait(math.random(105,250))
  954. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  955. workspace.Mimic.MatchMimic1:Destroy()
  956. workspace.Mimic.roast:Destroy()
  957. wait(0.35)
  958. if workspace:FindFirstChild("Matcher") == nil and workspace:FindFirstChild("RushMoving") == nil and workspace:FindFirstChild("Bound") == nil and workspace:FindFirstChild("AmbushMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
  959. loadstring(game:HttpGet("https://raw.githubusercontent.com/check78/Entities/main/MatchMimic.txt"))()
  960. end
  961. end
  962. end)()
  963.  
  964. -- Rebound Mimic
  965. coroutine.wrap(function()
  966. while true do
  967. wait(math.random(155,650))
  968. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  969. workspace.Mimic.BoundMimic1:Destroy()
  970. wait(1.55)
  971. if workspace:FindFirstChild("Matcher") == nil and workspace:FindFirstChild("RushMoving") == nil and workspace:FindFirstChild("Bound") == nil and workspace:FindFirstChild("AmbushMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
  972. loadstring(game:HttpGet("https://raw.githubusercontent.com/check78/Entities/main/BoundMimic.txt"))()
  973. end
  974. end
  975. end)()
  976.  
  977. -- Trollface
  978. coroutine.wrap(function()
  979. while true do
  980. wait(math.random(30,150))
  981. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  982. wait(0.3)
  983. if workspace:FindFirstChild("SeekMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
  984. loadstring(game:HttpGet("https://pastebin.com/raw/bNV4Dz18"))()
  985. end
  986. end
  987. end)()
  988.  
  989. -- Ambush
  990. coroutine.wrap(function()
  991. while true do
  992. wait(math.random(100,750))
  993. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  994. if workspace:FindFirstChild("SeekMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
  995. loadstring(game:HttpGet("https://pastebin.com/raw/5uvkrcyw"))()
  996. end
  997. end
  998. end)()
  999.  
  1000. -- Rush
  1001. coroutine.wrap(function()
  1002. while true do
  1003. wait(math.random(5,3500))
  1004. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  1005. loadstring(game:HttpGet("https://pastebin.com/raw/8Lqvce9u"))()
  1006. end
  1007. end)()
  1008.  
  1009. -- Crucifix
  1010. coroutine.wrap(function()
  1011. while true do
  1012. wait(math.random(160,860))
  1013. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  1014. if workspace:FindFirstChild("SeekMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
  1015. loadstring(game:HttpGet('https://raw.githubusercontent.com/DeividComSono/Scripts/main/Crucifix.lua'))()
  1016. end
  1017. end
  1018. end)()
  1019.  
  1020. -- shocker
  1021. coroutine.wrap(function()
  1022. while true do
  1023. wait(math.random(60,250))
  1024. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  1025. if workspace:FindFirstChild("SeekMoving") == nil and game:GetService("ReplicatedStorage").GameData.LatestRoom.Value ~= 50 then
  1026. local gotshocker = false
  1027. spawn(function()
  1028. while wait(math.random(6,100)) do
  1029. local killed = false
  1030. local ReSt = game:GetService("ReplicatedStorage")
  1031. local Plr = game.Players.LocalPlayer
  1032. local val = 80
  1033. local events = require(game.ReplicatedStorage.ClientModules.Module_Events)
  1034. local cameraShaker = require(game.ReplicatedStorage.CameraShaker)
  1035. local camera = workspace.CurrentCamera
  1036.  
  1037. local camShake = cameraShaker.new(Enum.RenderPriority.Camera.Value, function(cf)
  1038. camera.CFrame = camera.CFrame * cf
  1039. end)
  1040. camShake:Start()
  1041. function GetTime(Distance, Speed)
  1042. -- Time = Distance / Speed
  1043. local Time = Distance / Speed
  1044. return Time
  1045. end
  1046. function GetGitSound(GithubSnd,SoundName)
  1047. local url=GithubSnd
  1048. if not isfile(SoundName..".mp3") then
  1049. writefile(SoundName..".mp3", game:HttpGet(url))
  1050. end
  1051. local sound=Instance.new("Sound")
  1052. sound.SoundId=(getcustomasset or getsynasset)(SoundName..".mp3")
  1053. return sound
  1054. end
  1055. function GetGitModel(ModelUrl,ModelName)
  1056. if not isfile(ModelName..".txt") then writefile(ModelName..".txt", game:HttpGet(ModelUrl)) end
  1057. local a=game:GetObjects((getcustomasset or getsynasset)(ModelName..".txt"))[1]
  1058. a.Name=ModelName
  1059. return a
  1060. end
  1061.  
  1062. local Model = game:GetObjects("rbxassetid://11547803978")[1] ---11547601187
  1063. Model.Parent = workspace
  1064. local Shocker = Model:FindFirstChildWhichIsA("BasePart")
  1065. function IsScreen()
  1066. local isOnScreen = select(2, camera:WorldToViewportPoint(Shocker.Position));
  1067. if isOnScreen then
  1068. return true
  1069. end
  1070. end
  1071. local dead = false
  1072.  
  1073. local offset = Vector3.new(0,0,-math.random(5,20))
  1074. Shocker.CFrame = Plr.Character.HumanoidRootPart.CFrame*CFrame.new(offset)
  1075. Shocker.PlaySound:Play()
  1076.  
  1077. spawn(function()
  1078. wait(2)
  1079. if IsScreen() then
  1080. dead = true
  1081. end
  1082. end)
  1083.  
  1084. repeat wait() until dead == true or not IsScreen()
  1085. if dead == true then
  1086. spawn(function()
  1087. while dead do wait()
  1088. if Plr.Character:FindFirstChildWhichIsA("Humanoid") then
  1089. Plr.Character:FindFirstChildWhichIsA("Humanoid").WalkSpeed = 0
  1090. end
  1091. end
  1092. end)
  1093. Shocker["HORROR SCREAM 15"]:Play()
  1094. game.TweenService:Create(Shocker,TweenInfo.new(0.4,Enum.EasingStyle.Circular,Enum.EasingDirection.In),{CFrame = Plr.Character.HumanoidRootPart.CFrame}):Play()
  1095. wait(0.4)
  1096. Plr.Character:FindFirstChildWhichIsA("Humanoid"):TakeDamage(30)
  1097. camShake:Shake(cameraShaker.Presets.Explosion)
  1098. ReSt.GameStats["Player_".. Plr.Name].Total.DeathCause.Value = "Shocker"
  1099. firesignal(game.ReplicatedStorage.Bricks.DeathHint.OnClientEvent, {"You died to who you call Shocker..","Dont look at it or it stuns you!"})
  1100. game.TweenService:Create(Shocker,TweenInfo.new(0.4,Enum.EasingStyle.Circular,Enum.EasingDirection.In),{CFrame = Shocker.CFrame + Vector3.new(0,-10,0)}):Play()
  1101. game.TweenService:Create(Shocker.PlaySound,TweenInfo.new(1,Enum.EasingStyle.Circular,Enum.EasingDirection.In),{Volume = 0}):Play()
  1102. wait(1)
  1103. Shocker:Destroy()
  1104. wait(2)
  1105. dead = false
  1106. end
  1107.  
  1108. if dead == false then
  1109. if gotshocker == false then gotshocker = true
  1110. getgenv().Title = "Shocking Experience" --Title Here
  1111. getgenv().Description = "Look at me." --Description Here
  1112. getgenv().Reason = "Encounter Shocker." --Reason Here
  1113. getgenv().BadgeId = 2129271052 --Replace Number with Your Badge ID
  1114. getgenv().Category = 10 --You can replace the Category or dont
  1115.  
  1116. local Unlock = require(game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Lobby.RemoteListener.Modules.AchievementUnlock)
  1117. local Achievements = debug.getupvalue(Unlock, 1)
  1118. for i,v in pairs(require(game:GetService("ReplicatedStorage").Achievements)) do
  1119. v.Title = getgenv().Title
  1120. v.Desc = getgenv().Description
  1121. v.Reason = getgenv().Reason
  1122. v.BadgeId = getgenv().BadgeId
  1123. v.Category = getgenv().Category
  1124. end
  1125. spawn(function()
  1126. Unlock(nil,"Join")
  1127. end)
  1128. end
  1129. game.TweenService:Create(Shocker,TweenInfo.new(0.4,Enum.EasingStyle.Circular,Enum.EasingDirection.In),{CFrame = Shocker.CFrame + Vector3.new(0,-20,0)}):Play()
  1130. game.TweenService:Create(Shocker.PlaySound,TweenInfo.new(1,Enum.EasingStyle.Circular,Enum.EasingDirection.In),{Volume = 0}):Play()
  1131. wait(1)
  1132. Shocker:Destroy()
  1133. end
  1134.  
  1135.  
  1136.  
  1137. end
  1138. end)
  1139.  
  1140.  
  1141. local CanSpawn = {
  1142. [1] = true,
  1143. [2] = false,
  1144. [3] = true,
  1145. [4] = true,
  1146. [5] = false,
  1147. [6] = true,
  1148. }
  1149.  
  1150.  
  1151. end
  1152. end
  1153. end)()
  1154.  
  1155.  
  1156. -- No Overseer in Lever Room
  1157. workspace.CurrentRooms[game.ReplicatedStorage.GameData.LatestRoom.Value].Assets.ChildAdded:Connect(function(eye)
  1158. if eye.Name == "LeverForGate" then
  1159. wait(0.6)
  1160. workspace.Overseer:Destroy()
  1161. else
  1162.  
  1163. end
  1164. end)
  1165.  
  1166. -- No Overseer in Seek Chase
  1167. workspace.ChildAdded:Connect(function(seek)
  1168. if seek.Name == "SeekMoving" then
  1169. wait(0.6)
  1170. workspace.Overseer:Destroy()
  1171. else
  1172.  
  1173. end
  1174. end)
  1175.  
  1176. -- No Overseer and Normal Eyes Combo
  1177. workspace.ChildAdded:Connect(function(seek)
  1178. if seek.Name == "Eyes" then
  1179. wait(0.6)
  1180. workspace.Overseer:Destroy()
  1181. else
  1182.  
  1183. end
  1184. end)
  1185.  
  1186. local roast = Instance.new("Sound")
  1187. roast.Parent = workspace
  1188. roast.Name = "Omg"
  1189. roast.SoundId = "rbxassetid://4835664238"
  1190. roast.Volume = 1
  1191. roast.Pitch = 1
  1192. roast.TimePosition = 0.2
  1193. roast:Play()
  1194. local a = game.Players.LocalPlayer.PlayerGui.MainUI
  1195. a.Dialogue.TextScaled = false
  1196. a.Dialogue.TextWrapped = false
  1197. a.Dialogue.Visible = true
  1198. a.Dialogue.TextColor3 = Color3.fromRGB(213, 247, 210)
  1199. a.Dialogue.TextTransparency = 1
  1200. a.Dialogue.Glow.Visible = true
  1201. a.Dialogue.Glow.ImageColor3 = Color3.fromRGB(30, 170, 144)
  1202. a.Dialogue.Glow.ImageTransparency = 1
  1203. a.Dialogue.Text = "Credits to Depth"
  1204. a.Dialogue.TextSize = 100
  1205. a.Dialogue.Glow.Size = UDim2.new(2, 0, 2, 0)
  1206. game.TweenService:Create(a.Dialogue,TweenInfo.new(0.7),{TextTransparency = 0}):Play()
  1207. game.TweenService:Create(a.Dialogue.Glow,TweenInfo.new(0.7),{ImageTransparency = 0}):Play()
  1208. wait(1.5)
  1209. game.TweenService:Create(a.Dialogue,TweenInfo.new(0.7),{TextTransparency = 1}):Play()
  1210. game.TweenService:Create(a.Dialogue.Glow,TweenInfo.new(0.7),{ImageTransparency = 1}):Play()
  1211. wait(0.5)
  1212. game.TweenService:Create(a.Dialogue,TweenInfo.new(0.7),{TextTransparency = 0}):Play()
  1213. game.TweenService:Create(a.Dialogue.Glow,TweenInfo.new(0.7),{ImageTransparency = 0}):Play()
  1214. a.Dialogue.Text = "idk,"
  1215. wait(1.5)
  1216. game.TweenService:Create(a.Dialogue,TweenInfo.new(0.7),{TextTransparency = 1}):Play()
  1217. game.TweenService:Create(a.Dialogue.Glow,TweenInfo.new(0.7),{ImageTransparency = 1}):Play()
  1218. wait(0.5)
  1219. game.TweenService:Create(a.Dialogue,TweenInfo.new(0.7),{TextTransparency = 0}):Play()
  1220. game.TweenService:Create(a.Dialogue.Glow,TweenInfo.new(0.7),{ImageTransparency = 0}):Play()
  1221. a.Dialogue.Text = "[Dev Troll mode]"
  1222. wait(1.5)
  1223. game.TweenService:Create(a.Dialogue,TweenInfo.new(0.7),{TextTransparency = 1}):Play()
  1224. game.TweenService:Create(a.Dialogue.Glow,TweenInfo.new(0.7),{ImageTransparency = 1}):Play()
  1225. local Sounds = Instance.new("Folder")
  1226. Sounds.Name = "Mimic"
  1227. Sounds.Parent = workspace
  1228. print("Clicked")
  1229. end
  1230. Section:NewButton("Chiken mod(execute in elevator)", "ButtonInfo", function()
  1231. loadstring(game:HttpGet("https://raw.githubusercontent.com/iimateiYT/Scripts/main/Chicken%20Mod.lua", true))()
  1232. print("Clicked")
  1233. end)
Advertisement
Add Comment
Please, Sign In to add comment