Advertisement
epicguest

greed fix

Feb 25th, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.64 KB | None | 0 0
  1. if game:GetService("ReplicatedStorage").GameData.LatestRoom.Value > 0 then
  2. print("Loaded After door 1! Please wait for everyone to die")
  3. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  4. Text = "Load Before Door 1",
  5. Color = Color3.fromRGB(255, 0, 0),
  6. Font = Enum.Font.SourceSansBold,
  7. TextSize = 18,
  8. })
  9.  
  10. firesignal(game.ReplicatedStorage.Bricks.DeathHint.OnClientEvent, {"You didn't Load it Before Door 1!","Please Wait for the next round"})
  11. game.ReplicatedStorage.GameStats["Player_".. game.Players.LocalPlayer.Name].Total.DeathCause.Value = "Not Loading Before Door 1"
  12. game.Players.LocalPlayer.Character.Humanoid.Health = -100
  13. return false
  14. end
  15. firesignal(game.ReplicatedStorage.EntityInfo.Caption.OnClientEvent, "INSANITY Mode Executed Thanks For Executing ".. game.Players.LocalPlayer.Name .."!")
  16. wait(9.5)
  17. firesignal(game.ReplicatedStorage.EntityInfo.Caption.OnClientEvent, "INSANITY Mode Says Giving Crucifix To ".. game.Players.LocalPlayer.Name .."!")
  18. wait(10.1)
  19. wait(1.5)
  20. --THIS IS A DIFFERENT VERSION OF THE NORMAL CRUCIFIX! THIS CRUCIFIX WILL FAIL
  21. local usecrucifix1time = true
  22. local function IsVisible(part)
  23. local vec, found=workspace.CurrentCamera:WorldToViewportPoint(part.Position)
  24. local onscreen = found and vec.Z > 0
  25. local cfg = RaycastParams.new()
  26. cfg.FilterType = Enum.RaycastFilterType.Blacklist
  27. cfg.FilterDescendantsInstances = {part}
  28.  
  29. local cast = workspace:Raycast(part.Position, (game.Players.LocalPlayer.Character.UpperTorso.Position - part.Position), cfg)
  30. if onscreen then
  31. if cast and (cast and cast.Instance).Parent==game.Players.LocalPlayer.Character then
  32. return true
  33. end
  34. end
  35. end
  36.  
  37. local Equipped = false
  38.  
  39. -- Edit this --
  40. getgenv().spawnKey = Enum.KeyCode.F4
  41. ---------------
  42.  
  43. -- Services
  44.  
  45. local Players = game:GetService("Players")
  46. local UIS = game:GetService("UserInputService")
  47.  
  48. -- Variables
  49.  
  50. local Plr = Players.LocalPlayer
  51. local Char = Plr.Character or Plr.CharacterAdded:Wait()
  52. local Hum = Char:WaitForChild("Humanoid")
  53. local Root = Char:WaitForChild("HumanoidRootPart")
  54. local RightArm = Char:WaitForChild("RightUpperArm")
  55. local LeftArm = Char:WaitForChild("LeftUpperArm")
  56.  
  57. local RightC1 = RightArm.RightShoulder.C1
  58. local LeftC1 = LeftArm.LeftShoulder.C1
  59.  
  60. local SelfModules = {
  61. Functions = loadstring(
  62. game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Functions.lua")
  63. )(),
  64. CustomShop = loadstring(
  65. game:HttpGet(
  66. "https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Shop%20Items/Source.lua"
  67. )
  68. )(),
  69. }
  70.  
  71. local ModuleScripts = {
  72. MainGame = require(Plr.PlayerGui.MainUI.Initiator.Main_Game),
  73. SeekIntro = require(Plr.PlayerGui.MainUI.Initiator.Main_Game.RemoteListener.Cutscenes.SeekIntro),
  74. }
  75.  
  76. -- Functions
  77.  
  78. local function setupCrucifix(tool)
  79. tool.Equipped:Connect(function()
  80. Equipped = true
  81. Char:SetAttribute("Hiding", true)
  82.  
  83. end)
  84.  
  85. tool.Unequipped:Connect(function()
  86. Equipped = false
  87. Char:SetAttribute("Hiding", nil)
  88. end)
  89. end
  90.  
  91. -- Scripts
  92.  
  93. local CrucifixTool = game:GetObjects("rbxassetid://12441313237")[1]
  94. CrucifixTool.Name = "Crucifix"
  95. CrucifixTool.Parent = game.Players.LocalPlayer.Backpack
  96.  
  97. -- game.UserInputService.InputBegan:Connect(function(input, proc)
  98. -- if proc then return end
  99.  
  100. -- if input.KeyCode == input.KeyCode[getgenv().spawnKey] then
  101. -- local CrucifixTool = game:GetObjects("rbxassetid://11590476113")[1]
  102. -- CrucifixTool.Name = "Crucifix"
  103. -- CrucifixTool.Parent = game.Players.LocalPlayer.Backpack
  104. -- end
  105. -- end)
  106. -- Input handler
  107.  
  108. setupCrucifix(CrucifixTool)
  109.  
  110. local Players = game:GetService("Players")
  111. local UIS = game:GetService("UserInputService")
  112.  
  113. -- Variables
  114. start = false
  115. durability = 100
  116. max = 100
  117. local Plr = Players.LocalPlayer
  118. local Char = Plr.Character or Plr.CharacterAdded:Wait()
  119. local Hum = Char:WaitForChild("Humanoid")
  120. local Root = Char:WaitForChild("HumanoidRootPart")
  121. local tool = CrucifixTool
  122. local handle = CrucifixTool.Handle
  123. local dupeCrucifix = Instance.new("BindableEvent")
  124. local start = true
  125.  
  126.  
  127. local function func(ins)
  128. wait(.01) -- Wait for the attribute
  129. if ins:GetAttribute("IsCustomEntity")==true and ins:GetAttribute("ClonedByCrucifix")~=true then
  130. local Chains = game:GetObjects("rbxassetid://12538489058")[1]
  131. Chains.Parent = workspace
  132. local chained = true
  133. local posTime = false
  134. local rotTime = false
  135. local tweenTime = false
  136. local intFound = true
  137. game:GetService("RunService").RenderStepped:Connect(function()
  138. if Equipped then
  139. if ins.Parent~=nil and ins.PrimaryPart and IsVisible(ins.PrimaryPart) and (Root.Position-ins.PrimaryPart.Position).magnitude <= 25 then
  140.  
  141. local start = false
  142. local handle2 = handle:Clone()
  143. handle2.CFrame = CFrame.lookAt(handle2.Position, ins:FindFirstChild("RushNew").Position)
  144. local Transparency = 1
  145.  
  146. game["Run Service"].Heartbeat:Connect(function()
  147. local Transparency = 1
  148. if not handle2 then
  149. return
  150. elseif not handle2:FindFirstChild("Glow") then
  151. return
  152. elseif not tool then
  153. return
  154. end
  155. if start == true then
  156. acceleration += 0.007
  157.  
  158. handle2.Glow.Orientation += Vector3.new(0,acceleration,0)
  159. if acceleration >= 4.6 then
  160.  
  161. acceleration = 0
  162. local Transparency = 1
  163. game.TweenService
  164. :Create(
  165. handle2.Glow,
  166. TweenInfo.new(0.4),
  167. { Size = handle2.Glow.Size * Vector3.new(2.178, 1.885, 0.407) }
  168. )
  169. :Play()
  170. game.TweenService
  171. :Create(
  172. handle2.Glow,
  173. TweenInfo.new(0.4),
  174. { Transparency = Transparency}
  175. )
  176. :Play()
  177.  
  178.  
  179. end
  180. else
  181. acceleration = 0
  182. handle.Glow.Transparency = 1
  183. end
  184. end)
  185. handle2.Anchored = true
  186. handle2.Parent = workspace
  187. handle2.Transparency = 1
  188. handle2.Glow.Transparency = 0
  189.  
  190. local c=ins:Clone()
  191. c:SetAttribute("ClonedByCrucifix", true)
  192. c.RushNew.Anchored=true
  193. c.Parent=ins.Parent
  194. ins:Destroy()
  195. dupeCrucifix:Fire(6,c.RushNew)
  196.  
  197.  
  198.  
  199. -- Chains.PrimaryPart.Orientation = Chains.PrimaryPart.Orientation + Vector3.new(0, 3, 0)
  200.  
  201. local EntityRoot = c:FindFirstChild("RushNew")
  202. --Made by Nljoram3
  203. game.RunService.RenderStepped:Connect(function()
  204. Chains.Entity.CFrame = EntityRoot.CFrame
  205. end)
  206.  
  207. game.RunService.RenderStepped:Connect(function()
  208. start = true
  209. if start == true then
  210. acceleration += 0.0003
  211. handle2.Glow.Orientation += Vector3.new(0,acceleration,0)
  212. handle2.Anchored = true
  213. if acceleration >= 40.6 then
  214. local Transparency = 1
  215. game.TweenService
  216. :Create(
  217. handle2.Glow,
  218. TweenInfo.new(0.4),
  219. { Size = handle2.Glow.Size * Vector3.new(2.178, 1.885, 0.407) }
  220. )
  221. :Play()
  222. game.TweenService
  223. :Create(
  224. handle2.Glow,
  225. TweenInfo.new(0.4),
  226. { Transparency = Transparency}
  227. )
  228. :Play()
  229. end
  230. else
  231.  
  232. end
  233. end)
  234.  
  235. if usecrucifix1time == true then
  236. handle.Parent:Destroy()
  237. end
  238.  
  239. if EntityRoot then
  240. Chains:PivotTo(EntityRoot.CFrame - Vector3.new(0,3,0))
  241. handle2.SoundFail:Play()
  242.  
  243. ModuleScripts.MainGame.camShaker:ShakeOnce(9, 25, 0.7, 0.7)
  244. game.TweenService
  245. :Create(
  246. handle2,
  247. TweenInfo.new(1),
  248. { CFrame = handle2.CFrame * CFrame.new(0, 3, -3) }
  249. )
  250. :Play()
  251.  
  252. task.wait(1.35)
  253.  
  254.  
  255.  
  256.  
  257. task.wait(1)
  258. ModuleScripts.MainGame.camShaker:ShakeOnce(7, 25, 3, 2)
  259. task.wait(1)
  260.  
  261.  
  262.  
  263. task.wait(0.7)
  264. game.TweenService
  265. :Create(
  266. handle2.Glow,
  267. TweenInfo.new(2),
  268. { Color = Color3.fromRGB(205, 90, 90) }
  269. )
  270. :Play()
  271. task.wait(0.9)
  272. Chains:Destroy()
  273. wait(1.4)
  274. game.TweenService
  275. :Create(
  276. EntityRoot,
  277. TweenInfo.new(1),
  278. { CFrame = EntityRoot.CFrame * game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame }
  279. )
  280. :Play()
  281. local Spawner = loadstring(game:HttpGet('https://raw.githubusercontent.com/MuhXd/DoorSuff/main/OtherSuff/DoorEntitySpawn%2BSource'))()
  282.  
  283.  
  284. -- Create entity
  285. local entityTable = Spawner.createEntity({
  286. CustomName = "Strong entity", -- Custom name of your entity
  287. Model = "rbxassetid://6315211671", -- Can be GitHub file or rbxassetid
  288. Speed = 10000, -- Percentage, 100 = default Rush speed
  289. DelayTime = 0, -- Time before starting cycles (seconds)
  290. HeightOffset = 0,
  291. CanKill = true,
  292. KillRange = 30,
  293. BackwardsMovement = false,
  294. BreakLights = false,
  295. FlickerLights = {
  296. false, -- Enabled/Disabled
  297. 1, -- Time (seconds)
  298. },
  299. Cycles = {
  300. Min = 1,
  301. Max = 1,
  302. WaitTime = 1,
  303. },
  304. CamShake = {
  305. true, -- Enabled/Disabled
  306. {3.5, 20, 0.1, 1}, -- Shake values (don't change if you don't know)
  307. 100, -- Shake start distance (from Entity to you)
  308. },
  309. Jumpscare = {
  310. false, -- Enabled/Disabled
  311. {
  312. Image1 = "rbxassetid:/11401298168", -- Image1 url
  313. Image2 = "rbxassetid://11401297072", -- Image2 url
  314. Shake = true,
  315. Sound1 = {
  316. 10483790459, -- SoundId
  317. { Volume = 0.5 }, -- Sound properties
  318. },
  319. Sound2 = {
  320. 10483837590, -- SoundId
  321. { Volume = 0 }, -- Sound properties
  322. },
  323. Flashing = {
  324. false, -- Enabled/Disabled
  325. Color3.fromRGB(255, 255, 255), -- Color
  326. },
  327. Tease = {
  328. false, -- Enabled/Disabled
  329. Min = 1,
  330. Max = 3,
  331. },
  332. },
  333. },
  334. Color = 'Yellow', -- CuriousLight ( Yellow ) | CuriousLight ( Yellow )
  335. CustomDialog = {{"You died t-", "STRONG ENTITY? BUT HOW", "LSPLASH DIDNT RELEASED HIM YET..", "AND YOU TRIED TO CRUCIFIX HIM?", "You should get banned..."}}, -- Custom death message
  336. })
  337.  
  338.  
  339.  
  340. -- Run the created entity
  341. Spawner.runEntity(entityTable)
  342. wait(3)
  343. handle2:Destroy()
  344. end
  345. end
  346. end
  347. end)
  348. elseif ins.Name=="Eyes" then
  349.  
  350. local CrucifixTool = game.Players.LocalPlayer.Character:FindFirstChild("Crucifix")
  351. local tool = CrucifixTool
  352. local handle = CrucifixTool.Handle
  353. local handle2 = handle:Clone()
  354. handle2.Anchored = true
  355. local start = false
  356. local c=ins
  357. task.spawn(function()
  358. repeat task.wait() until IsVisible(c.Core) and Equipped and c.Core.Attachment.Eyes.Enabled==true
  359. local pos=c.Core.Position
  360. dupeCrucifix:Fire(18.364, c.Core)
  361. task.spawn(function()
  362. local Chains = game:GetObjects("rbxassetid://11555754461")[1]
  363. Chains.Parent = workspace
  364. game.RunService.RenderStepped:Connect(function()
  365. wait(0.01)
  366. Chains.Base.CFrame = Chains.Base.CFrame * CFrame.fromEulerAnglesXYZ(0,0,0.006)
  367. end)
  368.  
  369. handle2.Anchored = true
  370. handle2.Parent = workspace
  371. handle2.Transparency = 1
  372. handle2.Glow.Transparency = 0
  373. game.TweenService
  374. :Create(
  375. handle2,
  376. TweenInfo.new(1),
  377. { CFrame = handle2.CFrame * CFrame.new(0, 3, -3) }
  378. )
  379. :Play()
  380. Chains:PivotTo(c.Core.CFrame - Vector3.new(0,6.9,0))
  381. Chains.Chain1.Attachment:FindFirstChildOfClass("Beam").Attachment1 = c.Core.Attachment
  382. Chains.Chain2.Attachment:FindFirstChildOfClass("Beam").Attachment1 = c.Core.Attachment
  383. Chains.Chain3.Attachment:FindFirstChildOfClass("Beam").Attachment1 = c.Core.Attachment
  384. Chains.Chain4.Attachment:FindFirstChildOfClass("Beam").Attachment1 = c.Core.Attachment
  385.  
  386.  
  387. c:SetAttribute("Killing", true)
  388. ModuleScripts.MainGame.camShaker:ShakeOnce(10, 10, 5, 0.15)
  389. handle2.Charge:Play()
  390. wait(2)
  391. c.Core.Initiate:Stop()
  392. for i=1,3 do
  393. c.Core.Repent:Play()
  394. c.Core.Attachment.Angry.Enabled=true
  395. ModuleScripts.MainGame.camShaker:ShakeOnce(8, 8, 1.3, 0.15)
  396. delay(c.Core.Repent.TimeLength, function() c.Core.Attachment.Angry.Enabled=false end)
  397. wait(2.5)
  398. end
  399. c.Core.Scream:Play();
  400. ModuleScripts.MainGame.camShaker:ShakeOnce(8, 8, c.Core.Scream.TimeLength, 0.15);
  401. (c.Core:FindFirstChild"whisper" or c.Core:FindFirstChild"Ambience"):Stop()
  402. for _, l in pairs(c:GetDescendants()) do
  403. if l:IsA("PointLight") then
  404. l.Enabled=false
  405. end
  406. end
  407. game:GetService("TweenService"):Create(c.Core, TweenInfo.new(3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), {
  408. CFrame=CFrame.new(c.Core.CFrame.X, c.Core.CFrame.Y-12, c.Core.CFrame.Z)
  409. }):Play()
  410.  
  411. end)
  412.  
  413. local col=game.Players.LocalPlayer.Character.Collision
  414.  
  415. local function CFrameToOrientation(cf)
  416. local x, y, z = cf:ToOrientation()
  417. return Vector3.new(math.deg(x), math.deg(y), math.deg(z))
  418. end
  419.  
  420. while c.Parent~=nil and c.Core.Attachment.Eyes.Enabled==true do
  421. -- who's the boss now huh?
  422. col.Orientation = CFrameToOrientation(CFrame.lookAt(col.Position, pos)*CFrame.Angles(0, math.pi, 0))
  423. task.wait()
  424. end
  425. end)
  426. elseif ins.Name=="Shade" and ins.Parent==workspace.CurrentCamera and ins:GetAttribute("ClonedByCrucifix")==nil then
  427. task.spawn(function()
  428. repeat task.wait() until IsVisible(ins) and (Root.Position-ins.Position).Magnitude <= 12.5 and Equipped
  429.  
  430. local clone = ins:Clone()
  431.  
  432. clone.CFrame = ins.CFrame
  433. clone.Parent = ins.Parent
  434. clone.Anchored = true
  435.  
  436. ins:Remove()
  437.  
  438. dupeCrucifix:Fire(13, ins)
  439. ModuleScripts.MainGame.camShaker:ShakeOnce(40, 10, 5, 0.15)
  440.  
  441.  
  442.  
  443. for _, thing in pairs(clone:GetDescendants()) do
  444. if thing:IsA("SpotLight") then
  445. game:GetService("TweenService"):Create(thing, TweenInfo.new(5), {
  446. Brightness=thing.Brightness*5
  447. }):Play()
  448. elseif thing:IsA("Sound") and thing.Name~="Burst" then
  449. game:GetService("TweenService"):Create(thing, TweenInfo.new(5), {
  450. Volume=0
  451. }):Play()
  452. elseif thing:IsA("TouchTransmitter") then thing:Destroy() end
  453. end
  454.  
  455. for _, pc in pairs(clone:GetDescendants()) do
  456. if pc:IsA("ParticleEmitter") then
  457. pc.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 4)), ColorSequenceKeypoint.new(0.48, Color3.fromRGB(182, 0, 3)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 0, 4))}
  458. end
  459. end
  460.  
  461. local Original_color = {}
  462.  
  463. local light
  464. light = game.Lighting["Ambience_Shade"]
  465. game:GetService("TweenService"):Create(light, TweenInfo.new(1), {
  466.  
  467.  
  468. }):Play()
  469.  
  470. wait(5)
  471.  
  472. clone.Burst.PlaybackSpeed=0.5
  473. clone.Burst:Stop()
  474. clone.Burst:Play()
  475. light.TintColor = Color3.fromRGB(215,253,255)
  476. game:GetService("TweenService"):Create(clone, TweenInfo.new(6), {
  477. CFrame=CFrame.new(clone.CFrame.X, clone.CFrame.Y-12, clone.CFrame.Z)
  478. }):Play()
  479. wait(8.2)
  480.  
  481. game:GetService("Debris"):AddItem(clone, 0)
  482. game.ReplicatedStorage.Bricks.ShadeResult:FireServer()
  483. end)
  484. end
  485. end
  486.  
  487. workspace.ChildAdded:Connect(func)
  488. workspace.CurrentCamera.ChildAdded:Connect(func)
  489. for _, thing in pairs(workspace:GetChildren()) do
  490. func(thing)
  491. end
  492. dupeCrucifix.Event:Connect(function(time, entityRoot)
  493. local Cross = game:GetObjects("rbxassetid://12421557552")[1]
  494. Cross.Parent = workspace
  495.  
  496. local fakeCross = Cross.Handle
  497.  
  498. -- fakeCross:FindFirstChild("EffectLight").Enabled = true
  499.  
  500. ModuleScripts.MainGame.camShaker:ShakeOnce(35, 25, 0.15, 0.15)
  501. -- you tell me i didnt make?
  502. fakeCross.CFrame = CFrame.lookAt(CrucifixTool.Handle.Position, entityRoot.Position)
  503.  
  504. -- hl.Parent = model
  505. -- hl.FillTransparency = 1
  506. -- hl.OutlineColor = Color3.fromRGB(75, 177, 255)
  507. fakeCross.Anchored = true
  508.  
  509. CrucifixTool:Destroy()
  510.  
  511. -- for i, v in pairs(fakeCross:GetChildren()) do
  512. -- if v.Name == "E" and v:IsA("BasePart") then
  513. -- v.Transparency = 0
  514. -- v.CanCollide = false
  515. -- end
  516. -- if v:IsA("Motor6D") then
  517. -- v.Name = "Motor6D"
  518. -- end
  519. -- end
  520.  
  521. task.wait(time)
  522. fakeCross.Anchored = false
  523. fakeCross.CanCollide = true
  524. task.wait(0.5)
  525. Cross:Remove()
  526. end)
  527. wait(0.5)
  528.  
  529.  
  530. --entities
  531. wait(40)
  532. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors%20Entity%20Spawner/Source.lua"))()
  533. -- Create entity
  534. -- Entity Settings
  535. local entity = Creator.createEntity({
  536. CustomName = "A-60.", -- Custom name of your entity
  537. Model = "rbxassetid:////11573495258", -- Can be GitHub file or rbxassetid
  538. Speed = 200, -- Percentage, 100 = default Rush speed
  539. DelayTime = 2.2, -- Time before starting cycles (seconds)
  540. HeightOffset = 0,
  541. CanKill = true,
  542. KillRange = 160,
  543. BreakLights = false,
  544. BackwardsMovement = false,
  545. FlickerLights = {
  546. false, -- Enabled/Disabled
  547. 0, -- Time (seconds)
  548. },
  549. Cycles = {
  550. Min = 1,
  551. Max = 1,
  552. WaitTime = 0,
  553. },
  554. CamShake = {
  555. true, -- Enabled/Disabled
  556. {3.5, 20, 0.1, 1}, -- Shake values (don't change if you don't know)
  557. 100, -- Shake start distance (from Entity to you)
  558. },
  559. Jumpscare = {
  560. false, -- Enabled/Disabled
  561. {
  562. Image1 = "rbxassetid://11826898835", -- Image1 url
  563. Image2 = "rbxassetid://11826898835", -- Image2 url
  564. Shake = true,
  565. Sound1 = {
  566. 363015349, -- SoundId
  567. { Volume = 10 }, -- Sound properties
  568. },
  569. Sound2 = {
  570. 5298720651, -- SoundId
  571. { Volume = 10 }, -- Sound properties
  572. },
  573. Flashing = {
  574. true, -- Enabled/Disabled
  575. Color3.fromRGB(255, 0, 0), -- Color
  576. },
  577. Tease = {
  578. true, -- Enabled/Disabled
  579. Min = 4,
  580. Max = 4,
  581. },
  582. },
  583. },
  584. CustomDialog = {"You died to who you call a-60.", "You can tell his presence by the lights.", "Hide when he does this!"}, -- Custom death message
  585. })
  586.  
  587. -----[[ Advanced ]]-----
  588. entity.Debug.OnEntitySpawned = function(entityTable)
  589. print("Entity has spawned:", entityTable.Model)
  590. end
  591.  
  592. entity.Debug.OnEntityDespawned = function(entityTable)
  593. local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
  594.  
  595. -- Creates and displays your custom achievement
  596. Achievements.Get({
  597. Title = "out of many rebounds!",
  598. Desc = "huh?! where did this come from?",
  599. Reason = "encounter A-60",
  600. Image = "12485176658",
  601. })
  602. end
  603.  
  604. entity.Debug.OnEntityStartMoving = function(entityTable)
  605. print("Entity has started moving:", entityTable.Model)
  606. end
  607.  
  608. entity.Debug.OnEntityFinishedRebound = function(entityTable)
  609. print("Entity has finished rebound:", entityTable.Model)
  610. end
  611.  
  612. entity.Debug.OnEntityEnteredRoom = function(entityTable, room)
  613. print("Entity:", entityTable.Model, "has entered room:", room)
  614. end
  615.  
  616. entity.Debug.OnLookAtEntity = function(entityTable)
  617. print("Player has looked at entity:", entityTable.Model)
  618. end
  619.  
  620. entity.Debug.OnDeath = function(entityTable)
  621. warn("Player has died.")
  622. end
  623. ------------------------
  624.  
  625. -- Run the created entity
  626. Creator.runEntity(entity)
  627. wait(60)
  628.  
  629. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors%20Entity%20Spawner/Source.lua"))()
  630. -- Create entity
  631.  
  632. game.Lighting.MainColorCorrection.TintColor = Color3.fromRGB(255, 0, 0)
  633. game.Lighting.MainColorCorrection.Contrast = 1
  634. local tween = game:GetService("TweenService")
  635. tween:Create(game.Lighting.MainColorCorrection, TweenInfo.new(2.5), {Contrast = 0}):Play()
  636. local TweenService = game:GetService("TweenService")
  637. local TW = TweenService:Create(game.Lighting.MainColorCorrection, TweenInfo.new(80),{TintColor = Color3.fromRGB(256, 256, 256)})
  638. TW:Play()
  639.  
  640. local entity = Creator.createEntity({
  641. CustomName = "DREAD", -- Custom name of your entity
  642. Model = "rbxassetid:////12409937936", -- Can be GitHub file or rbxassetid
  643. Speed = 16, -- Percentage, 100 = default Rush speed
  644. DelayTime = 2.2, -- Time before starting cycles (seconds)
  645. HeightOffset = 0,
  646. CanKill = true,
  647. KillRange = 160,
  648. BreakLights = false,
  649. BackwardsMovement = false,
  650. FlickerLights = {
  651. false, -- Enabled/Disabled
  652. 0, -- Time (seconds)
  653. },
  654. Cycles = {
  655. Min = 1,
  656. Max = 1,
  657. WaitTime = 0,
  658. },
  659. CamShake = {
  660. true, -- Enabled/Disabled
  661. {3.5, 20, 0.1, 1}, -- Shake values (don't change if you don't know)
  662. 100, -- Shake start distance (from Entity to you)
  663. },
  664. Jumpscare = {
  665. false, -- Enabled/Disabled
  666. {
  667. Image1 = "rbxassetid://11826898835", -- Image1 url
  668. Image2 = "rbxassetid://11826898835", -- Image2 url
  669. Shake = true,
  670. Sound1 = {
  671. 363015349, -- SoundId
  672. { Volume = 10 }, -- Sound properties
  673. },
  674. Sound2 = {
  675. 5298720651, -- SoundId
  676. { Volume = 10 }, -- Sound properties
  677. },
  678. Flashing = {
  679. true, -- Enabled/Disabled
  680. Color3.fromRGB(255, 0, 0), -- Color
  681. },
  682. Tease = {
  683. true, -- Enabled/Disabled
  684. Min = 4,
  685. Max = 4,
  686. },
  687. },
  688. },
  689. CustomDialog = {"You died to who you call dread...", "You can tell his presence by the lights.", "Hide when he does this!"}, -- Custom death message
  690. })
  691.  
  692. -----[[ Advanced ]]-----
  693. entity.Debug.OnEntitySpawned = function(entityTable)
  694. print("Entity has spawned:", entityTable.Model)
  695. end
  696.  
  697. entity.Debug.OnEntityDespawned = function(entityTable)
  698. local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
  699.  
  700. -- Creates and displays your custom achievement
  701. Achievements.Get({
  702. Title = "im looking for you...",
  703. Desc = "shhhhhh.",
  704. Reason = "Encounter dread..",
  705. Image = "12485176658",
  706. })
  707. end
  708.  
  709. entity.Debug.OnEntityStartMoving = function(entityTable)
  710. print("Entity has started moving:", entityTable.Model)
  711. end
  712.  
  713. entity.Debug.OnEntityFinishedRebound = function(entityTable)
  714. print("Entity has finished rebound:", entityTable.Model)
  715. end
  716.  
  717. entity.Debug.OnEntityEnteredRoom = function(entityTable, room)
  718. print("Entity:", entityTable.Model, "has entered room:", room)
  719. end
  720.  
  721. entity.Debug.OnLookAtEntity = function(entityTable)
  722. print("Player has looked at entity:", entityTable.Model)
  723. end
  724.  
  725. entity.Debug.OnDeath = function(entityTable)
  726. warn("Player has died.")
  727. end
  728. ------------------------
  729.  
  730. -- Run the created entity
  731. Creator.runEntity(entity)
  732. wait(20)
  733. game.Lighting.Brightness = 0
  734. wait(4.4)
  735. game.Lighting.Brightness = 0
  736. wait(2.5)
  737. game.Lighting.Brightness = 0
  738. wait(3.5)
  739. game.Lighting.Brightness = 0
  740. wait(4.5)
  741. game.Lighting.Brightness = 0
  742. wait(5.5)
  743. game.Lighting.Brightness = 0
  744. wait(6.5)
  745. game.Lighting.Brightness = 0
  746. wait(7.5)
  747. game.Lighting.Brightness = 0
  748. wait(8.5)
  749. game.Lighting.Brightness = 0
  750. wait(9.5)
  751.  
  752.  
  753. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors%20Entity%20Spawner/Source.lua"))()
  754. -- Create entity
  755.  
  756. game.Lighting.MainColorCorrection.TintColor = Color3.fromRGB(255, 0, 0)
  757. game.Lighting.MainColorCorrection.Contrast = 1
  758. local tween = game:GetService("TweenService")
  759. tween:Create(game.Lighting.MainColorCorrection, TweenInfo.new(2.5), {Contrast = 0}):Play()
  760. local TweenService = game:GetService("TweenService")
  761. local TW = TweenService:Create(game.Lighting.MainColorCorrection, TweenInfo.new(80),{TintColor = Color3.fromRGB(255, 255, 255)})
  762. TW:Play()
  763.  
  764. local entity = Creator.createEntity({
  765. CustomName = "Ripper", -- Custom name of your entity
  766. Model = "rbxassetid://12442746275", -- Can be GitHub file or rbxassetid
  767. Speed = 185, -- Percentage, 100 = default Rush speed
  768. DelayTime = 9.8, -- Time before starting cycles (seconds)
  769. HeightOffset = 9,
  770. CanKill = true,
  771. KillRange = 40,
  772. BreakLights = false,
  773. BackwardsMovement = false,
  774. FlickerLights = {
  775. false, -- Enabled/Disabled
  776. 0, -- Time (seconds)
  777. },
  778. Cycles = {
  779. Min = 1,
  780. Max = 1,
  781. WaitTime = 1,
  782. },
  783. CamShake = {
  784. true, -- Enabled/Disabled
  785. {3.5, 20, 0.1, 1}, -- Shake values (don't change if you don't know)
  786. 100, -- Shake start distance (from Entity to you)
  787. },
  788. Jumpscare = {
  789. true, -- Enabled/Disabled
  790. {
  791. Image1 = "rbxassetid://11826279255", -- Image1 url
  792. Image2 = "rbxassetid://8158384019", -- Image2 url
  793. Shake = true,
  794. Sound1 = {
  795. 4067643809, -- SoundId
  796. { Volume = 10 }, -- Sound properties
  797. },
  798. Sound2 = {
  799. 4067643809, -- SoundId
  800. { Volume = 10 }, -- Sound properties
  801. },
  802. Flashing = {
  803. true, -- Enabled/Disabled
  804. Color3.fromRGB(255, 0, 0), -- Color
  805. },
  806. Tease = {
  807. true, -- Enabled/Disabled
  808. Min = 4,
  809. Max = 4,
  810. },
  811. },
  812. },
  813. CustomDialog = {"You died to who you call Ripper.", "You can tell his presence by the lights and his scream.", "Hide when he does this!"}, -- Custom death message
  814. })
  815.  
  816. -----[[ Advanced ]]-----
  817. entity.Debug.OnEntitySpawned = function(entityTable)
  818. print("Entity has spawned:", entityTable.Model)
  819. end
  820.  
  821. entity.Debug.OnEntityDespawned = function(entityTable)
  822. local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
  823.  
  824. -- Creates and displays your custom achievement
  825. Achievements.Get({
  826. Title = "Torn Apart",
  827. Desc = "Dont leave too early.",
  828. Reason = "Encounter The Kings Friend.",
  829. Image = "12231244908",
  830. })
  831. end
  832.  
  833. entity.Debug.OnEntityStartMoving = function(entityTable)
  834. print("Entity has started moving:", entityTable.Model)
  835. end
  836.  
  837. entity.Debug.OnEntityFinishedRebound = function(entityTable)
  838. print("Entity has finished rebound:", entityTable.Model)
  839. end
  840.  
  841. entity.Debug.OnEntityEnteredRoom = function(entityTable, room)
  842. print("Entity:", entityTable.Model, "has entered room:", room)
  843. end
  844.  
  845. entity.Debug.OnLookAtEntity = function(entityTable)
  846. print("Player has looked at entity:", entityTable.Model)
  847. end
  848.  
  849. entity.Debug.OnDeath = function(entityTable)
  850. warn("Player has died.")
  851. end
  852. ------------------------
  853.  
  854. -- Run the created entity
  855. Creator.runEntity(entity)
  856. wait(10)
  857.  
  858. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors%20Entity%20Spawner/Source.lua"))()
  859. -- Create entity
  860.  
  861. game.Lighting.MainColorCorrection.TintColor = Color3.fromRGB(255, 0, 0)
  862. game.Lighting.MainColorCorrection.Contrast = 1
  863. local tween = game:GetService("TweenService")
  864. tween:Create(game.Lighting.MainColorCorrection, TweenInfo.new(2.5), {Contrast = 0}):Play()
  865. local TweenService = game:GetService("TweenService")
  866. local TW = TweenService:Create(game.Lighting.MainColorCorrection, TweenInfo.new(80),{TintColor = Color3.fromRGB(256, 256, 256)})
  867. TW:Play()
  868.  
  869. local entity = Creator.createEntity({
  870. CustomName = "greed", -- Custom name of your entity
  871. Model = "rbxassetid:////12450734296", -- Can be GitHub file or rbxassetid
  872. Speed = 60, -- Percentage, 100 = default Rush speed
  873. DelayTime = 2.2, -- Time before starting cycles (seconds)
  874. HeightOffset = 0,
  875. CanKill = true,
  876. KillRange = 170,
  877. BreakLights = false,
  878. BackwardsMovement = true,
  879. FlickerLights = {
  880. false, -- Enabled/Disabled
  881. 0, -- Time (seconds)
  882. },
  883. Cycles = {
  884. Min = 1,
  885. Max = 1,
  886. WaitTime = 0,
  887. },
  888. CamShake = {
  889. true, -- Enabled/Disabled
  890. {3.5, 20, 0.1, 1}, -- Shake values (don't change if you don't know)
  891. 100, -- Shake start distance (from Entity to you)
  892. },
  893. Jumpscare = {
  894. false, -- Enabled/Disabled
  895. {
  896. Image1 = "rbxassetid://11826898835", -- Image1 url
  897. Image2 = "rbxassetid://11826898835", -- Image2 url
  898. Shake = true,
  899. Sound1 = {
  900. 363015349, -- SoundId
  901. { Volume = 10 }, -- Sound properties
  902. },
  903. Sound2 = {
  904. 5298720651, -- SoundId
  905. { Volume = 10 }, -- Sound properties
  906. },
  907. Flashing = {
  908. true, -- Enabled/Disabled
  909. Color3.fromRGB(255, 0, 0), -- Color
  910. },
  911. Tease = {
  912. true, -- Enabled/Disabled
  913. Min = 4,
  914. Max = 4,
  915. },
  916. },
  917. },
  918. CustomDialog = {"You died to who you call greed...", "You can tell his presence by the lights.", "Hide when he does this!"}, -- Custom death message
  919. })
  920.  
  921. -----[[ Advanced ]]-----
  922. entity.Debug.OnEntitySpawned = function(entityTable)
  923. print("Entity has spawned:", entityTable.Model)
  924. end
  925.  
  926. entity.Debug.OnEntityDespawned = function(entityTable)
  927. local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
  928.  
  929. -- Creates and displays your custom achievement
  930. Achievements.Get({
  931. Title = "greediness",
  932. Desc = "stop being greedy!!.",
  933. Reason = "Encounter greed",
  934. Image = "12485176658",
  935. })
  936. end
  937.  
  938. entity.Debug.OnEntityStartMoving = function(entityTable)
  939. print("Entity has started moving:", entityTable.Model)
  940. end
  941.  
  942. entity.Debug.OnEntityFinishedRebound = function(entityTable)
  943. print("Entity has finished rebound:", entityTable.Model)
  944. end
  945.  
  946. entity.Debug.OnEntityEnteredRoom = function(entityTable, room)
  947. print("Entity:", entityTable.Model, "has entered room:", room)
  948. end
  949.  
  950. entity.Debug.OnLookAtEntity = function(entityTable)
  951. print("Player has looked at entity:", entityTable.Model)
  952. end
  953.  
  954. entity.Debug.OnDeath = function(entityTable)
  955. warn("Player has died.")
  956. end
  957. ------------------------
  958.  
  959. -- Run the created entity
  960. Creator.runEntity(entity)
  961. wait(20)
  962.  
  963. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors%20Entity%20Spawner/Source.lua"))()
  964. -- Create entity
  965.  
  966. game.Lighting.MainColorCorrection.TintColor = Color3.fromRGB(255, 0, 0)
  967. game.Lighting.MainColorCorrection.Contrast = 1
  968. local tween = game:GetService("TweenService")
  969. tween:Create(game.Lighting.MainColorCorrection, TweenInfo.new(2.5), {Contrast = 0}):Play()
  970. local TweenService = game:GetService("TweenService")
  971. local TW = TweenService:Create(game.Lighting.MainColorCorrection, TweenInfo.new(80),{TintColor = Color3.fromRGB(256, 256, 256)})
  972. TW:Play()
  973.  
  974. local entity = Creator.createEntity({
  975. CustomName = "chime", -- Custom name of your entity
  976. Model = "rbxassetid://11594794635", -- Can be GitHub file or rbxassetid
  977. Speed = 0, -- Percentage, 100 = default Rush speed
  978. DelayTime = 2.2, -- Time before starting cycles (seconds)
  979. HeightOffset = 0,
  980. CanKill = true,
  981. KillRange = 6,
  982. BreakLights = false,
  983. BackwardsMovement = true,
  984. FlickerLights = {
  985. false, -- Enabled/Disabled
  986. 0, -- Time (seconds)
  987. },
  988. Cycles = {
  989. Min = 1,
  990. Max = 1,
  991. WaitTime = 0,
  992. },
  993. CamShake = {
  994. true, -- Enabled/Disabled
  995. {3.5, 20, 0.1, 1}, -- Shake values (don't change if you don't know)
  996. 100, -- Shake start distance (from Entity to you)
  997. },
  998. Jumpscare = {
  999. false, -- Enabled/Disabled
  1000. {
  1001. Image1 = "rbxassetid://11826898835", -- Image1 url
  1002. Image2 = "rbxassetid://11826898835", -- Image2 url
  1003. Shake = true,
  1004. Sound1 = {
  1005. 363015349, -- SoundId
  1006. { Volume = 10 }, -- Sound properties
  1007. },
  1008. Sound2 = {
  1009. 5298720651, -- SoundId
  1010. { Volume = 10 }, -- Sound properties
  1011. },
  1012. Flashing = {
  1013. true, -- Enabled/Disabled
  1014. Color3.fromRGB(255, 0, 0), -- Color
  1015. },
  1016. Tease = {
  1017. true, -- Enabled/Disabled
  1018. Min = 4,
  1019. Max = 4,
  1020. },
  1021. },
  1022. },
  1023. CustomDialog = {"You died to who you call chime...", "You can tell his presence by the lights.", "Hide when he does this!"}, -- Custom death message
  1024. })
  1025.  
  1026. -----[[ Advanced ]]-----
  1027. entity.Debug.OnEntitySpawned = function(entityTable)
  1028. print("Entity has spawned:", entityTable.Model)
  1029. end
  1030.  
  1031. entity.Debug.OnEntityDespawned = function(entityTable)
  1032. local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
  1033.  
  1034. -- Creates and displays your custom achievement
  1035. Achievements.Get({
  1036. Title = "tick tock tick tock",
  1037. Desc = "CHIME!",
  1038. Reason = "Encounter chime",
  1039. Image = "12485176658",
  1040. })
  1041. end
  1042.  
  1043. entity.Debug.OnEntityStartMoving = function(entityTable)
  1044. print("Entity has started moving:", entityTable.Model)
  1045. end
  1046.  
  1047. entity.Debug.OnEntityFinishedRebound = function(entityTable)
  1048. print("Entity has finished rebound:", entityTable.Model)
  1049. end
  1050.  
  1051. entity.Debug.OnEntityEnteredRoom = function(entityTable, room)
  1052. print("Entity:", entityTable.Model, "has entered room:", room)
  1053. end
  1054.  
  1055. entity.Debug.OnLookAtEntity = function(entityTable)
  1056. print("Player has looked at entity:", entityTable.Model)
  1057. end
  1058.  
  1059. entity.Debug.OnDeath = function(entityTable)
  1060. warn("Player has died.")
  1061. end
  1062. ------------------------
  1063.  
  1064. -- Run the created entity
  1065. Creator.runEntity(entity)
  1066. wait(20)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement