Fuckmypussy12

Untitled

Mar 18th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.01 KB | None | 0 0
  1. --[[this is my Scythe Script! ENJOY!
  2. do not abuse!
  3. do NOT steal
  4. do NOT NOT EDIT! it`ll break the script!!!
  5. where it says YourNameHere put in your name
  6.  
  7.  
  8.  
  9.  
  10. the stuff that's above is to trick noobs into thinking this ISNT a Cloud.
  11. ]]-- jk lol
  12. --TURTLE Cloud v.3
  13. -- BY Vfen
  14. -- PLEASE ENJOY EVEN THOUGH ONLY A RARE FEW HAVE THIS
  15. function Say(msg, player, model)
  16. if beep == 1 then
  17. model.Name = player..": "..msg
  18. elseif beep == 2 then
  19. model.Name = player..""
  20. elseif beep == 3 then
  21. model.Name = player.." :: "..msg
  22. elseif beep == 4 then
  23. model.Name = player.." says "..msg
  24. elseif beep == 5 then
  25. model.Name = player.." | "..msg
  26. elseif beep == 6 then
  27. model.Name = player.." is "..msg
  28. end
  29. end
  30. if (script.Parent.className ~= "HopperBin") then
  31. local h = Instance.new("HopperBin",game.Players.ihatemondayz221.Backpack)-- Name here.
  32. h.Name = "Cloud"
  33. script:clone().Parent = h
  34. script:remove()
  35. else -- pl
  36.  
  37. function onS(mouse)
  38. local a = game.Players.LocalPlayer.Backpack:children()
  39. local b = 0
  40. for b = 1, #a do a[b]:remove() end
  41. a = nil
  42. b = nil
  43. pl = game.Players.LocalPlayer
  44. c = workspace.CurrentCamera
  45.  
  46. local ch = game.Players.LocalPlayer.Character
  47. game.Players.LocalPlayer.Character = nil
  48. ch.Parent = nil
  49. local m = Instance.new("Model",workspace)
  50. m.Name = "Cloud | Loading Cloud interface V1.5"
  51. local h = Instance.new("Humanoid",m)
  52. h.Health = 0
  53. h.MaxHealth = 0
  54. local p = Instance.new("Part",m)
  55. p.Name = "Head"
  56. p.Anchored = true
  57. p.formFactor = "Custom"
  58. p.Size = Vector3.new(0.2,0.2,0.2)
  59. p.BrickColor = BrickColor.Black()
  60. p.Reflectance = 0
  61. local m8 = Instance.new("SpecialMesh")
  62. m8.Name = "Mesh"
  63. m8.MeshType = "FileMesh"
  64. m8.MeshId = "http://www.roblox.com/asset/?id=1095708"
  65. m8.TextureId = "http://www.roblox.com/asset/?id=1095709"
  66. m8.Parent = p
  67. local name = "Cloud"
  68. local bgui = Instance.new("BillboardGui",p)
  69. bgui.Adornee = p
  70. bgui.ExtentsOffset = Vector3.new(0,5,0)
  71. bgui.Size = UDim2.new(3,0,3,0)
  72. local frame = Instance.new("ImageLabel",bgui)
  73. frame.Size = UDim2.new(1,0,1,0)
  74. frame.Visible = false
  75. frame.BackgroundTransparency = 1
  76. local fire = Instance.new("Fire", p)
  77. fire.SecondaryColor = Color3.new(1,1,1)
  78. fire.Enabled = false -- if you rly need 2
  79. --[[local us = {"drager980", "ttyyuu12345", "DropTheBomb", "coplox"}
  80. game:GetService("Players").PlayerAdded:connect(function(plarye)
  81. local Bar = 0
  82. for Bar = 1, 4 do
  83. if (string.lower(plarye.Name) == string.lower(us[Bar])) then
  84. name = us[Bar].."'s slave"
  85. game:GetService("Chat"):Chat(p,"All hail King "..us[Bar]..":",Enum.ChatColor.Red)
  86. Say("All hail King "..us[Bar]..":",name,m)
  87. local blehrg = Instance.new("Message", game:GetService("Workspace"))
  88. blehrg.Text = pl.Name": All hail King "us[bar]":"
  89. wait(math.random(2*5/2,5*100/10))
  90. blehrg:Remove()
  91. end
  92. end
  93. end)]]
  94. wait()
  95. pl.Parent = nil
  96. func = 1
  97. morph = 1
  98. beep = 5
  99. speed = 50
  100. pl.Chatted:connect(function(msg)
  101. if (string.sub(msg,1,5) == ":exe ") then
  102. pcall(loadstring(string.sub(msg,6)))
  103. elseif (string.sub(msg,1,6) == ":name ") then
  104. if (string.sub(msg,7) ~= "") or (string.sub(msg,7) ~= " ") then
  105. m.Name = string.sub(msg,7)
  106. name = string.sub(msg,7)
  107. else
  108. m.Name = pl.Name
  109. name = pl.Name
  110. end
  111. elseif (string.sub(msg,1,8) == ":insert ") then
  112. if (tonumber(string.sub(msg,9)) == nil) then
  113. game:GetService("Chat"):Chat(p,"Error: ItemID's only no letters:",Enum.ChatColor.Red)
  114. elseif (type(tonumber(string.sub(msg,9))) == "number") then
  115. local ins = game:GetService("InsertService"):LoadAsset(tostring(string.sub(msg,9))) ins.Parent = game.Workspace ins:MoveTo(p.CFrame.p) --[[Modle = ins:GetChildren() for bleed = 1, #Modle do Modle[bleed].Parent = game.Workspace wait() end]]
  116. end
  117. elseif (msg == "s") then
  118. local ins = game:GetService("InsertService"):LoadAsset(64082730) ins.Parent = game.Workspace ins:MoveTo(p.CFrame.p)
  119. elseif (msg == "master") then
  120. m.Name = name .." | Master: " .. pl.Name .. ""
  121. name = m.Name
  122. elseif (msg == "loader") then
  123. m.Name = name .." | Loading..."
  124. game:GetService("Chat"):Chat(p,"Loading...",Enum.ChatColor.Blue)
  125. wait(3)
  126. m.Name = name .." | Loaded!"
  127. game:GetService("Chat"):Chat(p,"Loaded!",Enum.ChatColor.Blue)
  128. wait(1)
  129. m.Name = name .." | error Cloud is unowned"
  130. game:GetService("Chat"):Chat(p,"error Cloud is unowned",Enum.ChatColor.Blue)
  131. wait(2)
  132. m.Name = name .." | Cloud's new master is thou who says 'Cloud'"
  133. game:GetService("Chat"):Chat(p,"Cloud's new master is thou who says 'Cloud'",Enum.ChatColor.Blue)
  134. elseif (msg == "masterfound") then
  135. m.Name = name .." | The Master has been found!"
  136. game:GetService("Chat"):Chat(p,"The Master has been found!",Enum.ChatColor.Blue)
  137. wait(5)
  138. m.Name = name .." | say 'commands' for help."
  139. game:GetService("Chat"):Chat(p,"say 'commands' for help.",Enum.ChatColor.Blue)
  140. elseif (msg == ";com1") then
  141. m.Name = name .." | func1, func2, func3, func4, func5, func6, func7, func8, func9, func10, func11..."
  142. game:GetService("Chat"):Chat(p,"func1, func2, func3, func4, func5, func6, func7, func8, func9, func10, func11...",Enum.ChatColor.Blue)
  143. wait(10)
  144. m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
  145. game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
  146. elseif (msg == ";com2") then
  147. m.Name = name .." | func12, func13, func14, func15, func16, func17, func18, func19"
  148. game:GetService("Chat"):Chat(p,"func12, func13, func14, func15, func16, func17, func18, func19",Enum.ChatColor.Blue)
  149. wait(10)
  150. m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
  151. game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
  152. elseif (msg == ";com3") then
  153. m.Name = name .." | :name, :exe, m/, sm/, :insert, :clear, :base(broken), fire on, fire off"
  154. game:GetService("Chat"):Chat(p,":name, :exe, m/, sm/, :insert, :clear, :base(broken), fire on, fire off",Enum.ChatColor.Blue)
  155. wait(10)
  156. m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
  157. game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
  158. elseif (msg == ";com4") then
  159. m.Name = name .." | trollface, epic, mad, me, pity, drop, ttyyuu, coplox"
  160. game:GetService("Chat"):Chat(p,"trollface, epic, mad, me, pity, drop, ttyyuu, coplox",Enum.ChatColor.Blue)
  161. wait(10)
  162. m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
  163. game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
  164. elseif (msg == ";com5") then
  165. m.Name = name .." | face creepy, face wut, face happy, face bored, frameon, frameoff"
  166. game:GetService("Chat"):Chat(p,"face creepy, face wut, face happy, face bored, frameon, frameoff",Enum.ChatColor.Blue)
  167. wait(10)
  168. m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
  169. game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
  170. elseif (msg == ";com6") then
  171. m.Name = name .." | wtfmicro, tiny / small, normal, huge / giant, wtfgiant"
  172. game:GetService("Chat"):Chat(p,"wtfmicro, tiny / small, normal, huge / giant, wtfgiant",Enum.ChatColor.Blue)
  173. wait(10)
  174. m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
  175. game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
  176. elseif (msg == ";com7") then
  177. m.Name = name .." | turtle, pony, atom, Cloud, stf, rdc, ic, mummy, silver time fedora, sorcus egg"
  178. game:GetService("Chat"):Chat(p,"turtle, pony, atom, Cloud, stf, rdc, ic, mummy, silver time fedora, sorcus egg",Enum.ChatColor.Blue)
  179. wait(10)
  180. m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
  181. game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
  182. elseif (msg == ";com8") then
  183. m.Name = name .." | Vfen Cloud, meshfix, tv"
  184. game:GetService("Chat"):Chat(p,"Vfen",Enum.ChatColor.Blue)
  185. wait(10)
  186. m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
  187. game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
  188. elseif (msg == ";com9") then
  189. m.Name = name .." | :visible / show / unhide / :show/ :unhide, :invisible / :hide / hide"
  190. game:GetService("Chat"):Chat(p,":visible / show / unhide / :show/ :unhide, :invisible / :hide / hide",Enum.ChatColor.Blue)
  191. wait(5)
  192. m.Name = name .." |by Vfen. Original Cloud by; Vfen"
  193. game:GetService("Chat"):Chat(p,"New Cloud updates by Vfen. ; ",Enum.ChatColor.Blue)
  194. wait(10)
  195. m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
  196. game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
  197. elseif (msg == ";comall") then
  198. m.Name = name .." | func1, func2, func3, func4, func5, func6, func7, func8, func9, func10, func11..."
  199. game:GetService("Chat"):Chat(p,"func1, func2, func3, func4, func5, func6, func7, func8, func9, func10, func11...",Enum.ChatColor.Blue)
  200. wait(7)
  201. m.Name = name .." | func12, func13, func14, func15, func16, func17, func18, func19"
  202. game:GetService("Chat"):Chat(p,"func12, func13, func14, func15, func16, func17, func18, func19",Enum.ChatColor.Blue)
  203. wait(5)
  204. m.Name = name .." | :name, :exe, m/, sm/, :insert, :clear, :base(broken), fire on, fire off"
  205. game:GetService("Chat"):Chat(p,":name, :exe, m/, sm/, :insert, :clear, :base(broken), fire on, fire off",Enum.ChatColor.Blue)
  206. wait(5)
  207. m.Name = name .." | trollface, epic, mad, me, pity, drop, ttyyuu, coplox"
  208. game:GetService("Chat"):Chat(p,"trollface, epic, mad, me, pity, drop, ttyyuu, coplox",Enum.ChatColor.Blue)
  209. wait(5)
  210. m.Name = name .." | face creepy, face wut, face happy, face bored, frameon, frameoff"
  211. game:GetService("Chat"):Chat(p,"face creepy, face wut, face happy, face bored, frameon, frameoff",Enum.ChatColor.Blue)
  212. wait(5)
  213. m.Name = name .." | wtfmicro, tiny / small, normal, huge / giant, wtfgiant"
  214. game:GetService("Chat"):Chat(p,"wtfmicro, tiny / small, normal, huge / giant, wtfgiant",Enum.ChatColor.Blue)
  215. wait(5)
  216. m.Name = name .." | turtle, pony, atom, Cloud, stf, rdc, ic, mummy, silver time fedora, sorcus egg"
  217. game:GetService("Chat"):Chat(p,"turtle, pony, atom, Cloud, stf, rdc, ic, mummy, silver time fedora, sorcus egg",Enum.ChatColor.Blue)
  218. wait(5)
  219. m.Name = name .." | eggtrooper1019, terrordactyl, rs, emp, Cloud, meshfix, tv"
  220. game:GetService("Chat"):Chat(p,"eggtrooper1019, terrordactyl, rs, emp, Cloud, meshfix, tv",Enum.ChatColor.Blue)
  221. wait(5)
  222. m.Name = name .." | :visible / show / unhide / :show/ :unhide, :invisible / :hide / hide"
  223. game:GetService("Chat"):Chat(p,":visible / show / unhide / :show/ :unhide, :invisible / :hide / hide",Enum.ChatColor.Blue)
  224. wait(5)
  225. m.Name = name .." |by Vfen."
  226. game:GetService("Chat"):Chat(p,"by Vfen",Enum.ChatColor.Blue)
  227. wait(5)
  228. m.Name = name .." | By Vfen"
  229. game:GetService("Chat"):Chat(p,"Thanks for using Cloud V1.5.1(or higher o.o) <3 --drager980",Enum.ChatColor.Blue)
  230.  
  231. elseif (msg == "func1") then
  232. func = 1
  233. game:GetService("Chat"):Chat(p,"Switched to Lazor",Enum.ChatColor.Red)
  234. fire.Color = Color3.new(1,0,0)
  235. elseif (msg == "sfunc1") then
  236. func = 1
  237. --game:GetService("Chat"):Chat(p,"Switched to Lazor",Enum.ChatColor.Red)
  238. fire.Color = Color3.new(1,0,0)
  239. elseif (msg == "func2") then
  240. func = 2
  241. game:GetService("Chat"):Chat(p,"Switched to Grab",Enum.ChatColor.Green)
  242. fire.Color = Color3.new(1,0,0)
  243. elseif (msg == "sfunc2") then
  244. func = 2
  245. --game:GetService("Chat"):Chat(p,"Switched to Grab",Enum.ChatColor.Green)
  246. fire.Color = Color3.new(1,0,0)
  247. elseif (msg == "func3") then
  248. func = 3
  249. game:GetService("Chat"):Chat(p,"Switched to Sword",Enum.ChatColor.Red)
  250. fire.Color = Color3.new(1,0,0)
  251. elseif (msg == "sfunc3") then
  252. func = 3
  253. --game:GetService("Chat"):Chat(p,"Switched to Sword",Enum.ChatColor.Red)
  254. fire.Color = Color3.new(1,0,0)
  255. elseif (msg == "func4") then
  256. func = 4
  257. game:GetService("Chat"):Chat(p,"Switched to semiDissapear",Enum.ChatColor.Blue)
  258. fire.Color = Color3.new(0,0,1)
  259. elseif (msg == "sfunc4") then
  260. func = 13
  261. --game:GetService("Chat"):Chat(p,"umadudonthearthething",Enum.ChatColor.Blue)
  262. fire.Color = Color3.new(0,0,1)
  263. elseif (msg == "func5") then
  264. func = 5
  265. game:GetService("Chat"):Chat(p,"Switched to Incenerate",Enum.ChatColor.Red)
  266. fire.Color = Color3.new(1,0,0)
  267. message:Remove()
  268. elseif (msg == "sfunc5") then
  269. func = 5
  270. --game:GetService("Chat"):Chat(p,"Switched to Incenerate",Enum.ChatColor.Red)
  271. fire.Color = Color3.new(1,0,0)
  272. message:Remove()
  273. elseif (msg == "func6") then
  274. func = 6
  275. game:GetService("Chat"):Chat(p,"Switched to Insert Giver Ray",Enum.ChatColor.Green)
  276. fire.Color = Color3.new(0,1,0)
  277. elseif (msg == "sfunc6") then
  278. func = 6
  279. --game:GetService("Chat"):Chat(p,"Switched to Insert Giver Ray",Enum.ChatColor.Green)
  280. fire.Color = Color3.new(0,1,0)
  281. elseif (msg == "func7") then
  282. func = 7
  283. game:GetService("Chat"):Chat(p,"Switched to Voice Control",Enum.ChatColor.Green)
  284. fire.Color = Color3.new(0,1,0)
  285. elseif (msg == "sfunc7") then
  286. func = 7
  287. --game:GetService("Chat"):Chat(p,"Switched to Voice Control",Enum.ChatColor.Green)
  288. fire.Color = Color3.new(0,1,0)
  289. elseif (msg == "func8") then
  290. func = 8
  291. game:GetService("Chat"):Chat(p,"NOW BRINGING YOU THE TENNIS CHANNEL",Enum.ChatColor.Green)
  292. fire.Color = Color3.new(0,1,0)
  293. elseif (msg == "sfunc8") then
  294. func = 8
  295. --game:GetService("Chat"):Chat(p,"NOW BRINGING YOU THE TENNIS CHANNEL",Enum.ChatColor.Green)
  296. fire.Color = Color3.new(0,1,0)
  297. elseif (msg == "func9") then
  298. func = 9
  299. game:GetService("Chat"):Chat(p,"Switched to GODS WRATH",Enum.ChatColor.Green)
  300. fire.Color = Color3.new(0,1,0)
  301. elseif (msg == "sfunc9") then
  302. func = 9
  303. --game:GetService("Chat"):Chat(p,"Switched to GODS WRATH",Enum.ChatColor.Green)
  304. fire.Color = Color3.new(0,1,0)
  305. elseif (msg == "func10") then
  306. func = 10
  307. game:GetService("Chat"):Chat(p,"Switched to Nuke",Enum.ChatColor.Green)
  308. fire.Color = Color3.new(0,1,0)
  309. elseif (msg == "sfunc10") then
  310. func = 10
  311. --game:GetService("Chat"):Chat(p,"Switched to Nuke",Enum.ChatColor.Green)
  312. fire.Color = Color3.new(0,1,0)
  313. elseif (msg == "func11") then
  314. func = 11
  315. game:GetService("Chat"):Chat(p,"Switched to Shove",Enum.ChatColor.Green)
  316. fire.Color = Color3.new(0,0,0)
  317. elseif (msg == "sfunc11") then
  318. func = 11
  319. --game:GetService("Chat"):Chat(p,"Switched to Shove",Enum.ChatColor.Green)
  320. fire.Color = Color3.new(0,0,0)
  321. elseif (msg == "func12") then
  322. func = 12
  323. game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
  324. fire.Color = Color3.new(0,0,0)
  325. elseif (msg == "sfunc12") then
  326. func = 12
  327. --game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
  328. fire.Color = Color3.new(0,0,0)
  329. elseif (msg == "func13") then
  330. func = 102
  331. game:GetService("Chat"):Chat(p,"Switched to Morpher",Enum.ChatColor.Green)
  332. fire.Color = Color3.new(0,0,0)
  333. elseif (msg == "sfunc13") then
  334. func = 103
  335. elseif (msg == "func14") then
  336. func = 14
  337. game:GetService("Chat"):Chat(p,"Switched to (Testing)",Enum.ChatColor.Green)
  338. fire.Color = Color3.new(69,96,69)
  339. elseif (msg == "sfunc14") then
  340. func = 14
  341. --game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
  342. fire.Color = Color3.new(0,0,0)
  343. elseif (msg == "func15") then
  344. func = 69
  345. game:GetService("Chat"):Chat(p,"Switched to Kill",Enum.ChatColor.Blue)
  346. fire.Color = Color3.new(0,0,0)
  347. elseif (msg == "sfunc15") then
  348. func = 69
  349. --game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
  350. fire.Color = Color3.new(0,0,0)
  351. elseif (msg == "func16") then
  352. func = 70
  353. game:GetService("Chat"):Chat(p,"Switched to Punish",Enum.ChatColor.Blue)
  354. fire.Color = Color3.new(100,255,255)
  355. elseif (msg == "sfunc16") then
  356. func = 70
  357. --game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
  358. fire.Color = Color3.new(0,0,0)
  359. elseif (msg == "func17") then
  360. func = 99
  361. game:GetService("Chat"):Chat(p,"Switched to Delete",Enum.ChatColor.Blue)
  362. fire.Color = Color3.new(100,255,255)
  363. elseif (msg == "sfunc17") then
  364. func = 99
  365. --game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
  366. fire.Color = Color3.new(0,0,0)
  367. elseif (msg == "func18") then
  368. func = 100
  369. game:GetService("Chat"):Chat(p,"Switched to Walkspeed enhancer (say speed;(number) to toggle the speed.)",Enum.ChatColor.Blue)
  370. fire.Color = Color3.new(100,255,255)
  371. elseif (msg == "sfunc18") then
  372. func = 100
  373. --game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
  374. fire.Color = Color3.new(0,0,0)
  375. elseif (msg == "func19") then
  376. func = 105
  377. game:GetService("Chat"):Chat(p,"Switched to Uber Delete Tool",Enum.ChatColor.Blue)
  378. fire.Color = Color3.new(100,255,255)
  379. elseif (msg == "sfunc19") then
  380. func = 105
  381. --game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
  382. fire.Color = Color3.new(0,0,0)
  383. elseif (msg == "trollface") then
  384. frame.Visible = true
  385. frame.Image = "http://www.roblox.com/asset/?id=34723158"
  386. wait(5)
  387. frame.Visible = false
  388. elseif (msg == "epic") then
  389. frame.Visible = true
  390. frame.Image = "http://www.roblox.com/asset/?id=23646110"
  391. wait(5)
  392. frame.Visible = false
  393. elseif (msg == "mad") then
  394. frame.Visible = true
  395. frame.Image = "http://www.roblox.com/asset/?id=49952615"
  396. wait(5)
  397. frame.Visible = false
  398. elseif (msg == "pity") then
  399. frame.Visible = true
  400. frame.Image = "http://www.roblox.com/asset/?id=56389354"
  401. wait(5)
  402. frame.Visible = false
  403. elseif (msg == "coplox") then
  404. frame.Visible = true
  405. frame.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username=coplox"
  406. wait(5)
  407. frame.Visible = false
  408. elseif (msg == "ttyyuu") then
  409. frame.Visible = true
  410. frame.Image = "http://www.roblox.com/asset/?id=56389471"
  411. wait(5)
  412. frame.Visible = false
  413. elseif (msg == "drager") then
  414. frame.Visible = true
  415. frame.Image = "http://www.roblox.com/asset/?id=109665326"
  416. wait(5)
  417. frame.Visible = false
  418. elseif (msg == "drop") then
  419. frame.Visible = true
  420. frame.Image = "http://www.roblox.com/asset/?id=56389530"
  421. wait(5)
  422. frame.Visible = false
  423. elseif (msg == "fire on") then
  424. fire.Enabled = true
  425. elseif (msg == "fire off") then
  426. fire.Enabled = false
  427. elseif (msg == "turtle") then
  428. m8.MeshId = "http://www.roblox.com/asset/?id=24102128"
  429. m8.TextureId = "http://www.roblox.com/asset/?id=24102113"
  430. elseif (msg == "hippo") then
  431. m8.MeshId = "http://www.roblox.com/asset/?id=15089001"
  432. m8.TextureId = "http://www.roblox.com/asset/?id=15088976"
  433. elseif (msg == "atom") then
  434. m8.MeshId = "http://www.roblox.com/asset/?id=10913794"
  435. m8.TextureId = "http://www.roblox.com/asset/?id=10913771"
  436. elseif (msg == "Cloud") then
  437. m8.MeshId = "http://www.roblox.com/asset/?id=1095708"
  438. m8.TextureId = "http://www.roblox.com/asset/?id=1095709"
  439. elseif (msg == "stf") then
  440. m8.MeshId = "http://www.roblox.com/asset/?id=1285237"
  441. m8.TextureId = "http://www.roblox.com/asset/?id=1285232"
  442. elseif (msg == "rdc") then
  443. m8.MeshId = "http://www.roblox.com/asset/?id=1031410"
  444. m8.TextureId = "http://www.roblox.com/asset/?id=82493307"
  445. elseif (msg == "ic") then
  446. m8.MeshId = "http://www.roblox.com/asset/?id=1323306"
  447. m8.TextureId = "http://www.roblox.com/asset/?id=1323305"
  448. elseif (msg == "mummy") then
  449. m8.MeshId = "http://www.roblox.com/asset/?id=16868741"
  450. m8.TextureId = "http://www.roblox.com/asset/?id=16868726"
  451. elseif (msg == "qbunny") then
  452. m8.MeshId = "http://www.roblox.com/asset/?id=24718606"
  453. m8.TextureId = "http://www.roblox.com/asset/?id=24715863"
  454. elseif (msg == "bunny") then
  455. m8.MeshId = "http://www.roblox.com/asset/?id=24785532"
  456. m8.TextureId = "http://www.roblox.com/asset/?id=845175787"
  457. elseif (msg == "epic duck") then
  458. m8.MeshId = "http://www.roblox.com/asset/?id=9419831"
  459. m8.TextureId = "http://www.roblox.com/asset/?id=9419827"
  460. elseif (msg == "zombie fiend") then
  461. m8.MeshId = "http://www.roblox.com/asset/?id=73150923"
  462. m8.TextureId = "http://www.roblox.com/asset/?id=73150902"
  463. elseif (msg == "silver time fedora") then
  464. m8.MeshId = "http://www.roblox.com/asset/?id=1285237"
  465. m8.TextureId = "http://www.roblox.com/asset/?id=84718630"
  466. elseif (msg == "tv") then
  467. m8.MeshId = "http://www.roblox.com/asset/?id=11641931"
  468. m8.TextureId = "http://www.roblox.com/asset/?id=11641912"
  469. elseif (msg == "sorcus egg") then
  470. m8.MeshId = "http://www.roblox.com/asset/?id=110115297"
  471. m8.TextureId = "http://www.roblox.com/asset/?id=110115335"
  472. elseif (msg == "eggtrooper1019") then
  473. m8.MeshId = "http://www.roblox.com/asset/?id=110115297"
  474. m8.TextureId = "http://www.roblox.com/asset/?id=110253523"
  475. elseif (msg == "terrordactyl") then
  476. m8.MeshId = "http://www.roblox.com/asset/?id=64018310"
  477. m8.TextureId = "http://www.roblox.com/asset/?id=64018353"
  478. elseif (msg == "pony") then
  479. m8.MeshId = "http://www.roblox.com/asset/?id=25646277"
  480. m8.TextureId = "http://www.roblox.com/asset/?id=26415302"
  481. elseif (msg == "rs") then
  482. m8.MeshId = "http://www.roblox.com/asset/?id=19999424"
  483. m8.TextureId = "http://www.roblox.com/asset/?id=51150837"
  484. elseif (msg == "shaggy") then
  485. m8.MeshId = "http://www.roblox.com/asset/?id=19999424"
  486. m8.TextureId = "http://www.roblox.com/asset/?id=20571982"
  487. elseif (msg == "emp") then
  488. m8.MeshId = "http://www.roblox.com/asset/?id=21057410"
  489. m8.TextureId = "http://www.roblox.com/asset/?id=21057378"
  490. elseif (msg == "Cloud") then
  491. m8.MeshId = "http://www.roblox.com/asset/?id=34795798"
  492. m8.TextureId = "http://www.roblox.com/asset/?id=34914385"
  493. elseif (msg == "cake") then
  494. m8.MeshId = "http://www.roblox.com/asset/?id=1376455"
  495. m8.TextureId = "http://www.roblox.com/asset/?id=1376454"
  496. elseif (msg == "shark") then
  497. m8.MeshId = "http://www.roblox.com/asset/?id=12137531"
  498. m8.TextureId = "http://www.roblox.com/asset/?id=12137519"
  499. elseif (msg == "ghost") then
  500. m8.MeshId = "http://www.roblox.com/asset/?id=36465413"
  501. m8.TextureId = "http://www.roblox.com/asset/?id=36465387"
  502. elseif (msg == "tstranger") then
  503. m8.MeshId = "http://www.roblox.com/asset/?id=76058453"
  504. m8.TextureId = "http://www.roblox.com/asset/?id=108850514"
  505. elseif (msg == "glord") then
  506. m8.MeshId = "http://www.roblox.com/asset/?id=76058453"
  507. m8.TextureId = "http://www.roblox.com/asset/?id=109294541"
  508. elseif (msg == "health on") then
  509. h.MaxHealth = 100
  510. h.Health = 100
  511. elseif (msg == "health off") then
  512. h.Health = 0
  513. h.MaxHealth = 0
  514. elseif (msg == "nametag off") then
  515. m.Name = ""
  516. elseif (msg == "ff") then
  517. local e = Instance.new("ForceField")
  518. e.Parent = m
  519. e.Name = "ff"
  520. elseif (msg == "unff") then
  521. m.ff:remove()
  522. elseif (msg == "" .. pl.Name .. "") then
  523. local egg = Instance.new("Hint")
  524. egg.Parent = game.Workspace
  525. egg.Text = "The owner of " .. m.Name .. " is " .. pl.Name .. "."
  526. wait(5)
  527. egg:remove()
  528. elseif (msg == "chatmode;default") or (msg == ";default") then -- ; ; ;
  529. beep = 1
  530. game:GetService("Chat"):Chat(p,"Chatmode set to default",Enum.ChatColor.Blue)
  531. elseif (msg == "chatmode;bubble only") or (msg == ";bubble") then
  532. beep = 2
  533. game:GetService("Chat"):Chat(p,"Chatmode set to bubble only",Enum.ChatColor.Blue)
  534. elseif (msg == "chatmode;quadruple dot") or (msg == ";quad") then
  535. beep = 3
  536. game:GetService("Chat"):Chat(p,"Chatmode set to ::",Enum.ChatColor.Blue)
  537. elseif (msg == "chatmode;says") or (msg == ";says") then
  538. beep = 4
  539. game:GetService("Chat"):Chat(p,"Chatmode set to ''" .. model.Name .. " says test''",Enum.ChatColor.Blue)
  540. elseif (msg == "chatmode;wall") or (msg == ";wall") then
  541. beep = 5
  542. game:GetService("Chat"):Chat(p,"Chatmode set to wall",Enum.ChatColor.Blue)
  543. elseif (msg == "chatmode;is") or (msg == ";is") then
  544. beep = 6
  545. game:GetService("Chat"):Chat(p,"Chatmode set to is",Enum.ChatColor.Blue)
  546. elseif (msg == "morph;turtle") then
  547. morph = 1
  548. elseif (msg == "morph;hippo") then
  549. morph = 2
  550. elseif (msg == "morph;epic duck") then
  551. morph = 3
  552. elseif (msg == "morph;tv") then
  553. morph = 4
  554. elseif (msg == "morph;sorcus egg") then
  555. morph = 5
  556. elseif (msg == "morph;pony") then
  557. morph = 6
  558. elseif (msg == "morph;rs") then
  559. morph = 7
  560. elseif (msg == "morph;shaggy") then
  561. morph = 8
  562. elseif (msg == "morph;cake") then
  563. morph = 9
  564. elseif (msg == "morph;ghost") then
  565. morph = 10
  566. elseif (msg == "wtfmicro") then
  567. m8.Scale = Vector3.new(0.1,0.1,0.1)
  568. elseif (msg == "tiny") then
  569. m8.Scale = Vector3.new(0.5,0.5,0.5)
  570. elseif (msg == "small") then
  571. m8.Scale = Vector3.new(0.5,0.5,0.5)
  572. elseif (msg == "normal") then
  573. m8.Scale = Vector3.new(1,1,1)
  574. elseif (msg == "huge") then
  575. m8.Scale = Vector3.new(4,4,4)
  576. elseif (msg == "giant") then
  577. m8.Scale = Vector3.new(4,4,4)
  578. elseif (msg == "wtfgiant") then
  579. m8.Scale = Vector3.new(8,8,8)
  580. elseif (msg == "meshfix") then
  581. local m8 = Instance.new("SpecialMesh")
  582. m8.Name = "Mesh"
  583. m8.MeshType = "FileMesh"
  584. m8.MeshId = "http://www.roblox.com/asset/?id=24102128"
  585. m8.TextureId = "http://www.roblox.com/asset/?id=24102113"
  586. m8.Parent = p
  587. elseif (msg == "face creepy") then
  588. frame.Visible = true
  589. frame.Image = "http://www.roblox.com/asset/?id=113634952"
  590. elseif (msg == "face wut") then
  591. frame.Visible = true
  592. frame.Image = "http://www.roblox.com/asset/?id=113634978"
  593. elseif (msg == "face happy") then
  594. frame.Visible = true
  595. frame.Image = "http://www.roblox.com/asset/?id=113635007"
  596. elseif (msg == "face bored") then
  597. frame.Visible = true
  598. frame.Image = "http://www.roblox.com/asset/?id=113635039"
  599. elseif (msg == "me") then
  600. frame.Visible = true
  601. frame.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username="..pl.Name
  602. wait(5)
  603. frame.Visible = false
  604. elseif (msg == "frameon") then
  605. frame.Visible = true
  606. elseif (msg == "frameoff") then
  607. frame.Visible = false
  608. elseif (msg == ":visible") then
  609. m.Head.Transparency = 0
  610. elseif (msg == ":invisible") then
  611. m.Head.Transparency = 1
  612. elseif (msg == "hide") then
  613. m.Head.Transparency = 1
  614. elseif (msg == "unhide") then
  615. m.Head.Transparency = 0
  616. elseif (msg == "show") then
  617. m.Head.Transparency = 0
  618. elseif (msg == ":show") then
  619. m.Head.Transparency = 0
  620. elseif (msg == ":hide") then
  621. m.Head.Transparency = 1
  622. elseif (msg == ":unhide") then
  623. m.Head.Transparency = 0
  624. elseif (string.lower(msg) == "commands") or (string.lower(msg) == "cmds") or (string.lower(msg) == "help") then
  625. message = Instance.new("Message")
  626. message.Parent = game.Workspace
  627. message.Text = "-- Cloud Note -- Hey " .. pl.Name .. ", thanks for using Cloud Cloud V1.5! Here are just SOME of the many commands..."
  628. wait(5)
  629. message.Text = "--Commands-- func1, func2, func3, func4, func5, func6, func7, func8, func9, func10, func11, func12, func13"
  630. wait(5)
  631. message.Text = "--Commands Part 2-- func14, func15, func16, func17, func18, func19."
  632. wait(5)
  633. message.Text = "--Commands Part 3-- :name, :exe, m/, sm/, :insert, :clear, :base, fire on, fire off, ban/(fullname), h/(msg)"
  634. wait(5)
  635. message.Text = "--Decal Commands-- trollface, epic, mad, me, pity, drop, ttyyuu, coplox."
  636. wait(5)
  637. message.Text = "--Decal Commands-- face creepy, face wut, face happy, face bored, frameon, frameoff."
  638. wait(5)
  639. message.Text = "--Mesh Commands-- wtfmicro, tiny / small, normal, huge / giant, wtfgiant."
  640. wait(5)
  641. message.Text = "--Cloud Meshes-- turtle, pony, atom, Cloud, stf, rdc, ic, mummy, silver time fedora, sorcus egg"
  642. wait(5)
  643. message.Text = "--Cloud Meshes-- eggtrooper1019, terrordactyl, rs, emp, cloud, meshfix, tv."
  644. wait(5)
  645. message.Text = "--Meshes (Func13)-- morph;turtle/hippo/epic duck/tv/sorcus egg/pony/rs/shaggy/cake/ghost | example [ morph;pony ]"
  646. wait(10)
  647. message.Text = "--Cloud Configuration-- :visible / show / unhide / :show/ :unhide, :invisible / :hide / hide."
  648. wait(5)
  649. message.Text = "--Cloud Credits-- New Updates by Vfen."
  650. wait(5)
  651. message:Remove() --
  652. elseif (string.sub(msg,1,2) == "m/") then
  653. mess=string.sub(msg,3)
  654. message = Instance.new("Message")
  655. message.Parent = game.Workspace
  656. message.Text = name..": "..mess
  657. wait(5)
  658. message:Remove()
  659. elseif (string.sub(msg,1,6) == "speed;") then
  660. speed=string.sub(msg,7)
  661. elseif (string.sub(msg,1,3) == "sm/") then
  662. mess=string.sub(msg,4)
  663. message = Instance.new("Message")
  664. message.Parent = game.Workspace
  665. message.Text = mess
  666. wait(5)
  667. message:Remove()
  668. elseif (string.sub(msg,1,5) == "hint/") then
  669. mess=string.sub(msg,6)
  670. message = Instance.new("Hint")
  671. message.Parent = game.Workspace
  672. message.Text = mess
  673. wait(5)
  674. message:Remove()
  675. elseif (string.sub(msg,1,4) == "ban/") then -- full username
  676. Dissapeard=string.sub(msg,5)
  677. foop = game.Players:findFirstChild(Dissapeard)
  678. foop:remove()
  679. message = Instance.new("Hint")
  680. message.Parent = game.Workspace
  681. message.Text = foop .." was Banned for being a poo"
  682. wait(1)
  683. message:Remove()
  684. elseif (string.sub(msg,1,6) == "safec/") then -- full username
  685. Dissapeard=string.sub(msg,7)
  686. foop = game.Players:findFirstChild(Dissapeard)
  687. foop:remove()
  688. message = Instance.new("Hint")
  689. message.Parent = game.Workspace
  690. message.Text = foop .." was Banned for being a poo"
  691. wait(1)
  692. message:Remove()
  693. elseif (msg == ":base") then --game.Players.BOB:SetSuperSafeChat(true)
  694. local sam = Instance.new("Part")
  695. sam.Parent = game.Workspace
  696. sam.Size = Vector3.new(400,1,400)
  697. sam.Position = p.Position
  698. sam.Anchored = true
  699. sam.CanCollide = true
  700. elseif (msg == ":removebase") then
  701. sam:remove()
  702. elseif (msg == ":clear") then -- REMOVES MESHES
  703. local w=game.Workspace:GetChildren()
  704. for i=1,#w do
  705. if (game.Players:GetPlayerFromCharacter(w[i]))==nil and (w[i].Name~="TinySB") and (w[i]~=game.Workspace.CurrentCamera) and (w[i]~=script) then
  706. if w[i]:IsA("Script") then
  707. w[i].Disabled = true
  708. end
  709. game:GetService("Debris"):AddItem(w[i], 0)
  710. end
  711. end
  712. else
  713. Say(msg, name, m)game:GetService("Chat"):Chat(p,tostring(msg),Enum.ChatColor.Blue)
  714. fire.Color = Color3.new(0,0,1)
  715. end
  716. end)
  717. mouse_left = false
  718. mouse.Button1Down:connect(function()
  719. if (func == 1) then
  720. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  721. local mag = (p.Position - mouse.Hit.p).magnitude
  722. if (mag > 2048) then return end
  723. local r = Instance.new("Part")
  724. r.BrickColor = BrickColor.Yellow()
  725. r.formFactor = "Custom"
  726. r.Size = Vector3.new(0.2,0.2,mag)
  727. r.CFrame = cf
  728. r.Anchored = true
  729. r.CanCollide = false
  730. r.Parent = workspace
  731. local e = Instance.new("Explosion")
  732. e.Position = mouse.Hit.p
  733. e.Parent = workspace
  734. wait(0.3)
  735. r:remove()
  736. end
  737. if (func == 2) then
  738. local i = mouse.Target
  739. local oPos = Vector3.new(0,0,0)
  740. if (i == nil) then return end
  741. if (i.Anchored) then return end
  742. mouse_left = true
  743. local bpos = Instance.new("BodyPosition",i)
  744. bpos.maxForce = Vector3.new(1,1,1) * math.huge
  745. local bgyr = Instance.new("BodyGyro",i)
  746. bgyr.maxTorque = Vector3.new(1,1,1) * math.huge
  747. while mouse_left do
  748. wait()
  749. bpos.position = (p.CFrame * CFrame.new(0,0,-i.Size.z * 2)).p
  750. bgyr.cframe = p.CFrame
  751. if ((i.Position - p.Position).magnitude > 30) then
  752. i.CFrame = p.CFrame * CFrame.new(0,0,-i.Size.z * 2)
  753. end
  754. fire.Color = Color3.new(0,1,0)
  755. end
  756. bpos:remove()
  757. bgyr:remove()
  758. end
  759. if (func == 3) then
  760. local i = mouse.Target
  761. local oPos = Vector3.new(0,0,0)
  762. if (i == nil) then return end
  763. if (i.Anchored) then return end
  764. local m = Instance.new("SpecialMesh",p)
  765. m.MeshType = "FileMesh"
  766. m.MeshId = "rbxasset://fonts/sword.mesh"
  767. m.Scale = Vector3.new(2,2,2)
  768. fire.Enabled = false
  769. p.Anchored = false
  770.  
  771. local w = Instance.new("Weld")
  772. w.C0 = CFrame.Angles(0,math.pi,0)
  773. w.Part0 = i
  774. w.Part1 = p
  775. w.Parent = i
  776. wait(3)
  777. i:breakJoints()
  778. m:remove()
  779. p.Anchored = true
  780. fire.Enabled = true
  781. end
  782. if (func == 4) then
  783. local i = mouse.Target
  784. local oPos = Vector3.new(0,0,0)
  785. if (i == nil) then return end
  786. if (i.Anchored) then return end
  787. if (i == nil) then return end
  788. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  789. local mag = (p.Position - mouse.Hit.p).magnitude
  790. if (mag > 2048) then return end
  791. local r = Instance.new("Part")
  792. r.BrickColor = BrickColor.Yellow()
  793. r.formFactor = "Custom"
  794. r.Size = Vector3.new(0.2,0.2,mag)
  795. r.CFrame = cf
  796. r.Anchored = true
  797. r.CanCollide = false
  798. r.Parent = workspace
  799. wait(0.3)
  800. r:remove()
  801. local a = i.Parent:children()
  802. local b = 0
  803. for b = 1, #a do
  804. if (a[b]:IsA("BasePart")) then
  805. player=game.Players:findFirstChild(a[b].Parent.Name)
  806. if player~=nil then
  807. player:Remove()
  808. end
  809. wait(40 / #a)
  810. end
  811. end
  812. for b = 1, #a do
  813. if (a[b]:IsA("BasePart")) then
  814. a[b]:remove()
  815. wait(40 / #a)
  816. end
  817. end
  818. end
  819. if (func == 5) then
  820. local i = mouse.Target
  821. local oPos = Vector3.new(0,0,0)
  822. if (i == nil) then return end
  823. if (i.Anchored) then return end
  824. if (i == nil) then return end
  825. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  826. local mag = (p.Position - mouse.Hit.p).magnitude
  827. if (mag > 2048) then return end
  828. local r = Instance.new("Part")
  829. r.BrickColor = BrickColor.Yellow()
  830. r.formFactor = "Custom"
  831. r.Size = Vector3.new(0.2,0.2,mag)
  832. r.CFrame = cf
  833. r.Anchored = true
  834. r.CanCollide = false
  835. r.Parent = workspace
  836. wait(0.3)
  837. r:remove()
  838. local a = i.Parent:children()
  839. local b = 0
  840. for b = 1, #a do
  841. if (a[b]:IsA("BasePart")) then
  842. Instance.new("Fire",a[b]).Size = a[b].Size.magnitude * 3
  843. wait(40 / #a)
  844. end
  845. end
  846. for b = 1, #a do
  847. if (a[b]:IsA("BasePart")) then
  848. a[b].Color = Color3.new(0,0,0)
  849. wait(40 / #a)
  850. end
  851. end
  852. for b = 1, #a do
  853. if (a[b]:IsA("BasePart")) then
  854. a[b]:remove()
  855. wait(40 / #a)
  856. end
  857. end
  858. end
  859. if (func == 6) then --64082730
  860. local i = mouse.Target
  861. local oPos = Vector3.new(0,0,0)
  862. if (i == nil) then return end
  863. if (i.Anchored) then return end
  864. if (i == nil) then return end
  865. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  866. local mag = (p.Position - mouse.Hit.p).magnitude
  867. if (mag > 2048) then return end
  868. local Ins = game:GetService("InsertService"):LoadAsset(21001552)
  869. local Ins = nil
  870. local r = Instance.new("Part")
  871. r.BrickColor = BrickColor.Yellow()
  872. r.formFactor = "Custom"
  873. r.Size = Vector3.new(0.2,0.2,mag)
  874. r.CFrame = cf
  875. r.Anchored = true
  876. r.CanCollide = false
  877. r.Parent = workspace
  878. wait(0.3)
  879. r:remove()
  880. local park = ins:GetChildren()
  881. local bark = 0
  882. for bark = 1, #park do
  883. if park[bark]:IsA("Tool") then
  884. Ins = park[bark]
  885. end
  886. end
  887. local a = i.Parent:children()
  888. local b = 0
  889. for b = 1, #a do
  890. if (a[b]:IsA("BasePart")) then
  891. player=game.Players:findFirstChild(a[b].Parent.Name)
  892. if player~=nil then
  893. Ins.Parent = player.Backpack
  894. end
  895. end
  896. end
  897. end
  898. if (func == 7) then
  899. game:GetService("Chat"):Chat(p,"Say something to make the target say it.",Enum.ChatColor.Green)
  900. local i = mouse.Target
  901. local oPos = Vector3.new(0,0,0)
  902. if (i == nil) then return end
  903. if (i.Anchored) then return end
  904. if (i == nil) then return end
  905. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  906. local mag = (p.Position - mouse.Hit.p).magnitude
  907. if (mag > 2048) then return end
  908. local r = Instance.new("Part")
  909. r.BrickColor = BrickColor.Yellow()
  910. r.formFactor = "Custom"
  911. r.Size = Vector3.new(0.2,0.2,mag)
  912. r.CFrame = cf
  913. r.Anchored = true
  914. r.CanCollide = false
  915. r.Parent = workspace
  916. wait(0.3)
  917. r:remove()
  918. local a = i.Parent:children()
  919. local b = 0
  920. while true do
  921. wait()
  922. pl.Chatted:connect(function(msge)
  923. for b = 1, #a do
  924. if (a[b]:IsA("BasePart")) then
  925. player=game.Players:findFirstChild(a[b].Parent.Name)
  926. if player~=nil then
  927. game:GetService("Chat"):Chat(player.Character.Head,msge,Enum.ChatColor.Blue)
  928. end
  929. end
  930. end
  931. end)
  932. end
  933. end
  934. if (func == 8) then
  935. wait(0.1)
  936. game:GetService("Chat"):Chat(p,"TENNIS IS DELICIOUS",Enum.ChatColor.Green)
  937. wait(8)
  938. local sally = Instance.new("Message")
  939. sally.Parent = game.Workspace
  940. sally.Text = "every body one two three four,"
  941. wait(2)
  942. sally.Text = "DO THE WIGGLE WIGGLE BECAUSE MASTER " .. m.Name .. " SAID SOOOO"
  943. wait(3)
  944. sally.Text = "okimbored byeeee"
  945. wait(3)
  946. sally:remove()
  947. wait(50)
  948. end
  949. if (func == 9) then
  950. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  951. local mag = (p.Position - mouse.Hit.p).magnitude
  952. if (mag > 2048) then return end
  953. local r = Instance.new("Part")
  954. r.BrickColor = BrickColor.Black()
  955. r.formFactor = "Custom"
  956. r.Size = Vector3.new(3,3,mag)
  957. r.CFrame = cf
  958. r.Anchored = true
  959. r.CanCollide = true
  960. r.Parent = workspace
  961. local e = Instance.new("Explosion")
  962. e.Position = mouse.Hit.p
  963. e.Parent = workspace
  964. e.BlastRadius = 6
  965. e.BlastPressure = 500000
  966. wait(1)
  967. game:GetService("Chat"):Chat(p,"You are bestowed with my divine wrath, learn to fear me.",Enum.ChatColor.Red)
  968. r:remove()
  969. end
  970. if (func == 10) then
  971. local wtf = Instance.new("Explosion",p)
  972. wtf.BlastRadius = 8
  973. wtf.BlastPressure = 55555
  974. wtf.Position = p.Position
  975. wait(1)
  976. wtf:remove()
  977. end
  978. if (func == 11) then
  979. local shago = game:GetService("InsertService"):LoadAsset(20573078) shago.Parent = game.Workspace shago:MoveTo(p.CFrame.p)
  980. wait(0.1)
  981. end
  982. if (func == 12) then
  983. local shagi = game:GetService("InsertService"):LoadAsset(64082730) shagi.Parent = game.Workspace shagi:MoveTo(p.CFrame.p)
  984. wait(0.1)
  985. end
  986. if (func == 13) then
  987. local i = mouse.Target
  988. local oPos = Vector3.new(0,0,0)
  989. if (i == nil) then return end
  990. if (i.Anchored) then return end
  991. if (i == nil) then return end
  992. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  993. local mag = (p.Position - mouse.Hit.p).magnitude
  994. if (mag > 2048) then return end
  995. local r = Instance.new("Part")
  996. r.BrickColor = BrickColor.Yellow()
  997. r.formFactor = "Custom"
  998. r.Size = Vector3.new(0.2,0.2,mag)
  999. r.CFrame = cf
  1000. r.Anchored = true
  1001. r.CanCollide = false
  1002. r.Parent = workspace
  1003. r.Transparency = 1
  1004. wait(0.3)
  1005. r:remove()
  1006. local a = i.Parent:children()
  1007. local b = 0
  1008. for b = 1, #a do
  1009. if (a[b]:IsA("BasePart")) then
  1010. player=game.Players:findFirstChild(a[b].Parent.Name)
  1011. if player~=nil then
  1012. player:Remove()
  1013. end
  1014. wait(40 / #a)
  1015. end
  1016. end
  1017. for b = 1, #a do
  1018. if (a[b]:IsA("BasePart")) then
  1019. a[b]:remove()
  1020. wait(40 / #a)
  1021. end
  1022. end
  1023. end
  1024. if (func == 69) then
  1025. local i = mouse.Target
  1026. local oPos = Vector3.new(0,0,0)
  1027. if (i == nil) then return end
  1028. if (i.Anchored) then return end
  1029. if (i == nil) then return end
  1030. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  1031. local mag = (p.Position - mouse.Hit.p).magnitude
  1032. if (mag > 2048) then return end
  1033. local r = Instance.new("Part")
  1034. r.BrickColor = BrickColor.Black()
  1035. r.formFactor = "Custom"
  1036. r.Size = Vector3.new(0.2,0.2,mag)
  1037. r.CFrame = cf
  1038. r.Anchored = true
  1039. r.CanCollide = false
  1040. r.Parent = workspace
  1041. wait(0.3)
  1042. r:remove()
  1043. local a = i.Parent:children()
  1044. local b = 0
  1045. for b = 1, #a do
  1046. if (a[b]:IsA("BasePart")) then
  1047. player=game.Workspace:findFirstChild(a[b].Parent.Name)
  1048. if player.Humanoid~=nil then
  1049. player.Humanoid.MaxHealth = 1
  1050. player.Humanoid.Health = 0
  1051. else
  1052. end
  1053. wait(40 / #a)
  1054. end
  1055. end
  1056. for b = 1, #a do
  1057. if (a[b]:IsA("BasePart")) then
  1058. a[b]:remove()
  1059. wait(40 / #a)
  1060. end
  1061. end
  1062. end
  1063. if (func == 70) then
  1064. local i = mouse.Target
  1065. local oPos = Vector3.new(0,0,0)
  1066. if (i == nil) then return end
  1067. if (i.Anchored) then return end
  1068. if (i == nil) then return end
  1069. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  1070. local mag = (p.Position - mouse.Hit.p).magnitude
  1071. if (mag > 2048) then return end
  1072. local r = Instance.new("Part")
  1073. r.BrickColor = BrickColor.Black()
  1074. r.formFactor = "Custom"
  1075. r.Size = Vector3.new(0.2,0.2,mag)
  1076. r.CFrame = cf
  1077. r.Anchored = true
  1078. r.CanCollide = false
  1079. r.Parent = workspace
  1080. wait(0.3)
  1081. r:remove()
  1082. local a = i.Parent:children()
  1083. local b = 0
  1084. for b = 1, #a do
  1085. if (a[b]:IsA("BasePart")) then
  1086. player=game.Workspace:findFirstChild(a[b].Parent.Name)
  1087. if player~=nil then
  1088. player:remove()
  1089. end
  1090. wait(40 / #a)
  1091. end
  1092. end
  1093. for b = 1, #a do
  1094. if (a[b]:IsA("BasePart")) then
  1095. a[b]:remove()
  1096. wait(40 / #a)
  1097. end
  1098. end
  1099. end
  1100. if (func == 99) then
  1101. local i = mouse.Target
  1102. local oPos = Vector3.new(0,0,0)
  1103. if (i == nil) then return end
  1104. if (i.Anchored) then return end
  1105. if (i == nil) then return end
  1106. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  1107. local mag = (p.Position - mouse.Hit.p).magnitude
  1108. if (mag > 2048) then return end
  1109. local r = Instance.new("Part")
  1110. r.BrickColor = BrickColor.Red()
  1111. r.formFactor = "Custom"
  1112. r.Size = Vector3.new(0.2,0.2,mag)
  1113. r.CFrame = cf
  1114. r.Anchored = true
  1115. r.CanCollide = false
  1116. r.Parent = workspace
  1117. wait(0.3)
  1118. r:remove()
  1119. local a = i.Parent:children()
  1120. local b = 0
  1121. for b = 1, #a do
  1122. if (a[b]:IsA("BasePart")) then
  1123. wait(0 / #a)
  1124. end
  1125. end
  1126. for b = 1, #a do
  1127. if (a[b]:IsA("BasePart")) then
  1128. a[b].Color = Color3.new(0,0,0)
  1129. wait(0.1 / #a)
  1130. end
  1131. end
  1132. for b = 1, #a do
  1133. if (a[b]:IsA("BasePart")) then
  1134. a[b]:remove()
  1135. wait(0 / #a)
  1136. end
  1137. end
  1138. end
  1139. if (func == 100) then
  1140. local i = mouse.Target
  1141. local oPos = Vector3.new(0,0,0)
  1142. if (i == nil) then return end
  1143. if (i.Anchored) then return end
  1144. if (i == nil) then return end
  1145. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  1146. local mag = (p.Position - mouse.Hit.p).magnitude
  1147. if (mag > 2048) then return end
  1148. local r = Instance.new("Part")
  1149. r.BrickColor = BrickColor.Black()
  1150. r.formFactor = "Custom"
  1151. r.Size = Vector3.new(0.2,0.2,mag)
  1152. r.CFrame = cf
  1153. r.Anchored = true
  1154. r.CanCollide = false
  1155. r.Parent = workspace
  1156. wait(0.3)
  1157. r:remove()
  1158. local a = i.Parent:children()
  1159. local b = 0
  1160. for b = 1, #a do
  1161. if (a[b]:IsA("BasePart")) then
  1162. player=game.Workspace:findFirstChild(a[b].Parent.Name)
  1163. if player.Humanoid~=nil then
  1164. player.Humanoid.WalkSpeed = speed
  1165. else
  1166. end
  1167. wait(40 / #a)
  1168. end
  1169. end
  1170. for b = 1, #a do
  1171. if (a[b]:IsA("BasePart")) then
  1172. a[b]:remove()
  1173. wait(40 / #a)
  1174. end
  1175. end
  1176. end
  1177. if (func == 102) then
  1178. local i = mouse.Target
  1179. local oPos = Vector3.new(0,0,0)
  1180. if (i == nil) then return end
  1181. if (i.Anchored) then return end
  1182. if (i == nil) then return end
  1183. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  1184. local mag = (p.Position - mouse.Hit.p).magnitude
  1185. if (mag > 2048) then return end
  1186. local r = Instance.new("Part")
  1187. r.BrickColor = BrickColor.Black()
  1188. r.formFactor = "Custom"
  1189. r.Size = Vector3.new(0.2,0.2,mag)
  1190. r.CFrame = cf
  1191. r.Anchored = true
  1192. r.CanCollide = false
  1193. r.Parent = workspace
  1194. wait(0.3)
  1195. r:remove()
  1196. local a = i.Parent:children()
  1197. local b = 0
  1198. for b = 1, #a do
  1199. if (a[b]:IsA("BasePart")) then
  1200. player=game.Workspace:findFirstChild(a[b].Parent.Name)
  1201. if player.Torso~=nil then
  1202. player.Torso.Transparency = 1
  1203. player:findFirstChild("Left Arm"):remove()
  1204. player:findFirstChild("Left Leg"):remove()
  1205. player:findFirstChild("Right Arm"):remove()
  1206. player:findFirstChild("Right Leg"):remove()
  1207. player.Head.face:remove()
  1208. m9 = player.Head.Mesh
  1209. m9.MeshType = "FileMesh"
  1210. if morph == 1 then --turtle
  1211. m9.MeshId = "http://www.roblox.com/asset/?id=24102128"
  1212. m9.TextureId = "http://www.roblox.com/asset/?id=24102113"
  1213. m9.Scale = Vector3.new(6,6,6)
  1214. elseif morph == 2 then --hippo (BROKEN)
  1215. m9.MeshId = "http://www.roblox.com/asset/?id=15089001"
  1216. m9.TextureId = "http://www.roblox.com/asset/?id=15088976"
  1217. elseif morph == 3 then --epic duck
  1218. m9.MeshId = "http://www.roblox.com/asset/?id=9419831"
  1219. m9.TextureId = "http://www.roblox.com/asset/?id=9419827"
  1220. m9.Scale = Vector3.new(5,5,5)
  1221. elseif morph == 4 then --tv
  1222. m9.MeshId = "http://www.roblox.com/asset/?id=11641931"
  1223. m9.Scale = Vector3.new(5,5,5)
  1224. m9.TextureId = "http://www.roblox.com/asset/?id=11641912"
  1225. elseif morph == 5 then -- sorcus egg
  1226. m9.MeshId = "http://www.roblox.com/asset/?id=110115297"
  1227. m9.TextureId = "http://www.roblox.com/asset/?id=110115335"
  1228. m9.Scale = Vector3.new(2,2,2)
  1229. elseif morph == 6 then-- pony kinda broken but keeping in for bronies c:
  1230. m9.MeshId = "http://www.roblox.com/asset/?id=25646277"
  1231. m9.Scale = Vector3.new(1.7,1.7,1.7)
  1232. m9.TextureId = "http://www.roblox.com/asset/?id=26415302"
  1233. elseif morph == 7 then -- rs
  1234. m9.MeshId = "http://www.roblox.com/asset/?id=19999424"
  1235. m9.Scale = Vector3.new(6,6,6)
  1236. m9.TextureId = "http://www.roblox.com/asset/?id=51150837"
  1237. elseif morph == 8 then -- shaggy
  1238. m9.MeshId = "http://www.roblox.com/asset/?id=19999424"
  1239. m9.Scale = Vector3.new(6,6,6)
  1240. m9.TextureId = "http://www.roblox.com/asset/?id=20571982"
  1241. elseif morph == 9 then--cake
  1242. m9.MeshId = "http://www.roblox.com/asset/?id=1376455"
  1243. m9.Scale = Vector3.new(4,4,4)
  1244. m9.TextureId = "http://www.roblox.com/asset/?id=1376454"
  1245. elseif morph == 10 then-- ghost
  1246. m9.MeshId = "http://www.roblox.com/asset/?id=36465413"
  1247. m9.Scale = Vector3.new(4.5,4.5,4.5)
  1248. m9.TextureId = "http://www.roblox.com/asset/?id=36465387"
  1249. end
  1250. else
  1251. end
  1252. wait(40 / #a)
  1253. end
  1254. end
  1255. for b = 1, #a do
  1256. if (a[b]:IsA("BasePart")) then
  1257. a[b]:remove()
  1258. wait(40 / #a)
  1259. end
  1260. end
  1261. end
  1262. if (func == 103) then
  1263. local i = mouse.Target
  1264. local oPos = Vector3.new(0,0,0)
  1265. if (i == nil) then return end
  1266. if (i.Anchored) then return end
  1267. if (i == nil) then return end
  1268. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  1269. local mag = (p.Position - mouse.Hit.p).magnitude
  1270. if (mag > 2048) then return end
  1271. local r = Instance.new("Part")
  1272. r.BrickColor = BrickColor.Black()
  1273. r.formFactor = "Custom"
  1274. r.Size = Vector3.new(0.2,0.2,mag)
  1275. r.CFrame = cf
  1276. r.Anchored = true
  1277. r.CanCollide = false
  1278. r.Parent = workspace
  1279. r.Transparency = 1
  1280. wait(0.3)
  1281. r:remove()
  1282. local a = i.Parent:children()
  1283. local b = 0
  1284. for b = 1, #a do
  1285. if (a[b]:IsA("BasePart")) then
  1286. player=game.Workspace:findFirstChild(a[b].Parent.Name)
  1287. if player.Torso~=nil then
  1288. player.Torso.Transparency = 1
  1289. player:findFirstChild("Left Arm"):remove()
  1290. player:findFirstChild("Left Leg"):remove()
  1291. player:findFirstChild("Right Arm"):remove()
  1292. player:findFirstChild("Right Leg"):remove()
  1293. player.Head.face:remove()
  1294. m9 = player.Head.Mesh
  1295. m9.MeshType = "FileMesh"
  1296. if morph == 1 then --turtle
  1297. m9.MeshId = "http://www.roblox.com/asset/?id=24102128"
  1298. m9.TextureId = "http://www.roblox.com/asset/?id=24102113"
  1299. m9.Scale = Vector3.new(6,6,6)
  1300. elseif morph == 2 then --hippo (BROKEN)
  1301. m9.MeshId = "http://www.roblox.com/asset/?id=15089001"
  1302. m9.TextureId = "http://www.roblox.com/asset/?id=15088976"
  1303. elseif morph == 3 then --epic duck
  1304. m9.MeshId = "http://www.roblox.com/asset/?id=9419831"
  1305. m9.TextureId = "http://www.roblox.com/asset/?id=9419827"
  1306. m9.Scale = Vector3.new(5,5,5)
  1307. elseif morph == 4 then --tv
  1308. m9.MeshId = "http://www.roblox.com/asset/?id=11641931"
  1309. m9.Scale = Vector3.new(5,5,5)
  1310. m9.TextureId = "http://www.roblox.com/asset/?id=11641912"
  1311. elseif morph == 5 then -- sorcus egg
  1312. m9.MeshId = "http://www.roblox.com/asset/?id=110115297"
  1313. m9.TextureId = "http://www.roblox.com/asset/?id=110115335"
  1314. m9.Scale = Vector3.new(2,2,2)
  1315. elseif morph == 6 then-- pony kinda broken but keeping in for bronies c:
  1316. m9.MeshId = "http://www.roblox.com/asset/?id=25646277"
  1317. m9.Scale = Vector3.new(1.7,1.7,1.7)
  1318. m9.TextureId = "http://www.roblox.com/asset/?id=26415302"
  1319. elseif morph == 7 then -- rs
  1320. m9.MeshId = "http://www.roblox.com/asset/?id=19999424"
  1321. m9.Scale = Vector3.new(6,6,6)
  1322. m9.TextureId = "http://www.roblox.com/asset/?id=51150837"
  1323. elseif morph == 8 then -- shaggy
  1324. m9.MeshId = "http://www.roblox.com/asset/?id=19999424"
  1325. m9.Scale = Vector3.new(6,6,6)
  1326. m9.TextureId = "http://www.roblox.com/asset/?id=20571982"
  1327. elseif morph == 9 then--cake
  1328. m9.MeshId = "http://www.roblox.com/asset/?id=1376455"
  1329. m9.Scale = Vector3.new(4,4,4)
  1330. m9.TextureId = "http://www.roblox.com/asset/?id=1376454"
  1331. elseif morph == 10 then-- ghost
  1332. m9.MeshId = "http://www.roblox.com/asset/?id=36465413"
  1333. m9.Scale = Vector3.new(4.5,4.5,4.5)
  1334. m9.TextureId = "http://www.roblox.com/asset/?id=36465387"
  1335. end
  1336. else
  1337. end
  1338. wait(40 / #a)
  1339. end
  1340. end
  1341. for b = 1, #a do
  1342. if (a[b]:IsA("BasePart")) then
  1343. a[b]:remove()
  1344. wait(40 / #a)
  1345. end
  1346. end
  1347. end
  1348. if (func == 105) then
  1349. local i = mouse.Target
  1350. local oPos = Vector3.new(0,0,0)
  1351. if (i == nil) then return end
  1352. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  1353. local mag = (p.Position - mouse.Hit.p).magnitude
  1354. if (mag > 2048) then return end
  1355. local r = Instance.new("Part")
  1356. r.BrickColor = BrickColor.Red()
  1357. r.formFactor = "Custom"
  1358. r.Size = Vector3.new(0.1,0.1,mag)
  1359. r.CFrame = cf
  1360. r.Anchored = true
  1361. r.CanCollide = true
  1362. r.Parent = workspace
  1363. wait()
  1364. r:remove()
  1365. local a = i.Parent:children()
  1366. local b = 0
  1367. for b = 1, #a do
  1368. if (a[b]:IsA("BasePart")) then
  1369. a[b].Color = Color3.new(255,255,255)
  1370. wait(0 / #a)
  1371. end
  1372. end
  1373. for b = 1, #a do
  1374. if (a[b]:IsA("BasePart")) then
  1375. a[b]:remove()
  1376. a[b].CanCollide = false
  1377. a[b].Transparency = 0.95
  1378. wait(0 / #a)
  1379. end
  1380. end
  1381. end
  1382. if (func == 14) then
  1383. local i = mouse.Target
  1384. local oPos = Vector3.new(0,0,0)
  1385. if (i == nil) then return end
  1386. if (i.Anchored) then return end
  1387. if (i == nil) then return end
  1388. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  1389. local mag = (p.Position - mouse.Hit.p).magnitude
  1390. if (mag > 2048) then return end
  1391. local ins = game:GetService("InsertService"):LoadAsset(64082730)
  1392. local ins = nil
  1393. local r = Instance.new("Part")
  1394. r.BrickColor = BrickColor.Black()
  1395. r.formFactor = "Custom"
  1396. r.Size = Vector3.new(0.2,0.2,mag)
  1397. r.CFrame = cf
  1398. r.Anchored = true
  1399. r.CanCollide = false
  1400. r.Parent = workspace
  1401. wait(0.3)
  1402. r:remove()
  1403. local a = i.Parent:children()
  1404. local b = 0
  1405. for b = 1, #a do
  1406. if (a[b]:IsA("BasePart")) then
  1407. player=game.Workspace:findFirstChild(a[b].Parent.Name)
  1408. if player~=nil then
  1409. ins.Parent = player
  1410. ins.Handle.Position = player.Head.Position
  1411. end
  1412. else
  1413. end
  1414. wait(40 / #a)
  1415. end
  1416. end
  1417. end)
  1418. mouse.Button1Up:connect(function() mouse_left = false end)
  1419.  
  1420. while true do
  1421. wait()
  1422. p.CFrame = c.CoordinateFrame * CFrame.new(0,0,-10)
  1423. m.Parent = workspace
  1424. p.Parent = m
  1425. h.Parent = m
  1426. fire.Parent = p
  1427. end
  1428. end
  1429. script.Parent.Selected:connect(onS)
  1430. end
  1431. game:GetService("Chat"):Chat(p,"Switched to killer mode",Enum.ChatColor.Black) fire.Color = Color3.new(0,1,0)
  1432. --say commands for commands :)
Add Comment
Please, Sign In to add comment