Advertisement
ColorblindRBLX

Updated CSFE

Sep 7th, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.32 KB | None | 0 0
  1. -- Greeting
  2. local messagereq = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  3.        wait(0.7)
  4.        messagereq:FireServer(
  5.        "Welcome to CSFE, have a good time, kthxbai [Script made by Colorblind Roblox]",
  6.        "All"
  7.        )
  8.  
  9. -- Locals
  10. player = game.Players
  11. plr = player.LocalPlayer
  12. char = plr.Character
  13. place = game.PlaceId
  14. teleserv = game:GetService("TeleportService")
  15.  
  16.  
  17.  
  18. -- Music Configuration
  19. local ID_01 = "rbxassetid://2916432723" -- Fireproof - Pravokatif
  20. local ID_02 = "rbxassetid://5598295368" -- Neo Noman - RE:RUN
  21. local ID_03 = "rbxassetid://5619789556" -- PuffballsUnited - Ticket Please (Remix)
  22. local ID_04 = "rbxassetid://2022494174" -- HouseMasta - Super Mario 64 File Select Remix [Super Mario 63 - File Select]
  23. local ID_05 = "rbxassetid://3852221223" -- Powfu - Death Bed
  24. local ID_06 = "rbxassetid://1053226832" -- Above The Clouds - Elation
  25. local ID_07 = "rbxassetid://1530315320" -- Wii Shop Music
  26.  
  27. local music = Instance.new("Sound", game.Workspace)
  28. music.Volume = 2 -- 1 <-> 100
  29.  
  30. while true do
  31. -- Template
  32. music.SoundId = ID_01
  33. music:Play()
  34. music.Ended:Wait()
  35. music:Stop()
  36.  
  37. music.SoundId = ID_02
  38. music:Play()
  39. music.Ended:Wait()
  40. music:Stop()
  41.  
  42. music.SoundId = ID_03
  43. music:Play()
  44. music.Ended:Wait()
  45. music:Stop()
  46.  
  47. music.SoundId = ID_04
  48. music:Play()
  49. music.Ended:Wait()
  50. music:Stop()
  51.  
  52. music.SoundId = ID_05
  53. music:Play()
  54. music.Ended:Wait()
  55. music:Stop()
  56.  
  57. music.SoundId = ID_06
  58. music:Play()
  59. music.Ended:Wait()
  60. music:Stop()
  61.  
  62. music.SoundId = ID_07
  63. music:Play()
  64. music.Ended:Wait()
  65. music:Stop()
  66. -- Endplate
  67. end
  68.  
  69.  
  70.  
  71.  
  72. -- Misc Commands
  73. -- You can add ur own misc commands by doing what i do below
  74. local animr6 = "?r6"
  75. local animr15 = "?r15"
  76. local animr6_2 = "?r6-2" -- R6 But no Body Animation
  77. local anim15_2 = "?r15-2" -- R15 But no Body Animation
  78. local rj = "?rejoin" -- Rejoin
  79. local destroy = "?reset" -- Destroy Local Character
  80.  
  81.  
  82.  
  83. -- Commands
  84. -- You can add ur own morph commands by doing what i do below
  85. local neptun = "?neptunian" -- Neptunian V FE
  86. local chara = "?chara" -- Chara
  87. local krystal = "?krystal" -- Krystal Dnace v2
  88. local abyss = "?abyss" -- Abyss Eye
  89. local nekov2 = "?neko" -- Neko v2
  90. local echo = "?echo" -- Echo
  91. local henry = "?distract" -- Distraction Dance
  92. local chips = "?chip" -- Chips
  93. local caduc = "?caducus" -- Caducus
  94. local rking = "?rainbowking" -- Rainbow King
  95. local fave = "?K" -- fave
  96. local jitc = "?caac" -- Jump in the caac
  97. local lennyface = "?booty" -- Booty Offender
  98. local glitcher = "?glitcher" -- Ahcromatic
  99. local lustris = "?lutris" -- Lutris v2
  100. local SUN = "?sun" -- Sun IaDL v3
  101. local fatboi = "?cleetus" -- Cleetus
  102. local john = "?jd" -- The Myth, the legend..... JOHN DOE
  103. local uno = "?uno" -- Uno Card
  104. local disorted = "?glitch" -- ???
  105. local gfc = "?chair" -- Grand Flying Chair
  106. local zen = "?zen" -- Zen Master
  107. local bleach = "?kys" -- Bleach
  108. local jev = "?jevil" -- Jevil
  109. local betty = "?betty" -- Betty Noire
  110.  
  111.  
  112.  
  113. -- Commands Functions
  114. -- Add ur morph commands function so ur commands works
  115. plr.Chatted:connect(function(message)
  116.     if message:sub(1) == chara then
  117.        -- Looks like its broken
  118.        loadstring(game:HttpGet("https://pastebin.com/raw/QSqGetGS"))()
  119.     end
  120. end)
  121.  
  122. plr.Chatted:connect(function(message)
  123.     if message:sub(1) == neptun then
  124.        loadstring(game:HttpGet("https://pastebin.com/raw/LBRq0zjp"))()
  125.     end
  126. end)
  127.  
  128. plr.Chatted:connect(function(message)
  129.     if message:sub(1) == bleach then
  130.        loadstring(game:HttpGet("https://pastebin.com/raw/9HLV4u4W"))()
  131.     end
  132. end)
  133.  
  134. plr.Chatted:connect(function(message)
  135.     if message:sub(1) == jev then
  136.        loadstring(game:HttpGet("https://pastebin.com/raw/ZPDZ7kvf"))()
  137.     end
  138. end)
  139.  
  140. plr.Chatted:connect(function(message)
  141.     if message:sub(1) == betty then
  142.        loadstring(game:HttpGet("https://pastebin.com/raw/NQWUbNxf"))()
  143.     end
  144. end)
  145.  
  146. plr.Chatted:connect(function(message)
  147.     if message:sub(1) == krystal then
  148.        loadstring(game:HttpGet("https://pastebin.com/raw/eP1xiJHv"))()
  149.     end
  150. end)
  151.  
  152. plr.Chatted:connect(function(message)
  153.     if message:sub(1) == abyss then
  154.        loadstring(game:HttpGet("https://pastebin.com/raw/JdBLBAHt"))()
  155.     end
  156. end)
  157.  
  158. plr.Chatted:connect(function(message)
  159.     if message:sub(1) == nekov2 then
  160.        -- Looks like its broken again
  161.        loadstring(game:HttpGet("https://pastebin.com/raw/N1mgeaAw"))()
  162.     end
  163. end)
  164.  
  165. plr.Chatted:connect(function(message)
  166.     if message:sub(1) == echo then
  167.        loadstring(game:HttpGet("https://pastebin.com/raw/Q26pZq9J"))()
  168.     end
  169. end)
  170.  
  171. plr.Chatted:connect(function(message)
  172.     if message:sub(1) == henry then
  173.        local messagereq = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  174.        wait(2)
  175.        messagereq:FireServer(
  176.        "[You pick Distraction]",
  177.        "All"
  178.        )
  179.        wait(0.3)
  180.        loadstring(game:HttpGet("https://pastebin.com/raw/EKm8LmLg"))()
  181.     end
  182. end)
  183.  
  184. plr.Chatted:connect(function(message)
  185.     if message:sub(1) == chips then
  186.        loadstring(game:HttpGet("https://pastebin.com/raw/MqYF5ScS"))()
  187.     end
  188. end)
  189.  
  190. plr.Chatted:connect(function(message)
  191.     if message:sub(1) == lustris then
  192.        loadstring(game:HttpGet("https://pastebin.com/raw/sLRAamNw"))()
  193.     end
  194. end)
  195.  
  196. plr.Chatted:connect(function(message)
  197.     if message:sub(1) == caduc then
  198.        loadstring(game:HttpGet("https://pastebin.com/raw/U3Lrne8Z"))()
  199.     end
  200. end)
  201.  
  202. plr.Chatted:connect(function(message)
  203.     if message:sub(1) == rking then
  204.        loadstring(game:HttpGet("https://pastebin.com/raw/wr25juvx"))()
  205.     end
  206. end)
  207.  
  208. plr.Chatted:connect(function(message)
  209.     if message:sub(1) == fave then
  210.        local messagereq = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  211.        wait(2)
  212.        messagereq:FireServer(
  213.        "Fave was here (or is it?)",
  214.        "All"
  215.        )
  216.        wait(0.5)
  217.        loadstring(game:HttpGet("https://pastebin.com/raw/F9Ha4wtf"))()
  218.     end
  219. end)
  220.  
  221. plr.Chatted:connect(function(message)
  222.     if message:sub(1) == jitc then
  223.        loadstring(game:HttpGet("https://pastebin.com/raw/s7LqFwaE"))()
  224.     end
  225. end)
  226.  
  227. plr.Chatted:connect(function(message)
  228.     if message:sub(1) == lennyface then
  229.        loadstring(game:HttpGet("https://pastebin.com/raw/nFxSYkM1"))()
  230.     end
  231. end)
  232.  
  233. plr.Chatted:connect(function(message)
  234.     if message:sub(1) == glitcher then
  235.        loadstring(game:HttpGet("https://pastebin.com/raw/MJvawrRj"))()
  236.     end
  237. end)
  238.  
  239. plr.Chatted:connect(function(message)
  240.     if message:sub(1) == SUN then
  241.        loadstring(game:HttpGet("https://pastebin.com/raw/L93KF7Ts"))()
  242.     end
  243. end)
  244.  
  245. plr.Chatted:connect(function(message)
  246.     if message:sub(1) == fatboi then
  247.        local messagereq = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  248.        wait(2)
  249.        messagereq:FireServer(
  250.        "Wait, it got leaked?",
  251.        "All"
  252.        )
  253.        local messagereq1 = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  254.        wait(0.5)
  255.        messagereq1:FireServer(
  256.        "Always has been",
  257.        "All"
  258.        )
  259.        loadstring(game:HttpGet("https://pastebin.com/raw/ebnLEt3E"))()
  260.     end
  261. end)
  262.  
  263. plr.Chatted:connect(function(message)
  264.     if message:sub(1) == john then
  265.        local messagereq = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  266.        wait(2)
  267.        messagereq:FireServer(
  268.        "The Myth",
  269.        "All"
  270.        )
  271.        wait(1.5)
  272.        local SayMessageRequest1 = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  273.        SayMessageRequest1:FireServer(
  274.        "The Legend",
  275.        "All"
  276.        )
  277.        wait(1.5)
  278.        local SayMessageRequest2 = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  279.        SayMessageRequest2:FireServer(
  280.        "J O H N  D O E",
  281.        "All"
  282.        )
  283.        loadstring(game:HttpGet("https://pastebin.com/raw/5QGSBbpS"))()
  284.     end
  285. end)
  286.  
  287. plr.Chatted:connect(function(message)
  288.     if message:sub(1) == uno then
  289.        loadstring(game:HttpGet("https://pastebin.com/raw/pcNrbqvZ"))()
  290.     end
  291. end)
  292.  
  293. plr.Chatted:connect(function(message)
  294.     if message:sub(1) == disorted then
  295.        loadstring(game:HttpGet("https://pastebin.com/raw/FbHwypvC"))()
  296.     end
  297. end)
  298.  
  299. plr.Chatted:connect(function(message)
  300.     if message:sub(1) == gfc then
  301.        loadstring(game:HttpGet("https://pastebin.com/raw/zUCqtqRu"))()
  302.     end
  303. end)
  304.  
  305. plr.Chatted:connect(function(message)
  306.     if message:sub(1) == zen then
  307.        -- Looks like its broken too
  308.        loadstring(game:HttpGet("https://pastebin.com/raw/rrpPMCea"))()
  309.     end
  310. end)
  311.  
  312. plr.Chatted:connect(function(message)
  313.     if message:sub(1) == "?admin" then
  314.        loadstring(game:HttpGet("https://pastebin.com/raw/bfDdNE2C"))()
  315.     end
  316. end)
  317.  
  318.  
  319. plr.Chatted:connect(function(message)
  320.     if message:sub(1) == "?sword" then
  321.        loadstring(game:HttpGet("https://pastebin.com/raw/28Jb3KWu"))()
  322.     end
  323. end)
  324.  
  325. plr.Chatted:connect(function(message)
  326.     if message:sub(1) == "?aurate" then
  327.        loadstring(game:HttpGet("https://pastebin.com/raw/VRKQSS2h"))()
  328.     end
  329. end)
  330.  
  331. plr.Chatted:connect(function(message)
  332.     if message:sub(1) == "?bhammer" then
  333.        loadstring(game:HttpGet("https://pastebin.com/raw/1mnzwCuA"))()
  334.     end
  335. end)
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343. -- Misc Commands Function
  344. -- Add ur misc commands function so ur commands works
  345. plr.Chatted:connect(function(message)
  346.     if message:sub(1) == animr6 then
  347.        loadstring(game:HttpGet("https://pastebin.com/raw/eyqwrFCP"))()
  348.     end
  349. end)
  350.  
  351. plr.Chatted:connect(function(message)
  352.     if message:sub(1) == animr15 then
  353.        loadstring(game:HttpGet("https://pastebin.com/raw/X5e392Nq"))()
  354.     end
  355. end)
  356.  
  357. plr.Chatted:connect(function(message)
  358.     if message:sub(1) == animr6_2 then
  359.        loadstring(game:HttpGet("https://pastebin.com/raw/E4kSkkk0"))()
  360.     end
  361. end)
  362.  
  363. plr.Chatted:connect(function(message)
  364.     if message:sub(1) == animr15_2 then
  365.        loadstring(game:HttpGet("https://pastebin.com/raw/hV821ksG"))()
  366.     end
  367. end)
  368.  
  369. plr.Chatted:connect(function(message)
  370.     if message:sub(1) == rj then
  371.        teleserv:Teleport(place, plr)
  372.     end
  373. end)
  374.  
  375. plr.Chatted:connect(function(message)
  376.     if message:sub(1) == destroy then
  377.        char:BreakJoints()
  378.     end
  379. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement