Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.08 KB | None | 0 0
  1. Fe Trolling Gui subscribe https://www.youtube.com/channel/UCd2lEu6rrC7b-3QlqbuxAMA
  2.  
  3. local troller = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local nameofgui = Instance.new("TextLabel")
  6. local border = Instance.new("Frame")
  7. local invis = Instance.new("TextButton")
  8. local pp = Instance.new("TextButton")
  9. local memedog = Instance.new("TextLabel")
  10. local die = Instance.new("TextLabel")
  11. local worm = Instance.new("TextButton")
  12. local cycl = Instance.new("TextButton")
  13. local axy = Instance.new("TextLabel")
  14. local diemie = Instance.new("TextLabel")
  15.  
  16. troller.Name = "troller"
  17. troller.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. troller.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19. troller.ResetOnSpawn = false
  20.  
  21. Main.Name = "Main"
  22. Main.Parent = troller
  23. Main.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  24. Main.BorderSizePixel = 0
  25. Main.ClipsDescendants = true
  26. Main.Position = UDim2.new(0.04588015, 0, 0.087649405, 0)
  27. Main.Size = UDim2.new(0, 248, 0, 311)
  28.  
  29. nameofgui.Name = "nameofgui"
  30. nameofgui.Parent = Main
  31. nameofgui.BackgroundColor3 = Color3.new(1, 1, 1)
  32. nameofgui.BackgroundTransparency = 1
  33. nameofgui.ClipsDescendants = true
  34. nameofgui.Size = UDim2.new(0, 248, 0, 19)
  35. nameofgui.Font = Enum.Font.GothamBold
  36. nameofgui.Text = "Troller"
  37. nameofgui.TextColor3 = Color3.new(1, 1, 1)
  38. nameofgui.TextSize = 16
  39. nameofgui.TextXAlignment = Enum.TextXAlignment.Left
  40.  
  41. border.Name = "border"
  42. border.Parent = Main
  43. border.BackgroundColor3 = Color3.new(1, 1, 1)
  44. border.ClipsDescendants = true
  45. border.Position = UDim2.new(-0.00131386518, 0, 0.0696422011, 0)
  46. border.Size = UDim2.new(0, 248, 0, 1)
  47.  
  48. invis.Name = "invis"
  49. invis.Parent = Main
  50. invis.BackgroundColor3 = Color3.new(1, 0.541176, 0.164706)
  51. invis.ClipsDescendants = true
  52. invis.Position = UDim2.new(0, 0, 0.115512639, 0)
  53. invis.Size = UDim2.new(0, 248, 0, 27)
  54. invis.Font = Enum.Font.SourceSansItalic
  55. invis.Text = "FE Invisible Fling (R6 & R15)"
  56. invis.TextColor3 = Color3.new(1, 1, 1)
  57. invis.TextSize = 16
  58. invis.MouseButton1Click:connect(function()
  59.  
  60.  
  61.  
  62. spawn(function()
  63. local message = Instance.new("Message",workspace)
  64. message.Text = "Loaded press z to execute inviseble , press x to respawn)"
  65. wait(5)
  66. message:Destroy()
  67. end)
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76. local mouse = game.Players.LocalPlayer:GetMouse()
  77.  
  78. local groot = nil
  79.  
  80. mouse.KeyDown:connect(function(k)
  81.  
  82. if k == "z" then
  83.  
  84.  
  85.  
  86. spawn(function()
  87. local message = Instance.new("Message",workspace)
  88. message.Text = "Fe Invisible Fling By Diemiers#4209 Loaded (wait 11 seconds to load)"
  89. wait(11)
  90. message:Destroy()
  91. end)
  92.  
  93.  
  94. local ch = game.Players.LocalPlayer.Character
  95. local prt=Instance.new("Model", workspace)
  96. local z1 = Instance.new("Part", prt)
  97. z1.Name="Torso"
  98. z1.CanCollide = false
  99. z1.Anchored = true
  100. local z2 =Instance.new("Part", prt)
  101. z2.Name="Head"
  102. z2.Anchored = true
  103. z2.CanCollide = false
  104. local z3 =Instance.new("Humanoid", prt)
  105. z3.Name="Humanoid"
  106. z1.Position = Vector3.new(0,9999,0)
  107. z2.Position = Vector3.new(0,9991,0)
  108. game.Players.LocalPlayer.Character=prt
  109. wait(5)
  110. game.Players.LocalPlayer.Character=ch
  111. wait(6)
  112.  
  113.  
  114. local plr = game.Players.LocalPlayer
  115. mouse = plr:GetMouse()
  116.  
  117. local Hum = Instance.new("Humanoid")
  118. Hum.Parent = game.Players.LocalPlayer.Character
  119.  
  120.  
  121. local root = game.Players.LocalPlayer.Character.HumanoidRootPart
  122.  
  123.  
  124. for i,v in pairs(plr.Character:GetChildren()) do
  125.  
  126. if v ~= root and v.Name ~= "Humanoid" then
  127.  
  128. v:Destroy()
  129.  
  130. end
  131.  
  132.  
  133. end
  134.  
  135. workspace.CurrentCamera.CameraSubject = root
  136.  
  137. local se = Instance.new("SelectionBox",root)
  138. se.Adornee = root
  139.  
  140.  
  141. game:GetService('RunService').Stepped:connect(function()
  142. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  143. end)
  144. game:GetService('RunService').RenderStepped:connect(function()
  145. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  146. end)
  147.  
  148.  
  149. power = 999999 -- change this to make it more or less powerful
  150.  
  151. power = power*10
  152.  
  153. ---
  154. wait(.1)
  155. local bambam = Instance.new("BodyThrust")
  156. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  157. bambam.Force = Vector3.new(power,0,power)
  158. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  159.  
  160.  
  161.  
  162.  
  163.  
  164. local plr = game.Players.LocalPlayer
  165. local torso = root
  166. local flying = true
  167. local deb = true
  168. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  169. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  170. local maxspeed = 120
  171. local speed = 15
  172.  
  173.  
  174. ---local bambam = Instance.new("BodyThrust")
  175. ---bambam.Parent = torso
  176. --bambam.Force = Vector3.new(9999999,0,9999999)
  177. --bambam.Location = torso.Position
  178.  
  179.  
  180. ---
  181. groot = root
  182.  
  183. function Fly()
  184. local bg = Instance.new("BodyGyro", torso)
  185. bg.P = 9e4
  186. bg.maxTorque = Vector3.new(0, 0, 0)
  187. bg.cframe = torso.CFrame
  188. local bv = Instance.new("BodyVelocity", torso)
  189. bv.velocity = Vector3.new(0,0,0)
  190. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  191. repeat wait()
  192.  
  193. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  194. speed = speed+.2
  195. if speed > maxspeed then
  196. speed = maxspeed
  197. end
  198. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  199. speed = speed-1
  200. if speed < 0 then
  201. speed = 0
  202. end
  203. end
  204. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  205. 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
  206. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  207. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  208. 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
  209. else
  210. bv.velocity = Vector3.new(0,0.1,0)
  211. end
  212.  
  213. until not flying
  214. ctrl = {f = 0, b = 0, l = 0, r = 0}
  215. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  216. speed = 0
  217. bg:Destroy()
  218. bv:Destroy()
  219.  
  220. end
  221. mouse.KeyDown:connect(function(key)
  222. if key:lower() == "e" then
  223. if flying then flying = false
  224. else
  225. flying = true
  226. Fly()
  227. end
  228. elseif key:lower() == "w" then
  229. ctrl.f = 1
  230. elseif key:lower() == "s" then
  231. ctrl.b = -1
  232. elseif key:lower() == "a" then
  233. ctrl.l = -1
  234. elseif key:lower() == "d" then
  235. ctrl.r = 1
  236. end
  237. end)
  238. mouse.KeyUp:connect(function(key)
  239. if key:lower() == "w" then
  240. ctrl.f = 0
  241. elseif key:lower() == "s" then
  242. ctrl.b = 0
  243. elseif key:lower() == "a" then
  244. ctrl.l = 0
  245. elseif key:lower() == "d" then
  246. ctrl.r = 0
  247. elseif key:lower() == "r" then
  248.  
  249. end
  250. end)
  251. Fly()
  252.  
  253.  
  254.  
  255. elseif k == "x" then
  256.  
  257.  
  258. spawn(function()
  259. local message = Instance.new("Message",workspace)
  260. message.Text = "Respawning dont spam"
  261. wait(1)
  262. message:Destroy()
  263. end)
  264.  
  265. local saved = groot.Position
  266.  
  267. local ch = game.Players.LocalPlayer.Character
  268. local prt=Instance.new("Model", workspace)
  269. local z1 = Instance.new("Part", prt)
  270. z1.Name="Torso"
  271. z1.CanCollide = false
  272. z1.Anchored = true
  273. local z2 =Instance.new("Part", prt)
  274. z2.Name="Head"
  275. z2.Anchored = true
  276. z2.CanCollide = false
  277. local z3 =Instance.new("Humanoid", prt)
  278. z3.Name="Humanoid"
  279. z1.Position = Vector3.new(0,9999,0)
  280. z2.Position = Vector3.new(0,9991,0)
  281. game.Players.LocalPlayer.Character=prt
  282. wait(5)
  283. game.Players.LocalPlayer.Character=ch
  284. local poop = nil
  285. repeat wait() poop = game.Players.LocalPlayer.Character:FindFirstChild("Head") until poop ~= nil
  286. wait(1)
  287. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(saved)
  288.  
  289. end
  290.  
  291.  
  292. end)
  293. end)
  294.  
  295. pp.Name = "pp"
  296. pp.Parent = Main
  297. pp.BackgroundColor3 = Color3.new(1, 0.541176, 0.164706)
  298. pp.ClipsDescendants = true
  299. pp.Position = UDim2.new(0.00403225794, 0, 0.256927162, 0)
  300. pp.Size = UDim2.new(0, 248, 0, 27)
  301. pp.Font = Enum.Font.SourceSansItalic
  302. pp.Text = "FE Penis (R6)"
  303. pp.TextColor3 = Color3.new(1, 1, 1)
  304. pp.TextSize = 16
  305. pp.MouseButton1Click:connect(function()
  306.  
  307.  
  308.  
  309.  
  310.  
  311. --R6 dick by diemiers
  312.  
  313.  
  314. spawn(function()
  315. local message = Instance.new("Message",workspace)
  316. message.Text = "Fe penisito loaded"
  317. wait(11)
  318. message:Destroy()
  319. end)
  320.  
  321. local name = "Torso"
  322. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  323. name = "UpperTorso"
  324. end
  325.  
  326. local ch = game.Players.LocalPlayer.Character
  327. local prt=Instance.new("Model", workspace)
  328. local z1 = Instance.new("Part", prt)
  329. z1.Name="Torso"
  330. z1.CanCollide = false
  331. z1.Anchored = true
  332. local z2 =Instance.new("Part", prt)
  333. z2.Name="Head"
  334. z2.Anchored = true
  335. z2.CanCollide = false
  336. local z3 =Instance.new("Humanoid", prt)
  337. z3.Name="Humanoid"
  338. z1.Position = Vector3.new(0,9999,0)
  339. z2.Position = Vector3.new(0,9991,0)
  340. game.Players.LocalPlayer.Character=prt
  341. wait(5)
  342. game.Players.LocalPlayer.Character=ch
  343. wait(6)
  344. game:GetService('RunService').Stepped:connect(function()
  345. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
  346. end)
  347. game:GetService('RunService').RenderStepped:connect(function()
  348. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
  349. end)
  350. plr = game.Players.LocalPlayer
  351. mouse = plr:GetMouse()
  352.  
  353. game.Players.LocalPlayer.Character.HumanoidRootPart:Destroy()
  354.  
  355. local Hum = Instance.new("Humanoid")
  356.  
  357.  
  358.  
  359. Hum.Parent = game.Players.LocalPlayer.Character
  360. game.Players.LocalPlayer.Character.Humanoid.Parent = game.Lighting
  361. --game.Players.LocalPlayer.Character:FindFirstChild("Torso").Name = "Head"
  362. --game.Players.LocalPlayer.Character:FindFirstChild("Head"):Destroy()
  363. --game.Players.LocalPlayer.Character:FindFirstChild(name):Destroy()
  364. --game.Players.LocalPlayer.Character.HumanoidRootPart.Name = "GaiPArt"
  365. local root =game.Players.LocalPlayer.Character["Right Arm"] -- game.Players.LocalPlayer.Character["Left Leg"]
  366. root.Name = "HumanoidRootPart"
  367.  
  368. Hum.HipHeight = 5
  369.  
  370.  
  371. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.HumanoidRootPart
  372.  
  373.  
  374.  
  375.  
  376. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  377.  
  378. if v.Name ~=root.Name and v.Name ~="Humanoid" and v.Name ~= "Left Arm" and v.Name ~= "Left Leg" and v.Name ~= "Right Leg" then
  379.  
  380. v:Destroy()
  381.  
  382. elseif v.Name == "Left Arm" then
  383.  
  384. local bp = Instance.new("BodyPosition",v)
  385. bp.MaxForce = Vector3.new(99999,99999,99999)
  386. local bg = Instance.new("BodyGyro",v)
  387. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  388.  
  389. spawn(function()
  390. bp.D = 300
  391. while true do
  392. bp.Position = root.Position+Vector3.new(0,1.8+1.8+1.8-0.3,0)
  393. wait()
  394. end
  395.  
  396. end)
  397.  
  398. elseif v.Name == "Left Leg" then
  399.  
  400. local bp = Instance.new("BodyPosition",v)
  401. bp.MaxForce = Vector3.new(99999,99999,99999)
  402. local bg = Instance.new("BodyGyro",v)
  403. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  404.  
  405. spawn(function()
  406. bp.D = 300
  407. while true do
  408. bp.Position = root.Position+Vector3.new(0,1.8-0.3,0)
  409. wait()
  410. end
  411.  
  412. end)
  413.  
  414. elseif v.Name == "Right Leg" then
  415.  
  416. local bp = Instance.new("BodyPosition",v)
  417. bp.MaxForce = Vector3.new(99999,99999,99999)
  418. local bg = Instance.new("BodyGyro",v)
  419. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  420. spawn(function()
  421. bp.D = 300
  422. while true do
  423. bp.Position = root.Position+Vector3.new(0,1.8+1.8-0.3,0)
  424. wait()
  425. end
  426.  
  427. end)
  428. elseif v.Name == root.Name then
  429.  
  430. local bg = Instance.new("BodyGyro",v)
  431. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  432. bg.CFrame = CFrame.Angles(math.rad(0),math.rad(0),math.rad(90))
  433.  
  434. end
  435.  
  436.  
  437. end
  438.  
  439. --local se = Instance.new("SelectionBox",root)
  440. --se.Adornee = root
  441.  
  442.  
  443. power = 999999 -- change this to make it more or less powerful
  444.  
  445. power = power*10
  446.  
  447. ---
  448. wait(.1)
  449. --local bambam = Instance.new("BodyThrust")
  450. --bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  451. --bambam.Force = Vector3.new(power,0,power)
  452. --bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  453.  
  454.  
  455.  
  456.  
  457. local mouse = game.Players.LocalPlayer:GetMouse()
  458.  
  459.  
  460. local plr = game.Players.LocalPlayer
  461. local torso = root
  462. local flying = true
  463. local deb = true
  464. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  465. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  466. local maxspeed = 120
  467. local speed = 15
  468.  
  469.  
  470. ---local bambam = Instance.new("BodyThrust")
  471. ---bambam.Parent = torso
  472. --bambam.Force = Vector3.new(9999999,0,9999999)
  473. --bambam.Location = torso.Position
  474.  
  475.  
  476. ---
  477.  
  478.  
  479. function Fly()
  480. local bg = Instance.new("BodyGyro", torso)
  481. bg.P = 9e4
  482. bg.maxTorque = Vector3.new(0, 0, 0)
  483. bg.cframe = torso.CFrame
  484. local bv = Instance.new("BodyVelocity", torso)
  485. bv.velocity = Vector3.new(0,0,0)
  486. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  487. repeat wait()
  488.  
  489. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  490. speed = speed+.2
  491. if speed > maxspeed then
  492. speed = maxspeed
  493. end
  494. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  495. speed = speed-1
  496. if speed < 0 then
  497. speed = 0
  498. end
  499. end
  500. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  501. 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
  502. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  503. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  504. 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
  505. else
  506. bv.velocity = Vector3.new(0,0,0)
  507. end
  508.  
  509. until not flying
  510. ctrl = {f = 0, b = 0, l = 0, r = 0}
  511. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  512. speed = 0
  513. bg:Destroy()
  514. bv:Destroy()
  515.  
  516. end
  517. mouse.KeyDown:connect(function(key)
  518. if key:lower() == "e" then
  519. if flying then flying = false
  520. else
  521. flying = true
  522. Fly()
  523. end
  524. elseif key:lower() == "w" then
  525. ctrl.f = 1
  526. elseif key:lower() == "s" then
  527. ctrl.b = -1
  528. elseif key:lower() == "a" then
  529. ctrl.l = -1
  530. elseif key:lower() == "d" then
  531. ctrl.r = 1
  532. end
  533. end)
  534. mouse.KeyUp:connect(function(key)
  535. if key:lower() == "w" then
  536. ctrl.f = 0
  537. elseif key:lower() == "s" then
  538. ctrl.b = 0
  539. elseif key:lower() == "a" then
  540. ctrl.l = 0
  541. elseif key:lower() == "d" then
  542. ctrl.r = 0
  543. elseif key:lower() == "r" then
  544.  
  545. end
  546. end)
  547. Fly()
  548. end)
  549.  
  550. memedog.Name = "memedog"
  551. memedog.Parent = Main
  552. memedog.BackgroundColor3 = Color3.new(1, 1, 1)
  553. memedog.BackgroundTransparency = 1
  554. memedog.ClipsDescendants = true
  555. memedog.Position = UDim2.new(0.0967741907, 0, 0.745117068, 0)
  556. memedog.Size = UDim2.new(0, 200, 0, 23)
  557. memedog.Font = Enum.Font.SourceSansLight
  558. memedog.Text = "Memedog#1256 for GUI"
  559. memedog.TextColor3 = Color3.new(0, 1, 0)
  560. memedog.TextSize = 16
  561.  
  562. die.Name = "die"
  563. die.Parent = Main
  564. die.BackgroundColor3 = Color3.new(1, 1, 1)
  565. die.BackgroundTransparency = 1
  566. die.ClipsDescendants = true
  567. die.Position = UDim2.new(0.0120967738, 0, 0.66750288, 0)
  568. die.Size = UDim2.new(0, 246, 0, 23)
  569. die.Font = Enum.Font.SourceSansLight
  570. die.Text = "Diemiers#4209 & Cyclically#9215 for scripts"
  571. die.TextColor3 = Color3.new(0, 1, 1)
  572. die.TextSize = 16
  573.  
  574. worm.Name = "worm"
  575. worm.Parent = Main
  576. worm.BackgroundColor3 = Color3.new(1, 0.541176, 0.164706)
  577. worm.ClipsDescendants = true
  578. worm.Position = UDim2.new(-0.00403225794, 0, 0.405297279, 0)
  579. worm.Size = UDim2.new(0, 248, 0, 27)
  580. worm.Font = Enum.Font.SourceSansItalic
  581. worm.Text = "FE Wormus (R6)"
  582. worm.TextColor3 = Color3.new(1, 1, 1)
  583. worm.TextSize = 16
  584. worm.MouseButton1Click:connect(function()
  585. --Made by GreenFace#4209
  586.  
  587.  
  588. --Wormus
  589.  
  590. --If ur legs gonna lose network owner they not going to lose them u will pick them up when ur network owner gonna comeback
  591.  
  592. --Found some replication bugs long time ago
  593.  
  594. --ik its not clean code
  595.  
  596. local name = "Torso"
  597. local ch = game.Players.LocalPlayer.Character
  598. local prt=Instance.new("Model", workspace)
  599. local z1 = Instance.new("Part", prt)
  600. z1.Name="Torso"
  601. z1.CanCollide = false
  602. z1.Anchored = true
  603. local z2 =Instance.new("Part", prt)
  604. z2.Name="Head"
  605. z2.Anchored = true
  606. z2.CanCollide = false
  607. local z3 =Instance.new("Humanoid", prt)
  608. z3.Name="Humanoid"
  609. z1.Position = Vector3.new(0,9999,0)
  610. z2.Position = Vector3.new(0,9991,0)
  611. game.Players.LocalPlayer.Character=prt
  612. wait(5)
  613. game.Players.LocalPlayer.Character=ch
  614. wait(6)
  615.  
  616.  
  617. --game:GetService('RunService').Stepped:connect(function()
  618. --game.Players.LocalPlayer.Character.Head.CanCollide = false
  619. --end)
  620. local humano = game.Players.LocalPlayer.Character.Humanoid:Clone()
  621. wait()
  622. game.Players.LocalPlayer.Character[name]:Destroy()
  623. game.Players.LocalPlayer.Character.HumanoidRootPart:Destroy()
  624.  
  625.  
  626.  
  627. local torso = game.Players.LocalPlayer.Character.Head
  628. game.Players.LocalPlayer.Character.Humanoid.Parent = game.Lighting
  629.  
  630.  
  631. humano.Parent = game.Players.LocalPlayer.Character
  632.  
  633. local humanoid = humano--Instance.new("Humanoid",game.Players.LocalPlayer.Character)
  634.  
  635. humanoid.HipHeight = 4
  636.  
  637. humanoid.WalkSpeed = 50
  638.  
  639. torso.Name = "HumanoidRootPart"
  640.  
  641. limbs = {
  642. game.Players.LocalPlayer.Character["Left Arm"],
  643. game.Players.LocalPlayer.Character["Right Arm"],
  644. game.Players.LocalPlayer.Character["Left Leg"],
  645. game.Players.LocalPlayer.Character["Right Leg"]
  646. }
  647. for i,v in pairs(limbs)do
  648.  
  649. local bodypos = Instance.new("BodyPosition",v)
  650.  
  651. bodypos.MaxForce = Vector3.new(999999,999999,999999)
  652.  
  653. bodypos.D = 400
  654.  
  655. local bodyg = Instance.new("BodyGyro",v)
  656.  
  657. bodyg.MaxTorque =Vector3.new(99999999,99999999,999999)
  658.  
  659.  
  660. spawn(function()
  661. while true do
  662. bodypos.Position = torso.Position-Vector3.new(0,i*1.5,0)
  663. wait(0.1)
  664. end
  665. end)
  666. end
  667. end)
  668.  
  669. cycl.Name = "cycl"
  670. cycl.Parent = Main
  671. cycl.BackgroundColor3 = Color3.new(1, 0.541176, 0.164706)
  672. cycl.ClipsDescendants = true
  673. cycl.Position = UDim2.new(0, 0, 0.551240921, 0)
  674. cycl.Size = UDim2.new(0, 248, 0, 27)
  675. cycl.Font = Enum.Font.SourceSansItalic
  676. cycl.Text = "Cyclone Admin"
  677. cycl.TextColor3 = Color3.new(1, 1, 1)
  678. cycl.TextSize = 16
  679. cycl.MouseButton1Click:connect(function()
  680. -- Made by Cyclically | Cyclone
  681. -- Version: 0.2a
  682. -- Settings:
  683. local PREFIX = ";"
  684. -- Variables:
  685. local LocalPlayer = game:GetService("Players").LocalPlayer
  686. local TweenService = game:GetService("TweenService")
  687. local RunService = game:GetService("RunService")
  688. local mouse = LocalPlayer:GetMouse()
  689. local ContentProvider = game:GetService("ContentProvider")
  690. local Players = setmetatable(game:GetService("Players"):GetPlayers(), {
  691. __metatable = "Metatable is locked"; -- Theres a reason for this.
  692. __index = function(self, k)
  693. if k:lower() == "all" then
  694. return game:GetService("Players"):GetPlayers()
  695. elseif k:lower() == "others" then
  696. local plrReturn = {}
  697. for _, plr in pairs(game:GetService("Players"):GetPlayers()) do
  698. if plr ~= LocalPlayer then
  699. table.insert(plrReturn, plr)
  700. end
  701. end
  702. return plrReturn
  703. elseif k:lower() == "me" then
  704. return {LocalPlayer}
  705. elseif k:lower() == "random" then
  706. return game:GetService("Players"):GetPlayers()[math.random(1, #game:GetService("Players"):GetPlayers())]
  707. else
  708. for _, plr in pairs(game:GetService("Players"):GetPlayers()) do
  709. if string.find(plr.Name:lower(), k:lower()) then
  710. return {plr}
  711. end
  712. end
  713. end
  714. end
  715. })
  716. -- Instances:
  717. local CycloneGui = Instance.new("ScreenGui", game.CoreGui)
  718. local mainFrame = Instance.new("ImageLabel", CycloneGui)
  719. local titleLabel = Instance.new("TextLabel", mainFrame)
  720. local bottomFrame = Instance.new("Frame", mainFrame)
  721. local searchBox = Instance.new("TextBox", bottomFrame)
  722. local cmdList = Instance.new("ScrollingFrame", bottomFrame)
  723. local listLayout = Instance.new("UIListLayout", cmdList)
  724. local topBlinker = Instance.new("Frame", CycloneGui)
  725. local bottomBlinker = Instance.new("Frame", CycloneGui)
  726. local introLabel = Instance.new("TextLabel")
  727. local introFrame = Instance.new("ImageLabel", introLabel)
  728. local introShadow = Instance.new("ImageLabel", introLabel)
  729. local notifBar = Instance.new("ImageLabel")
  730. local notifText = Instance.new("TextLabel", notifBar)
  731. local barlabel = Instance.new("TextButton")
  732. --Properties:
  733. CycloneGui.Name = "CycloneGui"
  734.  
  735. mainFrame.Name = "mainFrame"
  736. mainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  737. mainFrame.BackgroundTransparency = 1
  738. mainFrame.Position = UDim2.new(0.82, 0, 1, 0)
  739. mainFrame.Size = UDim2.new(0.16, 0, 0.4, 0)
  740. mainFrame.ZIndex = 0
  741. mainFrame.Image = "rbxassetid://2851927369"
  742. mainFrame.ImageColor3 = Color3.new(0, 0.0196078, 0.0470588)
  743. mainFrame.ScaleType = Enum.ScaleType.Slice
  744. mainFrame.SliceCenter = Rect.new(10, 10, 10, 10)
  745.  
  746. titleLabel.Name = "titleLabel"
  747. titleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  748. titleLabel.BackgroundTransparency = 1
  749. titleLabel.Size = UDim2.new(1, 0, 0.125409842, 0)
  750. titleLabel.Font = Enum.Font.GothamBold
  751. titleLabel.Text = "Cyclone"
  752. titleLabel.TextColor3 = Color3.new(0.835294, 0.909804, 1)
  753. titleLabel.TextSize = 14
  754.  
  755. bottomFrame.Name = "bottomFrame"
  756. bottomFrame.BackgroundColor3 = Color3.new(0, 0.0117647, 0.0352941)
  757. bottomFrame.BorderSizePixel = 0
  758. bottomFrame.Position = UDim2.new(0, 0, 0.125409856, 0)
  759. bottomFrame.Size = UDim2.new(1, 0, 0.874590158, 0)
  760.  
  761. searchBox.Name = "searchBox"
  762. searchBox.BackgroundColor3 = Color3.new(0, 0.0196078, 0.0666667)
  763. searchBox.BorderSizePixel = 0
  764. searchBox.Size = UDim2.new(1, 0, 0.100000001, 0)
  765. searchBox.ZIndex = 2
  766. searchBox.Font = Enum.Font.GothamBold
  767. searchBox.PlaceholderColor3 = Color3.new(0.113725, 0.188235, 0.34902)
  768. searchBox.PlaceholderText = "Search"
  769. searchBox.Text = ""
  770. searchBox.TextColor3 = Color3.new(0.168627, 0.278431, 0.517647)
  771. searchBox.TextSize = 10
  772.  
  773. cmdList.Name = "cmdList"
  774. cmdList.BackgroundColor3 = Color3.new(0, 0.0156863, 0.0588235)
  775. cmdList.BorderSizePixel = 0
  776. cmdList.Position = UDim2.new(0, 0, 0.0999999866, 0)
  777. cmdList.Size = UDim2.new(1, 0, 0.900000036, 0)
  778. cmdList.ZIndex = 2
  779. cmdList.CanvasSize = UDim2.new(0, 0, 10, 0)
  780. cmdList.ScrollBarThickness = 0
  781.  
  782. listLayout.Name = "listLayout"
  783.  
  784. topBlinker.Name = "topBlinker"
  785. topBlinker.BackgroundColor3 = Color3.new(0, 0, 0)
  786. topBlinker.BorderSizePixel = 0
  787. topBlinker.Size = UDim2.new(1, 0, 0, 0)
  788. topBlinker.ZIndex = 4
  789.  
  790. bottomBlinker.Name = "bottomBlinker"
  791. bottomBlinker.BackgroundColor3 = Color3.new(0, 0, 0)
  792. bottomBlinker.BorderSizePixel = 0
  793. bottomBlinker.Position = UDim2.new(0, 0, 1, 0)
  794. bottomBlinker.Size = UDim2.new(1, 0, 0, 0)
  795. bottomBlinker.ZIndex = 4
  796.  
  797. introLabel.Name = "introLabel"
  798. introLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  799. introLabel.BackgroundTransparency = 1
  800. introLabel.BorderSizePixel = 0
  801. introLabel.Size = UDim2.new(1, 0, 1, 0)
  802. introLabel.ZIndex = 2
  803. introLabel.Font = Enum.Font.GothamBlack
  804. introLabel.Text = "CYCLONE"
  805. introLabel.TextColor3 = Color3.new(0.835294, 0.909804, 1)
  806. introLabel.TextSize = 100
  807. introLabel.TextStrokeColor3 = Color3.new(0.258824, 0.282353, 0.309804)
  808. introLabel.TextStrokeTransparency = 0
  809.  
  810. introFrame.Name = "introFrame"
  811. introFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  812. introFrame.BackgroundTransparency = 1
  813. introFrame.Position = UDim2.new(0.275894552, 0, 0.362831891, 0)
  814. introFrame.Size = UDim2.new(0.447269291, 0, 0.267256588, 0)
  815. introFrame.Image = "rbxassetid://2851920938"
  816. introFrame.ImageColor3 = Color3.new(0, 0.0196078, 0.0470588)
  817. introFrame.ScaleType = Enum.ScaleType.Slice
  818. introFrame.SliceCenter = Rect.new(25, 25, 25, 25)
  819.  
  820. introShadow.Name = "introShadow"
  821. introShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  822. introShadow.BackgroundTransparency = 1
  823. introShadow.Position = UDim2.new(0.275894552, 0, 0.362831891, 0)
  824. introShadow.Size = UDim2.new(0.447269291, 0, 0.287332058, 0)
  825. introShadow.ZIndex = 0
  826. introShadow.Image = "rbxassetid://2851920938"
  827. introShadow.ImageColor3 = Color3.new(0, 0.0235294, 0.0705882)
  828. introShadow.ScaleType = Enum.ScaleType.Slice
  829. introShadow.SliceCenter = Rect.new(25, 25, 25, 25)
  830.  
  831. notifBar.Name = "notifBar"
  832. notifBar.BackgroundColor3 = Color3.new(1, 1, 1)
  833. notifBar.BackgroundTransparency = 1
  834. notifBar.BorderSizePixel = 0
  835. notifBar.Position = UDim2.new(0.55, 0, 0.97, 0)
  836. notifBar.Size = UDim2.new(0.25, 0, 0.06, 0)
  837. notifBar.ZIndex = 0
  838. notifBar.Image = "rbxassetid://2851920938"
  839. notifBar.ImageColor3 = Color3.new(0, 0.0196078, 0.0470588)
  840. notifBar.ImageTransparency = 1
  841. notifBar.ScaleType = Enum.ScaleType.Slice
  842. notifBar.SliceCenter = Rect.new(25, 25, 25, 25)
  843.  
  844. notifText.Name = "notifText"
  845. notifText.BackgroundColor3 = Color3.new(1, 1, 1)
  846. notifText.BackgroundTransparency = 1
  847. notifText.BorderSizePixel = 0
  848. notifText.Size = UDim2.new(1, 0, 1, 0)
  849. notifText.Font = Enum.Font.GothamBold
  850. notifText.Text = "Error message"
  851. notifText.TextColor3 = Color3.new(0.835294, 0.909804, 1)
  852. notifText.TextSize = 10
  853. notifText.TextStrokeTransparency = 1
  854. notifText.TextTransparency = 1
  855. notifText.TextWrapped = true
  856.  
  857. barlabel.Name = "barlabel"
  858. barlabel.BackgroundColor3 = Color3.fromRGB(0, 3, 16)
  859. barlabel.BackgroundTransparency = 1
  860. barlabel.BorderSizePixel = 0
  861. barlabel.Size = UDim2.new(1, 0, 0.01, 0)
  862. barlabel.ZIndex = 3
  863. barlabel.Font = Enum.Font.GothamBold
  864. barlabel.TextColor3 = Color3.new(0.835294, 0.909804, 1)
  865. barlabel.TextSize = 9
  866. barlabel.TextTransparency = 1
  867. -- Script:
  868. local localcc = Instance.new("ColorCorrectionEffect", game:GetService("Lighting"))
  869. local localblur = Instance.new("BlurEffect", game:GetService("Lighting"))
  870. localblur.Size = 0
  871. local tweenInfo1 = TweenInfo.new(2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
  872. local tweenInfo2 = TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
  873. local tweenInfo3 = TweenInfo.new(2, Enum.EasingStyle.Back, Enum.EasingDirection.In)
  874. local cmdsHelp = {}
  875. local cmdsHint = {}
  876. local notifSound = Instance.new("Sound", CycloneGui)
  877. notifSound.SoundId = "rbxassetid://180877191"
  878. notifSound.Volume = 1
  879. local Events = setmetatable({}, { -- These are mostly for debugging
  880. __metatable = "Metatable is locked";
  881. __newindex = function(self, i, k)
  882. warn("Event " .. k .. " created")
  883. end;
  884. __index = function(self, k)
  885. warn("Tried to access unknown event " .. k)
  886. end
  887. }) -- Custom RBXScriptSignal with OOP
  888. local stringSplit = function(str, pattern)
  889. local returnTab = {}
  890. local mainInd = 0
  891. for i = 1, #str do
  892. if string.sub(str, i, i + #pattern - 1) == pattern or i + #pattern == #str then
  893. local splitAdder = -1
  894. if i + #pattern == #str then
  895. splitAdder = 1
  896. end
  897. table.insert(returnTab, string.sub(str, mainInd, i + splitAdder))
  898. mainInd = i + #pattern
  899. end
  900. end
  901. return returnTab
  902. end
  903. CustomEnum = { -- Custom enumeration
  904. BlinkingDirection = {
  905. Close = 1;
  906. Open = 2;
  907. };
  908. NotifcationType = {
  909. Normal = 3;
  910. Important = 4;
  911. Random = 5;
  912. Error = 6;
  913. }
  914. };
  915. local function chatPlr(message) -- Makes you chat
  916. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(tostring(message), "All")
  917. end
  918. local function createNotif(message, notifType) -- Create notifications
  919. local CnotifBar = notifBar:Clone()
  920. local notifCol = Color3.fromRGB(213, 232, 255)
  921. if notifType == 4 then
  922. notifCol = Color3.fromRGB(141, 255, 128)
  923. elseif notifType == 5 then
  924. notifCol = Color3.fromRGB(249, 255, 126)
  925. elseif notifType == 6 then
  926. notifCol = Color3.fromRGB(255, 49, 80)
  927. end
  928. CnotifBar.Parent = CycloneGui
  929. local notifBars = {}
  930. for _, v in pairs(CycloneGui:GetChildren()) do
  931. if v.Name == "notifBar" then
  932. table.insert(notifBars, v)
  933. end
  934. end
  935. local notifBarPos = Instance.new("NumberValue", CnotifBar)
  936. notifBarPos.Name = "notifBarPos"
  937. notifBarPos.Value = CnotifBar.Position.Y.Scale
  938. CnotifBar.notifText.Text = message
  939. CnotifBar.notifText.TextColor3 = notifCol
  940. notifSound:Play()
  941. TweenService:Create(CnotifBar, tweenInfo2, {ImageTransparency = 0}):Play()
  942. TweenService:Create(CnotifBar.notifText, tweenInfo2, {TextTransparency = 0}):Play()
  943. for index, notifB in pairs(notifBars) do
  944. TweenService:Create(notifB, tweenInfo2, {Position = UDim2.new(0.55, 0, notifB:FindFirstChild("notifBarPos").Value - 0.07, 0)}):Play()
  945. notifB:FindFirstChild("notifBarPos").Value = notifB:FindFirstChild("notifBarPos").Value - 0.07
  946. end
  947. wait(2)
  948. TweenService:Create(CnotifBar, tweenInfo2, {ImageTransparency = 1}):Play()
  949. TweenService:Create(CnotifBar.notifText, tweenInfo2, {TextTransparency = 1}):Play()
  950. end
  951. local Cyclone = {
  952. -- Functions:
  953. updateSearchBar = function(self)
  954. for _, v in pairs(cmdList:GetChildren()) do
  955. if not v:IsA("UIListLayout") then
  956. v:Destroy()
  957. end
  958. end
  959. for index, cmdHelper in pairs(cmdsHelp) do
  960. if string.find(cmdHelper, searchBox.Text) then
  961. local Cbarlabel = barlabel:Clone()
  962. Cbarlabel.MouseButton1Down:Connect(function()
  963. createNotif(cmdsHint[cmdHelper], CustomEnum.NotifcationType.Random)
  964. end)
  965. if index % 2 == 1 then
  966. Cbarlabel.BackgroundColor3 = Color3.fromRGB(0, 5, 22)
  967. end
  968. Cbarlabel.Text = PREFIX .. cmdHelper
  969. Cbarlabel.Parent = cmdList
  970. TweenService:Create(Cbarlabel, tweenInfo2, {TextTransparency = 0, BackgroundTransparency = 0}):Play()
  971. end
  972. end
  973. end;
  974. -- Methods:
  975. newConnection = function(self, eventName)
  976. assert(Events[eventName] == nil, "Event already exists")
  977. local newEvent = Instance.new("BindableEvent")
  978. Events[eventName] = newEvent
  979. return newEvent
  980. end;
  981. setBlinker = function(self, blinkType, speed, coverup)
  982. local newInfo = TweenInfo.new(speed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
  983. if blinkType == 1 then
  984. TweenService:Create(topBlinker, newInfo, {Size = UDim2.new(1, 0, coverup * 0.5 / 1, 0)}):Play()
  985. TweenService:Create(bottomBlinker, newInfo, {Size = UDim2.new(1, 0, coverup * 0.5 / 1, 0); Position = UDim2.new(0, 0, 1 - (coverup * 0.5 / 1), 0)}):Play()
  986. elseif blinkType == 2 then
  987. TweenService:Create(topBlinker, newInfo, {Size = UDim2.new(1, 0, 0, 0)}):Play()
  988. TweenService:Create(bottomBlinker, newInfo, {Size = UDim2.new(1, 0, 0, 0); Position = UDim2.new(0, 0, 1, 0)}):Play()
  989. end
  990. end;
  991. setBrightness = function(self, brightness, speed)
  992. local newInfo = TweenInfo.new(speed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
  993. TweenService:Create(localcc, newInfo, {Brightness = brightness}):Play()
  994. end;
  995. setBlur = function(self, size, speed)
  996. local newInfo = TweenInfo.new(speed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
  997. TweenService:Create(localblur, newInfo, {Size = size}):Play()
  998. end;
  999. createSound = function(self, id, volume)
  1000. local newSound = Instance.new("Sound", CycloneGui)
  1001. newSound.SoundId = id
  1002. newSound.Volume = volume
  1003. return newSound
  1004. end;
  1005. createCommand = function(self, cmdName, cmdHelp, hint, func)
  1006. table.insert(cmdsHelp, cmdHelp)
  1007. cmdsHint[cmdHelp] = hint
  1008. LocalPlayer.Chatted:Connect(function(msg)
  1009. if PREFIX .. cmdName == string.sub(msg, 1, #PREFIX + #cmdName) then
  1010. assert(type(func) == "function", "bad argument #3 to \"createCommand\" (function expected, got " .. type(func) .. ")")
  1011. local params = stringSplit(msg, " ")
  1012. table.remove(params, 1)
  1013. params = stringSplit(table.concat(params), ",")
  1014. func(params)
  1015. end
  1016. end)
  1017. end;
  1018. }
  1019. -- Command variables:
  1020. local lagserver = false
  1021. local clicktp = nil
  1022. local oofspamming = false
  1023. -- Command creation:
  1024. Cyclone:createCommand("rejoin", "rejoin", "Makes you rejoin the game", function(cmdParameters)
  1025. game:GetService("TeleportService"):Teleport(game.GameId, LocalPlayer)
  1026. end)
  1027. Cyclone:createCommand("respawn", "respawn", "Respawn your character", function(cmdParameters)
  1028. LocalPlayer.Character:ClearAllChildren()
  1029. local char = Instance.new("Model", workspace)
  1030. Instance.new("Humanoid", char)
  1031. LocalPlayer.Character = char
  1032. end)
  1033. Cyclone:createCommand("kill", "kill [plr]", "Kills the target player", function(cmdParameters)
  1034. local torsoname = "Torso"
  1035. if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  1036. torsoname = "UpperTorso"
  1037. end
  1038. if Players[cmdParameters[1]][1].Character ~= nil then
  1039. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  1040. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
  1041. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  1042. local hat = LocalPlayer.Character:FindFirstChildOfClass("Accessory")
  1043. local hathandle = hat.Handle
  1044. hathandle.Parent = tool
  1045. hathandle.Massless = true
  1046. tool.GripPos = Vector3.new(0, 9e99, 0)
  1047. tool.Parent = LocalPlayer.Character
  1048. repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  1049. tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  1050. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
  1051. repeat
  1052. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = Players[cmdParameters[1]][1].Character:FindFirstChild("HumanoidRootPart").CFrame
  1053. wait()
  1054. until Players[cmdParameters[1]][1].Character == nil or Players[cmdParameters[1]][1].Character:FindFirstChild("Humanoid").Health <= 0 or LocalPlayer.Character == nil or LocalPlayer.Character:FindFirstChild("Humanoid").Health <= 0 or (Players[cmdParameters[1]][1].Character:FindFirstChild("HumanoidRootPart").Velocity.Magnitude - Players[cmdParameters[1]][1].Character:FindFirstChild("Humanoid").WalkSpeed) > (Players[cmdParameters[1]][1].Character:FindFirstChild("Humanoid").WalkSpeed + 20)
  1055. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  1056. hathandle.Parent = hat
  1057. hathandle.Massless = false
  1058. tool:Destroy()
  1059. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  1060. end
  1061. end)
  1062. Cyclone:createCommand("dupetools", "dupetools [amount]", "Duplicates your tools, must have startertools", function(cmdParameters)
  1063. createNotif("Now duplicating " .. cmdParameters[1] .. " tools", CustomEnum.NotifcationType.Normal)
  1064. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  1065. local currentamount = #LocalPlayer.Backpack:GetChildren()
  1066. LocalPlayer.Character.Archivable = true
  1067. local tempchar = LocalPlayer.Character:Clone()
  1068. local lastchar = nil
  1069. tempchar.Parent = workspace
  1070. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  1071. repeat
  1072. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  1073. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  1074. if tool:IsA("Tool") then
  1075. tool.Parent = LocalPlayer
  1076. end
  1077. end
  1078. LocalPlayer.Character:ClearAllChildren()
  1079. local char = Instance.new("Model", workspace)
  1080. Instance.new("Humanoid", char)
  1081. LocalPlayer.Character = char
  1082. if lastchar ~= nil then
  1083. lastchar:Destroy()
  1084. end
  1085. repeat RunService.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  1086. lastchar = char
  1087. RunService.RenderStepped:Wait()
  1088. until #LocalPlayer:GetChildren() - 3 - currentamount >= cmdParameters[1]
  1089. repeat RunService.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  1090. lastchar:Destroy()
  1091. for _, tool in pairs(LocalPlayer:GetChildren()) do
  1092. if tool:IsA("Tool") then
  1093. tool.Parent = LocalPlayer.Backpack
  1094. end
  1095. end
  1096. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  1097. tempchar:Destroy()
  1098. end)
  1099. Cyclone:createCommand("accessorytotool", "accessorytotool", "Converts your accessories into tools", function(cmdParameters)
  1100. for _, hat in pairs(LocalPlayer.Character:FindFirstChild("Humanoid"):GetAccessories()) do
  1101. if hat.Handle ~= nil then
  1102. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  1103. tool.Name = hat.Name
  1104. local hathandle = hat.Handle
  1105. hathandle:FindFirstChildOfClass("Weld"):Destroy()
  1106. hathandle.Parent = tool
  1107. hathandle.Massless = true
  1108. end
  1109. end
  1110. end)
  1111. Cyclone:createCommand("lagserver", "lagserver", "Lags the server", function(cmdParameters)
  1112. lagserver = true
  1113. repeat
  1114. local anim = Instance.new("Animation")
  1115. anim.AnimationId = math.random()
  1116. LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  1117. anim:Destroy()
  1118. until lagserver == false
  1119. end)
  1120. Cyclone:createCommand("unlagserver", "unlagserver", "Stop lagging the server", function(cmdParameters)
  1121. lagserver = false
  1122. end)
  1123. Cyclone:createCommand("custombtools", "custombtools", "Custom btools, only replicates on unanchored parts", function(cmdParameters)
  1124. local movetool = Instance.new("Tool", LocalPlayer.Backpack)
  1125. local deletetool = Instance.new("Tool", LocalPlayer.Backpack)
  1126. local undotool = Instance.new("Tool", LocalPlayer.Backpack)
  1127. local identifytool = Instance.new("Tool", LocalPlayer.Backpack)
  1128. local movedetect = false
  1129. local movingpart = nil
  1130. local movetransparency = 0
  1131. if editedparts == nil then
  1132. editedparts = {}
  1133. parentfix = {}
  1134. positionfix = {}
  1135. end
  1136. deletetool.Name = "Delete"
  1137. undotool.Name = "Undo"
  1138. identifytool.Name = "Identify"
  1139. movetool.Name = "Move"
  1140. undotool.CanBeDropped = false
  1141. deletetool.CanBeDropped = false
  1142. identifytool.CanBeDropped = false
  1143. movetool.CanBeDropped = false
  1144. undotool.RequiresHandle = false
  1145. deletetool.RequiresHandle = false
  1146. identifytool.RequiresHandle = false
  1147. movetool.RequiresHandle = false
  1148. local function createnotification(title, text)
  1149. game:GetService("StarterGui"):SetCore("SendNotification", {
  1150. Title = title;
  1151. Text = text;
  1152. Duration = 1;
  1153. })
  1154. end
  1155. deletetool.Activated:Connect(function()
  1156. createnotification("Delete Tool", "You have deleted "..mouse.Target.Name)
  1157. table.insert(editedparts, mouse.Target)
  1158. table.insert(parentfix, mouse.Target.Parent)
  1159. table.insert(positionfix, mouse.Target.CFrame)
  1160. spawn(function()
  1161. local deletedpart = mouse.Target
  1162. repeat
  1163. deletedpart.Anchored = true
  1164. deletedpart.CFrame = CFrame.new(1000000000, 1000000000, 1000000000)
  1165. wait()
  1166. until deletedpart.CFrame ~= CFrame.new(1000000000, 1000000000, 1000000000)
  1167. end)
  1168. end)
  1169. undotool.Activated:Connect(function()
  1170. createnotification("Undo Tool", "You have undone "..editedparts[#editedparts].Name)
  1171. editedparts[#editedparts].Parent = parentfix[#parentfix]
  1172. editedparts[#editedparts].CFrame = positionfix[#positionfix]
  1173. table.remove(positionfix, #positionfix)
  1174. table.remove(editedparts, #editedparts)
  1175. table.remove(parentfix, #parentfix)
  1176. end)
  1177. identifytool.Activated:Connect(function()
  1178. createnotification("Identify Tool", "Instance: "..mouse.Target.ClassName.."\nName: "..mouse.Target.Name)
  1179. end)
  1180. movetool.Activated:Connect(function()
  1181. createnotification("Move Tool", "You are moving: "..mouse.Target.Name)
  1182. movingpart = mouse.Target
  1183. movedetect = true
  1184. movingpart.CanCollide = false
  1185. movetransparency = movingpart.Transparency
  1186. movingpart.Transparency = 0.5
  1187. mouse.TargetFilter = movingpart
  1188. table.insert(editedparts, movingpart)
  1189. table.insert(parentfix, movingpart.Parent)
  1190. table.insert(positionfix, movingpart.CFrame)
  1191. movingpart.Transparency = movingpart.Transparency / 2
  1192. repeat
  1193. mouse.Move:Wait()
  1194. movingpart.CFrame = CFrame.new(mouse.Hit.p)
  1195. until movedetect == false
  1196. end)
  1197. movetool.Deactivated:Connect(function()
  1198. createnotification("Move Tool", "You have stopped moving: "..mouse.Target.Name)
  1199. movingpart.CanCollide = true
  1200. movedetect = false
  1201. mouse.TargetFilter = nil
  1202. movingpart.Transparency = movetransparency
  1203. end)
  1204. end)
  1205. Cyclone:createCommand("brickspam", "brickspam", "Turns your tools into bricks then drops them", function(cmdParameters)
  1206. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  1207. if tool:IsA("Tool") then
  1208. tool.Parent = LocalPlayer.Character
  1209. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  1210. tool.Handle:FindFirstChild("Mesh"):Destroy()
  1211. end
  1212. tool.Parent = workspace.Terrain -- Bypasses some tool clearing scripts
  1213. wait()
  1214. end
  1215. end
  1216. end)
  1217. Cyclone:createCommand("drophats", "drophats", "Drops all your hats", function(cmdParameters)
  1218. for _, hat in pairs(LocalPlayer.Character:FindFirstChild("Humanoid"):GetAccessories()) do
  1219. hat.Parent = workspace.Terrain -- Bypasses some hat clearing scripts
  1220. end
  1221. end)
  1222. Cyclone:createCommand("brickhats", "brickhats", "Turns your hats into bricks", function(cmdParameters)
  1223. for _, hat in pairs(LocalPlayer.Character:FindFirstChild("Humanoid"):GetAccessories()) do
  1224. if hat.Handle:FindFirstChild("Mesh") then
  1225. hat.Handle.Mesh:Destroy()
  1226. end
  1227. end
  1228. end)
  1229. Cyclone:createCommand("float", "float [velocity]", "Makes you float with given velocity", function(cmdParameters)
  1230. Instance.new("BodyVelocity", LocalPlayer.Character:FindFirstChild("HumanoidRootPart")).Velocity = Vector3.new(0, cmdParameters[1], 0)
  1231. end)
  1232. Cyclone:createCommand("clicktp", "clicktp", "Click to teleport to your mouse position", function(cmdParameters)
  1233. clicktp = mouse.Button1Down:Connect(function()
  1234. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = mouse.Hit
  1235. end)
  1236. end)
  1237. Cyclone:createCommand("unclicktp", "unclicktp", "Stops clicktp", function(cmdParameters)
  1238. if clicktp then
  1239. clicktp:Disconnect()
  1240. end
  1241. end)
  1242. Cyclone:createCommand("xray", "xray", "Makes you see through walls", function(cmdParameters)
  1243. for _, d in pairs(workspace:GetDescendants()) do
  1244. if d:IsA("BasePart") then
  1245. local transpVal = Instance.new("NumberValue", d)
  1246. transpVal.Name = "transpVal"
  1247. transpVal.Value = d.Transparency
  1248. d.Transparency = d.Transparency + 0.75
  1249. end
  1250. end
  1251. end)
  1252. Cyclone:createCommand("unxray", "unxray", "Removes Xray", function(cmdParameters)
  1253. for _, d in pairs(workspace:GetDescendants()) do
  1254. if d:IsA("BasePart") and d:FindFirstChild("transpVal") then
  1255. d.Transparency = d:FindFirstChild("transpVal").Value
  1256. d:FindFirstChild("transpVal"):Destroy()
  1257. end
  1258. end
  1259. end)
  1260. Cyclone:createCommand("countdown", "countdown [countinto]", "Makes you count from countinto to 0 with changeable delay", function(cmdParameters)
  1261. for i = cmdParameters[1], 0, -1 do
  1262. chatPlr(i)
  1263. wait(tonumber(cmdParameters[2]))
  1264. end
  1265. end)
  1266. Cyclone:createCommand("getos", "getos [plr]", "Gets the OS of the target", function(cmdParameters)
  1267. for _, plr in pairs(Players[cmdParameters[1]]) do
  1268. createNotif(plr.Name .. "'s OS is " .. plr.OsPlatform)
  1269. end
  1270. end)
  1271. Cyclone:createCommand("getage", "getage [plr]", "Gets the account age of the target", function(cmdParameters)
  1272. for _, plr in pairs(Players[cmdParameters[1]]) do
  1273. createNotif(plr.Name .. "'s account age is " .. plr.AccountAge)
  1274. end
  1275. end)
  1276. Cyclone:createCommand("hugkill", "hugkill", "Touch players to kill them, must have player collision", function(cmdParameters)
  1277. local torsoname = "Torso"
  1278. if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  1279. torsoname = "UpperTorso"
  1280. end
  1281. LocalPlayer.Character:FindFirstChild("Animate").toolnone.ToolNoneAnim.AnimationId = math.huge
  1282. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
  1283. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  1284. LocalPlayer.Character:FindFirstChildOfClass("Accessory").Handle.Parent = tool
  1285. tool.Handle.Massless = true
  1286. tool.GripPos = Vector3.new(0, math.huge, 0)
  1287. tool.Parent = LocalPlayer.Character
  1288. wait()
  1289. tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  1290. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
  1291. end)
  1292. Cyclone:createCommand("goto", "goto [plr]", "Teleports to the player", function(cmdParameters)
  1293. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = Players[cmdParameters[1]][1].Character:FindFirstChild("HumanoidRootPart").CFrame
  1294. end)
  1295. Cyclone:createCommand("oofspam", "oofspam [speed]", "Spams OOF with changeable speed", function(cmdParameters)
  1296. repeat
  1297. for _, plr in pairs(game:GetService("Players"):GetPlayers()) do
  1298. plr.Character:FindFirstChild("Head").Died.Playing = true
  1299. end
  1300. wait(tonumber(cmdParameters[2]))
  1301. until oofspamming == false
  1302. end)
  1303. Cyclone:createCommand("unoofspam", "unoofspam", "Stops OOF spam", function(cmdParameters)
  1304. oofspamming = true
  1305. end)
  1306. searchBox:GetPropertyChangedSignal("Text"):Connect(Cyclone.updateSearchBar)
  1307. Cyclone.updateSearchBar()
  1308. -- Introduction setup:
  1309. local woosh1 = Cyclone:createSound("rbxassetid://858508159", 1)
  1310. local woosh2 = Cyclone:createSound("rbxassetid://541909763", 1)
  1311. local introSound = Cyclone:createSound("rbxassetid://745159327", 1)
  1312. local introBGM = Cyclone:createSound("rbxassetid://383635191", 1)
  1313. Cyclone:setBlinker(CustomEnum.BlinkingDirection.Close, 1, 1)
  1314. Cyclone:setBrightness(-1, 0.5)
  1315. Cyclone:setBlur(25, 1)
  1316. wait(1)
  1317. ContentProvider:PreloadAsync(CycloneGui:GetDescendants())
  1318. introLabel.Parent = CycloneGui
  1319. local oldCamOffset = LocalPlayer.Character:FindFirstChild("Humanoid").CameraOffset
  1320. LocalPlayer.Character:FindFirstChild("Humanoid").CameraOffset = LocalPlayer.Character:FindFirstChild("Humanoid").CameraOffset + Vector3.new(0, 10, 0)
  1321. wait(1)
  1322. TweenService:Create(LocalPlayer.Character:FindFirstChild("Humanoid"), tweenInfo1, {CameraOffset = oldCamOffset}):Play()
  1323. woosh1:Play()
  1324. introSound:Play()
  1325. Cyclone:setBlinker(CustomEnum.BlinkingDirection.Close, 1, 0.5)
  1326. Cyclone:setBrightness(1, 0.1)
  1327. wait(0.1)
  1328. Cyclone:setBrightness(-0.5, 2.5)
  1329. wait(3)
  1330. TweenService:Create(introLabel, tweenInfo3, {Position = UDim2.new(0, 0, 1, 0)}):Play()
  1331. Cyclone:setBlinker(CustomEnum.BlinkingDirection.Open, 1, 1)
  1332. Cyclone:setBrightness(0, 3)
  1333. Cyclone:setBlur(0, 3)
  1334. wait(2)
  1335. woosh2:Play()
  1336. TweenService:Create(mainFrame, tweenInfo2, {Position = UDim2.new(0.82, 0, 0.6, 0)}):Play()
  1337. wait(0.1)
  1338. introBGM:Play()
  1339. createNotif("Cyclone V1.0 is now running", CustomEnum.NotifcationType.Important)
  1340. wait(0.1)
  1341. if not string.split then
  1342. createNotif("Your exploit doesn't support string.split", CustomEnum.NotifcationType.Error)
  1343. end
  1344. end)
  1345.  
  1346. axy.Name = "axy"
  1347. axy.Parent = Main
  1348. axy.BackgroundColor3 = Color3.new(1, 1, 1)
  1349. axy.BackgroundTransparency = 1
  1350. axy.ClipsDescendants = true
  1351. axy.Position = UDim2.new(0.0120967738, 0, 0.821194768, 0)
  1352. axy.Size = UDim2.new(0, 246, 0, 23)
  1353. axy.Font = Enum.Font.SourceSansLight
  1354. axy.Text = "Axyzes#9205 for UI Tween"
  1355. axy.TextColor3 = Color3.new(0.333333, 1, 0.498039)
  1356. axy.TextSize = 16
  1357.  
  1358. diemie.Name = "diemie"
  1359. diemie.Parent = Main
  1360. diemie.BackgroundColor3 = Color3.new(1, 1, 1)
  1361. diemie.BackgroundTransparency = 1
  1362. diemie.BorderColor3 = Color3.new(1, 1, 0)
  1363. diemie.ClipsDescendants = true
  1364. diemie.Position = UDim2.new(0.0120967738, 0, 0.897332668, 0)
  1365. diemie.Size = UDim2.new(0, 246, 0, 23)
  1366. diemie.Font = Enum.Font.SourceSansLight
  1367. diemie.Text = "Press ; to hide or show"
  1368. diemie.TextColor3 = Color3.new(1, 1, 0)
  1369. diemie.TextSize = 16
  1370.  
  1371.  
  1372. local isHidden = false
  1373. local mause = game.Players.LocalPlayer:GetMouse()
  1374.  
  1375. do
  1376. local mouse = game:GetService("Players").LocalPlayer:GetMouse();
  1377. local inputService = game:GetService('UserInputService');
  1378. local heartbeat = game:GetService("RunService").Heartbeat;
  1379. function Draggable(frame)
  1380. local s, event = pcall(function()
  1381. return frame.MouseEnter
  1382. end)
  1383. if s then
  1384. frame.Active = true;
  1385. event:connect(function()
  1386. local input = frame.InputBegan:connect(function(key)
  1387. if key.UserInputType == Enum.UserInputType.MouseButton1 then
  1388. local objectPosition = Vector2.new(mouse.X - frame.AbsolutePosition.X, mouse.Y - frame.AbsolutePosition.Y);
  1389. while heartbeat:wait() and inputService:IsMouseButtonPressed(Enum.UserInputType.MouseButton1) do
  1390. frame:TweenPosition(UDim2.new(0, mouse.X - objectPosition.X + (frame.Size.X.Offset * frame.AnchorPoint.X), 0, mouse.Y - objectPosition.Y + (frame.Size.Y.Offset * frame.AnchorPoint.Y)), 'Out', 'Quad', 0.1, true);
  1391. end
  1392. end
  1393. end)
  1394. local leave;
  1395. leave = frame.MouseLeave:connect(function()
  1396. input:disconnect();
  1397. leave:disconnect();
  1398. end)
  1399. end)
  1400. end
  1401. end
  1402. end
  1403.  
  1404. Draggable(Main)
  1405.  
  1406. mause.KeyDown:connect(function(key)
  1407. if key == ";" then
  1408. if isHidden == false then
  1409. Main:TweenPosition(Main.Position - UDim2.new(0,0,1,0),"Out","Quad",0.4,false)
  1410. isHidden = true
  1411. else
  1412. Main:TweenPosition(Main.Position + UDim2.new(0,0,1,0),"Out","Quad",0.4,false)
  1413. isHidden = false
  1414. end
  1415. end
  1416. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement