Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local debounce1 = false
- local module = {}
- function module.run(Command)
- if Command == "OOF" then
- require(script.Parent.Utility).PlaySound(12222242, 1)
- end
- if Command == "TOXICLANDS" then
- require(script.Parent.Utility).PlaySound(951611907, 1)
- require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("DanPlayzGamesYT < Sub On YT",nil,8)
- end
- if Command == "FORUMPOST" then
- require(script.Parent.Utility).PlaySound(336120108, 1)
- require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage(">Unleashing Helloburp",nil,8)
- coroutine.resume(coroutine.create(function()
- for x = 1,100 do
- wait()
- script.Parent.ForumPost:SetPrimaryPartCFrame(script.Parent.ForumPost.PrimaryPart.CFrame + Vector3.new(0,0.15,0))
- end
- for x = 1,100 do
- wait()
- script.Parent.ForumPost:SetPrimaryPartCFrame(script.Parent.ForumPost.PrimaryPart.CFrame - Vector3.new(0,0.15,0))
- end
- end))
- end
- if Command == "PROTOGENT" then
- require(script.Parent.Utility).PlaySound(989714243, 1, 5)
- require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("Complete Security is my Motto",983466416,5)
- end
- if Command == "GUNFORME" then
- require(script.Parent.Utility).PlaySound(601852677, 1, 20)
- require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("",47520630,10)
- end
- if Command == "FLASHINGLIGHTS" then
- require(script.Parent.Utility).PlaySound(148285918, 1, 5)
- require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage(">Commencing Rave...",nil,5)
- coroutine.resume(coroutine.create(function()
- local Ambient = game.Lighting.OutdoorAmbient
- for x = 1,10 do
- wait(0.5)
- game.Lighting.OutdoorAmbient = Color3.new(math.random(1/255,1),math.random(1/255,1),math.random(1/255,1))
- end
- game.Lighting.OutdoorAmbient = Ambient
- end))
- end
- if Command == "YOUAREDEAD" then
- require(script.Parent.Utility).PlaySound(173137001, 1, 3)
- require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("You are dead. Not big surprise.",149629412,3)
- end
- if Command == "THELIE" then
- require(script.Parent.Utility).PlaySound(130781643, 1, 2)
- require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("She meant it",56115656,2)
- end
- if Command == "KEEM" then
- require(script.Parent.Utility).PlaySound(458221837, 1, 6)
- require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("You have earned a discount on GFuel!",822728335,6)
- end
- if Command == "KEK" then
- require(script.Parent.Utility).PlaySound(669794354, 1, 30)
- require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("Noodles",852106957,5)
- end
- if Command == "GUACAMOLE" then
- require(script.Parent.Utility).PlaySound(370338875, 1)
- require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage(">Avocado peeling has commenced",193507902,10)
- end
- if Command == "HI" or Command == "HELLO" then
- if debounce1 == false then
- debounce1 = true
- local sound = require(script.Parent.Utility).PlaySound(538417377, 10, 60)
- sound.Pitch = 0.5
- Instance.new("DistortionSoundEffect",sound)
- require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage(">Hello to you, too.",220510076,60)
- end
- end
- if Command == "FALLOUT" then
- if debounce1 == false then
- debounce1 = true
- require(script.Parent.Utility).PlaySound(290144648, 1)
- require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("",9107249,10)
- end
- end
- end
- return module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement