Advertisement
Guest User

Untitled

a guest
Nov 7th, 2018
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.66 KB | None | 0 0
  1. local debounce1 = false
  2.  
  3. local module = {}
  4.     function module.run(Command)
  5.        
  6.         if Command == "OOF" then
  7.             require(script.Parent.Utility).PlaySound(12222242, 1)
  8.         end
  9.        
  10.         if Command == "TOXICLANDS" then
  11.             require(script.Parent.Utility).PlaySound(951611907, 1)
  12.             require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("DanPlayzGamesYT < Sub On YT",nil,8)
  13.         end
  14.        
  15.         if Command == "FORUMPOST" then
  16.             require(script.Parent.Utility).PlaySound(336120108, 1)
  17.             require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage(">Unleashing Helloburp",nil,8)
  18.             coroutine.resume(coroutine.create(function()
  19.                 for x = 1,100 do
  20.                     wait()                 
  21.                     script.Parent.ForumPost:SetPrimaryPartCFrame(script.Parent.ForumPost.PrimaryPart.CFrame + Vector3.new(0,0.15,0))
  22.                 end
  23.                
  24.                 for x = 1,100 do
  25.                     wait()
  26.                     script.Parent.ForumPost:SetPrimaryPartCFrame(script.Parent.ForumPost.PrimaryPart.CFrame - Vector3.new(0,0.15,0))
  27.                 end
  28.             end))
  29.         end
  30.        
  31.         if Command == "PROTOGENT" then
  32.             require(script.Parent.Utility).PlaySound(989714243, 1, 5)
  33.             require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("Complete Security is my Motto",983466416,5)
  34.         end
  35.        
  36.         if Command == "GUNFORME" then
  37.             require(script.Parent.Utility).PlaySound(601852677, 1, 20)
  38.             require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("",47520630,10)
  39.         end
  40.        
  41.         if Command == "FLASHINGLIGHTS" then
  42.             require(script.Parent.Utility).PlaySound(148285918, 1, 5)
  43.             require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage(">Commencing Rave...",nil,5)
  44.             coroutine.resume(coroutine.create(function()
  45.                 local Ambient = game.Lighting.OutdoorAmbient
  46.                 for x = 1,10 do
  47.                     wait(0.5)
  48.                     game.Lighting.OutdoorAmbient = Color3.new(math.random(1/255,1),math.random(1/255,1),math.random(1/255,1))
  49.                 end
  50.                 game.Lighting.OutdoorAmbient = Ambient
  51.             end))
  52.         end
  53.        
  54.         if Command == "YOUAREDEAD" then
  55.             require(script.Parent.Utility).PlaySound(173137001, 1, 3)
  56.             require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("You are dead. Not big surprise.",149629412,3)
  57.         end
  58.        
  59.         if Command == "THELIE" then
  60.             require(script.Parent.Utility).PlaySound(130781643, 1, 2)
  61.             require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("She meant it",56115656,2)
  62.         end
  63.        
  64.         if Command == "KEEM" then
  65.             require(script.Parent.Utility).PlaySound(458221837, 1, 6)
  66.             require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("You have earned a discount on GFuel!",822728335,6)
  67.         end
  68.        
  69.         if Command == "KEK" then
  70.             require(script.Parent.Utility).PlaySound(669794354, 1, 30)
  71.             require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("Noodles",852106957,5)
  72.         end
  73.        
  74.         if Command == "GUACAMOLE" then
  75.             require(script.Parent.Utility).PlaySound(370338875, 1)
  76.             require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage(">Avocado peeling has commenced",193507902,10)
  77.         end
  78.        
  79.         if Command == "HI" or Command == "HELLO" then
  80.             if debounce1 == false then
  81.                 debounce1 = true
  82.                 local sound = require(script.Parent.Utility).PlaySound(538417377, 10, 60)
  83.                 sound.Pitch = 0.5
  84.                 Instance.new("DistortionSoundEffect",sound)
  85.                 require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage(">Hello to you, too.",220510076,60)
  86.             end
  87.         end
  88.        
  89.         if Command == "FALLOUT" then
  90.             if debounce1 == false then
  91.                 debounce1 = true
  92.                 require(script.Parent.Utility).PlaySound(290144648, 1)
  93.                 require(script.Parent.SurfaceGui.MainScreen.ScreenCommands).DisplayMessage("",9107249,10)
  94.             end
  95.         end
  96.     end
  97. return module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement