Psykek

Silidius FE

Apr 1st, 2019
18,745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.71 KB | None | 0 0
  1. --Created by SupremeGggggg
  2. --Have fun!
  3. --BIG UPDATE!
  4. --BIG UPDATE!
  5. --BIG UPDATE!
  6. --BIG UPDATE!
  7. --BIG UPDATE!
  8. local plr = game.Players.LocalPlayer -- This will send the script to your self!
  9.  
  10.  
  11.  
  12. --[[
  13. /////////// // // // //// // // // ///////////
  14. // // // // // // //
  15. /////////// // // // // // // // // ///////////
  16. // // // // // // // // // //
  17. /////////// // // // //// // ///////// ///////////
  18. --]]
  19.  
  20.  
  21.  
  22. -------------------------------------------------------------------------------------------------------------------------
  23. --Do not touch the rest below this line!
  24. --Starting Point
  25. wait(2)
  26. local newscreenui = Instance.new("ScreenGui")
  27. newscreenui.Parent = plr.PlayerGui
  28. newscreenui.Name = "Silidius"
  29. --MainFrame
  30. local mainframe = Instance.new("Frame")
  31. mainframe.Parent = newscreenui
  32. mainframe.Name = "Main"
  33. mainframe.Active = true
  34. mainframe.Draggable = true
  35. mainframe.BackgroundColor3 = Color3.new(109/255, 109/255, 109/255)
  36. mainframe.BorderColor3 = Color3.new(0/255, 0/255, 0/255)
  37. mainframe.BorderSizePixel = 1
  38. mainframe.Position = UDim2.new(.296, 0, .192, 0)
  39. mainframe.Size = UDim2.new(.409, 0, .66, 0)
  40. mainframe.Draggable = true
  41. --NavBar
  42. local CommandBar = Instance.new("TextButton")
  43. CommandBar.Parent = mainframe
  44. CommandBar.Name = "Commands"
  45. CommandBar.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  46. CommandBar.Position = UDim2.new(0, 0, .144, 0)
  47. CommandBar.Size = UDim2.new(.24, 0, .099, 0)
  48. CommandBar.Font = "ArialBold"
  49. CommandBar.Text = "Commands"
  50. CommandBar.TextColor3 = Color3.new(249/255, 74/255, 255/255)
  51. CommandBar.TextScaled = true
  52. local FE = Instance.new("TextButton")
  53. FE.Parent = mainframe
  54. FE.Name = "FE"
  55. FE.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  56. FE.Position = UDim2.new(.254, 0, .144, 0)
  57. FE.Size = UDim2.new(.24, 0, .099, 0)
  58. FE.Font = "ArialBold"
  59. FE.Text = "FE Commands"
  60. FE.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  61. FE.TextScaled = true
  62. local LC = Instance.new("TextButton")
  63. LC.Parent = mainframe
  64. LC.Name = "LargeCommands"
  65. LC.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  66. LC.Position = UDim2.new(.51, 0, .144, 0)
  67. LC.Size = UDim2.new(.24, 0, .099, 0)
  68. LC.Font = "ArialBold"
  69. LC.Text = "Large Commands"
  70. LC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  71. LC.TextScaled = true
  72. local PC = Instance.new("TextButton")
  73. PC.Parent = mainframe
  74. PC.Name = "ParticleCommands"
  75. PC.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  76. PC.Position = UDim2.new(.766, 0, .144, 0)
  77. PC.Size = UDim2.new(.234, 0, .099, 0)
  78. PC.Font = "ArialBold"
  79. PC.Text = "Particle Commands"
  80. PC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  81. PC.TextScaled = true
  82. --TopBar
  83. local TopBar = Instance.new("Frame")
  84. TopBar.Parent = mainframe
  85. TopBar.Name = "TopBar"
  86. TopBar.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  87. TopBar.BorderSizePixel = 0
  88. TopBar.Position = UDim2.new(0, 0, 0, 0)
  89. TopBar.Size = UDim2.new(1, 0, .138, 0)
  90. local Exit = Instance.new("TextButton")
  91. Exit.Parent = TopBar
  92. Exit.Name = "Exit"
  93. Exit.BackgroundColor3 = Color3.new(47/255, 58/255, 49/255)
  94. Exit.BackgroundTransparency = 1
  95. Exit.BorderSizePixel = 0
  96. Exit.Size = UDim2.new(.076, 0, 1, 0)
  97. Exit.Position = UDim2.new(.924, 0, 0, 0)
  98. Exit.Font = "ArialBold"
  99. Exit.Text = "X"
  100. Exit.TextColor3 = Color3.new(255/255, 0/255, 0/255)
  101. Exit.TextScaled = true
  102. Exit.MouseButton1Click:connect(function()
  103. newscreenui:Destroy()
  104. end)
  105. local FEStats = Instance.new("TextLabel")
  106. FEStats.Parent = TopBar
  107. FEStats.Name = "FEStats"
  108. FEStats.TextXAlignment = "Left"
  109. FEStats.Position = UDim2.new(.467, 0, .221, 0)
  110. FEStats.Size = UDim2.new(.252, 0, .558, 0)
  111. FEStats.Text = "- FE Status: Disabled!"
  112. FEStats.BackgroundTransparency = 1
  113. FEStats.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  114. local Title = Instance.new("TextLabel")
  115. Title.Parent = TopBar
  116. Title.Name = "Title"
  117. Title.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  118. Title.BackgroundTransparency = 1
  119. Title.BorderSizePixel = 1
  120. Title.Position = UDim2.new(.022, 0, 0, 0)
  121. Title.Size = UDim2.new(.445, 0, 1, 0)
  122. Title.Font = "ArialBold"
  123. Title.TextScaled = true
  124. Title.Text = "Silidius Commands"
  125. Title.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  126. --CommandsFrame
  127. local commandsframe = Instance.new("Frame")
  128. commandsframe.Parent = mainframe
  129. commandsframe.Name = "CommandsFrame"
  130. commandsframe.BackgroundTransparency = 1
  131. commandsframe.Size = UDim2.new(1, 0, .756, 0)
  132. commandsframe.Position = UDim2.new(0, 0, .244, 0)
  133. local PlayerNameText = Instance.new("TextLabel")
  134. PlayerNameText.Parent = commandsframe
  135. PlayerNameText.Name = "PlayerNameText"
  136. PlayerNameText.BackgroundTransparency = 1
  137. PlayerNameText.Position = UDim2.new(.787, 0, .059, 0)
  138. PlayerNameText.Size = UDim2.new(.193, 0, .055, 0)
  139. PlayerNameText.Text = "Player Name:"
  140. PlayerNameText.Font = "ArialBold"
  141. PlayerNameText.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  142. PlayerNameText.TextScaled = true
  143. local PlayerName = Instance.new("TextBox")
  144. PlayerName.Parent = commandsframe
  145. PlayerName.Name = "PlayerName"
  146. PlayerName.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  147. PlayerName.Position = UDim2.new(.786, 0, .158, 0)
  148. PlayerName.Size = UDim2.new(.193, 0, .138, 0)
  149. PlayerName.Font = "ArialBold"
  150. PlayerName.Text = "Put player name here..."
  151. PlayerName.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  152. PlayerName.TextScaled = true
  153. PlayerName.TextXAlignment = "Left"
  154. local IntValText = Instance.new("TextLabel")
  155. IntValText.Parent = commandsframe
  156. IntValText.Name = "IntValText"
  157. IntValText.BackgroundTransparency = 1
  158. IntValText.Position = UDim2.new(.308, 0, .727, 0)
  159. IntValText.Size = UDim2.new(.425, 0, .055, 0)
  160. IntValText.Text = "Number Value:"
  161. IntValText.Font = "ArialBold"
  162. IntValText.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  163. IntValText.TextScaled = true
  164. local IntVal = Instance.new("TextBox")
  165. IntVal.Parent = commandsframe
  166. IntVal.Name = "IntVal"
  167. IntVal.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  168. IntVal.Position = UDim2.new(.308, 0, .802, 0)
  169. IntVal.Size = UDim2.new(.425, 0, .162, 0)
  170. IntVal.Font = "ArialBold"
  171. IntVal.Text = "This will work with all Numbers needed including skybox and music..."
  172. IntVal.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  173. IntVal.TextScaled = true
  174. IntVal.TextXAlignment = "Left"
  175. local StringText = Instance.new("TextLabel")
  176. StringText.Parent = commandsframe
  177. StringText.Name = "StringValText"
  178. StringText.BackgroundTransparency = 1
  179. StringText.Position = UDim2.new(.786, 0, .372, 0)
  180. StringText.Size = UDim2.new(.193, 0, .055, 0)
  181. StringText.Text = "String Value:"
  182. StringText.Font = "ArialBold"
  183. StringText.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  184. StringText.TextScaled = true
  185. local StringVal = Instance.new("TextBox")
  186. StringVal.Parent = commandsframe
  187. StringVal.Name = "StringVal"
  188. StringVal.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  189. StringVal.Position = UDim2.new(.787, 0, .458, 0)
  190. StringVal.Size = UDim2.new(.193, 0, .344, 0)
  191. StringVal.Font = "ArialBold"
  192. StringVal.Text = "This will work with messages and anything that needs a string attached!"
  193. StringVal.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  194. StringVal.TextScaled = true
  195. StringVal.TextXAlignment = "Left"
  196. local kill = Instance.new("TextButton")
  197. kill.Parent = commandsframe
  198. kill.Name = "Kill"
  199. kill.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  200. kill.Font = "ArialBold"
  201. kill.Text = "Kill"
  202. kill.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  203. kill.TextScaled = true
  204. kill.Size = UDim2.new(.232, 0, .075, 0)
  205. kill.Position = UDim2.new(.022, 0, .083, 0)
  206. kill.MouseButton1Click:connect(function()
  207. local victim = PlayerName.Text
  208. game.Players:FindFirstChild(victim).Character:BreakJoints()
  209. end)
  210. local loopkill = Instance.new("TextButton")
  211. loopkill.Parent = commandsframe
  212. loopkill.Name = "LoopKill"
  213. loopkill.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  214. loopkill.Font = "ArialBold"
  215. loopkill.Text = "Loop Kill"
  216. loopkill.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  217. loopkill.TextScaled = true
  218. loopkill.Size = UDim2.new(.232, 0, .075, 0)
  219. loopkill.Position = UDim2.new(.277, 0, .083, 0)
  220. loopkill.MouseButton1Click:connect(function()
  221. while true do
  222. wait(1)
  223. local victim = PlayerName.Text
  224. end
  225. end)
  226. local respawn = Instance.new("TextButton")
  227. respawn.Parent = commandsframe
  228. respawn.Name = "Respawn"
  229. respawn.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  230. respawn.Font = "ArialBold"
  231. respawn.Text = "Respawn"
  232. respawn.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  233. respawn.TextScaled = true
  234. respawn.Size = UDim2.new(.232, 0, .075, 0)
  235. respawn.Position = UDim2.new(.533, 0, .083, 0)
  236. respawn.MouseButton1Click:connect(function()
  237. local victim = PlayerName.Text
  238. game.Players:FindFirstChild(victim):LoadCharacter()
  239. end)
  240. local destroyc = Instance.new("TextButton")
  241. destroyc.Parent = commandsframe
  242. destroyc.Name = "DestroyChar"
  243. destroyc.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  244. destroyc.Font = "ArialBold"
  245. destroyc.Text = "Destroy Char"
  246. destroyc.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  247. destroyc.TextScaled = true
  248. destroyc.Size = UDim2.new(.232, 0, .075, 0)
  249. destroyc.Position = UDim2.new(.022, 0, .19, 0)
  250. destroyc.MouseButton1Click:connect(function()
  251. local victim = PlayerName.Text
  252. game.Players:FindFirstChild(victim).Character:Destroy()
  253. end)
  254. local poison = Instance.new("TextButton")
  255. poison.Parent = commandsframe
  256. poison.Name = "Poison"
  257. poison.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  258. poison.Font = "ArialBold"
  259. poison.Text = "Poison"
  260. poison.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  261. poison.TextScaled = true
  262. poison.Size = UDim2.new(.232, 0, .075, 0)
  263. poison.Position = UDim2.new(.277, 0, .19, 0)
  264. poison.MouseButton1Click:connect(function()
  265. local victim = PlayerName.Text
  266. local smoke = Instance.new("Smoke")
  267. smoke.Parent = game.Players:FindFirstChild(victim).Character.HumanoidRootPart
  268. smoke.Name = "Poison"
  269. smoke.Color = Color3.new(51/255, 181/255, 11/255)
  270. while game.Players:FindFirstChild(victim).Character.Humanoid.Health > 0 do
  271. wait(.5)
  272. game.Players:FindFirstChild(victim).Character.Humanoid.Health = game.Players:FindFirstChild(victim).Character.Humanoid.Health - game.Players:FindFirstChild(victim).Character.Humanoid.MaxHealth/25
  273. end
  274. end)
  275. local fire = Instance.new("TextButton")
  276. fire.Parent = commandsframe
  277. fire.Name = "Fire"
  278. fire.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  279. fire.Font = "ArialBold"
  280. fire.Text = "Fire"
  281. fire.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  282. fire.TextScaled = true
  283. fire.Size = UDim2.new(.232, 0, .075, 0)
  284. fire.Position = UDim2.new(.533, 0, .19, 0)
  285. fire.MouseButton1Click:connect(function()
  286. local victim = PlayerName.Text
  287. local fire1 = Instance.new("Fire")
  288. fire1.Parent = game.Players:FindFirstChild(victim).Character.HumanoidRootPart
  289. end)
  290. local sparkles = Instance.new("TextButton")
  291. sparkles.Parent = commandsframe
  292. sparkles.Name = "Sparkles"
  293. sparkles.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  294. sparkles.Font = "ArialBold"
  295. sparkles.Text = "Sparkles"
  296. sparkles.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  297. sparkles.TextScaled = true
  298. sparkles.Size = UDim2.new(.232, 0, .075, 0)
  299. sparkles.Position = UDim2.new(.022, 0, .296, 0)
  300. sparkles.MouseButton1Click:connect(function()
  301. local victim = PlayerName.Text
  302. local fire1 = Instance.new("Sparkles")
  303. fire1.Parent = game.Players:FindFirstChild(victim).Character.HumanoidRootPart
  304. end)
  305. local WalkSpeed = Instance.new("TextButton")
  306. WalkSpeed.Parent = commandsframe
  307. WalkSpeed.Name = "WalkSpeed"
  308. WalkSpeed.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  309. WalkSpeed.Font = "ArialBold"
  310. WalkSpeed.Text = "WalkSpeed"
  311. WalkSpeed.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  312. WalkSpeed.TextScaled = true
  313. WalkSpeed.Size = UDim2.new(.232, 0, .075, 0)
  314. WalkSpeed.Position = UDim2.new(.277, 0, .296, 0)
  315. WalkSpeed.MouseButton1Click:connect(function()
  316. local victim = PlayerName.Text
  317. local value = IntVal.Text
  318. game.Players:FindFirstChild(victim).Character.Humanoid.WalkSpeed = value
  319. end)
  320. local eatserver = Instance.new("TextButton")
  321. eatserver.Parent = commandsframe
  322. eatserver.Name = "SlowlyEatServer"
  323. eatserver.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  324. eatserver.Font = "ArialBold"
  325. eatserver.Text = "Slowly Eat Server"
  326. eatserver.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  327. eatserver.TextScaled = true
  328. eatserver.Size = UDim2.new(.232, 0, .075, 0)
  329. eatserver.Position = UDim2.new(.533, 0, .296, 0)
  330. eatserver.MouseButton1Click:connect(function()
  331. while true do
  332. wait(1)
  333. local category = workspace:GetChildren()
  334. for i,v in pairs(category) do
  335. if v:IsA("Part") then
  336. s = i
  337. end
  338. end
  339. local chosen = category[math.random(1, s)]
  340. chosen:Destroy()
  341. end
  342. end)
  343. local blackdeath = Instance.new("TextButton")
  344. blackdeath.Parent = commandsframe
  345. blackdeath.Name = "BlackDeath"
  346. blackdeath.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  347. blackdeath.Font = "ArialBold"
  348. blackdeath.Text = "Black Death"
  349. blackdeath.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  350. blackdeath.TextScaled = true
  351. blackdeath.Size = UDim2.new(.232, 0, .075, 0)
  352. blackdeath.Position = UDim2.new(.022, 0, .403, 0)
  353. blackdeath.MouseButton1Click:connect(function()
  354. for i,v in pairs(game.Players:GetChildren()) do
  355. for i, parts in pairs(v.Character:GetChildren()) do
  356. if parts:IsA("Part") or parts:IsA("MeshPart") then
  357. local fire = Instance.new("Fire")
  358. fire.Parent = parts
  359. fire.Heat = 0
  360. fire.Color = Color3.new(0, 0, 0)
  361. fire.SecondaryColor = Color3.new(0, 0, 0)
  362. v.Character:BreakJoints()
  363. end
  364. end
  365. end
  366. end)
  367. local sonic = Instance.new("TextButton")
  368. sonic.Parent = commandsframe
  369. sonic.Name = "SonicSpeed"
  370. sonic.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  371. sonic.Font = "ArialBold"
  372. sonic.Text = "Sonic Speed"
  373. sonic.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  374. sonic.TextScaled = true
  375. sonic.Size = UDim2.new(.232, 0, .075, 0)
  376. sonic.Position = UDim2.new(.277, 0, .403, 0)
  377. sonic.MouseButton1Click:connect(function()
  378. local victim = game.Players:FindFirstChild(PlayerName.Text)
  379. local newtrail = Instance.new("Trail")
  380. newtrail.Parent = victim.Character.Head
  381. local attachment0 = Instance.new("Attachment", victim.Character.Head)
  382. attachment0.Name = "TrailAttachment0"
  383. local attachment1 = Instance.new("Attachment", victim.Character.HumanoidRootPart)
  384. attachment1.Name = "TrailAttachment1"
  385. newtrail.Attachment0 = attachment0
  386. newtrail.Attachment1 = attachment1
  387. local startcolor = Color3.new(255/255, 255/255, 255/255)
  388. local endcolor = Color3.new(0/255, 0/255, 255/255)
  389. local colorsequence = ColorSequence.new(startcolor, endcolor)
  390. newtrail.Color = colorsequence
  391. victim.Character.Humanoid.WalkSpeed = 50
  392. end)
  393. local smoke = Instance.new("TextButton")
  394. smoke.Parent = commandsframe
  395. smoke.Name = "Smoke"
  396. smoke.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  397. smoke.Font = "ArialBold"
  398. smoke.Text = "Smoke"
  399. smoke.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  400. smoke.TextScaled = true
  401. smoke.Size = UDim2.new(.232, 0, .075, 0)
  402. smoke.Position = UDim2.new(.533, 0, .403, 0)
  403. smoke.MouseButton1Click:connect(function()
  404. local victim = game.Players:FindFirstChild(PlayerName.Text)
  405. local smoke = Instance.new("Smoke")
  406. smoke.Parent = victim.Character.HumanoidRootPart
  407. end)
  408. local skybox = Instance.new("TextButton")
  409. skybox.Parent = commandsframe
  410. skybox.Name = "SkyBox"
  411. skybox.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  412. skybox.Font = "ArialBold"
  413. skybox.Text = "Skybox"
  414. skybox.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  415. skybox.TextScaled = true
  416. skybox.Size = UDim2.new(.232, 0, .075, 0)
  417. skybox.Position = UDim2.new(.022, 0, .514, 0)
  418. skybox.MouseButton1Click:connect(function()
  419. local newsky = Instance.new("Sky")
  420. newsky.Parent = game.Lighting
  421. newsky.MoonTextureId = " "
  422. newsky.SkyboxBk = "rbxassetid://"..IntVal.Text
  423. newsky.SkyboxDn = "rbxassetid://"..IntVal.Text
  424. newsky.SkyboxFt = "rbxassetid://"..IntVal.Text
  425. newsky.SkyboxLf = "rbxassetid://"..IntVal.Text
  426. newsky.SkyboxRt = "rbxassetid://"..IntVal.Text
  427. newsky.SkyboxUp = "rbxassetid://"..IntVal.Text
  428. newsky.StarCount = 0
  429. newsky.SunangularSize = 0
  430. newsky.SunTextureId = " "
  431. end)
  432. local jump = Instance.new("TextButton")
  433. jump.Parent = commandsframe
  434. jump.Name = "JumpPower"
  435. jump.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  436. jump.Font = "ArialBold"
  437. jump.Text = "JumpPower"
  438. jump.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  439. jump.TextScaled = true
  440. jump.Size = UDim2.new(.232, 0, .075, 0)
  441. jump.Position = UDim2.new(.277, 0, .514, 0)
  442. jump.MouseButton1Click:connect(function()
  443. local victim = game.Players:FindFirstChild(PlayerName.Text)
  444. local num = IntVal.Text
  445. victim.Character.Humanoid.JumpPower = tonumber(num)
  446. end)
  447. local height = Instance.new("TextButton")
  448. height.Parent = commandsframe
  449. height.Name = "HipHeight"
  450. height.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  451. height.Font = "ArialBold"
  452. height.Text = "HipHeight"
  453. height.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  454. height.TextScaled = true
  455. height.Size = UDim2.new(.232, 0, .075, 0)
  456. height.Position = UDim2.new(.533, 0, .514, 0)
  457. height.MouseButton1Click:connect(function()
  458. local victim = game.Players:FindFirstChild(PlayerName.Text)
  459. local num = IntVal.Text
  460. victim.Character.Humanoid.HipHeight = tonumber(num)
  461. end)
  462. local rbase = Instance.new("TextButton")
  463. rbase.Parent = commandsframe
  464. rbase.Name = "Remove Baseplate"
  465. rbase.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  466. rbase.Font = "ArialBold"
  467. rbase.Text = "Remove Baseplate"
  468. rbase.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  469. rbase.TextScaled = true
  470. rbase.Size = UDim2.new(.232, 0, .075, 0)
  471. rbase.Position = UDim2.new(.022, 0, .621, 0)
  472. rbase.MouseButton1Click:connect(function()
  473. game.Workspace:FindFirstChild("Baseplate"):Destroy()
  474. end)
  475. local see = Instance.new("TextButton")
  476. see.Parent = commandsframe
  477. see.Name = "SeeThrough"
  478. see.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  479. see.Font = "ArialBold"
  480. see.Text = "See Through"
  481. see.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  482. see.TextScaled = true
  483. see.Size = UDim2.new(.232, 0, .075, 0)
  484. see.Position = UDim2.new(.277, 0, .621, 0)
  485. see.MouseButton1Click:connect(function()
  486. local victim = game.Players:FindFirstChild(PlayerName.Text)
  487. for i,v in pairs(victim.Character:GetChildren()) do
  488. if v:IsA("Part") or v:IsA("MeshPart") then
  489. v.Transparency = .5
  490. end
  491. end
  492. end)
  493. local Freeze = Instance.new("TextButton")
  494. Freeze.Parent = commandsframe
  495. Freeze.Name = "Freeze"
  496. Freeze.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  497. Freeze.Font = "ArialBold"
  498. Freeze.Text = "Freeze"
  499. Freeze.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  500. Freeze.TextScaled = true
  501. Freeze.Size = UDim2.new(.232, 0, .075, 0)
  502. Freeze.Position = UDim2.new(.533, 0, .621, 0)
  503. Freeze.MouseButton1Click:connect(function()
  504. local victim = game.Players:FindFirstChild(PlayerName.Text)
  505. for i,v in pairs(victim.Character:GetChildren()) do
  506. if v:IsA("MeshPart") or v:IsA("Part") then
  507. v.Anchored = true
  508. end
  509. end
  510. end)
  511. local Thaw = Instance.new("TextButton")
  512. Thaw.Parent = commandsframe
  513. Thaw.Name = "Thaw"
  514. Thaw.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  515. Thaw.Font = "ArialBold"
  516. Thaw.Text = "Thaw"
  517. Thaw.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  518. Thaw.TextScaled = true
  519. Thaw.Size = UDim2.new(.232, 0, .075, 0)
  520. Thaw.Position = UDim2.new(.022, 0, .727, 0)
  521. Thaw.MouseButton1Click:connect(function()
  522. local victim = game.Players:FindFirstChild(PlayerName.Text)
  523. for i,v in pairs(victim.Character:GetChildren()) do
  524. if v:IsA("MeshPart") or v:IsA("Part") then
  525. v.Anchored = false
  526. end
  527. end
  528. end)
  529. local set = Instance.new("TextButton")
  530. set.Parent = commandsframe
  531. set.Name = ""
  532. set.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  533. set.Font = "ArialBold"
  534. set.Text = "Thaw"
  535. set.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  536. set.TextScaled = true
  537. set.Size = UDim2.new(.232, 0, .075, 0)
  538. set.Position = UDim2.new(.022, 0, .727, 0)
  539. set.MouseButton1Click:connect(function()
  540. local victim = game.Players:FindFirstChild(PlayerName.Text)
  541. for i,v in pairs(victim.Character:GetChildren()) do
  542. if v:IsA("MeshPart") or v:IsA("Part") then
  543. v.Anchored = false
  544. end
  545. end
  546. end)
  547. --FE Commands Frame
  548. local FEcommandsframe = Instance.new("Frame")
  549. FEcommandsframe.Parent = mainframe
  550. FEcommandsframe.Name = "FECommandsFrame"
  551. FEcommandsframe.Visible = false
  552. FEcommandsframe.BackgroundTransparency = 1
  553. FEcommandsframe.Position = UDim2.new(0, 0, .244, 0)
  554. FEcommandsframe.Size = UDim2.new(1, 0, .756, 0)
  555. local nav = Instance.new("ScrollingFrame")
  556. nav.Parent = FEcommandsframe
  557. nav.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  558. nav.Name = "NavBar"
  559. nav.Position = UDim2.new(.022, 0, .028, 0)
  560. nav.Size = UDim2.new(.249, 0, .937, 0)
  561. nav.ScrollBarThickness = 6
  562. local all = Instance.new("TextButton")
  563. all.Parent = nav
  564. all.Name = "All"
  565. all.BackgroundColor3 = Color3.new(163/255, 0/255, 0/255)
  566. all.Position = UDim2.new(0, 0, 0, 0)
  567. all.Size = UDim2.new(.94, 0, .063, 0)
  568. all.Text = "All"
  569. all.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  570. all.Font = "ArialBold"
  571. all.TextScaled = true
  572. local main = Instance.new("ScrollingFrame")
  573. main.Parent = FEcommandsframe
  574. main.Name = "MainFrame"
  575. main.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  576. main.Position = UDim2.new(.286, 0, .032, 0)
  577. main.Size = UDim2.new(.695, 0, .818, 0)
  578. main.ScrollBarThickness = 6
  579. local feflybutton = Instance.new("TextButton")
  580. feflybutton.Parent = main
  581. feflybutton.Name = "FlyMode"
  582. feflybutton.Position = UDim2.new(0, 0, 0, 0)
  583. feflybutton.Size = UDim2.new(.966, 0, .054, 0)
  584. feflybutton.Text = "Fly Mode"
  585. feflybutton.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  586. feflybutton.BackgroundColor3 = Color3.new(204/255, 31/255, 31/255)
  587. feflybutton.TextScaled = true
  588. feflybutton.MouseButton1Click:connect(function()
  589. repeat wait()
  590. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  591. local mouse = game.Players.LocalPlayer:GetMouse()
  592. repeat wait() until mouse
  593. local plr = game.Players.LocalPlayer
  594. local torso = plr.Character.Torso
  595. local flying = true
  596. local firsttimeflying = true
  597. local deb = true
  598. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  599. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  600. local maxspeed = 50
  601. local speed = 0
  602.  
  603. function Fly()
  604. local bg = Instance.new("BodyGyro", torso)
  605. bg.P = 9e4
  606. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  607. bg.cframe = torso.CFrame
  608. local bv = Instance.new("BodyVelocity", torso)
  609. bv.velocity = Vector3.new(0,0.1,0)
  610. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  611. repeat wait()
  612. plr.Character.Humanoid.PlatformStand = true
  613. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  614. speed = speed+.5+(speed/maxspeed)
  615. if speed > maxspeed then
  616. speed = maxspeed
  617. end
  618. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  619. speed = speed-1
  620. if speed < 0 then
  621. speed = 0
  622. end
  623. end
  624. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  625. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  626. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  627. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  628. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  629. else
  630. bv.velocity = Vector3.new(0,0.1,0)
  631. end
  632. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  633. until not flying
  634. ctrl = {f = 0, b = 0, l = 0, r = 0}
  635. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  636. speed = 0
  637. bg:Destroy()
  638. bv:Destroy()
  639. plr.Character.Humanoid.PlatformStand = false
  640. end
  641. feflybutton.MouseButton1Click:connect(function()
  642. if flying and not firsttimeflying then
  643. feflybutton.Text = "Fly Mode"
  644. flying = false
  645. else
  646. firsttimeflying = false
  647. feflybutton.Text = "Fly Mode"
  648. flying = true
  649. Fly()
  650. end
  651. end)
  652. mouse.KeyDown:connect(function(key)
  653. if key:lower() == "w" then
  654. ctrl.f = 1
  655. elseif key:lower() == "s" then
  656. ctrl.b = -1
  657. elseif key:lower() == "a" then
  658. ctrl.l = -1
  659. elseif key:lower() == "d" then
  660. ctrl.r = 1
  661. end
  662. end)
  663. mouse.KeyUp:connect(function(key)
  664. if key:lower() == "w" then
  665. ctrl.f = 0
  666. elseif key:lower() == "s" then
  667. ctrl.b = 0
  668. elseif key:lower() == "a" then
  669. ctrl.l = 0
  670. elseif key:lower() == "d" then
  671. ctrl.r = 0
  672. end
  673. end)
  674. Fly()
  675. end)
  676. local hatspin = Instance.new("TextButton")
  677. hatspin.Parent = main
  678. hatspin.Name = "HatSpin"
  679. hatspin.Position = UDim2.new(0, 0, 0.06, 0)
  680. hatspin.Size = UDim2.new(.966, 0, .054, 0)
  681. hatspin.Text = "HatSpin"
  682. hatspin.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  683. hatspin.BackgroundColor3 = Color3.new(204/255, 31/255, 31/255)
  684. hatspin.TextScaled = true
  685. hatspin.MouseButton1Click:connect(function()
  686. local obese = game:GetService('Players')
  687. for i,v in pairs(obese.LocalPlayer.Character:GetChildren()) do
  688. if v.ClassName == "Accessory" then
  689. local stg = v.Handle:FindFirstChildOfClass("BodyForce")
  690. if stg == nil then
  691. local a = Instance.new("BodyPosition")
  692. local b = Instance.new("BodyAngularVelocity")
  693. a.Parent = v.Handle
  694. b.Parent = v.Handle
  695. v.Handle.AccessoryWeld:Destroy()
  696. b.AngularVelocity = Vector3.new(0,100,0)
  697. b.MaxTorque = Vector3.new(0,200,0)
  698. a.P = 30000
  699. a.D = 50
  700. game:GetService('RunService').Stepped:connect(function()
  701. a.Position = obese.LocalPlayer.Character.Head.Position
  702. end)
  703. end
  704. end
  705. end
  706. end)
  707. local god = Instance.new("TextButton")
  708. god.Parent = main
  709. god.Name = "God"
  710. god.Position = UDim2.new(0, 0, 0.12, 0)
  711. god.Size = UDim2.new(.966, 0, .054, 0)
  712. god.Text = "God"
  713. god.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  714. god.BackgroundColor3 = Color3.new(204/255, 31/255, 31/255)
  715. god.TextScaled = true
  716. god.MouseButton1Click:connect(function()
  717. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  718. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  719. l.Parent = game.Players.LocalPlayer.Character
  720. l.Name = "Humanoid"
  721. wait(0.1)
  722. game.Players.LocalPlayer.Character["1"]:Destroy()
  723. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  724. game.Players.LocalPlayer.Character.Animate.Disabled = true
  725. wait(0.1)
  726. game.Players.LocalPlayer.Character.Animate.Disabled = false
  727. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  728. end)
  729. local spasm = Instance.new("TextButton")
  730. spasm.Parent = main
  731. spasm.Name = "Spasm"
  732. spasm.Position = UDim2.new(0, 0, 0.18, 0)
  733. spasm.Size = UDim2.new(.966, 0, .054, 0)
  734. spasm.Text = "Spasm"
  735. spasm.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  736. spasm.BackgroundColor3 = Color3.new(204/255, 31/255, 31/255)
  737. spasm.TextScaled = true
  738. spasm.MouseButton1Click:connect(function()
  739. while wait(1) do
  740. for i,v in pairs(game:GetService('Players'):GetChildren()) do
  741. local Player = v.Name
  742. local AnimationId = "33796059"
  743. local Anim = Instance.new("Animation")
  744. Anim.AnimationId = "rbxassetid://"..AnimationId
  745. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  746. k:Play() --Play the animation
  747. k:AdjustSpeed(99)
  748. end
  749. end
  750. end)
  751. --Large Extra Commands Frame
  752. local lEcommandsframe = Instance.new("Frame")
  753. lEcommandsframe.Parent = mainframe
  754. lEcommandsframe.Name = "LargeExtraCommandsFrame"
  755. lEcommandsframe.Visible = false
  756. lEcommandsframe.BackgroundTransparency = 1
  757. lEcommandsframe.Position = UDim2.new(0, 0, .244, 0)
  758. lEcommandsframe.Size = UDim2.new(1, 0, .756, 0)
  759. local IntValText3 = Instance.new("TextLabel")
  760. IntValText3.Parent = lEcommandsframe
  761. IntValText3.Name = "IntValText"
  762. IntValText3.BackgroundTransparency = 1
  763. IntValText3.Position = UDim2.new(.308, 0, .727, 0)
  764. IntValText3.Size = UDim2.new(.425, 0, .055, 0)
  765. IntValText3.Text = "Number Value:"
  766. IntValText3.Font = "ArialBold"
  767. IntValText3.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  768. IntValText3.TextScaled = true
  769. local IntVal3 = Instance.new("TextBox")
  770. IntVal3.Parent = lEcommandsframe
  771. IntVal3.Name = "IntVal"
  772. IntVal3.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  773. IntVal3.Position = UDim2.new(.308, 0, .802, 0)
  774. IntVal3.Size = UDim2.new(.425, 0, .162, 0)
  775. IntVal3.Font = "ArialBold"
  776. IntVal3.Text = "This will work with all Numbers needed including skybox and music..."
  777. IntVal3.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  778. IntVal3.TextScaled = true
  779. IntVal3.TextXAlignment = "Left"
  780. local StringText3 = Instance.new("TextLabel")
  781. StringText3.Parent = lEcommandsframe
  782. StringText3.Name = "StringValText"
  783. StringText3.BackgroundTransparency = 1
  784. StringText3.Position = UDim2.new(.786, 0, .372, 0)
  785. StringText3.Size = UDim2.new(.193, 0, .055, 0)
  786. StringText3.Text = "String Value:"
  787. StringText3.Font = "ArialBold"
  788. StringText3.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  789. StringText3.TextScaled = true
  790. local StringVal3 = Instance.new("TextBox")
  791. StringVal3.Parent = lEcommandsframe
  792. StringVal3.Name = "StringVal"
  793. StringVal3.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  794. StringVal3.Position = UDim2.new(.787, 0, .458, 0)
  795. StringVal3.Size = UDim2.new(.193, 0, .344, 0)
  796. StringVal3.Font = "ArialBold"
  797. StringVal3.Text = "This will work with messages and anything that needs a string attached!"
  798. StringVal3.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  799. StringVal3.TextScaled = true
  800. StringVal3.TextXAlignment = "Left"
  801. local PlayerNameText3 = Instance.new("TextLabel")
  802. PlayerNameText3.Parent = lEcommandsframe
  803. PlayerNameText3.Name = "PlayerNameText"
  804. PlayerNameText3.BackgroundTransparency = 1
  805. PlayerNameText3.Position = UDim2.new(.787, 0, .059, 0)
  806. PlayerNameText3.Size = UDim2.new(.193, 0, .055, 0)
  807. PlayerNameText3.Text = "Player Name:"
  808. PlayerNameText3.Font = "ArialBold"
  809. PlayerNameText3.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  810. PlayerNameText3.TextScaled = true
  811. local PlayerName3 = Instance.new("TextBox")
  812. PlayerName3.Parent = lEcommandsframe
  813. PlayerName3.Name = "PlayerName"
  814. PlayerName3.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  815. PlayerName3.Position = UDim2.new(.786, 0, .158, 0)
  816. PlayerName3.Size = UDim2.new(.193, 0, .138, 0)
  817. PlayerName3.Font = "ArialBold"
  818. PlayerName3.Text = "Put player name here..."
  819. PlayerName3.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  820. PlayerName3.TextScaled = true
  821. PlayerName3.TextXAlignment = "Left"
  822. local newnotice2 = Instance.new("TextLabel")
  823. newnotice2.Parent = lEcommandsframe
  824. newnotice2.Name = "Notice"
  825. newnotice2.BackgroundTransparency = 1
  826. newnotice2.Position = UDim2.new(.043, 0, .059, 0)
  827. newnotice2.Size = UDim2.new(.634, 0, .538, 0)
  828. newnotice2.Text = "Notice: There are currently no Large Commands Added!"
  829. newnotice2.TextColor3 = Color3.new(64/255, 64/255, 64/255)
  830. newnotice2.TextStrokeColor3 = Color3.new(255/255, 255/255, 255/255)
  831. newnotice2.TextStrokeTransparency = 0
  832. newnotice2.TextScaled = true
  833. newnotice2.TextStrokeColor3 = Color3.new(255/255, 255/255, 255/255)
  834. --Cool Particle Commands
  835. local PCcommandsframe = Instance.new("Frame")
  836. PCcommandsframe.Parent = mainframe
  837. PCcommandsframe.Name = "CoolParticleCommands"
  838. PCcommandsframe.Visible = false
  839. PCcommandsframe.BackgroundTransparency = 1
  840. PCcommandsframe.Position = UDim2.new(0, 0, .244, 0)
  841. PCcommandsframe.Size = UDim2.new(1, 0, .756, 0)
  842. local PlayerNameText4 = Instance.new("TextLabel")
  843. PlayerNameText4.Parent = PCcommandsframe
  844. PlayerNameText4.Name = "PlayerNameText"
  845. PlayerNameText4.BackgroundTransparency = 1
  846. PlayerNameText4.Position = UDim2.new(.787, 0, .059, 0)
  847. PlayerNameText4.Size = UDim2.new(.193, 0, .055, 0)
  848. PlayerNameText4.Text = "Player Name:"
  849. PlayerNameText4.Font = "ArialBold"
  850. PlayerNameText4.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  851. PlayerNameText4.TextScaled = true
  852. local PlayerName4 = Instance.new("TextBox")
  853. PlayerName4.Parent = PCcommandsframe
  854. PlayerName4.Name = "PlayerName"
  855. PlayerName4.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  856. PlayerName4.Position = UDim2.new(.786, 0, .158, 0)
  857. PlayerName4.Size = UDim2.new(.193, 0, .138, 0)
  858. PlayerName4.Font = "ArialBold"
  859. PlayerName4.Text = "Put player name here..."
  860. PlayerName4.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  861. PlayerName4.TextScaled = true
  862. PlayerName4.TextXAlignment = "Left"
  863. local Dark = Instance.new("TextButton")
  864. Dark.Parent = PCcommandsframe
  865. Dark.Name = "DarkMatter"
  866. Dark.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  867. Dark.Font = "ArialBold"
  868. Dark.Text = "Dark Matter"
  869. Dark.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  870. Dark.TextScaled = true
  871. Dark.Size = UDim2.new(.232, 0, .075, 0)
  872. Dark.Position = UDim2.new(.022, 0, .083, 0)
  873. Dark.MouseButton1Click:connect(function()
  874. local victim = game.Players:FindFirstChild(PlayerName4.Text)
  875. local newparticle2 = Instance.new("ParticleEmitter")
  876. newparticle2.Parent = victim.Character.HumanoidRootPart
  877. newparticle2.Color = ColorSequence.new(Color3.new(255/255, 0/255, 0/255), Color3.new(77/255, 1/255, 165/255))
  878. newparticle2.Size = NumberSequence.new({
  879. NumberSequenceKeypoint.new(0, 0, 0),
  880. NumberSequenceKeypoint.new(.0977, .15, 0),
  881. NumberSequenceKeypoint.new(1, .05, 0),
  882. })
  883. newparticle2.Texture = "http://www.roblox.com/asset/?id=118322059"
  884. newparticle2.Transparency = NumberSequence.new({
  885. NumberSequenceKeypoint.new(0, 0, 0),
  886. NumberSequenceKeypoint.new(.8, 0, 0),
  887. NumberSequenceKeypoint.new(1, 1, 0),
  888. })
  889. newparticle2.ZOffset = 0
  890. newparticle2.Acceleration = Vector3.new(0, .2, 0)
  891. newparticle2.Lifetime = NumberRange.new(5)
  892. newparticle2.Rate = 20
  893. newparticle2.EmissionDirection = "Top"
  894. newparticle2.Rotation = NumberRange.new(0)
  895. newparticle2.RotSpeed = NumberRange.new(20, 40)
  896. newparticle2.Speed = NumberRange.new(2, 4)
  897. newparticle2.SpreadAngle = Vector2.new(100, 100)
  898.  
  899.  
  900. local newparticle = Instance.new("ParticleEmitter")
  901. newparticle.Parent = plr.Character.HumanoidRootPart
  902. newparticle.Color = ColorSequence.new(Color3.new(255/255, 0/255, 0/255), Color3.new(77/255, 1/255, 165/255))
  903. newparticle.Size = NumberSequence.new({
  904. NumberSequenceKeypoint.new(0, 1, 0),
  905. NumberSequenceKeypoint.new(.218, .625, 0),
  906. NumberSequenceKeypoint.new(.468, 1.38, 0),
  907. NumberSequenceKeypoint.new(.747, 3.06, 0),
  908. NumberSequenceKeypoint.new(1, 3.31, 0),
  909. })
  910. newparticle.Texture = "http://www.roblox.com/asset/?id=243664672"
  911. newparticle.Transparency = NumberSequence.new({
  912. NumberSequenceKeypoint.new(0, 1, 0),
  913. NumberSequenceKeypoint.new(.509, .725, 0),
  914. NumberSequenceKeypoint.new(.762, .85, .15),
  915. NumberSequenceKeypoint.new(1, 1, 0),
  916. })
  917. newparticle.ZOffset = 2
  918. newparticle.LightEmission = .4
  919. newparticle.EmissionDirection = "Top"
  920. newparticle.Lifetime = NumberRange.new(1, 2)
  921. newparticle.Rate = 500
  922. newparticle.Rotation = NumberRange.new(-360, 360)
  923. newparticle.RotSpeed = NumberRange.new(-200, 200)
  924. newparticle.Speed = NumberRange.new(.5)
  925. newparticle.SpreadAngle = NumberRange.new(100, 100)
  926. local newparticle2 = Instance.new("ParticleEmitter")
  927. newparticle2.Parent = plr.Character.HumanoidRootPart
  928. newparticle2.Color = ColorSequence.new(Color3.new(255/255, 0/255, 0/255), Color3.new(77/255, 1/255, 165/255))
  929. newparticle2.Size = NumberSequence.new({
  930. NumberSequenceKeypoint.new(0, 0, 0),
  931. NumberSequenceKeypoint.new(.0977, .15, 0),
  932. NumberSequenceKeypoint.new(1, .05, 0),
  933. })
  934. newparticle2.Texture = "http://www.roblox.com/asset/?id=118322059"
  935. newparticle2.Transparency = NumberSequence.new({
  936. NumberSequenceKeypoint.new(0, 0, 0),
  937. NumberSequenceKeypoint.new(.8, 0, 0),
  938. NumberSequenceKeypoint.new(1, 1, 0),
  939. })
  940. newparticle2.ZOffset = 0
  941. newparticle2.Acceleration = Vector3.new(0, .2, 0)
  942. newparticle2.Lifetime = NumberRange.new(5)
  943. newparticle2.Rate = 20
  944. newparticle2.EmissionDirection = "Top"
  945. newparticle2.Rotation = NumberRange.new(0)
  946. newparticle2.RotSpeed = NumberRange.new(20, 40)
  947. newparticle2.Speed = NumberRange.new(2, 4)
  948. newparticle2.SpreadAngle = Vector2.new(100, 100)
  949. end)
  950. local rain = Instance.new("TextButton")
  951. rain.Parent = PCcommandsframe
  952. rain.Name = "Rain"
  953. rain.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  954. rain.Font = "ArialBold"
  955. rain.Text = "Rain"
  956. rain.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  957. rain.TextScaled = true
  958. rain.Size = UDim2.new(.232, 0, .075, 0)
  959. rain.Position = UDim2.new(.277, 0, .083, 0)
  960. rain.MouseButton1Click:connect(function()
  961. local victim = game.Players:FindFirstChild(PlayerName4.Text)
  962. local particle1 = Instance.new("ParticleEmitter")
  963. local particle2 = Instance.new("ParticleEmitter")
  964. particle1.Parent = victim.Character.HumanoidRootPart
  965. particle2.Parent = victim.Character.HumanoidRootPart
  966. local colorsequence1 = ColorSequence.new(Color3.new(46/255, 158/255, 255/255))
  967. particle1.Color = colorsequence1
  968. local colorsequence2 = ColorSequence.new(Color3.new(13/255, 46/255, 74/255))
  969. particle2.Color = colorsequence2
  970. particle1.LightEmission = .1
  971. particle1.LightInfluence = 0
  972. particle1.Size = NumberSequence.new(.05)
  973. particle1.Texture = "http://www.roblox.com/asset/?id=118322059"
  974. particle1.ZOffset = 0
  975. particle1.Name = "Rain"
  976. particle1.Acceleration = Vector3.new(0, -20, 0)
  977. particle1.Drag = 0
  978. particle1.LockedToPart = true
  979. particle1.VelocityInheritance = 0
  980. particle1.EmissionDirection = "Top"
  981. particle1.Enabled = true
  982. particle1.Lifetime = NumberRange.new(2.49)
  983. particle1.Rate = 50
  984. particle1.Rotation = NumberRange.new(0)
  985. particle1.RotSpeed = NumberRange.new(0)
  986. particle1.Speed = NumberRange.new(25)
  987. particle1.SpreadAngle = Vector2.new(0, 0)
  988. particle1.Transparency = NumberSequence.new({
  989. NumberSequenceKeypoint.new(0, 1, 0),
  990. NumberSequenceKeypoint.new(.743,1,0),
  991. NumberSequenceKeypoint.new(.756,0,0),
  992. NumberSequenceKeypoint.new(1,0,0),
  993. })
  994. particle2.Name = "Smoke"
  995. particle2.Color = ColorSequence.new(Color3.new(13/255, 46/255, 74/255))
  996. particle2.LightEmission = .1
  997. particle2.LightInfluence = 0
  998. particle2.Size = NumberSequence.new({
  999. NumberSequenceKeypoint.new(0,0,0),
  1000. NumberSequenceKeypoint.new(.499,0,0),
  1001. NumberSequenceKeypoint.new(.516,1.42,0),
  1002. NumberSequenceKeypoint.new(.6,1.4,0),
  1003. NumberSequenceKeypoint.new(.601,0,0),
  1004. NumberSequenceKeypoint.new(1,0,0),
  1005. })
  1006. particle2.Texture = "http://www.roblox.com/asset/?id=290833005"
  1007. particle2.ZOffset = 2
  1008. particle2.Acceleration = Vector3.new(0, 0, 0)
  1009. particle2.EmissionDirection = "Top"
  1010. particle2.Enabled = true
  1011. particle2.Lifetime = NumberRange.new(20)
  1012. particle2.Rate = 50
  1013. particle2.LockedToPart = true
  1014. particle2.Rotation = NumberRange.new(0, 360)
  1015. particle2.Speed = NumberRange.new(1)
  1016. particle2.RotSpeed = NumberRange.new(0)
  1017. particle2.SpreadAngle = Vector2.new(0, 0)
  1018. particle2.Transparency = NumberSequence.new({
  1019. NumberSequenceKeypoint.new(0, 1, 0),
  1020. NumberSequenceKeypoint.new(.5,1,0),
  1021. NumberSequenceKeypoint.new(.535,0,0),
  1022. NumberSequenceKeypoint.new(.567,0,0),
  1023. NumberSequenceKeypoint.new(.6,1,0),
  1024. NumberSequenceKeypoint.new(1,1,0),
  1025. })
  1026. end)
  1027. FE.MouseButton1Click:connect(function()
  1028. FE.TextColor3 = Color3.new(249/255, 74/255, 255/255)
  1029. CommandBar.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  1030. LC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  1031. PC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  1032. FEcommandsframe.Visible = true
  1033. commandsframe.Visible = false
  1034. lEcommandsframe.Visible = false
  1035. PCcommandsframe.Visible = false
  1036. end)
  1037. CommandBar.MouseButton1Click:connect(function()
  1038. FE.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  1039. CommandBar.TextColor3 = Color3.new(249/255, 74/255, 255/255)
  1040. LC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  1041. PC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  1042. FEcommandsframe.Visible = false
  1043. commandsframe.Visible = true
  1044. lEcommandsframe.Visible = false
  1045. PCcommandsframe.Visible = false
  1046. end)
  1047. LC.MouseButton1Click:connect(function()
  1048. FE.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  1049. CommandBar.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  1050. LC.TextColor3 = Color3.new(249/255, 74/255, 255/255)
  1051. PC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  1052. FEcommandsframe.Visible = false
  1053. commandsframe.Visible = false
  1054. lEcommandsframe.Visible = true
  1055. PCcommandsframe.Visible = false
  1056. end)
  1057. PC.MouseButton1Click:connect(function()
  1058. FE.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  1059. CommandBar.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  1060. LC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  1061. PC.TextColor3 = Color3.new(249/255, 74/255, 255/255)
  1062. FEcommandsframe.Visible = false
  1063. commandsframe.Visible = false
  1064. lEcommandsframe.Visible = false
  1065. PCcommandsframe.Visible = true
  1066. end)
  1067. --FilteringCheckLoop
  1068. while true do
  1069. wait()
  1070. if workspace.FilteringEnabled == true then
  1071. FEStats.Text = "- FE Status: Enabled!"
  1072. elseif workspace.FilteringEnabled == false then
  1073. FEStats.Text = "- FE Status: Disabled!"
  1074. end
  1075. end
Add Comment
Please, Sign In to add comment