Advertisement
DE_Speedruns

Untitled

Feb 20th, 2024 (edited)
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.63 KB | None | 0 0
  1. local Reboundcolor = Instance.new("ColorCorrectionEffect",game.Lighting) game.Debris:AddItem(Reboundcolor,24)
  2. Reboundcolor.Name = "Warn"
  3. Reboundcolor.TintColor = Color3.fromRGB(65, 138, 255) Reboundcolor.Saturation = -0.7 Reboundcolor.Contrast = 0.2
  4. game.TweenService:Create(Reboundcolor,TweenInfo.new(15),{TintColor = Color3.fromRGB(255, 255, 255),Saturation = 0, Contrast = 0}):Play()
  5. local TweenService = game:GetService("TweenService")
  6. local TW = TweenService:Create(game.Lighting.MainColorCorrection, TweenInfo.new(5),{TintColor = Color3.fromRGB(255, 255, 255)})
  7. TW:Play()
  8. local cue1 = Instance.new("Sound")
  9. cue1.Parent = game.Workspace
  10. cue1.Name = "Scream"
  11. cue1.SoundId = "rbxassetid://9114397505"
  12. local distort = Instance.new("DistortionSoundEffect")
  13. distort.Parent = cue1
  14. distort.Level = 1
  15. local distort2 = Instance.new("DistortionSoundEffect")
  16. distort2.Parent = cue1
  17. distort2.Level = 1
  18. local pitch = Instance.new("PitchShiftSoundEffect")
  19. pitch.Parent = cue1
  20. pitch.Octave = 0.5
  21. local pitch2 = Instance.new("PitchShiftSoundEffect")
  22. pitch2.Parent = cue1
  23. pitch2.Octave = 0.5
  24. local pitch3 = Instance.new("PitchShiftSoundEffect")
  25. pitch3.Parent = cue1
  26. pitch3.Octave = 0.5
  27. cue1.Volume = 0.1
  28. cue1:Play()
  29. local cue2 = Instance.new("Sound")
  30. cue2.Parent = game.Workspace
  31. cue2.Name = "Spawn"
  32. cue2.SoundId = "rbxassetid://9114221327"
  33. cue2.Volume = 3
  34. cue2:Play()
  35. local CameraShaker = require(game.ReplicatedStorage.CameraShaker)
  36. local camara = game.Workspace.CurrentCamera
  37. local camShake = CameraShaker.new(Enum.RenderPriority.Camera.Value, function(shakeCf)
  38. camara.CFrame = camara.CFrame * shakeCf
  39. end)
  40. camShake:Start()
  41. camShake:ShakeOnce(10,3,0.1,6,2,0.5)
  42. wait(2.8)
  43.  
  44. function GetGitSound(GithubSnd,SoundName)
  45. local url=GithubSnd
  46. if not isfile(SoundName..".mp3") then
  47. writefile(SoundName..".mp3", game:HttpGet(url))
  48. end
  49. local sound=Instance.new("Sound")
  50. sound.SoundId=(getcustomasset or getsynasset)(SoundName..".mp3")
  51. return sound
  52. end
  53.  
  54. local scare = Instance.new("Sound")
  55. scare.Parent = game.Workspace
  56. scare.Name = "MyEarsBurn"
  57. scare.SoundId = "rbxassetid://5567523008"
  58. scare.PlaybackSpeed = 3
  59. scare.Volume = 1
  60.  
  61. local shift = Instance.new("PitchShiftSoundEffect")
  62. shift.Octave = 0.5
  63. shift.Parent = scare
  64.  
  65. local distort = Instance.new("DistortionSoundEffect")
  66. distort.Parent = scare
  67. distort.Level = 1
  68.  
  69. local TweenService = game:GetService("TweenService")
  70. local spookee = TweenService:Create(scare, TweenInfo.new(0.3),{Volume = 0})
  71.  
  72. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/Potato032/Random/main/FuqPlsWork.lua"))()
  73.  
  74. -- Create entity
  75.  
  76. local entity = Creator.createEntity({
  77. CustomName = "Rebound", -- Custom name of your entity
  78. Model = "rbxassetid://11403433995", -- Can be GitHub file or rbxassetid
  79. Speed = 170, -- Percentage, 100 = default Rush speed
  80. DelayTime = 1.4, -- Time before starting cycles (seconds)
  81. HeightOffset = 0,
  82. CanKill = true,
  83. BreakLights = false,
  84. KillRange = 40,
  85. BackwardsMovement = true,
  86. FlickerLights = {
  87. false, -- Enabled
  88. 2.5, -- Time (seconds)
  89. },
  90. Cycles = {
  91. Min = 1,
  92. Max = 1
  93. },
  94. CamShake = {
  95. true, -- Enabled
  96. {5, 15, 0.1, 1}, -- Shake values (don't change if you don't know)
  97. 100, -- Shake start distance (from Entity to you)
  98. },
  99. Jumpscare = {
  100. false, -- Enabled ('false' if you don't want jumpscare)
  101. {
  102. Image1 = "https://www.roblox.com/library/11862656491", -- Image1 url
  103. Image2 = "https://www.roblox.com/library/11862656491", -- Image2 url
  104. Shake = false,
  105. Sound1 = {
  106. 0, -- SoundId
  107. { Volume = 0.5 }, -- Sound properties
  108. },
  109. Sound2 = {
  110. 5567523008, -- SoundId
  111. { Volume = 0.5 }, -- Sound properties
  112. },
  113. Flashing = {
  114. true, -- Enabled
  115. Color3.fromRGB(6, 38, 135), -- Color
  116. },
  117. Tease = {
  118. false, -- Enabled ('false' if you don't want tease)
  119. Min = 1,
  120. Max = 3,
  121. },
  122. },
  123. },
  124. CustomDialog = {"You died to Rebound...", "It appears at the next door and has a chance to stay there or run back to the latest door.", "He will come back many times after his initial spawn", "so hide every next door until it is safe.."}, -- Custom death message (can be as long as you want)
  125. })
  126.  
  127. -----[[ Advanced ]]-----
  128.  
  129. entity.Debug.OnEntityEnteredRoom = function(room)
  130. print("Entity:", entity, "has entered room:", room)
  131. Speed = 0
  132. wait(2)
  133. Speed = 170
  134. end
  135.  
  136. entity.Debug.OnEntitySpawned = function(entityModel)
  137. print("Entity has spawned:", entityModel)
  138. local TweenService = game:GetService("TweenService")
  139. local bruh = workspace.Rebound.RushNew
  140. local spawn = Instance.new("Sound")
  141. spawn.Parent = bruh
  142. spawn.Name = "ReboundSpawn"
  143. spawn.SoundId = "rbxassetid://9114221327"
  144. spawn.Volume = 5
  145. spawn.RollOffMaxDistance = 10000
  146. spawn.RollOffMinDistance = 450
  147. spawn:Play()
  148. local move = GetGitSound("https://github.com/check78/worldcuuuup/blob/main/DoomBegin.mp3?raw=true","Reboun")
  149. move.Parent = bruh
  150. move.Volume = 0
  151. local vroom = TweenService:Create(move, TweenInfo.new(1),{Volume = 1})
  152. local distort = Instance.new("DistortionSoundEffect")
  153. distort.Level = 0.9
  154. distort.Parent = move
  155. local eq = Instance.new("EqualizerSoundEffect")
  156. eq.HighGain = -60
  157. eq.MidGain = 10
  158. eq.LowGain = 10
  159. eq.Parent = move
  160. move.RollOffMaxDistance = 350
  161. move.RollOffMinDistance = 10
  162. wait(0.7)
  163. vroom:Play()
  164. move:Play()
  165. wait(13)
  166. workspace.Rebound:Destroy()
  167. end
  168.  
  169. entity.Debug.OnEntityDespawned = function(entityModel)
  170. print("Entity has despawned:", entityModel)
  171. end
  172.  
  173. entity.Debug.OnEntityStartMoving = function(entityModel)
  174. print("Entity has started moving:", entityModel)
  175. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  176. wait(5)
  177.  
  178. function GetGitSound(GithubSnd,SoundName)
  179. local url=GithubSnd
  180. if not isfile(SoundName..".mp3") then
  181. writefile(SoundName..".mp3", game:HttpGet(url))
  182. end
  183. local sound=Instance.new("Sound")
  184. sound.SoundId=(getcustomasset or getsynasset)(SoundName..".mp3")
  185. return sound
  186. end
  187.  
  188. local scare = Instance.new("Sound")
  189. scare.Parent = game.Workspace
  190. scare.Name = "MyEarsBurn"
  191. scare.SoundId = "rbxassetid://5567523008"
  192. scare.PlaybackSpeed = 3
  193. scare.Volume = 1
  194.  
  195. local shift = Instance.new("PitchShiftSoundEffect")
  196. shift.Octave = 0.5
  197. shift.Parent = scare
  198.  
  199. local distort = Instance.new("DistortionSoundEffect")
  200. distort.Parent = scare
  201. distort.Level = 1
  202.  
  203. local TweenService = game:GetService("TweenService")
  204. local spookee = TweenService:Create(scare, TweenInfo.new(0.3),{Volume = 0})
  205.  
  206. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/Potato032/Random/main/FuqPlsWork.lua"))()
  207.  
  208. -- Create entity
  209.  
  210. local entity = Creator.createEntity({
  211. CustomName = "Rebound", -- Custom name of your entity
  212. Model = "rbxassetid://11403433995", -- Can be GitHub file or rbxassetid
  213. Speed = 170, -- Percentage, 100 = default Rush speed
  214. DelayTime = 3, -- Time before starting cycles (seconds)
  215. HeightOffset = 0,
  216. CanKill = true,
  217. BreakLights = false,
  218. KillRange = 40,
  219. BackwardsMovement = true,
  220. FlickerLights = {
  221. false, -- Enabled
  222. 2.5, -- Time (seconds)
  223. },
  224. Cycles = {
  225. Min = 1,
  226. Max = 1
  227. },
  228. CamShake = {
  229. true, -- Enabled
  230. {5, 15, 0.1, 1}, -- Shake values (don't change if you don't know)
  231. 100, -- Shake start distance (from Entity to you)
  232. },
  233. Jumpscare = {
  234. false, -- Enabled ('false' if you don't want jumpscare)
  235. {
  236. Image1 = "https://www.roblox.com/library/11862656491", -- Image1 url
  237. Image2 = "https://www.roblox.com/library/11862656491", -- Image2 url
  238. Shake = false,
  239. Sound1 = {
  240. 0, -- SoundId
  241. { Volume = 0.5 }, -- Sound properties
  242. },
  243. Sound2 = {
  244. 5567523008, -- SoundId
  245. { Volume = 0.5 }, -- Sound properties
  246. },
  247. Flashing = {
  248. true, -- Enabled
  249. Color3.fromRGB(6, 38, 135), -- Color
  250. },
  251. Tease = {
  252. false, -- Enabled ('false' if you don't want tease)
  253. Min = 1,
  254. Max = 3,
  255. },
  256. },
  257. },
  258. CustomDialog = {"You died to Rebound...", "It appears at the next door and has a chance to stay there or run back to the latest door.", "He will come back many times after his initial spawn", "so hide every next door until it is safe.."}, -- Custom death message (can be as long as you want)
  259. })
  260.  
  261. -----[[ Advanced ]]-----
  262.  
  263. entity.Debug.OnEntityEnteredRoom = function(room)
  264. print("Entity:", entity, "has entered room:", room)
  265. Speed = 0
  266. wait(2)
  267. Speed = 170
  268. end
  269.  
  270. entity.Debug.OnEntitySpawned = function(entityModel)
  271. print("Entity has spawned:", entityModel)
  272. local TweenService = game:GetService("TweenService")
  273. local bruh = workspace.Rebound.RushNew
  274. local spawn = Instance.new("Sound")
  275. spawn.Parent = bruh
  276. spawn.Name = "ReboundSpawn"
  277. spawn.SoundId = "rbxassetid://9114221327"
  278. spawn.Volume = 5
  279. spawn.RollOffMaxDistance = 10000
  280. spawn.RollOffMinDistance = 450
  281. spawn:Play()
  282. local move = GetGitSound("https://github.com/check78/worldcuuuup/blob/main/DoomBegin.mp3?raw=true","Reboun")
  283. move.Parent = bruh
  284. move.Volume = 0
  285. local vroom = TweenService:Create(move, TweenInfo.new(1),{Volume = 1})
  286. local distort = Instance.new("DistortionSoundEffect")
  287. distort.Level = 0.9
  288. distort.Parent = move
  289. local eq = Instance.new("EqualizerSoundEffect")
  290. eq.HighGain = -60
  291. eq.MidGain = 10
  292. eq.LowGain = 10
  293. eq.Parent = move
  294. move.RollOffMaxDistance = 350
  295. move.RollOffMinDistance = 10
  296. wait(0.7)
  297. vroom:Play()
  298. move:Play()
  299. wait(13)
  300. workspace.Rebound:Destroy()
  301. end
  302.  
  303. entity.Debug.OnEntityDespawned = function(entityModel)
  304. print("Entity has despawned:", entityModel)
  305. end
  306.  
  307. entity.Debug.OnEntityStartMoving = function(entityModel)
  308. print("Entity has started moving:", entityModel)
  309. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  310. wait(5)
  311.  
  312. function GetGitSound(GithubSnd,SoundName)
  313. local url=GithubSnd
  314. if not isfile(SoundName..".mp3") then
  315. writefile(SoundName..".mp3", game:HttpGet(url))
  316. end
  317. local sound=Instance.new("Sound")
  318. sound.SoundId=(getcustomasset or getsynasset)(SoundName..".mp3")
  319. return sound
  320. end
  321.  
  322. local scare = Instance.new("Sound")
  323. scare.Parent = game.Workspace
  324. scare.Name = "MyEarsBurn"
  325. scare.SoundId = "rbxassetid://5567523008"
  326. scare.PlaybackSpeed = 3
  327. scare.Volume = 1
  328.  
  329. local shift = Instance.new("PitchShiftSoundEffect")
  330. shift.Octave = 0.5
  331. shift.Parent = scare
  332.  
  333. local distort = Instance.new("DistortionSoundEffect")
  334. distort.Parent = scare
  335. distort.Level = 1
  336.  
  337. local TweenService = game:GetService("TweenService")
  338. local spookee = TweenService:Create(scare, TweenInfo.new(0.3),{Volume = 0})
  339.  
  340. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/Potato032/Random/main/FuqPlsWork.lua"))()
  341.  
  342. -- Create entity
  343.  
  344. local entity = Creator.createEntity({
  345. CustomName = "Rebound", -- Custom name of your entity
  346. Model = "rbxassetid://11403433995", -- Can be GitHub file or rbxassetid
  347. Speed = 170, -- Percentage, 100 = default Rush speed
  348. DelayTime = 2.2, -- Time before starting cycles (seconds)
  349. HeightOffset = 0,
  350. CanKill = true,
  351. BreakLights = false,
  352. KillRange = 40,
  353. BackwardsMovement = true,
  354. FlickerLights = {
  355. false, -- Enabled
  356. 2.5, -- Time (seconds)
  357. },
  358. Cycles = {
  359. Min = 1,
  360. Max = 1
  361. },
  362. CamShake = {
  363. true, -- Enabled
  364. {5, 15, 0.1, 1}, -- Shake values (don't change if you don't know)
  365. 100, -- Shake start distance (from Entity to you)
  366. },
  367. Jumpscare = {
  368. false, -- Enabled ('false' if you don't want jumpscare)
  369. {
  370. Image1 = "https://www.roblox.com/library/11862656491", -- Image1 url
  371. Image2 = "https://www.roblox.com/library/11862656491", -- Image2 url
  372. Shake = false,
  373. Sound1 = {
  374. 0, -- SoundId
  375. { Volume = 0.5 }, -- Sound properties
  376. },
  377. Sound2 = {
  378. 5567523008, -- SoundId
  379. { Volume = 0.5 }, -- Sound properties
  380. },
  381. Flashing = {
  382. true, -- Enabled
  383. Color3.fromRGB(6, 38, 135), -- Color
  384. },
  385. Tease = {
  386. false, -- Enabled ('false' if you don't want tease)
  387. Min = 1,
  388. Max = 3,
  389. },
  390. },
  391. },
  392. CustomDialog = {"You died to Rebound...", "It appears at the next door and has a chance to stay there or run back to the latest door.", "He will come back many times after his initial spawn", "so hide every next door until it is safe.."}, -- Custom death message (can be as long as you want)
  393. })
  394.  
  395. -----[[ Advanced ]]-----
  396.  
  397. entity.Debug.OnEntityEnteredRoom = function(room)
  398. print("Entity:", entity, "has entered room:", room)
  399. Speed = 0
  400. wait(2)
  401. Speed = 170
  402. end
  403.  
  404. entity.Debug.OnEntitySpawned = function(entityModel)
  405. print("Entity has spawned:", entityModel)
  406. local TweenService = game:GetService("TweenService")
  407. local bruh = workspace.Rebound.RushNew
  408. local spawn = Instance.new("Sound")
  409. spawn.Parent = bruh
  410. spawn.Name = "ReboundSpawn"
  411. spawn.SoundId = "rbxassetid://9114221327"
  412. spawn.Volume = 5
  413. spawn.RollOffMaxDistance = 10000
  414. spawn.RollOffMinDistance = 450
  415. spawn:Play()
  416. local move = GetGitSound("https://github.com/check78/worldcuuuup/blob/main/DoomBegin.mp3?raw=true","Reboun")
  417. move.Parent = bruh
  418. move.Volume = 0
  419. local vroom = TweenService:Create(move, TweenInfo.new(1),{Volume = 1})
  420. local distort = Instance.new("DistortionSoundEffect")
  421. distort.Level = 0.9
  422. distort.Parent = move
  423. local eq = Instance.new("EqualizerSoundEffect")
  424. eq.HighGain = -60
  425. eq.MidGain = 10
  426. eq.LowGain = 10
  427. eq.Parent = move
  428. move.RollOffMaxDistance = 350
  429. move.RollOffMinDistance = 10
  430. wait(0.7)
  431. vroom:Play()
  432. move:Play()
  433. wait(13)
  434. workspace.Rebound:Destroy()
  435. end
  436.  
  437. entity.Debug.OnEntityDespawned = function(entityModel)
  438. print("Entity has despawned:", entityModel)
  439. end
  440.  
  441. entity.Debug.OnEntityStartMoving = function(entityModel)
  442. print("Entity has started moving:", entityModel)
  443. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  444. wait(5)
  445.  
  446. function GetGitSound(GithubSnd,SoundName)
  447. local url=GithubSnd
  448. if not isfile(SoundName..".mp3") then
  449. writefile(SoundName..".mp3", game:HttpGet(url))
  450. end
  451. local sound=Instance.new("Sound")
  452. sound.SoundId=(getcustomasset or getsynasset)(SoundName..".mp3")
  453. return sound
  454. end
  455.  
  456. local scare = Instance.new("Sound")
  457. scare.Parent = game.Workspace
  458. scare.Name = "MyEarsBurn"
  459. scare.SoundId = "rbxassetid://5567523008"
  460. scare.PlaybackSpeed = 3
  461. scare.Volume = 1
  462.  
  463. local shift = Instance.new("PitchShiftSoundEffect")
  464. shift.Octave = 0.5
  465. shift.Parent = scare
  466.  
  467. local distort = Instance.new("DistortionSoundEffect")
  468. distort.Parent = scare
  469. distort.Level = 1
  470.  
  471. local TweenService = game:GetService("TweenService")
  472. local spookee = TweenService:Create(scare, TweenInfo.new(0.3),{Volume = 0})
  473.  
  474. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/Potato032/Random/main/FuqPlsWork.lua"))()
  475.  
  476. -- Create entity
  477.  
  478. local entity = Creator.createEntity({
  479. CustomName = "Rebound", -- Custom name of your entity
  480. Model = "rbxassetid://11403433995", -- Can be GitHub file or rbxassetid
  481. Speed = 170, -- Percentage, 100 = default Rush speed
  482. DelayTime = 2.2, -- Time before starting cycles (seconds)
  483. HeightOffset = 0,
  484. CanKill = true,
  485. BreakLights = false,
  486. KillRange = 40,
  487. BackwardsMovement = true,
  488. FlickerLights = {
  489. false, -- Enabled
  490. 2.5, -- Time (seconds)
  491. },
  492. Cycles = {
  493. Min = 1,
  494. Max = 1
  495. },
  496. CamShake = {
  497. true, -- Enabled
  498. {5, 15, 0.1, 1}, -- Shake values (don't change if you don't know)
  499. 100, -- Shake start distance (from Entity to you)
  500. },
  501. Jumpscare = {
  502. false, -- Enabled ('false' if you don't want jumpscare)
  503. {
  504. Image1 = "https://www.roblox.com/library/11862656491", -- Image1 url
  505. Image2 = "https://www.roblox.com/library/11862656491", -- Image2 url
  506. Shake = false,
  507. Sound1 = {
  508. 0, -- SoundId
  509. { Volume = 0.5 }, -- Sound properties
  510. },
  511. Sound2 = {
  512. 5567523008, -- SoundId
  513. { Volume = 0.5 }, -- Sound properties
  514. },
  515. Flashing = {
  516. true, -- Enabled
  517. Color3.fromRGB(6, 38, 135), -- Color
  518. },
  519. Tease = {
  520. false, -- Enabled ('false' if you don't want tease)
  521. Min = 1,
  522. Max = 3,
  523. },
  524. },
  525. },
  526. CustomDialog = {"You died to Rebound...", "It appears at the next door and has a chance to stay there or run back to the latest door.", "He will come back many times after his initial spawn", "so hide every next door until it is safe.."}, -- Custom death message (can be as long as you want)
  527. })
  528.  
  529. -----[[ Advanced ]]-----
  530.  
  531. entity.Debug.OnEntityEnteredRoom = function(room)
  532. print("Entity:", entity, "has entered room:", room)
  533. Speed = 0
  534. wait(2)
  535. Speed = 170
  536. end
  537.  
  538. entity.Debug.OnEntitySpawned = function(entityModel)
  539. print("Entity has spawned:", entityModel)
  540. local TweenService = game:GetService("TweenService")
  541. local bruh = workspace.Rebound.RushNew
  542. local spawn = Instance.new("Sound")
  543. spawn.Parent = bruh
  544. spawn.Name = "ReboundSpawn"
  545. spawn.SoundId = "rbxassetid://9114221327"
  546. spawn.Volume = 5
  547. spawn.RollOffMaxDistance = 10000
  548. spawn.RollOffMinDistance = 450
  549. spawn:Play()
  550. local move = GetGitSound("https://github.com/check78/worldcuuuup/blob/main/DoomBegin.mp3?raw=true","Reboun")
  551. move.Parent = bruh
  552. move.Volume = 0
  553. local vroom = TweenService:Create(move, TweenInfo.new(1),{Volume = 1})
  554. local distort = Instance.new("DistortionSoundEffect")
  555. distort.Level = 0.9
  556. distort.Parent = move
  557. local eq = Instance.new("EqualizerSoundEffect")
  558. eq.HighGain = -60
  559. eq.MidGain = 10
  560. eq.LowGain = 10
  561. eq.Parent = move
  562. move.RollOffMaxDistance = 350
  563. move.RollOffMinDistance = 10
  564. wait(0.7)
  565. vroom:Play()
  566. move:Play()
  567. wait(13)
  568. workspace.Rebound:Destroy()
  569. end
  570.  
  571. entity.Debug.OnEntityDespawned = function(entityModel)
  572. print("Entity has despawned:", entityModel)
  573. end
  574.  
  575. entity.Debug.OnEntityStartMoving = function(entityModel)
  576. print("Entity has started moving:", entityModel)
  577. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  578. wait(5)
  579.  
  580. function GetGitSound(GithubSnd,SoundName)
  581. local url=GithubSnd
  582. if not isfile(SoundName..".mp3") then
  583. writefile(SoundName..".mp3", game:HttpGet(url))
  584. end
  585. local sound=Instance.new("Sound")
  586. sound.SoundId=(getcustomasset or getsynasset)(SoundName..".mp3")
  587. return sound
  588. end
  589.  
  590. local scare = Instance.new("Sound")
  591. scare.Parent = game.Workspace
  592. scare.Name = "MyEarsBurn"
  593. scare.SoundId = "rbxassetid://5567523008"
  594. scare.PlaybackSpeed = 3
  595. scare.Volume = 1
  596.  
  597. local shift = Instance.new("PitchShiftSoundEffect")
  598. shift.Octave = 0.5
  599. shift.Parent = scare
  600.  
  601. local distort = Instance.new("DistortionSoundEffect")
  602. distort.Parent = scare
  603. distort.Level = 1
  604.  
  605. local TweenService = game:GetService("TweenService")
  606. local spookee = TweenService:Create(scare, TweenInfo.new(0.3),{Volume = 0})
  607.  
  608. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/Potato032/Random/main/FuqPlsWork.lua"))()
  609.  
  610. -- Create entity
  611.  
  612. local entity = Creator.createEntity({
  613. CustomName = "Rebound", -- Custom name of your entity
  614. Model = "rbxassetid://11403433995", -- Can be GitHub file or rbxassetid
  615. Speed = 170, -- Percentage, 100 = default Rush speed
  616. DelayTime = 2.2, -- Time before starting cycles (seconds)
  617. HeightOffset = 0,
  618. CanKill = true,
  619. BreakLights = false,
  620. KillRange = 40,
  621. BackwardsMovement = true,
  622. FlickerLights = {
  623. false, -- Enabled
  624. 2.5, -- Time (seconds)
  625. },
  626. Cycles = {
  627. Min = 1,
  628. Max = 1
  629. },
  630. CamShake = {
  631. true, -- Enabled
  632. {5, 15, 0.1, 1}, -- Shake values (don't change if you don't know)
  633. 100, -- Shake start distance (from Entity to you)
  634. },
  635. Jumpscare = {
  636. false, -- Enabled ('false' if you don't want jumpscare)
  637. {
  638. Image1 = "https://www.roblox.com/library/11862656491", -- Image1 url
  639. Image2 = "https://www.roblox.com/library/11862656491", -- Image2 url
  640. Shake = false,
  641. Sound1 = {
  642. 0, -- SoundId
  643. { Volume = 0.5 }, -- Sound properties
  644. },
  645. Sound2 = {
  646. 5567523008, -- SoundId
  647. { Volume = 0.5 }, -- Sound properties
  648. },
  649. Flashing = {
  650. true, -- Enabled
  651. Color3.fromRGB(6, 38, 135), -- Color
  652. },
  653. Tease = {
  654. false, -- Enabled ('false' if you don't want tease)
  655. Min = 1,
  656. Max = 3,
  657. },
  658. },
  659. },
  660. CustomDialog = {"You died to Rebound...", "It appears at the next door and has a chance to stay there or run back to the latest door.", "He will come back many times after his initial spawn", "so hide every next door until it is safe.."}, -- Custom death message (can be as long as you want)
  661. })
  662.  
  663. -----[[ Advanced ]]-----
  664.  
  665. entity.Debug.OnEntityEnteredRoom = function(room)
  666. print("Entity:", entity, "has entered room:", room)
  667. Speed = 0
  668. wait(2)
  669. Speed = 170
  670. end
  671.  
  672. entity.Debug.OnEntitySpawned = function(entityModel)
  673. print("Entity has spawned:", entityModel)
  674. local TweenService = game:GetService("TweenService")
  675. local bruh = workspace.Rebound.RushNew
  676. local spawn = Instance.new("Sound")
  677. spawn.Parent = bruh
  678. spawn.Name = "ReboundSpawn"
  679. spawn.SoundId = "rbxassetid://9114221327"
  680. spawn.Volume = 5
  681. spawn.RollOffMaxDistance = 10000
  682. spawn.RollOffMinDistance = 450
  683. spawn:Play()
  684. local move = GetGitSound("https://github.com/check78/worldcuuuup/blob/main/DoomBegin.mp3?raw=true","Reboun")
  685. move.Parent = bruh
  686. move.Volume = 0
  687. local vroom = TweenService:Create(move, TweenInfo.new(1),{Volume = 1})
  688. local distort = Instance.new("DistortionSoundEffect")
  689. distort.Level = 0.9
  690. distort.Parent = move
  691. local eq = Instance.new("EqualizerSoundEffect")
  692. eq.HighGain = -60
  693. eq.MidGain = 10
  694. eq.LowGain = 10
  695. eq.Parent = move
  696. move.RollOffMaxDistance = 350
  697. move.RollOffMinDistance = 10
  698. wait(0.7)
  699. vroom:Play()
  700. move:Play()
  701. wait(13)
  702. workspace.Rebound:Destroy()
  703. end
  704.  
  705. entity.Debug.OnEntityDespawned = function(entityModel)
  706. print("Entity has despawned:", entityModel)
  707. end
  708.  
  709. entity.Debug.OnEntityStartMoving = function(entityModel)
  710. print("Entity has started moving:", entityModel)
  711. game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
  712. wait(5)
  713.  
  714. function GetGitSound(GithubSnd,SoundName)
  715. local url=GithubSnd
  716. if not isfile(SoundName..".mp3") then
  717. writefile(SoundName..".mp3", game:HttpGet(url))
  718. end
  719. local sound=Instance.new("Sound")
  720. sound.SoundId=(getcustomasset or getsynasset)(SoundName..".mp3")
  721. return sound
  722. end
  723.  
  724. local scare = Instance.new("Sound")
  725. scare.Parent = game.Workspace
  726. scare.Name = "MyEarsBurn"
  727. scare.SoundId = "rbxassetid://5567523008"
  728. scare.PlaybackSpeed = 3
  729. scare.Volume = 1
  730.  
  731. local shift = Instance.new("PitchShiftSoundEffect")
  732. shift.Octave = 0.5
  733. shift.Parent = scare
  734.  
  735. local distort = Instance.new("DistortionSoundEffect")
  736. distort.Parent = scare
  737. distort.Level = 1
  738.  
  739. local TweenService = game:GetService("TweenService")
  740. local spookee = TweenService:Create(scare, TweenInfo.new(0.3),{Volume = 0})
  741.  
  742. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/Potato032/Random/main/FuqPlsWork.lua"))()
  743.  
  744. -- Create entity
  745.  
  746. local entity = Creator.createEntity({
  747. CustomName = "Rebound", -- Custom name of your entity
  748. Model = "rbxassetid://11403433995", -- Can be GitHub file or rbxassetid
  749. Speed = 170, -- Percentage, 100 = default Rush speed
  750. DelayTime = 2.2, -- Time before starting cycles (seconds)
  751. HeightOffset = 0,
  752. CanKill = true,
  753. BreakLights = false,
  754. KillRange = 40,
  755. BackwardsMovement = true,
  756. FlickerLights = {
  757. false, -- Enabled
  758. 2.5, -- Time (seconds)
  759. },
  760. Cycles = {
  761. Min = 1,
  762. Max = 1
  763. },
  764. CamShake = {
  765. true, -- Enabled
  766. {5, 15, 0.1, 1}, -- Shake values (don't change if you don't know)
  767. 100, -- Shake start distance (from Entity to you)
  768. },
  769. Jumpscare = {
  770. false, -- Enabled ('false' if you don't want jumpscare)
  771. {
  772. Image1 = "https://www.roblox.com/library/11862656491", -- Image1 url
  773. Image2 = "https://www.roblox.com/library/11862656491", -- Image2 url
  774. Shake = false,
  775. Sound1 = {
  776. 0, -- SoundId
  777. { Volume = 0.5 }, -- Sound properties
  778. },
  779. Sound2 = {
  780. 5567523008, -- SoundId
  781. { Volume = 0.5 }, -- Sound properties
  782. },
  783. Flashing = {
  784. true, -- Enabled
  785. Color3.fromRGB(6, 38, 135), -- Color
  786. },
  787. Tease = {
  788. false, -- Enabled ('false' if you don't want tease)
  789. Min = 1,
  790. Max = 3,
  791. },
  792. },
  793. },
  794. CustomDialog = {"You died to Rebound...", "It appears at the next door and has a chance to stay there or run back to the latest door.", "He will come back many times after his initial spawn", "so hide every next door until it is safe.."}, -- Custom death message (can be as long as you want)
  795. })
  796.  
  797. -----[[ Advanced ]]-----
  798.  
  799. entity.Debug.OnEntityEnteredRoom = function(room)
  800. print("Entity:", entity, "has entered room:", room)
  801. Speed = 0
  802. wait(2)
  803. Speed = 170
  804. end
  805.  
  806. entity.Debug.OnEntitySpawned = function(entityModel)
  807. print("Entity has spawned:", entityModel)
  808. local TweenService = game:GetService("TweenService")
  809. local bruh = workspace.Rebound.RushNew
  810. local spawn = Instance.new("Sound")
  811. spawn.Parent = bruh
  812. spawn.Name = "ReboundSpawn"
  813. spawn.SoundId = "rbxassetid://9114221327"
  814. spawn.Volume = 5
  815. spawn.RollOffMaxDistance = 10000
  816. spawn.RollOffMinDistance = 450
  817. spawn:Play()
  818. local move = GetGitSound("https://github.com/check78/worldcuuuup/blob/main/DoomBegin.mp3?raw=true","Reboun")
  819. move.Parent = bruh
  820. move.Volume = 0
  821. local vroom = TweenService:Create(move, TweenInfo.new(1),{Volume = 1})
  822. local distort = Instance.new("DistortionSoundEffect")
  823. distort.Level = 0.9
  824. distort.Parent = move
  825. local eq = Instance.new("EqualizerSoundEffect")
  826. eq.HighGain = -60
  827. eq.MidGain = 10
  828. eq.LowGain = 10
  829. eq.Parent = move
  830. move.RollOffMaxDistance = 350
  831. move.RollOffMinDistance = 10
  832. wait(0.7)
  833. vroom:Play()
  834. move:Play()
  835. wait(13)
  836. workspace.Rebound:Destroy()
  837. end
  838.  
  839. entity.Debug.OnEntityDespawned = function(entityModel)
  840. print("Entity has despawned:", entityModel)
  841. end
  842.  
  843. entity.Debug.OnEntityStartMoving = function(entityModel)
  844. print("Entity has started moving:", entityModel)
  845. end
  846.  
  847. entity.Debug.OnEntityFinishedRebound = function(entityModel)
  848. print("Entity finished rebound:", entityModel)
  849. end
  850.  
  851. entity.Debug.OnDeath = function()
  852. warn("You died.")
  853.  
  854. firesignal(game.ReplicatedStorage.EntityInfo.DeathHint.OnClientEvent, {"You died to Rebound...", "It appears at the next door and has a chance to stay there or run back to the latest door.", "He will come back many times after his initial spawn", "so hide every next door until it is safe.."}, "Blue")
  855.  
  856. local ReSt = game.ReplicatedStorage
  857. local Plr = game.Players.LocalPlayer
  858.  
  859. scare:Play()
  860. ReSt.GameStats["Player_".. Plr.Name].Total.DeathCause.Value = "Rebound"
  861. wait(0.5)
  862. spookee:Play()
  863. wait(1)
  864. scare:Destroy()
  865.  
  866. end
  867.  
  868. ------------------------
  869.  
  870. -- Run the created entity
  871. Creator.runEntity(entity)
  872. end
  873.  
  874. entity.Debug.OnEntityFinishedRebound = function(entityModel)
  875. print("Entity finished rebound:", entityModel)
  876. end
  877.  
  878. entity.Debug.OnDeath = function()
  879. warn("You died.")
  880.  
  881. firesignal(game.ReplicatedStorage.EntityInfo.DeathHint.OnClientEvent, {"You died to Rebound...", "It appears at the next door and has a chance to stay there or run back to the latest door.", "He will come back many times after his initial spawn", "so hide every next door until it is safe.."}, "Blue")
  882.  
  883. local ReSt = game.ReplicatedStorage
  884. local Plr = game.Players.LocalPlayer
  885.  
  886. scare:Play()
  887. ReSt.GameStats["Player_".. Plr.Name].Total.DeathCause.Value = "Rebound"
  888. wait(0.5)
  889. spookee:Play()
  890. wait(1)
  891. scare:Destroy()
  892.  
  893. end
  894.  
  895. ------------------------
  896.  
  897. -- Run the created entity
  898. Creator.runEntity(entity)
  899. end
  900.  
  901. entity.Debug.OnEntityFinishedRebound = function(entityModel)
  902. print("Entity finished rebound:", entityModel)
  903. end
  904.  
  905. entity.Debug.OnDeath = function()
  906. warn("You died.")
  907.  
  908. firesignal(game.ReplicatedStorage.EntityInfo.DeathHint.OnClientEvent, {"You died to Rebound...", "It appears at the next door and has a chance to stay there or run back to the latest door.", "He will come back many times after his initial spawn", "so hide every next door until it is safe.."}, "Blue")
  909.  
  910. local ReSt = game.ReplicatedStorage
  911. local Plr = game.Players.LocalPlayer
  912.  
  913. scare:Play()
  914. ReSt.GameStats["Player_".. Plr.Name].Total.DeathCause.Value = "Rebound"
  915. wait(0.5)
  916. spookee:Play()
  917. wait(1)
  918. scare:Destroy()
  919.  
  920. end
  921.  
  922. ------------------------
  923.  
  924. -- Run the created entity
  925. Creator.runEntity(entity)
  926. end
  927.  
  928. entity.Debug.OnEntityFinishedRebound = function(entityModel)
  929. print("Entity finished rebound:", entityModel)
  930. end
  931.  
  932. entity.Debug.OnDeath = function()
  933. warn("You died.")
  934.  
  935. firesignal(game.ReplicatedStorage.EntityInfo.DeathHint.OnClientEvent, {"You died to Rebound...", "It appears at the next door and has a chance to stay there or run back to the latest door.", "He will come back many times after his initial spawn", "so hide every next door until it is safe.."}, "Blue")
  936.  
  937. local ReSt = game.ReplicatedStorage
  938. local Plr = game.Players.LocalPlayer
  939.  
  940. scare:Play()
  941. ReSt.GameStats["Player_".. Plr.Name].Total.DeathCause.Value = "Rebound"
  942. wait(0.5)
  943. spookee:Play()
  944. wait(1)
  945. scare:Destroy()
  946.  
  947. end
  948.  
  949. ------------------------
  950.  
  951. -- Run the created entity
  952. Creator.runEntity(entity)
  953. end
  954.  
  955. entity.Debug.OnEntityFinishedRebound = function(entityModel)
  956. print("Entity finished rebound:", entityModel)
  957. end
  958.  
  959. entity.Debug.OnDeath = function()
  960. warn("You died.")
  961.  
  962. firesignal(game.ReplicatedStorage.EntityInfo.DeathHint.OnClientEvent, {"You died to Rebound...", "It appears at the next door and has a chance to stay there or run back to the latest door.", "He will come back many times after his initial spawn", "so hide every next door until it is safe.."}, "Blue")
  963.  
  964. local ReSt = game.ReplicatedStorage
  965. local Plr = game.Players.LocalPlayer
  966.  
  967. scare:Play()
  968. ReSt.GameStats["Player_".. Plr.Name].Total.DeathCause.Value = "Rebound"
  969. wait(0.5)
  970. spookee:Play()
  971. wait(1)
  972. scare:Destroy()
  973.  
  974. end
  975.  
  976. ------------------------
  977.  
  978. -- Run the created entity
  979. Creator.runEntity(entity)
  980. end
  981.  
  982. entity.Debug.OnEntityFinishedRebound = function(entityModel)
  983. print("Entity finished rebound:", entityModel)
  984. end
  985.  
  986. entity.Debug.OnDeath = function()
  987. warn("You died.")
  988.  
  989. firesignal(game.ReplicatedStorage.EntityInfo.DeathHint.OnClientEvent, {"You died to Rebound...", "It appears at the next door and has a chance to stay there or run back to the latest door.", "He will come back many times after his initial spawn", "so hide every next door until it is safe.."}, "Blue")
  990.  
  991. local ReSt = game.ReplicatedStorage
  992. local Plr = game.Players.LocalPlayer
  993.  
  994. scare:Play()
  995. ReSt.GameStats["Player_".. Plr.Name].Total.DeathCause.Value = "Rebound"
  996. wait(0.5)
  997. spookee:Play()
  998. wait(1)
  999. scare:Destroy()
  1000.  
  1001. end
  1002.  
  1003. ------------------------
  1004.  
  1005. -- Run the created entity
  1006. Creator.runEntity(entity)
  1007. wait(3)
  1008. local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
  1009.  
  1010. -- Creates and displays your custom achievement
  1011. Achievements.Get({
  1012. Title = "Another Rebound",
  1013. Desc = "I always come back.",
  1014. Reason = "Encounter Rebound before of his rebound.",
  1015. Image = "rbxassetid://12517246751",
  1016. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement