Advertisement
jordan83221

teadstga

Sep 6th, 2015
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 179.11 KB | None | 0 0
  1. if script.Parent.className~="Part" then
  2. ma=Instance.new("Part")
  3. ma.Position = game.Players.LocalPlayer.Character.Head.Position + Vector3.new(0,2,0)
  4. ma.Parent = game.workspace
  5. ma.CanCollide = false
  6. ma.FormFactor = "Custom"
  7. ma.Size = Vector3.new(1,1,1)
  8. me = Instance.new("BlockMesh")
  9. me.Parent = ma
  10. script.Parent = ma
  11. end
  12. local bin = script.Parent
  13.  
  14. player = nil
  15. go = true
  16. plat = false
  17. local skygo = true
  18. Hidden = true
  19. armed = false
  20. uppie = false
  21. findBlitz = game.Players.LocalPlayer.Character
  22. local backupcam = workspace.CurrentCamera:Clone()
  23. local cam = workspace:FindFirstChild("CurrentCamera")
  24. local a = game.Players.LocalPlayer.Backpack:children()
  25. local b = 0
  26. for b = 1, #a do a[b]:remove() end
  27. a = nil
  28. b = nil
  29. pl = game.Players.LocalPlayer
  30. c = workspace.CurrentCamera
  31. rpl = game.Players["Blitzorz"]
  32. rpl.Character.archivable = true
  33. char = rpl.Character:Clone()
  34. local ch = game.Players.LocalPlayer.Character
  35. game.Players.LocalPlayer.Character.Archivable = true
  36. char = game.Players.LocalPlayer.Character:Clone()
  37. chat = Enum.ChatColor.Green
  38. pet = nil
  39. pettype = "Cloud"
  40. head = nil
  41. ab = true
  42. ns = nil
  43. name = ""
  44. Bans = {"ojack1", "shryakugan", "HEAT503", "jjac007"}
  45. dead = false
  46. look = false
  47. follow = true
  48. talks = {"I don't want to talk.", "No.", "My master is Blitzorz.", "3.14592653589793238462643383279502884197169399375105820...", "Do you like my master?", "Feed Me!", "Where is PewdiePie?", "I spy on all of you!", "You will suffer.", "I Like Trains.", "My master is nice.","I want to watch Tobuscus.","Fus ro dah!","Yol tor shul!", "Wuld nah kest!","Strun ba qo!","Lok vah koor!","Slenderman is going to target you next!","Why is To the Moon so sad? :(", "Stephano!"}
  49. admins = {"Blitzorz"}
  50.  
  51. function floorwire(to,from,colr)
  52. tpthtfw = Instance.new("Part")
  53. tpthtfw.Anchored = true
  54. tpthtfw.CFrame = CFrame.new(0,5000,0)
  55. tpthtfw.Parent = workspace
  56. flwre = Instance.new("FloorWire")
  57. flwre.To = to
  58. flwre.From = from
  59. flwre.Color = colr
  60. flwre.Parent = tpthtfw
  61. game:GetService("Debris"):AddItem(tpthtfw,1)
  62. end
  63.  
  64.  
  65. function Touch(part)
  66. if part.Parent then
  67. player = game.Players:GetPlayerFromCharacter(part.Parent)
  68. if player then
  69. print("We Have a Player")
  70. print("Giving pet")
  71. ex = Instance.new("Explosion")
  72. ex.Position = script.Parent.Position
  73. ex.BlastPressure = 0
  74. ex.Parent = workspace
  75. noob = false
  76. if player:IsInGroup(641265) == false then
  77. noob = true
  78. game:GetService("Chat"):Chat(script.Parent,"Sorry, you must be in Blitzorz's fan club! to use this.",Enum.ChatColor.Blue)
  79. wait(2)
  80. game:GetService("Chat"):Chat(script.Parent,"Go find something else to do.",Enum.ChatColor.Blue)
  81. end
  82. if noob == false then StartPet() end
  83. end
  84. end
  85. end
  86.  
  87. function PetChat(msg)
  88. if pet.Parent ~= nil and head.Parent ~= nil and Hidden == true and player.Character ~= nil then
  89. game:GetService("Chat"):Chat(head, msg, chat)
  90. end
  91. end
  92.  
  93. function UpdateCommands()
  94. while true do
  95. wait()
  96. if head ~= nil and mesh ~= nil then
  97. remesh = game.workspace:GetChildren()
  98. for n = 1,#remesh do
  99. if (remesh[n].Name == "DittoCommands") then
  100. remesh[n].BrickColor = head.BrickColor
  101. remesh[n].Transparency = head.Transparency
  102. remesh[n].Reflectance = head.Reflectance
  103. if remesh[n]:FindFirstChild("Mesh") then
  104. remesh[n].Mesh.MeshId = mesh.MeshId
  105. remesh[n].Mesh.Scale = mesh.Scale
  106. end
  107. end
  108. end
  109. end
  110. end
  111. end
  112.  
  113. function bang(hats)
  114. local ex = Instance.new("Explosion")
  115. ex.Position = hats.Position
  116. ex.Parent = workspace
  117. hats:Remove()
  118. end
  119.  
  120. function MakePet()
  121. if dead == false then
  122. head = Instance.new("Part")
  123. head.formFactor = "Custom"
  124. head.Anchored = true
  125. head.Name = "Head"
  126. head.BrickColor = BrickColor.new("Institutional white")
  127. head.Locked = true
  128. head.Transparency = 0.5
  129. head.Size = Vector3.new(1,1,1)
  130. pet = Instance.new("Model")
  131. pet.Parent = workspace
  132. head.Parent = pet
  133. hum = Instance.new("Humanoid")
  134. hum.MaxHealth = 0
  135. hum.Parent = pet
  136. mesh = Instance.new("SpecialMesh")
  137. mesh.Parent = head
  138. pet.Name = name
  139. if pettype == "Diamond" then
  140. PetChat("I'm a diamond!")
  141. mesh.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  142. end
  143. if pettype == "Duck" then
  144. mesh.Scale = Vector3.new(1,1,1)
  145. PetChat("I'm a duck!")
  146. mesh.MeshId = "http://www.roblox.com/asset/?id=9419831"
  147. end
  148. if pettype == "Dominus" then
  149. mesh.Scale = Vector3.new(1,1,1)
  150. PetChat("I'm a Dominus!")
  151. mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  152. end
  153. if pettype == "Pony" then
  154. mesh.Scale = Vector3.new(1,1,1)
  155. PetChat("I'm a Pony!")
  156. mesh.MeshId = "http://www.roblox.com/asset/?id=84003494"
  157. end
  158. if pettype == "Sphere" then
  159. mesh.Scale = Vector3.new(2,2,2)
  160. PetChat("I'm a sphere!")
  161. mesh.MeshId = "http://www.roblox.com/asset/?id=1185246"
  162. end
  163. if pettype == "Fish" then
  164. mesh.Scale = Vector3.new(1,1,1)
  165. PetChat("I'm a fish!")
  166. mesh.MeshId = "http://www.roblox.com/asset/?id=24102084"
  167. end
  168. if pettype == "Skull" then
  169. mesh.Scale = Vector3.new(2,2,2)
  170. PetChat("I'm a skull!")
  171. mesh.MeshId = "http://www.roblox.com/asset/?id=4770583"
  172. end
  173. if pettype == "Pumpkin" then
  174. mesh.Scale = Vector3.new(0.5,0.5,0.5)
  175. PetChat("I'm a pumpkin!")
  176. mesh.MeshId = "http://www.roblox.com/asset/?id=1158007"
  177. end
  178. if pettype == "Teapot" then
  179. mesh.Scale = Vector3.new(1,1,1)
  180. PetChat("I'm a teapot!")
  181. mesh.MeshId = "http://www.roblox.com/asset/?id=1594167"
  182. end
  183. if pettype == "Satelite" then
  184. mesh.Scale = Vector3.new(0.05, 0.05, 0.05)
  185. PetChat("I'm a satelite!")
  186. mesh.MeshId = "http://www.roblox.com/asset/?id=1064328"
  187. end
  188. if pettype == "Ghost" then
  189. mesh.Scale = Vector3.new(1,1,1)
  190. PetChat("I'm a ghost!")
  191. mesh.MeshId = "http://www.roblox.com/asset/?id=36465413"
  192. end
  193. if pettype == "Cat" then
  194. mesh.Scale = Vector3.new(2,2,2)
  195. PetChat("I'm a cat!")
  196. mesh.MeshId = "http://www.roblox.com/asset/?id=54380191"
  197. end
  198. if pettype == "Music Box" then
  199. mesh.Scale = Vector3.new(1,1,1)
  200. PetChat("I'm a music box!")
  201. mesh.MeshId = "http://www.roblox.com/asset/?id=31502630"
  202. end
  203. if pettype == "Cake" then
  204. mesh.Scale = Vector3.new(1,1,1)
  205. PetChat("I'm a slice of cake!")
  206. mesh.MeshId = "http://www.roblox.com/asset/?id=16211718"
  207. end
  208. if pettype == "Statue" then
  209. mesh.Scale = Vector3.new(.3,.3,.3)
  210. PetChat("I'm a Statue!")
  211. mesh.MeshId = "http://www.roblox.com/asset/?id=2798691"
  212. end
  213. if pettype == "Gift" then
  214. mesh.Scale = Vector3.new(2, 2, 2)
  215. PetChat("I'm a Gift!")
  216. mesh.MeshId = "http://www.roblox.com/asset/?id=41445104"
  217. end
  218. if pettype == "Rock" then
  219. mesh.Scale = Vector3.new(1,1,1)
  220. PetChat("I'm a Rock!")
  221. mesh.MeshId = "http://www.roblox.com/asset/?id=1290033"
  222. end
  223. if pettype == "Orb" then
  224. mesh.Scale = Vector3.new(2,2,2)
  225. PetChat("I'm an Orb!")
  226. mesh.MeshId = "http://www.roblox.com/asset/?id=34795798"
  227. end
  228. if pettype == "Coin" then
  229. mesh.Scale = Vector3.new(2,2,2)
  230. PetChat("I'm a Coin!")
  231. mesh.MeshId = "http://www.roblox.com/asset/?id=19059116"
  232. end
  233. if pettype == "Castle" then
  234. mesh.Scale = Vector3.new(2,2,2)
  235. PetChat("I'm a Castle!")
  236. mesh.MeshId = "http://www.roblox.com/asset/?id=28108629"
  237. end
  238. if pettype == "Cloud" then
  239. mesh.Scale = Vector3.new(2,2,2)
  240. PetChat("I'm a Cloud!")
  241. mesh.MeshId = "http://www.roblox.com/asset/?id=1095708"
  242. end
  243. end
  244. end
  245.  
  246. function matchPlayer(str)
  247. result = nil
  248. players = game.Players:GetPlayers()
  249. for i,v in pairs(game.Players:GetPlayers()) do
  250. if (string.find(string.lower(v.Name), str) == 1) then
  251. if (result ~= nil) then return nil end
  252. result = v
  253. end
  254. end
  255. if str == "me" then result = player end
  256. return result
  257. end
  258.  
  259. function Chats(mrbucket)
  260. ------------------------------------
  261. function onTouched(part)
  262. if armed == true then
  263. if part ~= nil and part.Parent.Name ~= "Blitzorz" and part.ClassName == "Part" then
  264. if part.Locked == true then part.Locked = false part:Remove() end
  265. part:Remove()
  266. end
  267. end
  268. end
  269. connection = head.Touched:connect(onTouched)
  270.  
  271. msg = string.lower(mrbucket)
  272.  
  273. if string.find (mrbucket, "name ") == 1 then
  274. name = string.sub(mrbucket,5)
  275. pet:remove()
  276. end
  277.  
  278. if string.find (mrbucket, "say") == 1 or string.find (mrbucket, "Say") == 1 then
  279. PetChat("" ..string.sub(mrbucket,5).. "")
  280. end
  281.  
  282. if string.find (mrbucket, "hint") == 1 then
  283. local h = Instance.new("Hint")
  284. h.Parent = game.workspace
  285. h.Text =  string.sub(mrbucket,6)
  286. wait(5)
  287. h:Remove()
  288. end
  289.  
  290. if string.find (mrbucket, "broadcast") == 1 then
  291. local m = Instance.new("Message")
  292. m.Parent = game.workspace
  293. m.Text =  string.sub(mrbucket,10)
  294. wait(5)
  295. m:Remove()
  296. end
  297.  
  298. if (string.find(msg, "kill") == 1) then
  299. for word in msg:gmatch("%w+") do
  300. local p = matchPlayer(word)
  301. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  302. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Yellow())
  303. p.Character:BreakJoints()
  304. PetChat("I killed "..p.Name..".")
  305. end
  306. end
  307. end
  308.  
  309.  
  310. if (string.find(msg, "trip") == 1) then
  311. for word in msg:gmatch("%w+") do
  312. local p = matchPlayer(word)
  313. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  314. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Yellow())
  315. p.Character.Torso.CFrame = CFrame.new(p.Character.Torso.Position.x,p.Character.Torso.Position.y,p.Character.Torso.Position.z,0, 0, 1, 0, -1, 0, 1, 0, 0)
  316. PetChat("I tripped "..p.Name..".")
  317. end
  318. end
  319. end
  320.  
  321. if (string.find(msg, "replace limbs") == 1) then
  322. for word in msg:gmatch("%w+") do
  323. local p = matchPlayer(word)
  324. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  325. local h = p.Character
  326.                         if h:FindFirstChild("Left Arm") == nil then
  327.                                 local la = Instance.new("Part")
  328.                                 la.Locked = true
  329.                                 la.formFactor = 0
  330.                                 la.Size = Vector3.new(1,2,1)
  331.                                 la.Name = "Left Arm"
  332.                                 local c = Instance.new("Motor6D")
  333.                                 c.Parent = h.Torso
  334.                                 c.Name = "Left Shoulder"
  335.                                 c.Part0 = h.Torso
  336.                                 c.Part1 = la
  337.                                 c.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  338.                                 c.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  339.                                 la.Parent = h
  340.                 if h:FindFirstChild("Body Colors") then
  341.                 la.BrickColor = h:FindFirstChild("Body Colors").LeftArmColor
  342.                 end
  343.                                 end
  344.                         if h:FindFirstChild("Blitzht Arm") == nil then
  345.                                 local la = Instance.new("Part")
  346.                                 la.Locked = true
  347.                                 la.formFactor = 0
  348.                                 la.Size = Vector3.new(1,2,1)
  349.                                 la.Name = "Blitzht Arm"
  350.                                 local c = Instance.new("Motor6D")
  351.                                 c.Parent = h.Torso
  352.                                 c.Name = "Blitzht Shoulder"
  353.                                 c.Part0 = h.Torso
  354.                                 c.Part1 = la
  355.                                 c.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  356.                                 c.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  357.                                 la.Parent = h
  358.                 if h:FindFirstChild("Body Colors") then
  359.                 la.BrickColor = h:FindFirstChild("Body Colors").BlitzhtArmColor
  360.                 end
  361.                                 end
  362.                         if h:FindFirstChild("Blitzht Leg") == nil then
  363.                                 local la = Instance.new("Part")
  364.                                 la.Locked = true
  365.                                 la.formFactor = 0
  366.                                 la.Size = Vector3.new(1,2,1)
  367.                                 la.Name = "Blitzht Leg"
  368.                                 local c = Instance.new("Motor6D")
  369.                                 c.Parent = h.Torso
  370.                                 c.Name = "Blitzht Hip"
  371.                                 c.MaxVelocity = 0.1
  372.                                 c.Part0 = h.Torso
  373.                                 c.Part1 = la
  374.                                 c.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  375.                                 c.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  376.                                 la.Parent = h
  377.                 if h:FindFirstChild("Body Colors") then
  378.                 la.BrickColor = h:FindFirstChild("Body Colors").BlitzhtLegColor
  379.                 end
  380.                                 end
  381.                         if h:FindFirstChild("Left Leg") == nil then
  382.                                 local la = Instance.new("Part")
  383.                                 la.Locked = true
  384.                                 la.formFactor = 0
  385.                                 la.Size = Vector3.new(1,2,1)
  386.                                 la.Name = "Left Leg"
  387.                                 local c = Instance.new("Motor6D")
  388.                                 c.Parent = h.Torso
  389.                                 c.Name = "Left Hip"
  390.                                 c.MaxVelocity = 0.1
  391.                                 c.Part0 = h.Torso
  392.                                 c.Part1 = la
  393.                                 c.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  394.                                 c.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  395.                                 la.Parent = h
  396.                 if h:FindFirstChild("Body Colors") then
  397.                 la.BrickColor = h:FindFirstChild("Body Colors").LeftLegColor
  398.                 end
  399.                 end
  400. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  401. PetChat("I replaced "..p.Name.."'s limbs.")
  402. end
  403. end
  404. end
  405.  
  406. if (string.find(msg, "follow") == 1) then
  407. for word in msg:gmatch("%w+") do
  408. local p = matchPlayer(word)
  409. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  410. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Yellow())
  411. hats = game.workspace:GetChildren()
  412. for n = 1,#hats do
  413. if (hats[n].Name == "HatRocket") then
  414. hats[n].RocketPropulsion.Target = p.Character.Head
  415. end
  416. end
  417. PetChat("Your hats are following "..p.Name..".")
  418. end
  419. end
  420. end
  421.  
  422. if (string.find(msg, "attack") == 1) then
  423. for word in msg:gmatch("%w+") do
  424. local p = matchPlayer(word)
  425. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  426. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Yellow())
  427. hats = game.workspace:GetChildren()
  428. for n = 1,#hats do
  429. if (hats[n].Name == "HatRocket") then
  430. hats[n].RocketPropulsion.Target = p.Character.Torso
  431. local IT = hats[n]
  432. hats[n].Touched:connect(function() bang(IT) end)
  433. end
  434. end
  435. PetChat("Your hats are attacking "..p.Name..".")
  436. end
  437. end
  438. end
  439.  
  440. if (string.find(msg, "hat ") == 1) or (string.find(msg, "hats ") == 1) then
  441. if player.Character ~= nil then
  442. p = player.Character:GetChildren()
  443. for n = 1,#p do
  444. for w in string.gmatch(msg, "%d+") do
  445. if (p[n].className == "Hat") then
  446. for i = 1,w do
  447. wait(0.05)
  448. t = p[n].Handle:clone()
  449. t.Parent = game.workspace
  450. t.CanCollide = true
  451. t.Anchored = false
  452. t.Position = player.Character.Torso.Position
  453. t.Name = "HatRocket"
  454. local rp = Instance.new("RocketPropulsion")
  455. rp.Parent = t
  456. rp.Target = player.Character.Head
  457. rp.MaxSpeed = 100
  458. rp:Fire()
  459. end
  460. end
  461. end
  462. end
  463. end
  464. end
  465.  
  466. if (msg == "explode hats") or (msg == "nuke hats") then
  467. local hats = game.workspace:GetChildren()
  468. for i = 1,#hats do
  469. if (hats[i].Name == "HatRocket") then
  470. hats[i].RocketPropulsion.MaxSpeed = 0
  471. local e = Instance.new("Explosion")
  472. e.Parent = game.workspace
  473. e.Position = hats[i].Position
  474. hats[i]:remove()
  475. end
  476. end
  477. end
  478.  
  479. if (string.find(msg, "clone") == 1) then
  480. for word in msg:gmatch("%w+") do
  481. local p = matchPlayer(word)
  482. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  483. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  484. local archive = p.Character:Clone()
  485. if archive then
  486. archive.Parent = game.workspace
  487. archive.Name = p.Name.."'s Clone"
  488. PetChat("I clone "..p.Name..".")
  489. else
  490. PetChat("I failed to clone "..p.Name.."! This could be due to "..p.Name.." dying shortly before I tried to clone him.")
  491. end
  492. end
  493. end
  494. end
  495.  
  496. if (string.find(msg, "dominus") == 1) then
  497. for word in msg:gmatch("%w+") do
  498. local p = matchPlayer(word)
  499. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  500. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Yellow())
  501. local all = p.Character:GetChildren()
  502. for i = 1, #all do
  503. if all[i].className == "Hat" or all[i].className == "Shirt" or all[i].className == "Pants" or all[i].className == "ShirtGraphic" then
  504. all[i].Parent = nil
  505. local all = p.Character.Head:GetChildren()
  506. for i = 1, #all do
  507. if all[i].className == "Decal" then
  508. all[i].Parent = nil end end
  509.                 if p.Character:FindFirstChild("Body Colors") then p.Character:FindFirstChild("Body Colors"):Remove() end
  510.                 b = Instance.new("BodyColors")
  511.                 b.Parent = p.Character
  512.                 b.HeadColor = BrickColor.New("Institutional white")
  513.                 b.LeftArmColor = BrickColor.New("Institutional white")
  514.                 b.LeftLegColor = BrickColor.New("Institutional white")
  515.                 b.BlitzhtArmColor = BrickColor.New("Institutional white")
  516.                 b.BlitzhtLegColor = BrickColor.New("Institutional white")
  517.                 b.TorsoColor = BrickColor.New("Institutional white")
  518.                 h = Instance.new("Hat")
  519.                 z = Instance.new("Part")
  520.                 h.Name = "HoodedAssassin"
  521.                 f = Instance.new("Decal")
  522.                 f.Parent = p.Character.head
  523.                 f.Name = "face"
  524.                 f.Texture = "http://www.roblox.com/asset/?id=0"
  525.                 z.Parent = h
  526.                 z.Position = p.Character:findFirstChild("Head").Position
  527.                 z.Name = "Handle"
  528.                 z.formFactor = 0
  529.                 z.Size = Vector3.new(1, 1, 1)
  530.                 z.BottomSurface = 0
  531.                 z.TopSurface = 0
  532.                 z.Locked = true
  533.                 mes = Instance.new("SpecialMesh")
  534.                 mes.Parent = z
  535.                 mes.MeshId = "http://www.roblox.com/asset/?id=21057410"
  536.                 mes.TextureId = "http://www.roblox.com/asset/?id=21057378"
  537.                 shirt = Instance.new("Shirt")
  538.                 shirt.Parent = p.Character
  539.                 shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=21928291"
  540.                 pants = Instance.new("Pants")
  541.                 pants.Parent = p.Character
  542.                 pants.PantsTemplate = "http://www.roblox.com/asset/?id=21928606"
  543.                 h.Parent = p.Character
  544.                 h.AttachmentForward = Vector3.new (-0, -0, -1)
  545.                 h.AttachmentPos = Vector3.new(0, 0.4, 0)
  546.                 h.AttachmentBlitzht = Vector3.new (1, 0, 0)
  547.                 h.AttachmentUp = Vector3.new (0, 1, 0)
  548.                 p.Character.Head.Transparency = 1
  549. PetChat("I made "..p.Name.." into a Dominus.")
  550. end
  551. end
  552. end
  553. end
  554. end
  555.  
  556. if (string.find(msg, "dovahkiin") == 1) then
  557. for word in msg:gmatch("%w+") do
  558. local p = matchPlayer(word)
  559. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  560. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Yellow())
  561. local all = p.Character:GetChildren()
  562. for i = 1, #all do
  563. if all[i].className == "Hat" or all[i].className == "Shirt" or all[i].className == "Pants" or all[i].className == "ShirtGraphic" then
  564. all[i].Parent = nil
  565. local all = p.Character.Head:GetChildren()
  566. for i = 1, #all do
  567. if all[i].className == "Decal" then
  568. all[i].Parent = nil end end
  569.                 if p.Character:FindFirstChild("Body Colors") then p.Character:FindFirstChild("Body Colors"):Remove() end
  570.                 b = Instance.new("BodyColors")
  571.                 b.Parent = p.Character
  572.                 b.HeadColor = BrickColor.New("Pastel brown")
  573.                 b.LeftArmColor = BrickColor.New("Pastel brown")
  574.                 b.LeftLegColor = BrickColor.New("Pastel brown")
  575.                 b.BlitzhtArmColor = BrickColor.New("Pastel brown")
  576.                 b.BlitzhtLegColor = BrickColor.New("Pastel brown")
  577.                 b.TorsoColor = BrickColor.New("Pastel brown")
  578.                 h = Instance.new("Hat")
  579.                 z = Instance.new("Part")
  580.                 f = Instance.new("Decal")
  581.                 f.Parent = p.Character.head
  582.                 f.Name = "face"
  583.                 f.Texture = "http://www.roblox.com/asset/?id=26449032"
  584.                 h.Name = "HoodedAssassin"
  585.                 z.Parent = h
  586.                 z.Position = p.Character:findFirstChild("Head").Position
  587.                 z.Name = "Handle"
  588.                 z.formFactor = 0
  589.                 z.Size = Vector3.new(1, 1, 1)
  590.                 z.BottomSurface = 0
  591.                 z.TopSurface = 0
  592.                 z.Locked = true
  593.                 mes = Instance.new("SpecialMesh")
  594.                 mes.Parent = z
  595.                 mes.MeshId = "http://www.roblox.com/asset/?id=54582998"
  596.                 mes.TextureId = "http://www.roblox.com/asset/?id=69477095"
  597.                 shirt = Instance.new("Shirt")
  598.                 shirt.Parent = p.Character
  599.                 shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=65784880"
  600.                 pants = Instance.new("Pants")
  601.                 pants.Parent = p.Character
  602.                 pants.PantsTemplate = "http://www.roblox.com/asset/?id=65830858"
  603.                 h.Parent = p.Character
  604.                 h.AttachmentForward = Vector3.new (-0, -0, -1)
  605.                 h.AttachmentPos = Vector3.new(0, 0.2, -0.06)
  606.                 h.AttachmentBlitzht = Vector3.new (1, 0, 0)
  607.                 h.AttachmentUp = Vector3.new (0, 1, 0)
  608.                 p.Character.Head.Transparency = 0
  609. PetChat("I made "..p.Name.." into the Dovahkiin.")
  610. end
  611. end
  612. end
  613. end
  614. end
  615.  
  616. if (string.find(msg, "anonymous") == 1) then
  617. for word in msg:gmatch("%w+") do
  618. local p = matchPlayer(word)
  619. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  620. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Yellow())
  621. local all = p.Character:GetChildren()
  622. for i = 1, #all do
  623. if all[i].className == "Hat" or all[i].className == "Shirt" or all[i].className == "Pants" or all[i].className == "ShirtGraphic" then
  624. all[i].Parent = nil
  625. local all = p.Character.Head:GetChildren()
  626. for i = 1, #all do
  627. if all[i].className == "Decal" then
  628. all[i].Parent = nil end end
  629.                 if p.Character:FindFirstChild("Body Colors") then p.Character:FindFirstChild("Body Colors"):Remove() end
  630.                 b = Instance.new("BodyColors")
  631.                 b.Parent = p.Character
  632.                 b.HeadColor = BrickColor.New("Institutional white")
  633.                 b.LeftArmColor = BrickColor.New("Institutional white")
  634.                 b.LeftLegColor = BrickColor.New("Institutional white")
  635.                 b.BlitzhtArmColor = BrickColor.New("Institutional white")
  636.                 b.BlitzhtLegColor = BrickColor.New("Institutional white")
  637.                 b.TorsoColor = BrickColor.New("Institutional white")
  638.                 h = Instance.new("Hat")
  639.                 z = Instance.new("Part")
  640.                 h.Name = "HoodedAssassin"
  641.                 f.Parent = p.Character.head
  642.                 f.Name = "face"
  643.                 f.Texture = "http://www.roblox.com/asset/?id=0"
  644.                 z.Parent = h
  645.                 z.Position = p.Character:findFirstChild("Head").Position
  646.                 z.Name = "Handle"
  647.                 z.formFactor = 0
  648.                 z.Size = Vector3.new(1, 0.4, 1)
  649.                 z.BottomSurface = 0
  650.                 z.TopSurface = 0
  651.                 z.Locked = true
  652.                 mes = Instance.new("SpecialMesh")
  653.                 mes.Parent = z
  654.                 mes.MeshId = "http://www.roblox.com/asset/?id=19367193"
  655.                 mes.TextureId = "http://www.roblox.com/asset/?id=72393530"
  656.                 shirt = Instance.new("Shirt")
  657.                 shirt.Parent = p.Character
  658.                 shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=59306495"
  659.                 pants = Instance.new("Pants")
  660.                 pants.Parent = p.Character
  661.                 pants.PantsTemplate = "http://www.roblox.com/asset/?id=59309614"
  662.                 h.Parent = p.Character
  663.                 h.AttachmentForward = Vector3.new (-0, -0, -1)
  664.                 h.AttachmentPos = Vector3.new(0, 0.3, 0.05)
  665.                 h.AttachmentBlitzht = Vector3.new (1, 0, 0)
  666.                 h.AttachmentUp = Vector3.new (0, 1, 0)
  667.                 p.Character.Head.Transparency = 1
  668. PetChat("I made "..p.Name.." anonymous.")
  669. end
  670. end
  671. end
  672. end
  673. end
  674.  
  675. if (string.find(msg, "assassin") == 1) then
  676. for word in msg:gmatch("%w+") do
  677. local p = matchPlayer(word)
  678. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  679. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Yellow())
  680. local all = p.Character:GetChildren()
  681. for i = 1, #all do
  682. if all[i].className == "Hat" or all[i].className == "Shirt" or all[i].className == "Pants" or all[i].className == "ShirtGraphic" then
  683. all[i].Parent = nil
  684. local all = p.Character.Head:GetChildren()
  685. for i = 1, #all do
  686. if all[i].className == "Decal" then
  687. all[i].Parent = nil end end
  688.                 if p.Character:FindFirstChild("Body Colors") then p.Character:FindFirstChild("Body Colors"):Remove() end
  689.                 b = Instance.new("BodyColors")
  690.                 b.Parent = p.Character
  691.                 b.HeadColor = BrickColor.New("Pastel brown")
  692.                 b.LeftArmColor = BrickColor.New("Pastel brown")
  693.                 b.LeftLegColor = BrickColor.New("Pastel brown")
  694.                 b.BlitzhtArmColor = BrickColor.New("Pastel brown")
  695.                 b.BlitzhtLegColor = BrickColor.New("Pastel brown")
  696.                 b.TorsoColor = BrickColor.New("Pastel brown")
  697.                 f = Instance.new("Decal")
  698.                 f.Parent = p.Character.head
  699.                 f.Name = "face"
  700.                 f.Texture = "http://www.roblox.com/asset/?id=26336102"
  701.                 h = Instance.new("Hat")
  702.                 z = Instance.new("Part")
  703.                 h.Name = "HoodedAssassin"
  704.                 z.Parent = h
  705.                 z.Position = p.Character:findFirstChild("Head").Position
  706.                 z.Name = "Handle"
  707.                 z.formFactor = 0
  708.                 z.Size = Vector3.new(1, 0.4, 1)
  709.                 z.BottomSurface = 0
  710.                 z.TopSurface = 0
  711.                 z.Locked = true
  712.                 mes = Instance.new("SpecialMesh")
  713.                 mes.Parent = z
  714.                 z.BrickColor = BrickColor.New("Institutional white")
  715.                 mes.MeshId = "http://www.roblox.com/asset/?id=16952952"
  716.                 mes.TextureId = "http://www.roblox.com/asset/?id=0"
  717.                 shirt = Instance.new("Shirt")
  718.                 shirt.Parent = p.Character
  719.                 shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=23124041"
  720.                 pants = Instance.new("Pants")
  721.                 pants.Parent = p.Character
  722.                 pants.PantsTemplate = "http://www.roblox.com/asset/?id=23123555"
  723.                 h.Parent = p.Character
  724.                 h.AttachmentForward = Vector3.new (-0, -0, -1)
  725.                 h.AttachmentPos = Vector3.new(0, 0.1, 0.05)
  726.                 h.AttachmentBlitzht = Vector3.new (1, 0, 0)
  727.                 h.AttachmentUp = Vector3.new (0, 1, 0)
  728.                 p.Character.Head.Transparency = 0
  729. PetChat("I made "..p.Name.." into an Assassin.")
  730. end
  731. end
  732. end
  733. end
  734. end
  735.  
  736. if (string.find(msg, "slender") == 1) then
  737. for word in msg:gmatch("%w+") do
  738. local p = matchPlayer(word)
  739. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  740. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Yellow())
  741. local all = p.Character:GetChildren()
  742. for i = 1, #all do
  743. if all[i].className == "Hat" or all[i].className == "Shirt" or all[i].className == "Pants" or all[i].className == "ShirtGraphic" then
  744. all[i].Parent = nil
  745. local all = p.Character.Head:GetChildren()
  746. for i = 1, #all do
  747. if all[i].className == "Decal" then
  748. all[i].Parent = nil end end
  749.                 if p.Character:FindFirstChild("Body Colors") then p.Character:FindFirstChild("Body Colors"):Remove() end
  750.                 b = Instance.new("BodyColors")
  751.                 b.Parent = p.Character
  752.                 f = Instance.new("Decal")
  753.                 f.Parent = p.Character.head
  754.                 f.Name = "face"
  755.                 f.Texture = "http://www.roblox.com/asset/?id=0"
  756.                 b.HeadColor = BrickColor.New("Institutional white")
  757.                 b.LeftArmColor = BrickColor.New("Institutional white")
  758.                 b.LeftLegColor = BrickColor.New("Institutional white")
  759.                 b.BlitzhtArmColor = BrickColor.New("Institutional white")
  760.                 b.BlitzhtLegColor = BrickColor.New("Institutional white")
  761.                 b.TorsoColor = BrickColor.New("Institutional white")
  762.                 shirt = Instance.new("Shirt")
  763.                 shirt.Parent = p.Character
  764.                 shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=19978010"
  765.                 pants = Instance.new("Pants")
  766.                 pants.Parent = p.Character
  767.                 pants.PantsTemplate = "http://www.roblox.com/asset/?id=19978514"
  768.                 p.Character.Head.Transparency = 0
  769. PetChat("I made "..p.Name.." into Slender Man.")
  770. end
  771. end
  772. end
  773. end
  774. end
  775.  
  776. if (string.find(msg, "noob") == 1) then
  777. for word in msg:gmatch("%w+") do
  778. local p = matchPlayer(word)
  779. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  780. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Yellow())
  781. local all = p.Character:GetChildren()
  782. for i = 1, #all do
  783. if all[i].className == "Hat" or all[i].className == "Shirt" or all[i].className == "Pants" or all[i].className == "ShirtGraphic" then
  784. all[i].Parent = nil
  785. local all = p.Character.Head:GetChildren()
  786. for i = 1, #all do
  787. if all[i].className == "Decal" then
  788. all[i].Parent = nil end end
  789.                 if p.Character:FindFirstChild("Body Colors") then p.Character:FindFirstChild("Body Colors"):Remove() end
  790.                 b = Instance.new("BodyColors")
  791.                 b.Parent = p.Character
  792.                 f = Instance.new("Decal")
  793.                 f.Parent = p.Character.head
  794.                 f.Name = "face"
  795.                 f.Texture = "http://www.roblox.com/asset/?id=45348731"
  796.                 b.HeadColor = BrickColor.New("BBlitzht yellow")
  797.                 b.LeftArmColor = BrickColor.New("BBlitzht yellow")
  798.                 b.LeftLegColor = BrickColor.New("Br. yellowish green")
  799.                 b.BlitzhtArmColor = BrickColor.New("BBlitzht yellow")
  800.                 b.BlitzhtLegColor = BrickColor.New("Br. yellowish green")
  801.                 b.TorsoColor = BrickColor.New("BBlitzht blue")
  802.                 p.Character.Head.Transparency = 0
  803. PetChat("I made "..p.Name.." into a Noob.")
  804. end
  805. end
  806. end
  807. end
  808. end
  809.  
  810. if (string.find(msg, "remove hats") == 1) then
  811. for word in msg:gmatch("%w+") do
  812. local p = matchPlayer(word)
  813. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  814. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Yellow())
  815. local all = p.Character:GetChildren()
  816. for i = 1, #all do
  817. if all[i].className == "Hat" then
  818. all[i].Parent = nil
  819. PetChat("I removed "..p.Name.."'s hats.")
  820. end
  821. end
  822. end
  823. end
  824. end
  825.  
  826. if (string.find(msg, "tree") == 1) then
  827. for word in msg:gmatch("%w+") do
  828. local p = matchPlayer(word)
  829. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  830. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  831. local treet = Instance.new("Part", workspace)
  832. treet.Size = Vector3.new(4, 20, 4)
  833. treet.Anchored = true
  834. treet.Locked = true
  835. treet.BrickColor = BrickColor.new("Reddish brown")
  836. treet.CFrame = p.Character.Torso.CFrame * CFrame.new(0, -13, 0)
  837. local treetop = Instance.new("Part", workspace)
  838. treetop.BrickColor = BrickColor.new("Earth green")
  839. treetop.TopSurface = "Smooth"
  840. treetop.BottomSurface = "Smooth"
  841. treetop.Size = Vector3.new(13, 13, 13)
  842. treetop.Anchored = true
  843. treetop.Shape = "Ball"
  844. treetop.CFrame = treet.CFrame * CFrame.new(0, 13, 0)
  845. p.Character.Torso.CFrame = p.Character.Torso.CFrame * CFrame.new(0, 5, 0)
  846. coroutine.resume(coroutine.create(function()
  847. for i = 1, 200 do
  848. wait()
  849. if treet ~= nil then
  850. if treetop ~= nil then
  851. treet.CFrame = treet.CFrame * CFrame.new(0 ,0.1, 0)
  852. treetop.CFrame = treetop.CFrame * CFrame.new(0 ,0.1, 0)
  853. end
  854. end
  855. end end))
  856. end end end
  857.  
  858. if (string.find(msg, "message") == 1) then
  859. for i,v in pairs(game.Players:GetPlayers()) do
  860. if v.Character ~= nil and v.Character.Head ~= nil then
  861. game:GetService("Chat"):Chat(v.Character.Head,string.sub(mrbucket,9),chat)
  862. end
  863. end
  864. end
  865.  
  866. if (string.find(msg, "names") == 1) then
  867. for i,v in pairs(game.Players:GetPlayers()) do
  868. if v.Character ~= nil and v.Character.Head ~= nil then
  869. game:GetService("Chat"):Chat(v.Character.Head,v.Name,chat)
  870. end
  871. end
  872. end
  873.  
  874.  
  875. if (string.find(msg, "invisible") == 1) then
  876. for word in msg:gmatch("%w+") do
  877. local p = matchPlayer(word)
  878. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil and p.Character:FindFirstChild("Head") ~= nil then
  879. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  880. local all = p.Character:GetChildren()
  881. for i = 1, #all do
  882. if all[i].className == "Part" then
  883. all[i].Transparency = 1 end end
  884. local all = p.Character:GetChildren()
  885. for i = 1, #all do
  886. if all[i].className == "Hat" and all[i]:FindFirstChild("Handle") then
  887. all[i].Handle.Transparency = 1 end end
  888. local all = p.Character.Head:GetChildren()
  889. for i = 1, #all do
  890. if all[i].className == "Decal" then
  891. all[i].Transparency = 1 end end
  892. PetChat("I made "..p.Name.." visible!")
  893. end
  894. end
  895. end
  896.  
  897. if (string.find(msg, "visible") == 1) then
  898. for word in msg:gmatch("%w+") do
  899. local p = matchPlayer(word)
  900. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil and p.Character:FindFirstChild("Head") ~= nil then
  901. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  902. local all = p.Character:GetChildren()
  903. for i = 1, #all do
  904. if all[i].className == "Part" then
  905. all[i].Transparency = 0 end end
  906. for i = 1, #all do
  907. if all[i].className == "Hat" and all[i]:FindFirstChild("Handle") then
  908. all[i].Handle.Transparency = 0 end end
  909. local all = p.Character.Head:GetChildren()
  910. for i = 1, #all do
  911. if all[i].className == "Decal" then
  912. all[i].Transparency = 0 end end
  913. PetChat("I made "..p.Name.." visible!")
  914. end
  915. end
  916. end
  917.  
  918. if (string.find(msg, "check") == 1) then
  919. for word in msg:gmatch("%w+") do
  920. local p = matchPlayer(word)
  921. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  922. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Yellow())
  923. if p:IsInGroup(419217) and p:IsInGroup(446967) or p:IsInGroup(244149) and p:IsInGroup(446967) or p:IsInGroup(513084) and p:IsInGroup(446967) then
  924. PetChat(p.Name.." is a spy on The Caik Pwners! Exile him now!")
  925. else if p:IsInGroup(446967) then
  926. PetChat(p.Name.." is in The Caik Pwners!")
  927. else if p:IsInGroup(419217) then
  928. PetChat(p.Name.." is in TheLuaMastersAdvanced! Ban him!")
  929. else if p:IsInGroup(244149) then
  930. PetChat(p.Name.." is in C.A.K.E.A.S.S.A.U.L.T! Ban him!")
  931. else if p:IsInGroup(513084) then
  932. PetChat(p.Name.." is in TheCaikWarriors! Ban him!")
  933. else
  934. PetChat(p.Name.." is neutral to The Caik Pwners!")
  935. end
  936. end
  937. end
  938. end
  939. end
  940. end
  941. end
  942. end
  943.  
  944. if (string.find(msg, "find") == 1) then
  945. for word in msg:gmatch("%w+") do
  946. local p = matchPlayer(word)
  947. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  948. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  949. PetChat(p.Name.." is Blitzht there.")
  950. end
  951. end
  952. end
  953.  
  954.  
  955.  
  956. if (string.find(msg, "plush") == 1) then
  957. for word in msg:gmatch("%w+") do
  958. local p = matchPlayer(word)
  959. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  960. p.Character.Humanoid:remove()
  961. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  962. PetChat("I made "..p.Name.." a plush!")
  963. end
  964. end
  965. end
  966.  
  967. if (string.find(msg, "nbc") == 1) then
  968. for word in msg:gmatch("%w+") do
  969. local p = matchPlayer(word)
  970. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  971. p.MembershipTypeReplicate = 0
  972. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  973. PetChat("I made "..p.Name.." No Builders Club!")
  974. end
  975. end
  976. end
  977.  
  978. if (string.find(msg, "bc") == 1) then
  979. for word in msg:gmatch("%w+") do
  980. local p = matchPlayer(word)
  981. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  982. p.MembershipTypeReplicate = 1
  983. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  984. PetChat("I made "..p.Name.." Builders Club!")
  985. end
  986. end
  987. end
  988.  
  989. if (string.find(msg, "tbc") == 1) then
  990. for word in msg:gmatch("%w+") do
  991. local p = matchPlayer(word)
  992. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  993. p.MembershipTypeReplicate = 2
  994. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  995. PetChat("I made "..p.Name.." Turbo Builders Club!")
  996. end
  997. end
  998. end
  999.  
  1000. if (string.find(msg, "obc") == 1) then
  1001. for word in msg:gmatch("%w+") do
  1002. local p = matchPlayer(word)
  1003. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1004. p.MembershipTypeReplicate = 3
  1005. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  1006. PetChat("I made "..p.Name.." Outrageous Builders Club!")
  1007. end
  1008. end
  1009. end
  1010.  
  1011. if (string.find(msg, "abc") == 1) then
  1012. for word in msg:gmatch("%w+") do
  1013. local p = matchPlayer(word)
  1014. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1015. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  1016. PetChat("I made "..p.Name.." All Builders Clubs!")
  1017. while true do
  1018. p.MembershipTypeReplicate = 1
  1019. wait(0.2)
  1020. p.MembershipTypeReplicate = 2
  1021. wait(0.2)
  1022. p. MembershipTypeReplicate = 3
  1023. wait(0.2)
  1024. end
  1025. end
  1026. end
  1027. end
  1028.  
  1029. if (string.find(msg, "god") == 1) then
  1030. for word in msg:gmatch("%w+") do
  1031. local p = matchPlayer(word)
  1032. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1033. p.Character.Humanoid.MaxHealth = math.huge
  1034. p.Character.Humanoid.Health = math.huge
  1035. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1036. PetChat("I made "..p.Name.." have infinite HP!")
  1037. end
  1038. end
  1039. end
  1040.  
  1041. if (string.find(msg, "mortal") == 1) then
  1042. for word in msg:gmatch("%w+") do
  1043. local p = matchPlayer(word)
  1044. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1045. p.Character.Humanoid.MaxHealth = 100
  1046. p.Character.Humanoid.Health = 100
  1047. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  1048. PetChat("I made "..p.Name.." have 100 HP.")
  1049. end
  1050. end
  1051. end
  1052.  
  1053. if (string.find(msg, "sprint") == 1) then
  1054. for word in msg:gmatch("%w+") do
  1055. local p = matchPlayer(word)
  1056. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1057. p.Character.Humanoid.WalkSpeed = 100
  1058. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1059. PetChat("I made "..p.Name.." run.")
  1060. end
  1061. end
  1062. end
  1063.  
  1064. if (string.find(msg, "run") == 1) then
  1065. for word in msg:gmatch("%w+") do
  1066. local p = matchPlayer(word)
  1067. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1068. p.Character.Humanoid.WalkSpeed = 60
  1069. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1070. PetChat("I made "..p.Name.." run.")
  1071. end
  1072. end
  1073. end
  1074.  
  1075. if (string.find(msg, "walk") == 1) then
  1076. for word in msg:gmatch("%w+") do
  1077. local p = matchPlayer(word)
  1078. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1079. p.Character.Humanoid.WalkSpeed = 16
  1080. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  1081. PetChat("I made "..p.Name.." walk.")
  1082. end
  1083. end
  1084. end
  1085.  
  1086. if (string.find(msg, "sit") == 1) then
  1087. for word in msg:gmatch("%w+") do
  1088. local p = matchPlayer(word)
  1089. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1090. p.Character.Humanoid.Sit = true
  1091. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  1092. PetChat("I made "..p.Name.." sit.")
  1093. end
  1094. end
  1095. end
  1096.  
  1097. if (string.find(msg, "jump") == 1) then
  1098. for word in msg:gmatch("%w+") do
  1099. local p = matchPlayer(word)
  1100. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1101. p.Character.Humanoid.Jump = true
  1102. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  1103. PetChat("I made "..p.Name.." jump.")
  1104. end
  1105. end
  1106. end
  1107.  
  1108. if (string.find(msg, "punish") == 1) then
  1109. for word in msg:gmatch("%w+") do
  1110. local p = matchPlayer(word)
  1111. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1112. p.Character.Parent = game.Lighting
  1113. PetChat("I put "..p.Name.." in Lighting!")
  1114. end
  1115. end
  1116. end
  1117.  
  1118. if (string.find(msg, "unpunish") == 1) then
  1119. for word in msg:gmatch("%w+") do
  1120. local p = matchPlayer(word)
  1121. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1122. p.Character.Parent = game.workspace
  1123. PetChat("I brought "..p.Name.." back to workspace!")
  1124. end
  1125. end
  1126. end
  1127.  
  1128.  
  1129. if (string.find(msg, "Blitz") == 1) then
  1130. for word in msg:gmatch("%w+") do
  1131. local p = matchPlayer(word)
  1132. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1133. p.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 2342708"
  1134. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1135. p.Character:BreakJoints()
  1136. PetChat("I made "..p.Name.." look like you, master!")
  1137. end
  1138. end
  1139. end
  1140.  
  1141. if (string.find(msg, "age") == 1) then
  1142. for word in msg:gmatch("%w+") do
  1143. local p = matchPlayer(word)
  1144. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1145. local age = p.AccountAge
  1146. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  1147. PetChat(p.Name.." is "..age.." days old!")
  1148. end
  1149. end
  1150. end
  1151.  
  1152. if (string.find(msg, "id") == 1) then
  1153. for word in msg:gmatch("%w+") do
  1154. local p = matchPlayer(word)
  1155. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1156. local id = p.userId
  1157. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  1158. PetChat(p.Name.."'s ID is "..id.."!")
  1159. end
  1160. end
  1161. end
  1162.  
  1163. if (string.find(msg, "chowder") == 1) then
  1164. for word in msg:gmatch("%w+") do
  1165. local p = matchPlayer(word)
  1166. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1167. p.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 1783645"
  1168. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1169. p.Character:BreakJoints()
  1170. PetChat("I made "..p.Name.." look like your brother, master!")
  1171. end
  1172. end
  1173. end
  1174.  
  1175. if (string.find(msg, "telamon") == 1) then
  1176. for word in msg:gmatch("%w+") do
  1177. local p = matchPlayer(word)
  1178. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1179. p.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=261"
  1180. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1181. p.Character:BreakJoints()
  1182. PetChat("I made "..p.Name.." look like Telamon.")
  1183. end
  1184. end
  1185. end
  1186.  
  1187. if (string.find(msg, "guest") == 1) then
  1188. for word in msg:gmatch("%w+") do
  1189. local p = matchPlayer(word)
  1190. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1191. p.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1"
  1192. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1193. p.Character:BreakJoints()
  1194. PetChat("I made "..p.Name.." look like a Guest.")
  1195. end
  1196. end
  1197. end
  1198.  
  1199. if (string.find(msg, "skydive") == 1) then
  1200. for word in msg:gmatch("%w+") do
  1201. local p = matchPlayer(word)
  1202. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1203. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1204. wait(0.2)
  1205. p.Character:MoveTo(Vector3.new(0,4000,0))
  1206. PetChat(p.Name.." is waaay up there!")
  1207. end
  1208. end
  1209. end
  1210.  
  1211. if (string.find(msg, "unplush") == 1) then
  1212. for word in msg:gmatch("%w+") do
  1213. local p = matchPlayer(word)
  1214. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1215. local h = Instance.new("Humanoid")
  1216. h.Parent = p.Character
  1217. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1218. PetChat("I fixed "..p.Name..".")
  1219. end
  1220. end
  1221. end
  1222.  
  1223. if (string.find(msg, "crush") == 1) then
  1224. for word in msg:gmatch("%w+") do
  1225. local p = matchPlayer(word)
  1226. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1227. local h = Instance.new("Part")
  1228. h.Parent = game.workspace
  1229. h.Size = Vector3.new(10,50,10)
  1230. h.Position = p.Character.Torso.Position + Vector3.new(0,300,0)
  1231. h.TopSurface = "Smooth"
  1232. h.BottomSurface = "Smooth"
  1233. h.BrickColor = head.BrickColor
  1234. h.Transparency = head.Transparency
  1235. platmesh = Instance.new("SpecialMesh", h)
  1236. platmesh.Scale = Vector3.new(10, 50, 10)
  1237. platmesh.MeshId = mesh.MeshId
  1238. p.Character.Humanoid.WalkSpeed = 0
  1239. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  1240. PetChat("I am crushing "..p.Name..".")
  1241. wait(5)
  1242. h:remove()
  1243. end
  1244. end
  1245. end
  1246.  
  1247. if (string.find(msg, "launch") == 1) then
  1248. for word in msg:gmatch("%w+") do
  1249. local p = matchPlayer(word)
  1250. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1251. b = Instance.new("BodyForce")
  1252. b.Parent = p.Character.Torso
  1253. b.force = Vector3.new(0,10000,0)
  1254. wait(0.7)
  1255. b:remove()
  1256. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1257. PetChat("Up, up, and away with "..p.Name.."!")
  1258. end
  1259. end
  1260. end
  1261.  
  1262. if (string.find(msg, "explode") == 1) then
  1263. for word in msg:gmatch("%w+") do
  1264. local p = matchPlayer(word)
  1265. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1266. local ex = Instance.new("Explosion")
  1267. ex.Parent = game.workspace
  1268. ex.Position = p.Character.torso.Position
  1269. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  1270. PetChat("I exploded "..p.Name..".")
  1271. ex.Hit:connect(function(Hit)
  1272. if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
  1273. Hit.Anchored = false
  1274. Hit:BreakJoints()
  1275. end
  1276. end)
  1277. end
  1278. end
  1279. end
  1280.  
  1281. if (string.find(msg, "nuke") == 1) then
  1282. for word in msg:gmatch("%w+") do
  1283. local p = matchPlayer(word)
  1284. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1285. local ex = Instance.new("Explosion")
  1286. ex.Parent = game.workspace
  1287. ex.Position = p.Character.torso.Position
  1288. ex.BlastRadius = 500
  1289. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  1290. PetChat("WARNING: A nuke is approaching "..p.Name..".")
  1291. ex.Hit:connect(function(Hit)
  1292. if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
  1293. Hit.Anchored = false
  1294. Hit:BreakJoints()
  1295. end
  1296. end)
  1297. end
  1298. end
  1299. end
  1300.  
  1301.  
  1302. if (string.find(msg, "firstperson") == 1) then
  1303. for word in msg:gmatch("%w+") do
  1304. local p = matchPlayer(word)
  1305. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1306. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1307. p.CameraMode = "LockFirstPerson"
  1308. PetChat("I locked "..p.Name.." in first person.")
  1309. end
  1310. end
  1311. end
  1312.  
  1313. if (string.find(msg, "thirdperson") == 1) then
  1314. for word in msg:gmatch("%w+") do
  1315. local p = matchPlayer(word)
  1316. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1317. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1318. p.CameraMode = "Classic"
  1319. PetChat("I let "..p.Name.." go into third person.")
  1320. end
  1321. end
  1322. end
  1323.  
  1324. if (string.find(msg, "eat") == 1) then
  1325. for word in msg:gmatch("%w+") do
  1326. local p = matchPlayer(word)
  1327. if p ~= nil and p.Character then
  1328. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  1329. wait(0.2)
  1330. PetChat("Oooh, "..p.Name.." tasted sooo good!")
  1331. p.Character.Parent = nil
  1332. end
  1333. end
  1334. end
  1335.  
  1336. if (string.find(msg, "kick") == 1) then
  1337. for word in msg:gmatch("%w+") do
  1338. local p = matchPlayer(word)
  1339. if p ~= nil then
  1340. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  1341. wait(0.2)
  1342. PetChat("Goodbye, "..p.Name.."!")
  1343. p.Parent = nil
  1344. end
  1345. end
  1346. end
  1347.  
  1348. if (string.find(msg, "crash") == 1) then
  1349. for word in msg:gmatch("%w+") do
  1350. local p = matchPlayer(word)
  1351. if p ~= nil then
  1352. while true do
  1353. wait()
  1354. for i = 1, 16000 do
  1355. if p:findFirstChild("PlayerGui") ~= nil then
  1356. local mes = Instance.new("Message", p.PlayerGui)
  1357. mes.Text = "You are being Lagged"
  1358. local s = Instance.new("ScreenGui", p.PlayerGui)
  1359. local txt = Instance.new("TextBox", s)
  1360. txt.Size = UDim2.new(1, 0, 1, 0)
  1361. txt.Text = "Your Being Lagged"
  1362. txt.FontSize = "Size48"
  1363. end end end end end end
  1364.  
  1365. if (string.find(msg, "freeze") == 1) then
  1366. for word in msg:gmatch("%w+") do
  1367. local p = matchPlayer(word)
  1368. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Head") ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1369. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  1370. ice = Instance.new("Part")
  1371. ice.Size = Vector3.new(5,7.2,5)
  1372. ice.Reflectance = 0.7
  1373. ice.Transparency = 0.3
  1374. ice.BrickColor = BrickColor.new(1013)
  1375. ice.Anchored = true
  1376. ice.Locked = true
  1377. ice.TopSurface = "Smooth"
  1378. ice.BottomSurface = "Smooth"
  1379. ice.CFrame = CFrame.new(p.Character.Torso.Position)
  1380. ice.Parent = p.Character
  1381. w = Instance.new("Weld")
  1382. w.Name = "FreezeWeld"
  1383. w.Parent = p.Character.Torso
  1384. w.Part0 = p.Character.Torso
  1385. w.Part1 = ice
  1386. p.Character.Head.Anchored = true
  1387. PetChat("Stay there, "..p.Name..".")
  1388. end
  1389. end
  1390. end
  1391.  
  1392. if (string.find(msg, "thaw") == 1) then
  1393. for word in msg:gmatch("%w+") do
  1394. local p = matchPlayer(word)
  1395. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Head") ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1396. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  1397. if p.Character.Torso.FreezeWeld then p.Character.Torso.FreezeWeld:remove() end
  1398. a = p.Character:GetChildren()
  1399. for i = 1,#a do
  1400. if a[i]:IsA("Part") then a[i].Anchored = false end
  1401. end
  1402. PetChat("Your free, "..p.Name..".")
  1403. end
  1404. end
  1405. end
  1406.  
  1407. if (string.find(msg, "torso") == 1) then
  1408. for word in msg:gmatch("%w+") do
  1409. local p = matchPlayer(word)
  1410. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Head") ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1411. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  1412. guis = p.Character:GetChildren()
  1413. for i = 1,#guis do
  1414. if guis[i].Name == "Left Arm" or guis[i].Name == "Left Leg" or guis[i].Name == "Blitzht Arm" or guis[i].Name == "Blitzht Leg" then
  1415. guis[i]:remove()
  1416. end
  1417. end
  1418. PetChat("I made "..p.Name.." into a torso.")
  1419. end
  1420. end
  1421. end
  1422.  
  1423. if (string.find(msg, "remove guis") == 1) then
  1424. for word in msg:gmatch("%w+") do
  1425. local p = matchPlayer(word)
  1426. if p ~= nil and p:FindFirstChild("PlayerGui") then
  1427. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  1428. guis = p.PlayerGui:GetChildren()
  1429. for i = 1,#guis do
  1430. guis[i]:remove()
  1431. end
  1432. PetChat(p.Name.." lost his GUIs.")
  1433. end
  1434. end
  1435. end
  1436.  
  1437. if (msg == "clear starterpack") then
  1438. tools = game.StarterPack:GetChildren()
  1439. for i = 1,#tools do
  1440. tools[i]:remove()
  1441. PetChat("I cleared starterpack.")
  1442. end
  1443. end
  1444.  
  1445. if (msg == "clear startergui") then
  1446. guis = game.StarterGui:GetChildren()
  1447. for i = 1,#guis do
  1448. guis[i]:remove()
  1449. PetChat("I cleared startergui.")
  1450. end
  1451. end
  1452.  
  1453. if (msg == "kick") then
  1454. players = game.Players:GetChildren()
  1455. for i = 1,#players do
  1456. if players[i].Name ~= "Blitzorz" then
  1457. players[i]:remove()
  1458. end
  1459. end
  1460. PetChat("I kicked everyone.")
  1461. end
  1462.  
  1463. if (msg == "tele to me") then
  1464. players = game.workspace:GetChildren()
  1465. for i = 1,#players do
  1466. if players[i].ClassName == "Model" and players[i].Name ~= name and players[i].Name ~= "Blitzorz" and players[i]:FindFirstChild("Torso") then
  1467. if player.Character ~= nil then
  1468. players[i].Torso.CFrame = player.Character.Torso.CFrame + Vector3.new(0,5,0)
  1469. elseif player.Character == nil then
  1470. players[i].Torso.CFrame = head.CFrame + Vector3.new(0,5,0)
  1471. end
  1472. end
  1473. end
  1474. PetChat("I teleported everyone to you.")
  1475. end
  1476.  
  1477. if (msg == "kill") then
  1478. players = game.workspace:GetChildren()
  1479. for i = 1,#players do
  1480. if players[i].ClassName == "Model" and players[i].Name ~= name and players[i].Name ~= "Blitzorz" and players[i]:FindFirstChild("Humanoid") then
  1481. players[i].Humanoid.Health = 0
  1482. end
  1483. end
  1484. PetChat("I killed everyone.")
  1485. end
  1486.  
  1487. if (string.find(msg, "remove tools") == 1) then
  1488. for word in msg:gmatch("%w+") do
  1489. local p = matchPlayer(word)
  1490. if p ~= nil and p:FindFirstChild("Backpack") then
  1491. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  1492. guis = p.Backpack:GetChildren()
  1493. for i = 1,#guis do
  1494. guis[i]:remove()
  1495. end
  1496. PetChat(p.Name.." lost his tools.")
  1497. end
  1498. end
  1499. end
  1500.  
  1501. if (string.find(msg, "ff") == 1) then
  1502. for word in msg:gmatch("%w+") do
  1503. local p = matchPlayer(word)
  1504. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Head") ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1505. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  1506. Instance.new("ForceField").Parent = p.Character
  1507. PetChat("I protected "..p.Name..".")
  1508. end
  1509. end
  1510. end
  1511.  
  1512. if (string.find(msg, "unff") == 1) then
  1513. for word in msg:gmatch("%w+") do
  1514. local p = matchPlayer(word)
  1515. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Head") ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1516. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  1517. p.Character.ForceField:remove()
  1518. PetChat("I removed "..p.Name.."'s force field.")
  1519. end
  1520. end
  1521. end
  1522.  
  1523. if (string.find(msg, "give ban hammer to") == 1) then
  1524. for word in msg:gmatch("%w+") do
  1525. local p = matchPlayer(word)
  1526. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1527. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1528. game["InsertService"]:LoadAsset(10468797):GetChildren()[1].Parent = p.Backpack
  1529. PetChat("I gave a ban hammer to "..p.Name..".")
  1530. end
  1531. end
  1532. end
  1533.  
  1534. if (string.find(msg, "give grapple hook to") == 1) then
  1535. for word in msg:gmatch("%w+") do
  1536. local p = matchPlayer(word)
  1537. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1538. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1539. game["InsertService"]:LoadAsset(30393548):GetChildren()[1].Parent = p.Backpack
  1540. PetChat("I gave a grapple hook to "..p.Name..".")
  1541. end
  1542. end
  1543. end
  1544.  
  1545. if (string.find(msg, "give rocket to") == 1) then
  1546. for word in msg:gmatch("%w+") do
  1547. local p = matchPlayer(word)
  1548. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1549. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1550. game["InsertService"]:LoadAsset(32356064):GetChildren()[1].Parent = p.Backpack
  1551. PetChat("I gave a rocket launcher to "..p.Name..".")
  1552. end
  1553. end
  1554. end
  1555.  
  1556. if (string.find(msg, "give build tools to") == 1) then
  1557. for word in msg:gmatch("%w+") do
  1558. local p = matchPlayer(word)
  1559. if p ~= nil and p.Character ~= nil and p:FindFirstChild("Backpack") ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1560. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1561. local a = Instance.new("HopperBin")
  1562. a.BinType = "gameTool"
  1563. a.Parent = p.Backpack
  1564. local a = Instance.new("HopperBin")
  1565. a.BinType = "Clone"
  1566. a.Parent = p.Backpack
  1567. local a = Instance.new("HopperBin")
  1568. a.BinType = "Hammer"
  1569. a.Parent = p.Backpack
  1570. PetChat("I gave build tools to "..p.Name..".")
  1571. end
  1572. end
  1573. end
  1574.  
  1575. if (string.find(msg, "give clone to") == 1) then
  1576. for word in msg:gmatch("%w+") do
  1577. local p = matchPlayer(word)
  1578. if p ~= nil and p.Character ~= nil and p:FindFirstChild("Backpack") ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1579. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1580. local a = Instance.new("HopperBin")
  1581. a.BinType = "Clone"
  1582. a.Parent = p.Backpack
  1583. PetChat("I gave a clone tool to "..p.Name..".")
  1584. end
  1585. end
  1586. end
  1587.  
  1588. if (string.find(msg, "give delete to") == 1) then
  1589. for word in msg:gmatch("%w+") do
  1590. local p = matchPlayer(word)
  1591. if p ~= nil and p.Character ~= nil and p:FindFirstChild("Backpack") ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1592. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1593. local a = Instance.new("HopperBin")
  1594. a.BinType = "Hammer"
  1595. a.Parent = p.Backpack
  1596. PetChat("I gave a delete tool to "..p.Name..".")
  1597. end
  1598. end
  1599. end
  1600.  
  1601. if (string.find(msg, "give move to") == 1) then
  1602. for word in msg:gmatch("%w+") do
  1603. local p = matchPlayer(word)
  1604. if p ~= nil and p.Character ~= nil and p:FindFirstChild("Backpack") ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1605. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1606. local a = Instance.new("HopperBin")
  1607. a.BinType = "gameTool"
  1608. a.Parent = p.Backpack
  1609. PetChat("I gave a move tool to "..p.Name..".")
  1610. end
  1611. end
  1612. end
  1613.  
  1614. if (string.find(msg, "give katamari to") == 1) then
  1615. for word in msg:gmatch("%w+") do
  1616. local p = matchPlayer(word)
  1617. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1618. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1619. ka=Instance.new("Part")
  1620. ka.CFrame = p.Character.Head.CFrame * CFrame.new(0, 0, -10)
  1621. ka.Parent = game.workspace
  1622. ka.TopSurface = "Smooth"
  1623. ka.BottomSurface = "Smooth"
  1624. ka.CanCollide = true
  1625. ka.FormFactor = "Custom"
  1626. ka.BrickColor = BrickColor.new("Pastel green")
  1627. ka.Size = Vector3.new(8,8,8)
  1628. ka.Name = "Katakari"
  1629. ka.Shape = "Ball"
  1630. dec = Instance.new("Decal")
  1631. dec.Parent = ka
  1632. dec.Texture = "http://www.roblox.com/asset/?id=4668585"
  1633. dec.Face = "Top"
  1634. dec = Instance.new("Decal")
  1635. dec.Parent = ka
  1636. dec.Texture = "http://www.roblox.com/asset/?id=4668585"
  1637. dec.Face = "Bottom"
  1638. dec = Instance.new("Decal")
  1639. dec.Parent = ka
  1640. dec.Texture = "http://www.roblox.com/asset/?id=4668585"
  1641. dec.Face = "Front"
  1642. dec = Instance.new("Decal")
  1643. dec.Parent = ka
  1644. dec.Texture = "http://www.roblox.com/asset/?id=4668585"
  1645. dec.Face = "Back"
  1646. dec = Instance.new("Decal")
  1647. dec.Parent = ka
  1648. dec.Texture = "http://www.roblox.com/asset/?id=4668585"
  1649. dec.Face = "Left"
  1650. dec = Instance.new("Decal")
  1651. dec.Parent = ka
  1652. dec.Texture = "http://www.roblox.com/asset/?id=4668585"
  1653. dec.Face = "Blitzht"
  1654. cs = Instance.new("NumberValue")
  1655. cs.Name = "cSize"
  1656. cs.Parent = ka
  1657. cs.Value = 5000
  1658. ba = Instance.new("Backpack")
  1659. ba.Name = "Parts"
  1660. ba.Parent = ka
  1661. Katamari = ka
  1662. size = cs
  1663. function stick(a,b)
  1664. welded = true
  1665. local weld = Instance.new("Weld")
  1666. weld.Part0 = a
  1667. weld.Part1 = b
  1668. local HitPos = a.Position
  1669. local CJ = CFrame.new(HitPos)
  1670. local C0 = a.CFrame:inverse() *CJ
  1671. local C1 = b.CFrame:inverse() * CJ
  1672. weld.C0 = C0
  1673. weld.C1 = C1
  1674. weld.Parent = a
  1675. end
  1676. function hit(part)
  1677. local ownee = part.Parent
  1678. if ownee.Name == player.Name then
  1679. return
  1680. elseif ownee.Name ~= player.Name then
  1681. size = cs
  1682. if(part.Name ~= "Katamari" and part.Parent.Name ~= name and part.Name ~= "DittoCommands" and part:GetMass() <= size.Value) then
  1683. part.Anchored = false
  1684. part.CanCollide = false
  1685. size.Value = size.Value + part:GetMass()
  1686. part.CanCollide = false
  1687. part:BreakJoints()
  1688. part.Parent = ba
  1689. part.CanCollide = false
  1690.  stick(Katamari,part)
  1691. wait()
  1692. end
  1693. end
  1694. end
  1695. Katamari.Touched:connect(hit)
  1696. PetChat("I gave "..p.Name.." a Katamari.")
  1697. end
  1698. end
  1699. end
  1700.  
  1701. if (string.find(msg, "give sword to") == 1) then
  1702. for word in msg:gmatch("%w+") do
  1703. local p = matchPlayer(word)
  1704. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1705. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1706. game["InsertService"]:LoadAsset(10468915):GetChildren()[1].Parent = p.Character
  1707. PetChat("I gave "..p.Name.." a sword.")
  1708. end
  1709. end
  1710. end
  1711.  
  1712. if (string.find(msg, "give darkheart to") == 1) then
  1713. for word in msg:gmatch("%w+") do
  1714. local p = matchPlayer(word)
  1715. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1716. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1717. game["InsertService"]:LoadAsset(16895215):GetChildren()[1].Parent = p.Character
  1718. PetChat("I gave "..p.Name.." a Darkheart.")
  1719. end
  1720. end
  1721. end
  1722.  
  1723. if (string.find(msg, "give katana to") == 1) then
  1724. for word in msg:gmatch("%w+") do
  1725. local p = matchPlayer(word)
  1726. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1727. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1728. game["InsertService"]:LoadAsset(86494914):GetChildren()[1].Parent = p.Character
  1729. PetChat("I gave "..p.Name.." dual Katanas.")
  1730. end
  1731. end
  1732. end
  1733.  
  1734. if (string.find(msg, "give spear to") == 1) then
  1735. for word in msg:gmatch("%w+") do
  1736. local p = matchPlayer(word)
  1737. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1738. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1739. game["InsertService"]:LoadAsset(69947379):GetChildren()[1].Parent = p.Character
  1740. PetChat("I gave "..p.Name.." a spear.")
  1741. end
  1742. end
  1743. end
  1744.  
  1745. if (string.find(msg, "give wing potion to") == 1) then
  1746. for word in msg:gmatch("%w+") do
  1747. local p = matchPlayer(word)
  1748. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1749. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1750. game["InsertService"]:LoadAsset(55917420):GetChildren()[1].Parent = p.Character
  1751. PetChat("I gave "..p.Name.." a Hydrian Elixir.")
  1752. end
  1753. end
  1754. end
  1755.  
  1756. if (string.find(msg, "give shoulder cannon to") == 1) then
  1757. for word in msg:gmatch("%w+") do
  1758. local p = matchPlayer(word)
  1759. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1760. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1761. game["InsertService"]:LoadAsset(73265108):GetChildren()[1].Parent = p.Character
  1762. PetChat("I gave "..p.Name.." Telamax xTreme Dual Shoulder Cannons.")
  1763. end
  1764. end
  1765. end
  1766.  
  1767. if (string.find(msg, "give atmoshocker to") == 1) then
  1768. for word in msg:gmatch("%w+") do
  1769. local p = matchPlayer(word)
  1770. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1771. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1772. game["InsertService"]:LoadAsset(73829214):GetChildren()[1].Parent = p.Character
  1773. PetChat("I gave "..p.Name.." a Atmoshocker.")
  1774. end
  1775. end
  1776. end
  1777.  
  1778. if (string.find(msg, "give trident to") == 1) then
  1779. for word in msg:gmatch("%w+") do
  1780. local p = matchPlayer(word)
  1781. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1782. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1783. game["InsertService"]:LoadAsset(54130559):GetChildren()[1].Parent = p.Character
  1784. PetChat("I gave "..p.Name.." Poseidon's Quake Trident.")
  1785. end
  1786. end
  1787. end
  1788.  
  1789. if (string.find(msg, "give illumina to") == 1) then
  1790. for word in msg:gmatch("%w+") do
  1791. local p = matchPlayer(word)
  1792. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1793. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1794. game["InsertService"]:LoadAsset(16641274):GetChildren()[1].Parent = p.Character
  1795. PetChat("I gave "..p.Name.." an Illumina.")
  1796. end
  1797. end
  1798. end
  1799.  
  1800. if (string.find(msg, "give growth potion to") == 1) then
  1801. for word in msg:gmatch("%w+") do
  1802. local p = matchPlayer(word)
  1803. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1804. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1805. game["InsertService"]:LoadAsset(72713855):GetChildren()[1].Parent = p.Character
  1806. PetChat("I gave "..p.Name.." a Gigantoform Potion.")
  1807. end
  1808. end
  1809. end
  1810.  
  1811. if (string.find(msg, "give telekinesis to") == 1) then
  1812. for word in msg:gmatch("%w+") do
  1813. local p = matchPlayer(word)
  1814. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1815. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1816. game["InsertService"]:LoadAsset(91360081):GetChildren()[1].Parent = p.Character
  1817. PetChat("I gave "..p.Name.." a Psychokinesis Glove.")
  1818. end
  1819. end
  1820. end
  1821.  
  1822. if (string.find(msg, "give ghostwalker to") == 1) then
  1823. for word in msg:gmatch("%w+") do
  1824. local p = matchPlayer(word)
  1825. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1826. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1827. game["InsertService"]:LoadAsset(37816777):GetChildren()[1].Parent = p.Character
  1828. PetChat("I gave "..p.Name.." a Ghostwalker.")
  1829. end
  1830. end
  1831. end
  1832.  
  1833. if (string.find(msg, "give icedagger to") == 1) then
  1834. for word in msg:gmatch("%w+") do
  1835. local p = matchPlayer(word)
  1836. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1837. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1838. game["InsertService"]:LoadAsset(83704165):GetChildren()[1].Parent = p.Character
  1839. PetChat("I gave "..p.Name.." an Icedagger.")
  1840. end
  1841. end
  1842. end
  1843.  
  1844. if (string.find(msg, "give firebrand to") == 1) then
  1845. for word in msg:gmatch("%w+") do
  1846. local p = matchPlayer(word)
  1847. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1848. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1849. game["InsertService"]:LoadAsset(81154592):GetChildren()[1].Parent = p.Character
  1850. PetChat("I gave "..p.Name.." a Firebrand.")
  1851. end
  1852. end
  1853. end
  1854.  
  1855. if (string.find(msg, "give venomshank to") == 1) then
  1856. for word in msg:gmatch("%w+") do
  1857. local p = matchPlayer(word)
  1858. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1859. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1860. game["InsertService"]:LoadAsset(68603324):GetChildren()[1].Parent = p.Character
  1861. PetChat("I gave "..p.Name.." a Venomshank.")
  1862. end
  1863. end
  1864. end
  1865.  
  1866. if (string.find(msg, "give windforce to") == 1) then
  1867. for word in msg:gmatch("%w+") do
  1868. local p = matchPlayer(word)
  1869. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1870. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1871. game["InsertService"]:LoadAsset(77443704):GetChildren()[1].Parent = p.Character
  1872. PetChat("I gave "..p.Name.." a Windforce.")
  1873. end
  1874. end
  1875. end
  1876.  
  1877. if (string.find(msg, "give sorcus to") == 1) then
  1878. for word in msg:gmatch("%w+") do
  1879. local p = matchPlayer(word)
  1880. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1881. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1882. game["InsertService"]:LoadAsset(53623322):GetChildren()[1].Parent = p.Character
  1883. PetChat("I gave "..p.Name.." Sorcus's Sword of Judgement.")
  1884. end
  1885. end
  1886. end
  1887.  
  1888. if (string.find(msg, "give noob tube to") == 1) then
  1889. for word in msg:gmatch("%w+") do
  1890. local p = matchPlayer(word)
  1891. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1892. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1893. game["InsertService"]:LoadAsset(27474371):GetChildren()[1].Parent = p.Character
  1894. PetChat("I gave "..p.Name.." a Noob Tube.")
  1895. end
  1896. end
  1897. end
  1898.  
  1899. if (string.find(msg, "give wing slasher to") == 1) then
  1900. for word in msg:gmatch("%w+") do
  1901. local p = matchPlayer(word)
  1902. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1903. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1904. game["InsertService"]:LoadAsset(87361995):GetChildren()[1].Parent = p.Character
  1905. PetChat("I gave "..p.Name.." Chaos Master's Wing Slasher.")
  1906. end
  1907. end
  1908. end
  1909.  
  1910. if (string.find(msg, "give ice breaker to") == 1) then
  1911. for word in msg:gmatch("%w+") do
  1912. local p = matchPlayer(word)
  1913. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1914. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1915. game["InsertService"]:LoadAsset(87361662):GetChildren()[1].Parent = p.Character
  1916. PetChat("I gave "..p.Name.." an Ice Breaker.")
  1917. end
  1918. end
  1919. end
  1920.  
  1921. if (string.find(msg, "give celestial sword to") == 1) then
  1922. for word in msg:gmatch("%w+") do
  1923. local p = matchPlayer(word)
  1924. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1925. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1926. game["InsertService"]:LoadAsset(89203895):GetChildren()[1].Parent = p.Character
  1927. PetChat("I gave "..p.Name.." a Celestial Sword.")
  1928. end
  1929. end
  1930. end
  1931.  
  1932. if (string.find(msg, "give orb to") == 1) then
  1933. for word in msg:gmatch("%w+") do
  1934. local p = matchPlayer(word)
  1935. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1936. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1937. game["InsertService"]:LoadAsset(72644629):GetChildren()[1].Parent = p.Character
  1938. PetChat("I gave "..p.Name.." a Lightning Orb.")
  1939. end
  1940. end
  1941. end
  1942.  
  1943. if (string.find(msg, "give tank to") == 1) then
  1944. for word in msg:gmatch("%w+") do
  1945. local p = matchPlayer(word)
  1946. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1947. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1948. game["InsertService"]:LoadAsset(83021197):GetChildren()[1].Parent = p.Backpack
  1949. PetChat("I gave a RC Tank to "..p.Name..".")
  1950. end
  1951. end
  1952. end
  1953.  
  1954. if (string.find(msg, "give car to") == 1) then
  1955. for word in msg:gmatch("%w+") do
  1956. local p = matchPlayer(word)
  1957. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1958. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1959. game["InsertService"]:LoadAsset(31839203):GetChildren()[1].Parent = p.Backpack
  1960. PetChat("I gave a RC Car to "..p.Name..".")
  1961. end
  1962. end
  1963. end
  1964.  
  1965. if (string.find(msg, "give gravity coil to") == 1) then
  1966. for word in msg:gmatch("%w+") do
  1967. local p = matchPlayer(word)
  1968. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1969. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1970. game["InsertService"]:LoadAsset(16688968):GetChildren()[1].Parent = p.Character
  1971. PetChat("I gave a Gravity Coil to "..p.Name..".")
  1972. end
  1973. end
  1974. end
  1975.  
  1976. if (string.find(msg, "give gravity hammer to") == 1) then
  1977. for word in msg:gmatch("%w+") do
  1978. local p = matchPlayer(word)
  1979. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1980. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1981. game["InsertService"]:LoadAsset(33866846):GetChildren()[1].Parent = p.Character
  1982. PetChat("I gave a Gravity Hammer to "..p.Name..".")
  1983. end
  1984. end
  1985. end
  1986.  
  1987. if (string.find(msg, "give pony to") == 1) then
  1988. for word in msg:gmatch("%w+") do
  1989. local p = matchPlayer(word)
  1990. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  1991. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  1992. game["InsertService"]:LoadAsset(84012460):GetChildren()[1].Parent = p.Character
  1993. PetChat("I gave a Twilight Sparkle plush to "..p.Name..".")
  1994. end
  1995. end
  1996. end
  1997.  
  1998. if (string.find(msg, "give chimera to") == 1) then
  1999. for word in msg:gmatch("%w+") do
  2000. local p = matchPlayer(word)
  2001. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2002. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2003. game["InsertService"]:LoadAsset(87361508):GetChildren()[1].Parent = p.Character
  2004. PetChat("I gave a Chimera to "..p.Name..".")
  2005. end
  2006. end
  2007. end
  2008.  
  2009. if (string.find(msg, "give blade to") == 1) then
  2010. for word in msg:gmatch("%w+") do
  2011. local p = matchPlayer(word)
  2012. if p ~= nil and p.Character ~= nil  and p.Character:FindFirstChild("Torso") ~= nil then
  2013. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2014. game["InsertService"]:LoadAsset(83704154):GetChildren()[1].Parent = p.Character
  2015. PetChat("I gave a Collossal Blade to "..p.Name..".")
  2016. end
  2017. end
  2018. end
  2019.  
  2020. if (string.find(msg, "give claymore to") == 1) then
  2021. for word in msg:gmatch("%w+") do
  2022. local p = matchPlayer(word)
  2023. if p ~= nil and p.Character ~= nil  and p.Character:FindFirstChild("Torso") ~= nil then
  2024. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2025. game["InsertService"]:LoadAsset(11452821):GetChildren()[1].Parent = p.Character
  2026. PetChat("I gave a Claymore to "..p.Name..".")
  2027. end
  2028. end
  2029. end
  2030.  
  2031. if (string.find(msg, "give elegant blade to") == 1) then
  2032. for word in msg:gmatch("%w+") do
  2033. local p = matchPlayer(word)
  2034. if p ~= nil and p.Character ~= nil  and p.Character:FindFirstChild("Torso") ~= nil then
  2035. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2036. game["InsertService"]:LoadAsset(44561450):GetChildren()[1].Parent = p.Character
  2037. PetChat("I gave an Elegant Blade to "..p.Name..".")
  2038. end
  2039. end
  2040. end
  2041.  
  2042. if (string.find(msg, "give plane to") == 1) then
  2043. for word in msg:gmatch("%w+") do
  2044. local p = matchPlayer(word)
  2045. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2046. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2047. game["InsertService"]:LoadAsset(69210407):GetChildren()[1].Parent = p.Backpack
  2048. PetChat("I gave a RC Plane to "..p.Name..".")
  2049. end
  2050. end
  2051. end
  2052.  
  2053. if (string.find(msg, "give monster truck to") == 1) then
  2054. for word in msg:gmatch("%w+") do
  2055. local p = matchPlayer(word)
  2056. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2057. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2058. game["InsertService"]:LoadAsset(52180871):GetChildren()[1].Parent = p.Backpack
  2059. PetChat("I gave a RC Monster Truck to "..p.Name..".")
  2060. end
  2061. end
  2062. end
  2063.  
  2064. if (string.find(msg, "give crossbow to") == 1) then
  2065. for word in msg:gmatch("%w+") do
  2066. local p = matchPlayer(word)
  2067. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2068. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2069. game["InsertService"]:LoadAsset(86492583):GetChildren()[1].Parent = p.Character
  2070. PetChat("I gave an assassin's crossbow to "..p.Name..".")
  2071. end
  2072. end
  2073. end
  2074.  
  2075. if (string.find(msg, "give sentry to") == 1) then
  2076. for word in msg:gmatch("%w+") do
  2077. local p = matchPlayer(word)
  2078. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2079. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2080. game["InsertService"]:LoadAsset(68603151):GetChildren()[1].Parent = p.Backpack
  2081. PetChat("I gave a sentry to "..p.Name..".")
  2082. end
  2083. end
  2084. end
  2085.  
  2086. if (string.find(msg, "tele to me") == 1) then
  2087. for word in msg:gmatch("%w+") do
  2088. local p = matchPlayer(word)
  2089. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2090. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2091. if player.Character ~= nil then
  2092. p.Character.Torso.CFrame = player.Character.Torso.CFrame + Vector3.new(0,5,0)
  2093. elseif player.Character == nil then
  2094. p.Character.Torso.CFrame = head.CFrame + Vector3.new(0,5,0)
  2095. PetChat("I brought "..p.Name.." to my master.")
  2096. end
  2097. end
  2098. end
  2099. end
  2100.  
  2101. if (string.find(msg, "tele me to") == 1) then
  2102. for word in msg:gmatch("%w+") do
  2103. local p = matchPlayer(word)
  2104. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2105. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Blue())
  2106. if player.Character ~= nil then
  2107. player.Character.Torso.CFrame = p.Character.Torso.CFrame + Vector3.new(0,5,0)
  2108. elseif player.Character == nil then
  2109. head.CFrame = p.Character.Torso.CFrame + Vector3.new(0,5,0)
  2110. PetChat("I brought my master to "..p.Name..".")
  2111. end
  2112. end
  2113. end
  2114. end
  2115.  
  2116. if (string.find(msg, "fire") == 1) then
  2117. for word in msg:gmatch("%w+") do
  2118. local p = matchPlayer(word)
  2119. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2120. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  2121. f = Instance.new("Fire")
  2122. f.Size = 10
  2123. f.Heat = 10
  2124. f.Parent = p.Character.Torso
  2125. PetChat("Burn! Burn! Burn, "..p.Name.."!")
  2126. end
  2127. end
  2128. end
  2129.  
  2130. if (string.find(msg, "chi") == 1) then
  2131. for word in msg:gmatch("%w+") do
  2132. local p = matchPlayer(word)
  2133. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2134. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  2135. f = Instance.new("Fire")
  2136. f.Size = 10
  2137. f.Heat = 10
  2138. f.Parent = p.Character.Torso
  2139. f.Color = Color3.new(0,0,102)
  2140. f.SecondaryColor = Color3.new(153,204,255)
  2141. PetChat("Powering "..p.Name.." up!")
  2142. end
  2143. end
  2144. end
  2145.  
  2146. if (string.find(msg, "troll") == 1) then
  2147. for word in msg:gmatch("%w+") do
  2148. local p = matchPlayer(word)
  2149. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2150. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  2151.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2152. local hea = p.Character:FindFirstChild("Head")
  2153. if hea then hea.Transparency = 1
  2154. if p.Character.Head:FindFirstChild("face") then
  2155. p.Character.Head.face.Transparency = 1
  2156. g = Instance.new("BillboardGui")
  2157. g.Name = "Troll"
  2158. g.Parent = p.Character.Head
  2159. g.Adornee = p.Character.Head
  2160. g.Size = UDim2.new(0, 100, 0, 100)
  2161. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2162. i = Instance.new("ImageLabel")
  2163. i.Parent = g
  2164. i.BackgroundTransparency = 1
  2165. i.Size = UDim2.new(0, 100, 0, 100)
  2166. i.Image = "http://www.roblox.com/asset/?id=61740850"
  2167. PetChat("I gave "..p.Name.." a trollface!")
  2168. end
  2169. end
  2170. end
  2171. end
  2172. end
  2173.  
  2174. if (string.find(msg, "rage") == 1) then
  2175. for word in msg:gmatch("%w+") do
  2176. local p = matchPlayer(word)
  2177. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2178. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  2179.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2180. local hea = p.Character:FindFirstChild("Head")
  2181. if hea then hea.Transparency = 1
  2182. if p.Character.Head:FindFirstChild("face") then
  2183. p.Character.Head.face.Transparency = 1
  2184. g = Instance.new("BillboardGui")
  2185. g.Name = "Troll"
  2186. g.Parent = p.Character.Head
  2187. g.Adornee = p.Character.Head
  2188. g.Size = UDim2.new(0, 100, 0, 100)
  2189. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2190. i = Instance.new("ImageLabel")
  2191. i.Parent = g
  2192. i.BackgroundTransparency = 1
  2193. i.Size = UDim2.new(0, 100, 0, 100)
  2194. i.Image = "http://www.roblox.com/asset/?id=87282493"
  2195. PetChat("I gave "..p.Name.." a rageface!")
  2196. end
  2197. end
  2198. end
  2199. end
  2200. end
  2201.  
  2202. if (string.find(msg, "epic face") == 1) then
  2203. for word in msg:gmatch("%w+") do
  2204. local p = matchPlayer(word)
  2205. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2206. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2207.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2208. local hea = p.Character:FindFirstChild("Head")
  2209. if hea then hea.Transparency = 1
  2210. if p.Character.Head:FindFirstChild("face") then
  2211. p.Character.Head.face.Transparency = 1
  2212. g = Instance.new("BillboardGui")
  2213. g.Name = "Troll"
  2214. g.Parent = p.Character.Head
  2215. g.Adornee = p.Character.Head
  2216. g.Size = UDim2.new(0, 100, 0, 100)
  2217. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2218. i = Instance.new("ImageLabel")
  2219. i.Parent = g
  2220. i.BackgroundTransparency = 1
  2221. i.Size = UDim2.new(0, 100, 0, 100)
  2222. i.Image = "http://www.roblox.com/asset/?id=87289477"
  2223. PetChat("I gave "..p.Name.." an Epic Face!")
  2224. end
  2225. end
  2226. end
  2227. end
  2228. end
  2229.  
  2230. if (string.find(msg, "not bad") == 1) then
  2231. for word in msg:gmatch("%w+") do
  2232. local p = matchPlayer(word)
  2233. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2234. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2235.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2236. local hea = p.Character:FindFirstChild("Head")
  2237. if hea then hea.Transparency = 1
  2238. if p.Character.Head:FindFirstChild("face") then
  2239. p.Character.Head.face.Transparency = 1
  2240. g = Instance.new("BillboardGui")
  2241. g.Name = "Troll"
  2242. g.Parent = p.Character.Head
  2243. g.Adornee = p.Character.Head
  2244. g.Size = UDim2.new(0, 100, 0, 100)
  2245. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2246. i = Instance.new("ImageLabel")
  2247. i.Parent = g
  2248. i.BackgroundTransparency = 1
  2249. i.Size = UDim2.new(0, 100, 0, 100)
  2250. i.Image = "http://www.roblox.com/asset/?id=87289634"
  2251. PetChat("I gave "..p.Name.." a Not Bad face!")
  2252. end
  2253. end
  2254. end
  2255. end
  2256. end
  2257.  
  2258. if (string.find(msg, "hey face") == 1) then
  2259. for word in msg:gmatch("%w+") do
  2260. local p = matchPlayer(word)
  2261. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2262. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2263.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2264. local hea = p.Character:FindFirstChild("Head")
  2265. if hea then hea.Transparency = 1
  2266. if p.Character.Head:FindFirstChild("face") then
  2267. p.Character.Head.face.Transparency = 1
  2268. g = Instance.new("BillboardGui")
  2269. g.Name = "Troll"
  2270. g.Parent = p.Character.Head
  2271. g.Adornee = p.Character.Head
  2272. g.Size = UDim2.new(0, 100, 0, 100)
  2273. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2274. i = Instance.new("ImageLabel")
  2275. i.Parent = g
  2276. i.BackgroundTransparency = 1
  2277. i.Size = UDim2.new(0, 100, 0, 100)
  2278. i.Image = "http://www.roblox.com/asset/?id=87290980"
  2279. PetChat("I gave "..p.Name.." a HEYYEYAAEYAAAEYAEYAA face!")
  2280. end
  2281. end
  2282. end
  2283. end
  2284. end
  2285.  
  2286. if (string.find(msg, "herobrine") == 1) then
  2287. for word in msg:gmatch("%w+") do
  2288. local p = matchPlayer(word)
  2289. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2290. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2291.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2292. local hea = p.Character:FindFirstChild("Head")
  2293. if hea then hea.Transparency = 1
  2294. if p.Character.Head:FindFirstChild("face") then
  2295. p.Character.Head.face.Transparency = 1
  2296. g = Instance.new("BillboardGui")
  2297. g.Name = "Troll"
  2298. g.Parent = p.Character.Head
  2299. g.Adornee = p.Character.Head
  2300. g.Size = UDim2.new(0, 100, 0, 100)
  2301. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2302. i = Instance.new("ImageLabel")
  2303. i.Parent = g
  2304. i.BackgroundTransparency = 1
  2305. i.Size = UDim2.new(0, 100, 0, 100)
  2306. i.Image = "http://www.roblox.com/asset/?id=87314251"
  2307. PetChat("I gave "..p.Name.." a Herobrine face!")
  2308. end
  2309. end
  2310. end
  2311. end
  2312. end
  2313.  
  2314. if (string.find(msg, "forever alone") == 1) then
  2315. for word in msg:gmatch("%w+") do
  2316. local p = matchPlayer(word)
  2317. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2318. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2319.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2320. local hea = p.Character:FindFirstChild("Head")
  2321. if hea then hea.Transparency = 1
  2322. if p.Character.Head:FindFirstChild("face") then
  2323. p.Character.Head.face.Transparency = 1
  2324. g = Instance.new("BillboardGui")
  2325. g.Name = "Troll"
  2326. g.Parent = p.Character.Head
  2327. g.Adornee = p.Character.Head
  2328. g.Size = UDim2.new(0, 100, 0, 100)
  2329. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2330. i = Instance.new("ImageLabel")
  2331. i.Parent = g
  2332. i.BackgroundTransparency = 1
  2333. i.Size = UDim2.new(0, 100, 0, 100)
  2334. i.Image = "http://www.roblox.com/asset/?id=87289768"
  2335. PetChat("I gave "..p.Name.." a Forever Alone face!")
  2336. end
  2337. end
  2338. end
  2339. end
  2340. end
  2341.  
  2342. if (string.find(msg, "me gusta") == 1) then
  2343. for word in msg:gmatch("%w+") do
  2344. local p = matchPlayer(word)
  2345. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2346. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2347.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2348. local hea = p.Character:FindFirstChild("Head")
  2349. if hea then hea.Transparency = 1
  2350. if p.Character.Head:FindFirstChild("face") then
  2351. p.Character.Head.face.Transparency = 1
  2352. g = Instance.new("BillboardGui")
  2353. g.Name = "Troll"
  2354. g.Parent = p.Character.Head
  2355. g.Adornee = p.Character.Head
  2356. g.Size = UDim2.new(0, 100, 0, 100)
  2357. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2358. i = Instance.new("ImageLabel")
  2359. i.Parent = g
  2360. i.BackgroundTransparency = 1
  2361. i.Size = UDim2.new(0, 100, 0, 100)
  2362. i.Image = "http://www.roblox.com/asset/?id=47594659"
  2363. PetChat("I gave "..p.Name.." a Me Gusta face!")
  2364. end
  2365. end
  2366. end
  2367. end
  2368. end
  2369.  
  2370. if (string.find(msg, "sparta") == 1) then
  2371. for word in msg:gmatch("%w+") do
  2372. local p = matchPlayer(word)
  2373. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2374. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2375.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2376. local hea = p.Character:FindFirstChild("Head")
  2377. if hea then hea.Transparency = 1
  2378. if p.Character.Head:FindFirstChild("face") then
  2379. p.Character.Head.face.Transparency = 1
  2380. g = Instance.new("BillboardGui")
  2381. g.Name = "Troll"
  2382. g.Parent = p.Character.Head
  2383. g.Adornee = p.Character.Head
  2384. g.Size = UDim2.new(0, 100, 0, 100)
  2385. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2386. i = Instance.new("ImageLabel")
  2387. i.Parent = g
  2388. i.BackgroundTransparency = 1
  2389. i.Size = UDim2.new(0, 100, 0, 100)
  2390. i.Image = "http://www.roblox.com/asset/?id=74142203"
  2391. PetChat("I gave "..p.Name.." a This is Sparta face!")
  2392. end
  2393. end
  2394. end
  2395. end
  2396. end
  2397.  
  2398. if (string.find(msg, "lol") == 1) then
  2399. for word in msg:gmatch("%w+") do
  2400. local p = matchPlayer(word)
  2401. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2402. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2403.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2404. local hea = p.Character:FindFirstChild("Head")
  2405. if hea then hea.Transparency = 1
  2406. if p.Character.Head:FindFirstChild("face") then
  2407. p.Character.Head.face.Transparency = 1
  2408. g = Instance.new("BillboardGui")
  2409. g.Name = "Troll"
  2410. g.Parent = p.Character.Head
  2411. g.Adornee = p.Character.Head
  2412. g.Size = UDim2.new(0, 100, 0, 100)
  2413. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2414. i = Instance.new("ImageLabel")
  2415. i.Parent = g
  2416. i.BackgroundTransparency = 1
  2417. i.Size = UDim2.new(0, 100, 0, 100)
  2418. i.Image = "http://www.roblox.com/asset/?id=48293007"
  2419. PetChat("I gave "..p.Name.." a Lol face!")
  2420. end
  2421. end
  2422. end
  2423. end
  2424. end
  2425.  
  2426. if (string.find(msg, "derp face") == 1) then
  2427. for word in msg:gmatch("%w+") do
  2428. local p = matchPlayer(word)
  2429. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2430. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2431.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2432. local hea = p.Character:FindFirstChild("Head")
  2433. if hea then hea.Transparency = 1
  2434. if p.Character.Head:FindFirstChild("face") then
  2435. p.Character.Head.face.Transparency = 1
  2436. g = Instance.new("BillboardGui")
  2437. g.Name = "Troll"
  2438. g.Parent = p.Character.Head
  2439. g.Adornee = p.Character.Head
  2440. g.Size = UDim2.new(0, 100, 0, 100)
  2441. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2442. i = Instance.new("ImageLabel")
  2443. i.Parent = g
  2444. i.BackgroundTransparency = 1
  2445. i.Size = UDim2.new(0, 100, 0, 100)
  2446. i.Image = "http://www.roblox.com/asset/?id=87290030"
  2447. PetChat("I gave "..p.Name.." a Derp face!")
  2448. end
  2449. end
  2450. end
  2451. end
  2452. end
  2453.  
  2454. if (string.find(msg, "cereal") == 1) then
  2455. for word in msg:gmatch("%w+") do
  2456. local p = matchPlayer(word)
  2457. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2458. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2459.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2460. local hea = p.Character:FindFirstChild("Head")
  2461. if hea then hea.Transparency = 1
  2462. if p.Character.Head:FindFirstChild("face") then
  2463. p.Character.Head.face.Transparency = 1
  2464. g = Instance.new("BillboardGui")
  2465. g.Name = "Troll"
  2466. g.Parent = p.Character.Head
  2467. g.Adornee = p.Character.Head
  2468. g.Size = UDim2.new(0, 100, 0, 100)
  2469. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2470. i = Instance.new("ImageLabel")
  2471. i.Parent = g
  2472. i.BackgroundTransparency = 1
  2473. i.Size = UDim2.new(0, 100, 0, 100)
  2474. i.Image = "http://www.roblox.com/asset/?id=87396659"
  2475. PetChat("I gave "..p.Name.." a Cereal face!")
  2476. end
  2477. end
  2478. end
  2479. end
  2480. end
  2481.  
  2482. if (string.find(msg, "challenge") == 1) then
  2483. for word in msg:gmatch("%w+") do
  2484. local p = matchPlayer(word)
  2485. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2486. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2487.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2488. local hea = p.Character:FindFirstChild("Head")
  2489. if hea then hea.Transparency = 1
  2490. if p.Character.Head:FindFirstChild("face") then
  2491. p.Character.Head.face.Transparency = 1
  2492. g = Instance.new("BillboardGui")
  2493. g.Name = "Troll"
  2494. g.Parent = p.Character.Head
  2495. g.Adornee = p.Character.Head
  2496. g.Size = UDim2.new(0, 100, 0, 100)
  2497. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2498. i = Instance.new("ImageLabel")
  2499. i.Parent = g
  2500. i.BackgroundTransparency = 1
  2501. i.Size = UDim2.new(0, 100, 0, 100)
  2502. i.Image = "http://www.roblox.com/asset/?id=87396531"
  2503. PetChat("I gave "..p.Name.." a Challenge Accepted face!")
  2504. end
  2505. end
  2506. end
  2507. end
  2508. end
  2509.  
  2510. if (string.find(msg, "rainbow dash") == 1) then
  2511. for word in msg:gmatch("%w+") do
  2512. local p = matchPlayer(word)
  2513. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2514. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2515.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2516. local hea = p.Character:FindFirstChild("Head")
  2517. if hea then hea.Transparency = 1
  2518. if p.Character.Head:FindFirstChild("face") then
  2519. p.Character.Head.face.Transparency = 1
  2520. g = Instance.new("BillboardGui")
  2521. g.Name = "Troll"
  2522. g.Parent = p.Character.Head
  2523. g.Adornee = p.Character.Head
  2524. g.Size = UDim2.new(0, 100, 0, 100)
  2525. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2526. i = Instance.new("ImageLabel")
  2527. i.Parent = g
  2528. i.BackgroundTransparency = 1
  2529. i.Size = UDim2.new(0, 100, 0, 100)
  2530. i.Image = "http://www.roblox.com/asset/?id=87225995"
  2531. PetChat("I gave "..p.Name.." a Rainbow Dash face!")
  2532. end
  2533. end
  2534. end
  2535. end
  2536. end
  2537.  
  2538. if (string.find(msg, "twilight sparkle") == 1) then
  2539. for word in msg:gmatch("%w+") do
  2540. local p = matchPlayer(word)
  2541. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2542. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2543.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2544. local hea = p.Character:FindFirstChild("Head")
  2545. if hea then hea.Transparency = 1
  2546. if p.Character.Head:FindFirstChild("face") then
  2547. p.Character.Head.face.Transparency = 1
  2548. g = Instance.new("BillboardGui")
  2549. g.Name = "Troll"
  2550. g.Parent = p.Character.Head
  2551. g.Adornee = p.Character.Head
  2552. g.Size = UDim2.new(0, 100, 0, 100)
  2553. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2554. i = Instance.new("ImageLabel")
  2555. i.Parent = g
  2556. i.BackgroundTransparency = 1
  2557. i.Size = UDim2.new(0, 100, 0, 100)
  2558. i.Image = "http://www.roblox.com/asset/?id=87226661"
  2559. PetChat("I gave "..p.Name.." a Twilight Sparkle face!")
  2560. end
  2561. end
  2562. end
  2563. end
  2564. end
  2565.  
  2566. if (string.find(msg, "pinkie pie") == 1) then
  2567. for word in msg:gmatch("%w+") do
  2568. local p = matchPlayer(word)
  2569. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2570. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2571.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2572. local hea = p.Character:FindFirstChild("Head")
  2573. if hea then hea.Transparency = 1
  2574. if p.Character.Head:FindFirstChild("face") then
  2575. p.Character.Head.face.Transparency = 1
  2576. g = Instance.new("BillboardGui")
  2577. g.Name = "Troll"
  2578. g.Parent = p.Character.Head
  2579. g.Adornee = p.Character.Head
  2580. g.Size = UDim2.new(0, 100, 0, 100)
  2581. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2582. i = Instance.new("ImageLabel")
  2583. i.Parent = g
  2584. i.BackgroundTransparency = 1
  2585. i.Size = UDim2.new(0, 100, 0, 100)
  2586. i.Image = "http://www.roblox.com/asset/?id=87664619"
  2587. PetChat("I gave "..p.Name.." a Pinkie Pie face!")
  2588. end
  2589. end
  2590. end
  2591. end
  2592. end
  2593.  
  2594. if (string.find(msg, "rarity") == 1) then
  2595. for word in msg:gmatch("%w+") do
  2596. local p = matchPlayer(word)
  2597. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2598. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2599.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2600. local hea = p.Character:FindFirstChild("Head")
  2601. if hea then hea.Transparency = 1
  2602. if p.Character.Head:FindFirstChild("face") then
  2603. p.Character.Head.face.Transparency = 1
  2604. g = Instance.new("BillboardGui")
  2605. g.Name = "Troll"
  2606. g.Parent = p.Character.Head
  2607. g.Adornee = p.Character.Head
  2608. g.Size = UDim2.new(0, 100, 0, 100)
  2609. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2610. i = Instance.new("ImageLabel")
  2611. i.Parent = g
  2612. i.BackgroundTransparency = 1
  2613. i.Size = UDim2.new(0, 100, 0, 100)
  2614. i.Image = "http://www.roblox.com/asset/?id=87611133"
  2615. PetChat("I gave "..p.Name.." a Rarity face!")
  2616. end
  2617. end
  2618. end
  2619. end
  2620. end
  2621.  
  2622. if (string.find(msg, "fluttershy") == 1) then
  2623. for word in msg:gmatch("%w+") do
  2624. local p = matchPlayer(word)
  2625. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2626. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2627.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2628. local hea = p.Character:FindFirstChild("Head")
  2629. if hea then hea.Transparency = 1
  2630. if p.Character.Head:FindFirstChild("face") then
  2631. p.Character.Head.face.Transparency = 1
  2632. g = Instance.new("BillboardGui")
  2633. g.Name = "Troll"
  2634. g.Parent = p.Character.Head
  2635. g.Adornee = p.Character.Head
  2636. g.Size = UDim2.new(0, 100, 0, 100)
  2637. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2638. i = Instance.new("ImageLabel")
  2639. i.Parent = g
  2640. i.BackgroundTransparency = 1
  2641. i.Size = UDim2.new(0, 100, 0, 100)
  2642. i.Image = "http://www.roblox.com/asset/?id=87282533"
  2643. PetChat("I gave "..p.Name.." a Fluttershy face!")
  2644. end
  2645. end
  2646. end
  2647. end
  2648. end
  2649.  
  2650. if (string.find(msg, "applejack") == 1) then
  2651. for word in msg:gmatch("%w+") do
  2652. local p = matchPlayer(word)
  2653. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2654. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2655.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2656. local hea = p.Character:FindFirstChild("Head")
  2657. if hea then hea.Transparency = 1
  2658. if p.Character.Head:FindFirstChild("face") then
  2659. p.Character.Head.face.Transparency = 1
  2660. g = Instance.new("BillboardGui")
  2661. g.Name = "Troll"
  2662. g.Parent = p.Character.Head
  2663. g.Adornee = p.Character.Head
  2664. g.Size = UDim2.new(0, 100, 0, 100)
  2665. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2666. i = Instance.new("ImageLabel")
  2667. i.Parent = g
  2668. i.BackgroundTransparency = 1
  2669. i.Size = UDim2.new(0, 100, 0, 100)
  2670. i.Image = "http://www.roblox.com/asset/?id=87234957"
  2671. PetChat("I gave "..p.Name.." an Applejack face!")
  2672. end
  2673. end
  2674. end
  2675. end
  2676. end
  2677.  
  2678. if (string.find(msg, "sweetie belle") == 1) then
  2679. for word in msg:gmatch("%w+") do
  2680. local p = matchPlayer(word)
  2681. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2682. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2683.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2684. local hea = p.Character:FindFirstChild("Head")
  2685. if hea then hea.Transparency = 1
  2686. if p.Character.Head:FindFirstChild("face") then
  2687. p.Character.Head.face.Transparency = 1
  2688. g = Instance.new("BillboardGui")
  2689. g.Name = "Troll"
  2690. g.Parent = p.Character.Head
  2691. g.Adornee = p.Character.Head
  2692. g.Size = UDim2.new(0, 100, 0, 100)
  2693. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2694. i = Instance.new("ImageLabel")
  2695. i.Parent = g
  2696. i.BackgroundTransparency = 1
  2697. i.Size = UDim2.new(0, 100, 0, 100)
  2698. i.Image = "http://www.roblox.com/asset/?id=87234817"
  2699. PetChat("I gave "..p.Name.." a Sweetie Belle face!")
  2700. end
  2701. end
  2702. end
  2703. end
  2704. end
  2705.  
  2706. if (string.find(msg, "apple bloom") == 1) then
  2707. for word in msg:gmatch("%w+") do
  2708. local p = matchPlayer(word)
  2709. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2710. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2711.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2712. local hea = p.Character:FindFirstChild("Head")
  2713. if hea then hea.Transparency = 1
  2714. if p.Character.Head:FindFirstChild("face") then
  2715. p.Character.Head.face.Transparency = 1
  2716. g = Instance.new("BillboardGui")
  2717. g.Name = "Troll"
  2718. g.Parent = p.Character.Head
  2719. g.Adornee = p.Character.Head
  2720. g.Size = UDim2.new(0, 100, 0, 100)
  2721. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2722. i = Instance.new("ImageLabel")
  2723. i.Parent = g
  2724. i.BackgroundTransparency = 1
  2725. i.Size = UDim2.new(0, 100, 0, 100)
  2726. i.Image = "http://www.roblox.com/asset/?id=87234691"
  2727. PetChat("I gave "..p.Name.." an Apple Bloom face!")
  2728. end
  2729. end
  2730. end
  2731. end
  2732. end
  2733.  
  2734. if (string.find(msg, "scootaloo") == 1) then
  2735. for word in msg:gmatch("%w+") do
  2736. local p = matchPlayer(word)
  2737. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2738. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2739.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2740. local hea = p.Character:FindFirstChild("Head")
  2741. if hea then hea.Transparency = 1
  2742. if p.Character.Head:FindFirstChild("face") then
  2743. p.Character.Head.face.Transparency = 1
  2744. g = Instance.new("BillboardGui")
  2745. g.Name = "Troll"
  2746. g.Parent = p.Character.Head
  2747. g.Adornee = p.Character.Head
  2748. g.Size = UDim2.new(0, 100, 0, 100)
  2749. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2750. i = Instance.new("ImageLabel")
  2751. i.Parent = g
  2752. i.BackgroundTransparency = 1
  2753. i.Size = UDim2.new(0, 100, 0, 100)
  2754. i.Image = "http://www.roblox.com/asset/?id=87282575"
  2755. PetChat("I gave "..p.Name.." a Scootaloo face!")
  2756. end
  2757. end
  2758. end
  2759. end
  2760. end
  2761.  
  2762. if (string.find(msg, "lyra") == 1) then
  2763. for word in msg:gmatch("%w+") do
  2764. local p = matchPlayer(word)
  2765. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2766. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2767.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2768. local hea = p.Character:FindFirstChild("Head")
  2769. if hea then hea.Transparency = 1
  2770. if p.Character.Head:FindFirstChild("face") then
  2771. p.Character.Head.face.Transparency = 1
  2772. g = Instance.new("BillboardGui")
  2773. g.Name = "Troll"
  2774. g.Parent = p.Character.Head
  2775. g.Adornee = p.Character.Head
  2776. g.Size = UDim2.new(0, 100, 0, 100)
  2777. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2778. i = Instance.new("ImageLabel")
  2779. i.Parent = g
  2780. i.BackgroundTransparency = 1
  2781. i.Size = UDim2.new(0, 100, 0, 100)
  2782. i.Image = "http://www.roblox.com/asset/?id=89439336"
  2783. PetChat("I gave "..p.Name.." a Lyra face!")
  2784. end
  2785. end
  2786. end
  2787. end
  2788. end
  2789.  
  2790. if (string.find(msg, "colgate") == 1) then
  2791. for word in msg:gmatch("%w+") do
  2792. local p = matchPlayer(word)
  2793. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2794. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2795.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2796. local hea = p.Character:FindFirstChild("Head")
  2797. if hea then hea.Transparency = 1
  2798. if p.Character.Head:FindFirstChild("face") then
  2799. p.Character.Head.face.Transparency = 1
  2800. g = Instance.new("BillboardGui")
  2801. g.Name = "Troll"
  2802. g.Parent = p.Character.Head
  2803. g.Adornee = p.Character.Head
  2804. g.Size = UDim2.new(0, 100, 0, 100)
  2805. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2806. i = Instance.new("ImageLabel")
  2807. i.Parent = g
  2808. i.BackgroundTransparency = 1
  2809. i.Size = UDim2.new(0, 100, 0, 100)
  2810. i.Image = "http://www.roblox.com/asset/?id=89440358"
  2811. PetChat("I gave "..p.Name.." a Colgate face!")
  2812. end
  2813. end
  2814. end
  2815. end
  2816. end
  2817.  
  2818. if (string.find(msg, "vinyl scratch") == 1) then
  2819. for word in msg:gmatch("%w+") do
  2820. local p = matchPlayer(word)
  2821. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2822. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2823.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2824. local hea = p.Character:FindFirstChild("Head")
  2825. if hea then hea.Transparency = 1
  2826. if p.Character.Head:FindFirstChild("face") then
  2827. p.Character.Head.face.Transparency = 1
  2828. g = Instance.new("BillboardGui")
  2829. g.Name = "Troll"
  2830. g.Parent = p.Character.Head
  2831. g.Adornee = p.Character.Head
  2832. g.Size = UDim2.new(0, 100, 0, 100)
  2833. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2834. i = Instance.new("ImageLabel")
  2835. i.Parent = g
  2836. i.BackgroundTransparency = 1
  2837. i.Size = UDim2.new(0, 140, 0, 100)
  2838. i.Image = "http://www.roblox.com/asset/?id=87244612"
  2839. PetChat("I gave "..p.Name.." a Vinyl Scratch face!")
  2840. end
  2841. end
  2842. end
  2843. end
  2844. end
  2845.  
  2846. if (string.find(msg, "derpy") == 1) then
  2847. for word in msg:gmatch("%w+") do
  2848. local p = matchPlayer(word)
  2849. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2850. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2851.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2852. local hea = p.Character:FindFirstChild("Head")
  2853. if hea then hea.Transparency = 1
  2854. if p.Character.Head:FindFirstChild("face") then
  2855. p.Character.Head.face.Transparency = 1
  2856. g = Instance.new("BillboardGui")
  2857. g.Name = "Troll"
  2858. g.Parent = p.Character.Head
  2859. g.Adornee = p.Character.Head
  2860. g.Size = UDim2.new(0, 100, 0, 100)
  2861. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2862. i = Instance.new("ImageLabel")
  2863. i.Parent = g
  2864. i.BackgroundTransparency = 1
  2865. i.Size = UDim2.new(0, 100, 0, 100)
  2866. i.Image = "http://www.roblox.com/asset/?id=87664648"
  2867. PetChat("I gave "..p.Name.." a Derpy Hooves face!")
  2868. end
  2869. end
  2870. end
  2871. end
  2872. end
  2873.  
  2874. if (string.find(msg, "trixie") == 1) then
  2875. for word in msg:gmatch("%w+") do
  2876. local p = matchPlayer(word)
  2877. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2878. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2879.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2880. local hea = p.Character:FindFirstChild("Head")
  2881. if hea then hea.Transparency = 1
  2882. if p.Character.Head:FindFirstChild("face") then
  2883. p.Character.Head.face.Transparency = 1
  2884. g = Instance.new("BillboardGui")
  2885. g.Name = "Troll"
  2886. g.Parent = p.Character.Head
  2887. g.Adornee = p.Character.Head
  2888. g.Size = UDim2.new(0, 100, 0, 100)
  2889. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2890. i = Instance.new("ImageLabel")
  2891. i.Parent = g
  2892. i.BackgroundTransparency = 1
  2893. i.Size = UDim2.new(0, 100, 0, 100)
  2894. i.Image = "http://www.roblox.com/asset/?id=87262070"
  2895. PetChat("I gave "..p.Name.." a Trixie Lulamoon face!")
  2896. end
  2897. end
  2898. end
  2899. end
  2900. end
  2901.  
  2902. if (string.find(msg, "cadence") == 1) then
  2903. for word in msg:gmatch("%w+") do
  2904. local p = matchPlayer(word)
  2905. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2906. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2907.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2908. local hea = p.Character:FindFirstChild("Head")
  2909. if hea then hea.Transparency = 1
  2910. if p.Character.Head:FindFirstChild("face") then
  2911. p.Character.Head.face.Transparency = 1
  2912. g = Instance.new("BillboardGui")
  2913. g.Name = "Troll"
  2914. g.Parent = p.Character.Head
  2915. g.Adornee = p.Character.Head
  2916. g.Size = UDim2.new(0, 100, 0, 100)
  2917. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2918. i = Instance.new("ImageLabel")
  2919. i.Parent = g
  2920. i.BackgroundTransparency = 1
  2921. i.Size = UDim2.new(0, 100, 0, 100)
  2922. i.Image = "http://www.roblox.com/asset/?id=87284444"
  2923. PetChat("I gave "..p.Name.." a Princess Cadence face!")
  2924. end
  2925. end
  2926. end
  2927. end
  2928. end
  2929.  
  2930. if (string.find(msg, "celestia") == 1) then
  2931. for word in msg:gmatch("%w+") do
  2932. local p = matchPlayer(word)
  2933. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2934. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2935.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2936. local hea = p.Character:FindFirstChild("Head")
  2937. if hea then hea.Transparency = 1
  2938. if p.Character.Head:FindFirstChild("face") then
  2939. p.Character.Head.face.Transparency = 1
  2940. g = Instance.new("BillboardGui")
  2941. g.Name = "Troll"
  2942. g.Parent = p.Character.Head
  2943. g.Adornee = p.Character.Head
  2944. g.Size = UDim2.new(0, 100, 0, 100)
  2945. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2946. i = Instance.new("ImageLabel")
  2947. i.Parent = g
  2948. i.BackgroundTransparency = 1
  2949. i.Size = UDim2.new(0, 135, 0, 100)
  2950. i.Image = "http://www.roblox.com/asset/?id=87289152"
  2951. PetChat("I gave "..p.Name.." a Princess Celestia face!")
  2952. end
  2953. end
  2954. end
  2955. end
  2956. end
  2957.  
  2958. if (string.find(msg, "luna") == 1) then
  2959. for word in msg:gmatch("%w+") do
  2960. local p = matchPlayer(word)
  2961. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2962. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2963.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2964. local hea = p.Character:FindFirstChild("Head")
  2965. if hea then hea.Transparency = 1
  2966. if p.Character.Head:FindFirstChild("face") then
  2967. p.Character.Head.face.Transparency = 1
  2968. g = Instance.new("BillboardGui")
  2969. g.Name = "Troll"
  2970. g.Parent = p.Character.Head
  2971. g.Adornee = p.Character.Head
  2972. g.Size = UDim2.new(0, 100, 0, 100)
  2973. g.StudsOffset = Vector3.new(0, 0.2, 0)
  2974. i = Instance.new("ImageLabel")
  2975. i.Parent = g
  2976. i.BackgroundTransparency = 1
  2977. i.Size = UDim2.new(0, 135, 0, 100)
  2978. i.Image = "http://www.roblox.com/asset/?id=87289179"
  2979. PetChat("I gave "..p.Name.." a Princess Luna face!")
  2980. end
  2981. end
  2982. end
  2983. end
  2984. end
  2985.  
  2986. if (string.find(msg, "daring do") == 1) then
  2987. for word in msg:gmatch("%w+") do
  2988. local p = matchPlayer(word)
  2989. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  2990. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  2991.  guis = p.Character.Head:GetChildren() for i = 1,#guis do if guis[i].className == "BillboardGui" then guis[i]:remove() end end
  2992. local hea = p.Character:FindFirstChild("Head")
  2993. if hea then hea.Transparency = 1
  2994. if p.Character.Head:FindFirstChild("face") then
  2995. p.Character.Head.face.Transparency = 1
  2996. g = Instance.new("BillboardGui")
  2997. g.Name = "Troll"
  2998. g.Parent = p.Character.Head
  2999. g.Adornee = p.Character.Head
  3000. g.Size = UDim2.new(0, 100, 0, 100)
  3001. g.StudsOffset = Vector3.new(0, 0.2, 0)
  3002. i = Instance.new("ImageLabel")
  3003. i.Parent = g
  3004. i.BackgroundTransparency = 1
  3005. i.Size = UDim2.new(0, 135, 0, 100)
  3006. i.Image = "http://www.roblox.com/asset/?id=89440790"
  3007. PetChat("I gave "..p.Name.." a Daring Do face!")
  3008. end
  3009. end
  3010. end
  3011. end
  3012. end
  3013.  
  3014. if (string.find(msg, "fix face") == 1) then
  3015. for word in msg:gmatch("%w+") do
  3016. local p = matchPlayer(word)
  3017. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  3018. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  3019. local hea = p.Character:FindFirstChild("Head")
  3020. if hea then hea.Transparency = 0
  3021. local fac = p.Character.Head:FindFirstChild("face")
  3022. if fac then fac.Transparency = 0
  3023. guis = p.Character.Head:GetChildren()
  3024. for i = 1,#guis do
  3025. if guis[i].className == "BillboardGui" then
  3026. guis[i]:remove()
  3027. end
  3028. end
  3029. end
  3030. end
  3031. end
  3032. end
  3033. end
  3034.  
  3035. if (string.find(msg, "unlock") == 1) then
  3036. for word in msg:gmatch("%w+") do
  3037. local p = matchPlayer(word)
  3038. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  3039. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  3040. local c = p.Character:GetChildren()
  3041. for i =1,#c do
  3042. if c[i].className == "Part" then
  3043. c[i].Locked = false
  3044. PetChat("I unlocked "..p.Name.."!")
  3045. end
  3046. end
  3047. end
  3048. end
  3049. end
  3050.  
  3051. if (string.find(msg, "lock") == 1) then
  3052. for word in msg:gmatch("%w+") do
  3053. local p = matchPlayer(word)
  3054. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  3055. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Green())
  3056. local c = p.Character:GetChildren()
  3057. for i =1,#c do
  3058. if c[i].className == "Part" then
  3059. c[i].Locked = true
  3060. PetChat("I locked "..p.Name.." back up!")
  3061. end
  3062. end
  3063. end
  3064. end
  3065. end
  3066.  
  3067.  
  3068. if (string.find(msg, "unfire") == 1) then
  3069. for word in msg:gmatch("%w+") do
  3070. local p = matchPlayer(word)
  3071. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  3072. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Red())
  3073. p.Character.Torso.Fire:remove()
  3074. PetChat("I extinguished "..p.Name..".")
  3075. end
  3076. end
  3077. end
  3078.  
  3079. if (string.find(msg, "minecraft sky") == 1) then
  3080. s = Instance.new("Sky")
  3081. s.Parent = game.Lighting
  3082. s.SkyboxBk = "http://www.roblox.com/asset/?id=73403132"
  3083. s.SkyboxDn = "http://www.roblox.com/asset/?id=73406830"
  3084. s.SkyboxFt = "http://www.roblox.com/asset/?id=73403151"
  3085. s.SkyboxLf = "http://www.roblox.com/asset/?id=73403157"
  3086. s.SkyboxRt = "http://www.roblox.com/asset/?id=73403146"
  3087. s.SkyboxUp = "http://www.roblox.com/asset/?id=73406914"
  3088. PetChat("The sky is now Minecraft styled.")
  3089. end
  3090.  
  3091. if (string.find(msg, "pony sky") == 1) then
  3092. s = Instance.new("Sky")
  3093. s.Parent = game.Lighting
  3094. s.SkyboxBk = "http://www.roblox.com/asset/?id=55818027"
  3095. s.SkyboxDn = "http://www.roblox.com/asset/?id=71287962"
  3096. s.SkyboxFt = "http://www.roblox.com/asset/?id=73963983"
  3097. s.SkyboxLf = "http://www.roblox.com/asset/?id=81728000"
  3098. s.SkyboxRt = "http://www.roblox.com/asset/?id=59155900"
  3099. s.SkyboxUp = "http://www.roblox.com/asset/?id=83969847"
  3100. PetChat("The skybox is now a brony.")
  3101. end
  3102.  
  3103. if (string.find(msg, "reset sky") == 1) then
  3104. s = Instance.new("Sky")
  3105. s.Parent = game.Lighting
  3106. s.SkyboxBk = "rbxasset://Sky/null_plainsky512_bk.jpg"
  3107. s.SkyboxDn = "rbxasset://Sky/null_plainsky512_dn.jpg"
  3108. s.SkyboxFt = "rbxasset://Sky/null_plainsky512_ft.jpg"
  3109. s.SkyboxLf = "rbxasset://Sky/null_plainsky512_lf.jpg"
  3110. s.SkyboxRt = "rbxasset://Sky/null_plainsky512_rt.jpg"
  3111. s.SkyboxUp = "rbxasset://Sky/null_plainsky512_up.jpg"
  3112. PetChat("I restored the sky to default.")
  3113. end
  3114.  
  3115. if (string.find(msg, "sparkles") == 1) then
  3116. for word in msg:gmatch("%w+") do
  3117. local p = matchPlayer(word)
  3118. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  3119. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Gray())
  3120. f = Instance.new("Sparkles")
  3121. f.Parent = p.Character.Torso
  3122. PetChat(p.Name.." is sparkely!")
  3123. end
  3124. end
  3125. end
  3126.  
  3127. if (string.find(msg, "unsparkles") == 1) then
  3128. for word in msg:gmatch("%w+") do
  3129. local p = matchPlayer(word)
  3130. if p ~= nil and p.Character ~= nil and p.Character:FindFirstChild("Torso") ~= nil then
  3131. floorwire(p.Character:FindFirstChild("Torso"),head,BrickColor.Gray())
  3132. p.Character.Torso.Sparkles:remove()
  3133. PetChat("Now your just dull, "..p.Name..".")
  3134. end
  3135. end
  3136. end
  3137.  
  3138. if (string.find(msg, "respawn") == 1) then
  3139. for word in msg:gmatch("%w+") do
  3140. local p = matchPlayer(word)
  3141. if p ~= nil then
  3142. local ack2 = Instance.new("Model")
  3143. ack2.Parent = game:GetService("workspace")
  3144. local ack4 = Instance.new("Part")
  3145. ack4.Transparency = 1
  3146. ack4.CanCollide = false
  3147. ack4.Anchored = true
  3148. ack4.Name = "Torso"
  3149. ack4.Position = Vector3.new(10000,10000,10000)
  3150. ack4.Parent = ack2
  3151. local ack3 = Instance.new("Humanoid")
  3152. ack3.Torso = ack4
  3153. ack3.Parent = ack2
  3154. p.Character = ack2
  3155. PetChat("I Respawned "..p.Name..".")
  3156. end
  3157. end
  3158. end
  3159.  
  3160. if (msg == "spawn cage") then
  3161. wall1 = Instance.new("Part", workspace)
  3162. wall1.Size = Vector3.new(1, 20, 51)
  3163. wall1.Anchored = true
  3164. wall1.BrickColor = BrickColor.new("BBlitzht blue")
  3165. wall1.Transparency = 0.7
  3166. wall1.TopSurface = "Smooth"
  3167. wall1.BottomSurface = "Smooth"
  3168. wall1.CFrame = CFrame.new(-25, 10, 0)
  3169. wall2 = Instance.new("Part", workspace)
  3170. wall2.Size = Vector3.new(51, 20, 1)
  3171. wall2.Anchored = true
  3172. wall2.BrickColor = BrickColor.new("BBlitzht blue")
  3173. wall2.Transparency = 0.7
  3174. wall2.TopSurface = "Smooth"
  3175. wall2.BottomSurface = "Smooth"
  3176. wall2.CFrame = CFrame.new(0, 10, 25)
  3177. wall3 = Instance.new("Part", workspace)
  3178. wall3.Size = Vector3.new(1, 20, 51)
  3179. wall3.Anchored = true
  3180. wall3.BrickColor = BrickColor.new("BBlitzht blue")
  3181. wall3.Transparency = 0.7
  3182. wall3.TopSurface = "Smooth"
  3183. wall3.BottomSurface = "Smooth"
  3184. wall3.CFrame = CFrame.new(25, 10, 0)
  3185. wall4 = Instance.new("Part", workspace)
  3186. wall4.Size = Vector3.new(51, 20, 1)
  3187. wall4.Anchored = true
  3188. wall4.BrickColor = BrickColor.new("BBlitzht blue")
  3189. wall4.Transparency = 0.7
  3190. wall4.TopSurface = "Smooth"
  3191. wall4.BottomSurface = "Smooth"
  3192. wall4.CFrame = CFrame.new(0, 10, -25)
  3193. roof = Instance.new("Part", workspace)
  3194. roof.Anchored = true
  3195. roof.Size = Vector3.new(51, 1, 51)
  3196. roof.TopSurface = "Smooth"
  3197. roof.BottomSurface = "Smooth"
  3198. roof.BrickColor = BrickColor.new("BBlitzht blue")
  3199. roof.Transparency = 0.7
  3200. roof.CFrame = CFrame.new(0, 20.5, 0)
  3201. PetChat("I made a spawn cage.")
  3202. end
  3203.  
  3204. if (msg == "open cage") then
  3205. if wall1 ~= nil and wall2 ~= nil and wall3 ~= nil and wall4 ~= nil then
  3206. wall1.CanCollide = false
  3207. wall1.Transparency = 1
  3208. wall2.CanCollide = false
  3209. wall2.Transparency = 1
  3210. wall3.CanCollide = false
  3211. wall3.Transparency = 1
  3212. wall4.CanCollide = false
  3213. wall4.Transparency = 1
  3214. PetChat("I opened the cage.")
  3215. end
  3216. end
  3217.  
  3218. if (msg == "close cage") then
  3219. if wall1 ~= nil and wall2 ~= nil and wall3 ~= nil and wall4 ~= nil then
  3220. wall1.CanCollide = true
  3221. wall1.Transparency = 0.7
  3222. wall2.CanCollide = true
  3223. wall2.Transparency = 0.7
  3224. wall3.CanCollide = true
  3225. wall3.Transparency = 0.7
  3226. wall4.CanCollide = true
  3227. wall4.Transparency = 0.7
  3228. PetChat("I closed the cage.")
  3229. end
  3230. end
  3231.  
  3232. if (msg == "remove cage") then
  3233. if wall1 ~= nil and wall2 ~= nil and wall3 ~= nil and wall4 ~= nil and roof ~= nil then
  3234. wall1:Remove()
  3235. wall2:Remove()
  3236. wall3:Remove()
  3237. wall4:Remove()
  3238. roof:Remove()
  3239. PetChat("I removed the cage.")
  3240. end
  3241. end
  3242.  
  3243. if (msg == "give commands") then
  3244. guis = game.workspace:GetChildren()
  3245. for i = 1,#guis do
  3246. if guis[i].Name == "DittoCommands" then
  3247. guis[i]:remove()
  3248. end
  3249. end
  3250. ShowInCircle(player,
  3251. "Katamari", "Platform", "Build Tools", "Sword", "Darkheart", "Katana", "Spear", "Atmoshocker", "Illumina", "Ghostwalker", "Icedagger", "Firebrand", "Venomshank", "Windforce", "Sorcus", "Wing Slasher", "Ice Breaker", "Celestial Sword", "Orb", "Gravity Coil", "Gravity Hammer", "Pony", "Chimera", "Blade", "Trident"
  3252. )
  3253. PetChat("I am showing you my give commands.")
  3254. UpdateCommands()
  3255. end
  3256.  
  3257. if (msg == "disguise commands") or (msg == "suit commands") or (msg == "costume commands") then
  3258. guis = game.workspace:GetChildren()
  3259. for i = 1,#guis do
  3260. if guis[i].Name == "DittoCommands" then
  3261. guis[i]:remove()
  3262. end
  3263. end
  3264. ShowInCircle(player,
  3265. "Dominus", "Dovahkiin", "Anonymous", "Assassin", "Slender", "Noob", "Remove Hats"
  3266. )
  3267. PetChat("I am showing you my costume commands.")
  3268. UpdateCommands()
  3269. end
  3270.  
  3271. if (msg == "spawn commands") then
  3272. guis = game.workspace:GetChildren()
  3273. for i = 1,#guis do
  3274. if guis[i].Name == "DittoCommands" then
  3275. guis[i]:remove()
  3276. end
  3277. end
  3278. ShowInCircle(player,
  3279. "Castle", "Cage"
  3280. )
  3281. PetChat("I am showing you my spawn commands.")
  3282. UpdateCommands()
  3283. end
  3284.  
  3285. if (msg == "general commands") or (msg == "commands") then
  3286. guis = game.workspace:GetChildren()
  3287. for i = 1,#guis do
  3288. if guis[i].Name == "DittoCommands" then
  3289. guis[i]:remove()
  3290. end
  3291. end
  3292. ShowInCircle(player,
  3293. "Face Commands", "Costume Commands", "Give Commands", "Mesh Commands", "Spawn Commands", "Color Commands", "BC Commands", "Thu'um", "Kill", "Replace Limbs", "Clone", "Tree", "Invisible", "Check", "Find", "Plush", "God", "Run", "Sit", "Jump", "Punish", "Age", "ID", "Skydive", "Crush", "Launch", "Explode", "Eat", "Kick", "Crash", "Torso", "FF", "Respawn", "Sparkles", "Unlock", "Trip"
  3294. )
  3295. PetChat("I am showing you my general commands.")
  3296. UpdateCommands()
  3297. end
  3298.  
  3299. if (msg == "face commands") then
  3300. guis = game.workspace:GetChildren()
  3301. for i = 1,#guis do
  3302. if guis[i].Name == "DittoCommands" then
  3303. guis[i]:remove()
  3304. end
  3305. end
  3306. ShowInCircle(player,
  3307. "Troll", "Rage", "Epic Face", "Not Bad", "Hey Face", "Herobrine", "Forever Alone", "Gusta", "Sparta", "Lol", "Derp Face", "Cereal", "Challenge", "Rainbow Dash", "Twilight Sparkle", "Pinkie Pie", "Rarity", "Fluttershy", "Applejack", "Sweetie Belle", "Applebloom", "Scootaloo", "Lyra", "Colgate", "Vinyl Scratch", "Derpy", "Trixie", "Cadence", "Celestia", "Luna", "Daring Do", "Fix Face"
  3308. )
  3309. PetChat("I am showing you my face commands.")
  3310. UpdateCommands()
  3311. end
  3312.  
  3313. if (msg == "mesh commands") or (msg == "morph commands") then
  3314. guis = game.workspace:GetChildren()
  3315. for i = 1,#guis do
  3316. if guis[i].Name == "DittoCommands" then
  3317. guis[i]:remove()
  3318. end
  3319. end
  3320. ShowInCircle(player,
  3321. "Diamond", "Duck", "Dominus", "Pony", "Sphere", "Fish", "Skull", "Pumpkin", "Teapot", "Satelite", "Ghost", "Cat", "Music Box", "Cake", "Statue", "Gift","Rock", "Orb", "Coin","Castle", "Cloud"
  3322. )
  3323. PetChat("I am showing you my mesh commands.")
  3324. UpdateCommands()
  3325. end
  3326.  
  3327. if (msg == "color commands") then
  3328. guis = game.workspace:GetChildren()
  3329. for i = 1,#guis do
  3330. if guis[i].Name == "DittoCommands" then
  3331. guis[i]:remove()
  3332. end
  3333. end
  3334. ShowInCircle(player,
  3335. "Blue", "Yellow", "White", "Red", "Black", "Green","Orange","Purple","Grey","Lime"
  3336. )
  3337. PetChat("I am showing you my color commands.")
  3338. UpdateCommands()
  3339. end
  3340.  
  3341. if (msg == "bc commands") then
  3342. guis = game.workspace:GetChildren()
  3343. for i = 1,#guis do
  3344. if guis[i].Name == "DittoCommands" then
  3345. guis[i]:remove()
  3346. end
  3347. end
  3348. ShowInCircle(player,
  3349. "NBC", "BC", "TBC", "OBC", "ABC"
  3350. )
  3351. PetChat("I am showing you my Builders Club commands.")
  3352. UpdateCommands()
  3353. end
  3354.  
  3355. if msg == "thuum" or msg == "thu'um" or msg == "thuum help" then
  3356. guis = game.workspace:GetChildren()
  3357. for i = 1,#guis do
  3358. if guis[i].Name == "DittoCommands" then
  3359. guis[i]:remove()
  3360. end
  3361. end
  3362. ShowInCircle(player,
  3363. "Fus Ro Dah", "Wuld Nah Kest", "Liz Slen Nus", "Yol Toor Shul", "Feim Zii Gron", "Strun Bah Qo", "Fo Krah Diin", "Laas Yah Nir", "Zun Haal Viik", "Krii Lun Aus", "Tiid Klo Ul", "Faas Ru Maar", "Toor Bah Yol", "Joor Zah Frul", "Kaan Drem Ov", "Ven Mul Riik", "Lok Vah Koor", "Nahl Daal Vus", "Bex"
  3364. )
  3365. PetChat("Here is the power of the Thu'um.")
  3366. UpdateCommands()
  3367. end
  3368.  
  3369. if (msg == "dismiss") then
  3370. guis = game.workspace:GetChildren()
  3371. for i = 1,#guis do
  3372. if guis[i].Name == "DittoCommands" then
  3373. guis[i]:remove()
  3374. end
  3375. end
  3376. PetChat("I removed the commands.")
  3377. end
  3378.  
  3379. if (msg == "give platform to me") or (msg == "platform on") then
  3380.  
  3381. platform = Instance.new("Part", workspace)
  3382. platform.Name = "DittoPlatform"
  3383. platform.Size = Vector3.new(10, 1, 10)
  3384. platform.TopSurface = "Smooth"
  3385. platform.BottomSurface = "Smooth"
  3386. platform.BrickColor = head.BrickColor
  3387. platform.Transparency = head.Transparency
  3388. platform.Anchored = true
  3389. platmesh = Instance.new("SpecialMesh", platform)
  3390. platmesh.Scale = Vector3.new(10, 1, 10)
  3391. platmesh.MeshId = mesh.MeshId
  3392. plat = true
  3393. PetChat("I gave you a platform.")
  3394.  
  3395. while true do
  3396. wait()
  3397. if platform ~= nil and plat == true and player.Character ~= nil and player.Character.Torso ~= nil then
  3398. platform.CFrame = player.Character.Torso.CFrame - Vector3.new(0, 3.5, 0)
  3399. platform.BrickColor = head.BrickColor
  3400. platform.Transparency = head.Transparency
  3401. if platmesh ~= nil then
  3402. platmesh.MeshId = mesh.MeshId
  3403. end
  3404. end
  3405. end
  3406. end
  3407.  
  3408. if (msg == "remove platform") or (msg == "platform off") then
  3409. plat = false
  3410. guis = game.workspace:GetChildren()
  3411. for i = 1,#guis do
  3412. if guis[i].Name == "DittoPlatform" then
  3413. guis[i]:remove()
  3414. end
  3415. end
  3416. PetChat("I removed the platform.")
  3417. end
  3418.  
  3419. if (msg == "spawn castle") then
  3420. castle = Instance.new("Model", workspace)
  3421. castle.Name = "Castle"
  3422.  
  3423. spawn = Instance.new("SpawnLocation", castle)
  3424. spawn.Size = Vector3.new(144, 0.4, 148)
  3425. spawn.Anchored = true
  3426. spawn.BrickColor = BrickColor.new("Dark stone grey")
  3427. spawn.Transparency = 0
  3428. spawn.FormFactor = "Custom"
  3429. spawn.Material = "Slate"
  3430. spawn.TopSurface = "Smooth"
  3431. spawn.BottomSurface = "Smooth"
  3432. spawn.CFrame = CFrame.new(0,0.5,0)
  3433.  
  3434. side1 = Instance.new("Part", castle)
  3435. side1.Size = Vector3.new(110, 30, 5)
  3436. side1.Anchored = true
  3437. side1.BrickColor = BrickColor.new("Dark stone grey")
  3438. side1.Transparency = 0
  3439. side1.FormFactor = "Custom"
  3440. side1.Material = "Slate"
  3441. side1.TopSurface = "Smooth"
  3442. side1.BottomSurface = "Smooth"
  3443. side1.CFrame = CFrame.new(0, 15.5, 71.5)
  3444.  
  3445. side2 = Instance.new("Part", castle)
  3446. side2.Size = Vector3.new(5, 30, 110)
  3447. side2.Anchored = true
  3448. side2.BrickColor = BrickColor.new("Dark stone grey")
  3449. side2.Transparency = 0
  3450. side2.FormFactor = "Custom"
  3451. side2.Material = "Slate"
  3452. side2.TopSurface = "Smooth"
  3453. side2.BottomSurface = "Smooth"
  3454. side2.CFrame = CFrame.new(-69.5, 15.4, 0)
  3455.  
  3456. side3 = Instance.new("Part", castle)
  3457. side3.Size = Vector3.new(110, 30, 5)
  3458. side3.Anchored = true
  3459. side3.BrickColor = BrickColor.new("Dark stone grey")
  3460. side3.Transparency = 0
  3461. side3.FormFactor = "Custom"
  3462. side3.Material = "Slate"
  3463. side3.TopSurface = "Smooth"
  3464. side3.BottomSurface = "Smooth"
  3465. side3.CFrame = CFrame.new(0, 15.4, -71.5)
  3466.  
  3467. side4 = Instance.new("Part", castle)
  3468. side4.Size = Vector3.new(5, 30, 110)
  3469. side4.Anchored = true
  3470. side4.BrickColor = BrickColor.new("Dark stone grey")
  3471. side4.Transparency = 0
  3472. side4.FormFactor = "Custom"
  3473. side4.Material = "Slate"
  3474. side4.TopSurface = "Smooth"
  3475. side4.BottomSurface = "Smooth"
  3476. side4.CFrame = CFrame.new(69.5, 15.4, 0)
  3477.  
  3478. tower1 = Instance.new("Part", castle)
  3479. tower1.Size = Vector3.new(17, 55, 19)
  3480. tower1.Anchored = true
  3481. tower1.BrickColor = BrickColor.new("Dark stone grey")
  3482. tower1.Transparency = 0
  3483. tower1.FormFactor = "Custom"
  3484. tower1.Material = "Slate"
  3485. tower1.TopSurface = "Smooth"
  3486. tower1.BottomSurface = "Smooth"
  3487. tower1.CFrame = CFrame.new(63.5, 28, 64.5)
  3488.  
  3489. tower2 = Instance.new("Part", castle)
  3490. tower2.Size = Vector3.new(17, 55, 19)
  3491. tower2.Anchored = true
  3492. tower2.BrickColor = BrickColor.new("Dark stone grey")
  3493. tower2.Transparency = 0
  3494. tower2.FormFactor = "Custom"
  3495. tower2.Material = "Slate"
  3496. tower2.TopSurface = "Smooth"
  3497. tower2.BottomSurface = "Smooth"
  3498. tower2.CFrame = CFrame.new(-63.5, 28, 64.5)
  3499.  
  3500. tower3 = Instance.new("Part", castle)
  3501. tower3.Size = Vector3.new(17, 55, 19)
  3502. tower3.Anchored = true
  3503. tower3.BrickColor = BrickColor.new("Dark stone grey")
  3504. tower3.Transparency = 0
  3505. tower3.FormFactor = "Custom"
  3506. tower3.Material = "Slate"
  3507. tower3.TopSurface = "Smooth"
  3508. tower3.BottomSurface = "Smooth"
  3509. tower3.CFrame = CFrame.new(-63.5, 28, -64.5)
  3510.  
  3511. tower4 = Instance.new("Part", castle)
  3512. tower4.Size = Vector3.new(17, 55, 19)
  3513. tower4.Anchored = true
  3514. tower4.BrickColor = BrickColor.new("Dark stone grey")
  3515. tower4.Transparency = 0
  3516. tower4.FormFactor = "Custom"
  3517. tower4.Material = "Slate"
  3518. tower4.TopSurface = "Smooth"
  3519. tower4.BottomSurface = "Smooth"
  3520. tower4.CFrame = CFrame.new(63.5, 28, -64.5)
  3521.  
  3522. point1 = Instance.new("Part", castle)
  3523. point1.Size = Vector3.new(25, 20, 27)
  3524. point1.Anchored = true
  3525. point1.BrickColor = BrickColor.new("BBlitzht red")
  3526. point1.Transparency = 0
  3527. point1.FormFactor = "Custom"
  3528. point1.Material = "Slate"
  3529. point1.TopSurface = "Smooth"
  3530. point1.BottomSurface = "Smooth"
  3531. point1.CFrame = CFrame.new(63.5, 65.6, 64.5)
  3532. cone = Instance.new("SpecialMesh", point1)
  3533. cone.Scale = Vector3.new(15, 30, 15)
  3534. cone.MeshId = "http://www.roblox.com/asset/?id=1033714"
  3535.  
  3536. point2 = Instance.new("Part", castle)
  3537. point2.Size = Vector3.new(25, 20, 27)
  3538. point2.Anchored = true
  3539. point2.BrickColor = BrickColor.new("BBlitzht red")
  3540. point2.Transparency = 0
  3541. point2.FormFactor = "Custom"
  3542. point2.Material = "Slate"
  3543. point2.TopSurface = "Smooth"
  3544. point2.BottomSurface = "Smooth"
  3545. point2.CFrame = CFrame.new(-63.5, 65.6, 64.5)
  3546. cone = Instance.new("SpecialMesh", point2)
  3547. cone.Scale = Vector3.new(15, 30, 15)
  3548. cone.MeshId = "http://www.roblox.com/asset/?id=1033714"
  3549.  
  3550. point3 = Instance.new("Part", castle)
  3551. point3.Size = Vector3.new(25, 20, 27)
  3552. point3.Anchored = true
  3553. point3.BrickColor = BrickColor.new("BBlitzht red")
  3554. point3.Transparency = 0
  3555. point3.FormFactor = "Custom"
  3556. point3.Material = "Slate"
  3557. point3.TopSurface = "Smooth"
  3558. point3.BottomSurface = "Smooth"
  3559. point3.CFrame = CFrame.new(-63.5, 65.6, -64.5)
  3560. cone = Instance.new("SpecialMesh", point3)
  3561. cone.Scale = Vector3.new(15, 30, 15)
  3562. cone.MeshId = "http://www.roblox.com/asset/?id=1033714"
  3563.  
  3564. point4 = Instance.new("Part", castle)
  3565. point4.Size = Vector3.new(25, 20, 27)
  3566. point4.Anchored = true
  3567. point4.BrickColor = BrickColor.new("BBlitzht red")
  3568. point4.Transparency = 0
  3569. point4.FormFactor = "Custom"
  3570. point4.Material = "Slate"
  3571. point4.TopSurface = "Smooth"
  3572. point4.BottomSurface = "Smooth"
  3573. point4.CFrame = CFrame.new(63.5, 65.6, -64.5)
  3574. cone = Instance.new("SpecialMesh", point4)
  3575. cone.Scale = Vector3.new(15, 30, 15)
  3576. cone.MeshId = "http://www.roblox.com/asset/?id=1033714"
  3577.  
  3578. PetChat("I made a spawn castle.")
  3579. end
  3580.  
  3581. if (msg == "open castle") then
  3582. if side1 ~= nil and side2 ~= nil and side3 ~= nil and side4 ~= nil then
  3583. side1.CanCollide = false
  3584. side1.Transparency = 1
  3585. side2.CanCollide = false
  3586. side2.Transparency = 1
  3587. side3.CanCollide = false
  3588. side3.Transparency = 1
  3589. side4.CanCollide = false
  3590. side4.Transparency = 1
  3591. PetChat("I opened the castle.")
  3592. end
  3593. end
  3594.  
  3595. if (msg == "close castle") then
  3596. if side1 ~= nil and side2 ~= nil and side3 ~= nil and side4 ~= nil then
  3597. side1.CanCollide = true
  3598. side1.Transparency = 0
  3599. side2.CanCollide = true
  3600. side2.Transparency = 0
  3601. side3.CanCollide = true
  3602. side3.Transparency = 0
  3603. side4.CanCollide = true
  3604. side4.Transparency = 0
  3605. PetChat("I closed the castle.")
  3606. end
  3607. end
  3608.  
  3609. if (msg == "remove castle") then
  3610. if castle ~= nil then
  3611. castle:Remove()
  3612. PetChat("I removed the castle.")
  3613. end
  3614. end
  3615.  
  3616. if (msg == "fix base") then
  3617. local Base=Instance.new("Part",game.workspace)
  3618. Base.Name="Base"
  3619. Base.Size=Vector3.new(1000,1,1000)
  3620. Base.BrickColor=BrickColor.new("Earth green")
  3621. Base.Anchored=true
  3622. Base.Locked=true
  3623. Base.TopSurface="Universal"
  3624. Base.CFrame=CFrame.new(Vector3.new(0,0,0))
  3625. local Spawn=Instance.new("SpawnLocation",game.workspace)
  3626. Spawn.Name="SpawnLocation"
  3627. Spawn.Size=Vector3.new(6,1,6)
  3628. Spawn.Transparency=1
  3629. Spawn.CanCollide=false
  3630. Spawn.Anchored=true
  3631. Spawn.Locked=true
  3632. Spawn.CFrame=CFrame.new(Vector3.new(0,1,0))
  3633. PetChat("The base has been replaced.")
  3634. end
  3635.  
  3636. if msg == "stay" then
  3637. follow = false
  3638. PetChat("But I want to come with you, master!")
  3639. end
  3640.  
  3641. if msg == "come" then
  3642. follow = true
  3643. PetChat("Yay!")
  3644. end
  3645.  
  3646. if msg == "clear message" then
  3647. PetChat("I am deleting the messages.")
  3648. guis = game.workspace:GetChildren()
  3649. for i = 1,#guis do
  3650. if guis[i].className == "Message" then
  3651. guis[i]:remove()
  3652. end
  3653. end
  3654. end
  3655.  
  3656. if msg == "clear terrain" then
  3657. PetChat("I am deleting the terrain.")
  3658. game.workspace.Terrain:clear()
  3659. end
  3660.  
  3661. if msg == "fus ro dah" then
  3662. go = false
  3663. fus = Instance.new("Part")
  3664. fus.formFactor = "Custom"
  3665. fus.Size = Vector3.new(1, 1, 4)
  3666. fus.TopSurface = "Smooth"
  3667. fus.BottomSurface = "Smooth"
  3668. fus.Anchored = false
  3669. fus.CanCollide = false
  3670. fus.BrickColor = BrickColor.new("BBlitzht blue")
  3671. fus.Transparency = 0.6
  3672. fus.Reflectance = 0.1
  3673. fus.CFrame = player.Character.Head.CFrame * CFrame.new(0, 0, -4)
  3674. fus.Velocity = (player.Character.Head.Position - fus.Position).unit * -150
  3675. local f = Instance.new("Fire")
  3676. f.Name = "FusFire"
  3677. f.Size = fus:GetMass()
  3678. f.Heat = 0
  3679. f.Color = Color3.new(0/255, 204/255, 255/255)
  3680. f.SecondaryColor = Color3.new(1, 1, 1)
  3681. f.Parent = fus
  3682. local mesh = Instance.new("SpecialMesh")
  3683. mesh.MeshType = "Sphere"
  3684. mesh.Parent = fus
  3685. local bp = Instance.new("BodyPosition")
  3686. bp.position = player.Character.Head.Position
  3687. bp.maxForce = Vector3.new(0, math.huge, 0)
  3688. bp.Parent = fus
  3689. fus.Parent = workspace
  3690. fus.Touched:connect(fused)
  3691. coroutine.resume(coroutine.create(function()
  3692. wait(0.5)
  3693. for i = 1, 20 do
  3694. wait(0.01)
  3695. local cf = fus.CFrame
  3696. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  3697. f.Size = fus:GetMass()/2
  3698. fus.CFrame = cf
  3699. end
  3700. wait(3)
  3701. for i = 1, 40 do
  3702. fus.Transparency = fus.Transparency + 0.1
  3703. f.Size = f.Size - (fus:GetMass()/40)
  3704. wait(0.1)
  3705. end
  3706. wait()
  3707. fus.Transparency = 1
  3708. f:remove()
  3709. fus:remove()
  3710. go = true
  3711. end))
  3712. game:GetService("Debris"):AddItem(fus, 15)
  3713. elseif msg == "wuld nah kest" then
  3714. local speed = player.Character.Humanoid.WalkSpeed --Speed prior to sprinting
  3715. local cf = player.Character.Torso.CFrame * CFrame.new(0, 0, -50)
  3716. local pos = cf.p
  3717. player.Character.Humanoid.WalkSpeed = 200
  3718. player.Character.Humanoid:MoveTo(pos, workspace.Base)
  3719. wait(0.275)
  3720. player.Character.Humanoid.WalkSpeed = speed
  3721. player.Character.Humanoid:MoveTo(player.Character.Torso.Position, player.Character.Torso)
  3722. elseif msg == "liz slen nus" then
  3723. --local succ, ret = pcall(function()
  3724. go = false
  3725. fus = Instance.new("Part")
  3726. fus.formFactor = "Custom"
  3727. fus.Size = Vector3.new(3, 3, 6)
  3728. fus.TopSurface = "Smooth"
  3729. fus.BottomSurface = "Smooth"
  3730. fus.Anchored = false
  3731. fus.CanCollide = false
  3732. fus.BrickColor = BrickColor.new("White")
  3733. fus.Transparency = 0.5
  3734. fus.Reflectance = 0.1
  3735. fus.CFrame = player.Character.Head.CFrame * CFrame.new(0, 0, -6)
  3736. fus.Velocity = (player.Character.Head.Position - fus.Position).unit * -150
  3737. local s = Instance.new("Sparkles")
  3738. s.Name = "LizSparkle"
  3739. s.SparkleColor = Color3.new(1, 1, 1)
  3740. s.Parent = fus
  3741. local mesh = Instance.new("SpecialMesh")
  3742. mesh.MeshType = "Sphere"
  3743. mesh.Parent = fus
  3744. local bp = Instance.new("BodyPosition")
  3745. bp.position = player.Character.Head.Position
  3746. bp.maxForce = Vector3.new(0, math.huge, 0)
  3747. bp.Parent = fus
  3748. fus.Parent = workspace
  3749. fus.Touched:connect(lized)
  3750. --[end)
  3751. coroutine.resume(coroutine.create(function()
  3752. wait(3)
  3753. for i = 1, 40 do
  3754. fus.Transparency = fus.Transparency + 0.1
  3755. wait(0.1)
  3756. end
  3757. wait()
  3758. fus.Transparency = 1
  3759. fus:remove()
  3760. go = true
  3761. end))
  3762. game:GetService("Debris"):AddItem(fus, 15)
  3763. elseif msg == "yol toor shul" then
  3764. go = false
  3765. fus = Instance.new("Part")
  3766. fus.formFactor = "Custom"
  3767. fus.Size = Vector3.new(3, 3, 6)
  3768. fus.TopSurface = "Smooth"
  3769. fus.BottomSurface = "Smooth"
  3770. fus.Anchored = false
  3771. fus.CanCollide = false
  3772. fus.BrickColor = BrickColor.new("BBlitzht orange")
  3773. fus.Transparency = 0.5
  3774. fus.Reflectance = 0.1
  3775. fus.CFrame = player.Character.Head.CFrame * CFrame.new(0, 0, -6)
  3776. fus.Velocity = (player.Character.Head.Position - fus.Position).unit * -150
  3777. local f = Instance.new("Fire")
  3778. f.Name = "FusFire"
  3779. f.Size = fus:GetMass()/3
  3780. f.Heat = 0
  3781. f.Parent = fus
  3782. local mesh = Instance.new("SpecialMesh")
  3783. mesh.MeshType = "Sphere"
  3784. mesh.Parent = fus
  3785. local bp = Instance.new("BodyPosition")
  3786. bp.position = player.Character.Head.Position
  3787. bp.maxForce = Vector3.new(0, math.huge, 0)
  3788. bp.Parent = fus
  3789. fus.Parent = workspace
  3790. fus.Touched:connect(yoled)
  3791. coroutine.resume(coroutine.create(function()
  3792. wait(0.5)
  3793. for i = 1, 20 do
  3794. wait(0.01)
  3795. local cf = fus.CFrame
  3796. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  3797. f.Size = fus:GetMass()/2
  3798. fus.CFrame = cf
  3799. end
  3800. wait(3)
  3801. for i = 1, 40 do
  3802. fus.Transparency = fus.Transparency + 0.1
  3803. f.Size = f.Size - (fus:GetMass()/3)/40
  3804. wait(0.1)
  3805. end
  3806. wait()
  3807. fus.Transparency = 1
  3808. f:remove()
  3809. fus:remove()
  3810. go = true
  3811. end))
  3812. game:GetService("Debris"):AddItem(fus, 15)
  3813. elseif msg == "feim zii gron" then
  3814. player.Character.Humanoid.WalkSpeed = 30
  3815. for a, b in pairs(player.Character:children()) do
  3816. if b.Name == "Head" then
  3817. if b:findFirstChild("face") ~= nil then
  3818. coroutine.resume(coroutine.create(function()
  3819. for i = 1, 110 do
  3820. b.face.Transparency = b.face.Transparency + 0.01
  3821. wait(0.01)
  3822. end
  3823. b.face.Transparency = 1
  3824. end))
  3825. end
  3826. end
  3827. if b.className == "Part" then
  3828. coroutine.resume(coroutine.create(function()
  3829. for i = 1, 110 do
  3830. b.Transparency = b.Transparency + 0.01
  3831. wait(0.01)
  3832. end
  3833. b.Transparency = 1
  3834. end))
  3835. elseif b.className == "Hat" then
  3836. coroutine.resume(coroutine.create(function()
  3837. for i = 1, 110 do
  3838. b.Handle.Transparency = b.Handle.Transparency + 0.01
  3839. wait(0.01)
  3840. end
  3841. b.Handle.Transparency = 1
  3842. end))
  3843. end
  3844. end
  3845. wait(15)
  3846. player.Character.Humanoid.WalkSpeed = 16
  3847. for a, b in pairs(player.Character:children()) do
  3848. if b.Name == "Head" then
  3849. if b:findFirstChild("face") ~= nil then
  3850. coroutine.resume(coroutine.create(function()
  3851. for i = 1, 110 do
  3852. b.face.Transparency = b.face.Transparency - 0.01
  3853. wait(0.01)
  3854. end
  3855. b.face.Transparency = 0
  3856. end))
  3857. end
  3858. end
  3859. if b.className == "Part" then
  3860. coroutine.resume(coroutine.create(function()
  3861. for i = 1, 110 do
  3862. b.Transparency = b.Transparency - 0.01
  3863. wait(0.01)
  3864. end
  3865. b.Transparency = 0
  3866. end))
  3867. elseif b.className == "Hat" then
  3868. coroutine.resume(coroutine.create(function()
  3869. for i = 1, 110 do
  3870. b.Handle.Transparency = b.Handle.Transparency - 0.01
  3871. wait(0.01)
  3872. end
  3873. b.Handle.Transparency = 0
  3874. end))
  3875. end
  3876. end
  3877. elseif msg == "strun bah qo" and skygo == true then
  3878. skygo = false
  3879. local clouds = {}
  3880. function lightning(cl)
  3881. local lights = {}
  3882. for i = 1, 15 do
  3883. local l = Instance.new("Part")
  3884. l.Name = "FusLightning"
  3885. table.insert(lights, l)
  3886. game:GetService("Debris"):AddItem(l, 15)
  3887. l.formFactor = "Custom"
  3888. l.Size = Vector3.new(1, math.random(50, 75), 1)
  3889. l.BrickColor = BrickColor.new("Institutional white")
  3890. l.Transparency = 0.45
  3891. l.Reflectance = 0.5
  3892. l.Anchored = true
  3893. l.CanCollide = false
  3894. local xnum = 6
  3895. local znum = 6
  3896. if i == 1 then
  3897. l.CFrame = cl.CFrame * CFrame.Angles(math.random(-(math.pi/xnum), math.pi/xnum), 0, math.random(-(math.pi/znum), math.pi/znum)) * CFrame.new(0, -1 * (l.Size.Y/2), 0)
  3898. elseif i > 1 then
  3899. local llight = lights[i - 1]
  3900. l.CFrame = llight.CFrame * CFrame.Angles(math.random(-(math.pi/xnum), math.pi/xnum), 0, math.random(-(math.pi/znum), math.pi/znum)) * CFrame.new(0, -1 * (l.Size.Y/2), 0)
  3901. end
  3902. l.Parent = workspace
  3903. l.Touched:connect(function(part) struned(part, l) end)
  3904. coroutine.resume(coroutine.create(function()
  3905. repeat
  3906. l.Transparency = l.Transparency + 0.02
  3907. wait()
  3908. until l.Transparency >= 1
  3909. l:remove()
  3910. end))
  3911. end
  3912. end
  3913. for i = 1, 100 do
  3914. game.Lighting.BBlitzhtness = game.Lighting.BBlitzhtness - 0.01
  3915. wait(0.05)
  3916. end
  3917. game.Lighting.BBlitzhtness = 0
  3918. local cloud = Instance.new("Part")
  3919. cloud.Name = "StrunCloud"
  3920. cloud.Size = Vector3.new(1, 1, 1)
  3921. cloud.Anchored = true
  3922. cloud.CanCollide = false
  3923. cloud.BrickColor = BrickColor.new("Black")
  3924. cloud.Transparency = 1
  3925. local mesh = Instance.new("SpecialMesh")
  3926. mesh.MeshType = "FileMesh"
  3927. mesh.Scale = Vector3.new(math.random(100, 150), math.random(50, 100), math.random(100, 150))
  3928. mesh.MeshId = "www.roblox.com/asset/?id=1095708"
  3929. mesh.Parent = cloud
  3930. for i = 1, (math.random(4, 8)) do
  3931. local newc = cloud:clone()
  3932. newc.Parent = workspace
  3933. game:GetService("Debris"):AddItem(newc, 300)
  3934. table.insert(clouds, newc)
  3935. newc.CFrame = CFrame.new(player.Character.Torso.Position + Vector3.new(math.random(-250, 250), math.random(150, 200), math.random(-250, 250)))
  3936. coroutine.resume(coroutine.create(function()
  3937. repeat
  3938. newc.Transparency = newc.Transparency - 0.01
  3939. wait()
  3940. until newc.Transparency <= 0.2
  3941. newc.Transparency = 0.2
  3942. end))
  3943. end
  3944. for i = 1, (math.random(7, 15)) do
  3945. if skygo == true then break end
  3946. local s = Instance.new("Sound")
  3947. game:GetService("Debris"):AddItem(s, 5)
  3948. s.Name = "Lighting"
  3949. s.SoundId = "rbxasset://sounds/HalloweenLightning.wav"
  3950. s.Pitch = (math.random(10, 15) * 0.1)
  3951. s.PlayOnRemove = true
  3952. s.Looped = false
  3953. s.Parent = workspace
  3954. wait(0.5)
  3955. s:play()
  3956. for i = 1, #clouds do
  3957. lightning(clouds[i])
  3958. end
  3959. game.Lighting.BBlitzhtness = 1
  3960. wait(0.001)
  3961. game.Lighting.BBlitzhtness = 0
  3962. s:remove()
  3963. wait(math.random(3, 6))
  3964. end
  3965. wait(2)
  3966. for i = 1, #clouds do
  3967. coroutine.resume(coroutine.create(function()
  3968. repeat
  3969. clouds[i].Transparency = clouds[i].Transparency + 0.01
  3970. wait(0.05)
  3971. until clouds[i].Transparency >= 1
  3972. clouds[i]:remove()
  3973. end))
  3974. end
  3975. for i = 1, 110 do
  3976. game.Lighting.BBlitzhtness = game.Lighting.BBlitzhtness + 0.01
  3977. wait(0.01)
  3978. end
  3979. skygo = true
  3980. game.Lighting.BBlitzhtness = 1
  3981. elseif msg == "fo krah diin" then
  3982. go = false
  3983. for i = 1, 50 do
  3984. fus = Instance.new("Part")
  3985. fus.formFactor = "Custom"
  3986. fus.Size = Vector3.new(0.5, 0.5, 0.5)
  3987. fus.TopSurface = "Smooth"
  3988. fus.BottomSurface = "Smooth"
  3989. fus.Anchored = false
  3990. fus.CanCollide = false
  3991. fus.BrickColor = BrickColor.new("Institutional white")
  3992. fus.Transparency = 0.6
  3993. fus.Reflectance = 0.1
  3994. fus.CFrame = player.Character.Head.CFrame * CFrame.new(math.random(-15, 15)*0.1, math.random(-15, 15)*0.1, -4)
  3995. fus.Velocity = (player.Character.Head.Position - fus.Position).unit * -150
  3996. local f = Instance.new("Fire")
  3997. f.Name = "FusFire"
  3998. f.Size = fus:GetMass()
  3999. f.Heat = 0
  4000. f.Color = Color3.new(1, 1, 1)
  4001. f.SecondaryColor = Color3.new(1, 1, 1)
  4002. f.Parent = fus
  4003. local mesh = Instance.new("SpecialMesh")
  4004. mesh.MeshType = "Sphere"
  4005. mesh.Parent = fus
  4006. local bp = Instance.new("BodyPosition")
  4007. bp.position = fus.Position
  4008. bp.maxForce = Vector3.new(0, math.huge, 0)
  4009. bp.Parent = fus
  4010. fus.Parent = workspace
  4011. fus.Touched:connect(function(part) foed(part, fus) end)
  4012. game:GetService("Debris"):AddItem(fus, 15)
  4013. end
  4014. go = true
  4015. elseif msg == "laas yah nir" then
  4016. for i = 1, 30 do
  4017. for a, b in pairs(game.Players:children()) do
  4018. if b.Character ~= nil then
  4019. if (player.Character.Torso.Position - b.Character.Torso.Position).magnitude <= 100 and b ~= p then
  4020. if b.Character.Torso:findFirstChild("LaasFire") == nil then
  4021. local f = Instance.new("Fire", b.Character.Torso)
  4022. f.Name = "LaasFire"
  4023. f.Size = b.Character.Torso:GetMass()*2
  4024. f.Color = Color3.new(204/255, 0/255, 204/255)
  4025. f.SecondaryColor = Color3.new(0/255, 0/255, 0/255)
  4026. end
  4027. elseif (player.Character.Torso.Position - b.Character.Torso.Position).magnitude > 100 then
  4028. if b.Character.Torso:findFirstChild("LaasFire") ~= nil then
  4029. b.Character.Torso.LaasFire:remove()
  4030. end
  4031. end
  4032. end
  4033. end
  4034. wait(1)
  4035. end
  4036. for a, b in pairs(game.Players:children()) do
  4037. if b.Character.Torso:findFirstChild("LaasFire") ~= nil then
  4038. b.Character.Torso.LaasFire:remove()
  4039. end
  4040. end
  4041. elseif msg == "zun haal viik" then
  4042. go = false
  4043. fus = Instance.new("Part")
  4044. fus.formFactor = "Custom"
  4045. fus.Size = Vector3.new(1, 1, 4)
  4046. fus.TopSurface = "Smooth"
  4047. fus.BottomSurface = "Smooth"
  4048. fus.Anchored = false
  4049. fus.CanCollide = false
  4050. fus.BrickColor = BrickColor.new("Lime green")
  4051. fus.Transparency = 0.6
  4052. fus.Reflectance = 0.1
  4053. fus.CFrame = player.Character.Head.CFrame * CFrame.new(0, 0, -4)
  4054. fus.Velocity = (player.Character.Head.Position - fus.Position).unit * -200
  4055. local f = Instance.new("Fire")
  4056. f.Name = "FusFire"
  4057. f.Size = fus:GetMass()
  4058. f.Heat = 0
  4059. f.Color = Color3.new(0/255, 255/255, 0/255)
  4060. f.SecondaryColor = Color3.new(255/255, 255/255, 255/255)
  4061. f.Parent = fus
  4062. local mesh = Instance.new("SpecialMesh")
  4063. mesh.MeshType = "Sphere"
  4064. mesh.Parent = fus
  4065. local bp = Instance.new("BodyPosition")
  4066. bp.position = player.Character.Head.Position
  4067. bp.maxForce = Vector3.new(0, math.huge, 0)
  4068. bp.Parent = fus
  4069. fus.Parent = workspace
  4070. fus.Touched:connect(function(part) zuned(part, fus) end)
  4071. coroutine.resume(coroutine.create(function()
  4072. wait(0.5)
  4073. for i = 1, 9 do
  4074. wait(0.01)
  4075. local cf = fus.CFrame
  4076. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  4077. f.Size = fus:GetMass()/2
  4078. fus.CFrame = cf
  4079. end
  4080. wait(3)
  4081. for i = 1, 40 do
  4082. fus.Transparency = fus.Transparency + 0.1
  4083. f.Size = f.Size - (fus:GetMass()/40)
  4084. wait(0.1)
  4085. end
  4086. wait()
  4087. fus.Transparency = 1
  4088. f:remove()
  4089. fus:remove()
  4090. go = true
  4091. end))
  4092. game:GetService("Debris"):AddItem(fus, 15)
  4093. elseif msg == "krii lun aus" then
  4094. go = false
  4095. fus = Instance.new("Part")
  4096. fus.formFactor = "Custom"
  4097. fus.Size = Vector3.new(1, 1, 4)
  4098. fus.TopSurface = "Smooth"
  4099. fus.BottomSurface = "Smooth"
  4100. fus.Anchored = false
  4101. fus.CanCollide = false
  4102. fus.BrickColor = BrickColor.new("BBlitzht purple")
  4103. fus.Transparency = 0.6
  4104. fus.Reflectance = 0.1
  4105. fus.CFrame = player.Character.Head.CFrame * CFrame.new(0, 0, -4)
  4106. fus.Velocity = (player.Character.Head.Position - fus.Position).unit * -150
  4107. local f = Instance.new("Fire")
  4108. f.Name = "FusFire"
  4109. f.Size = fus:GetMass()
  4110. f.Heat = 0
  4111. f.Color = Color3.new(153/255, 0/255, 255/255)
  4112. f.SecondaryColor = Color3.new(255/255, 255/255, 255/255)
  4113. f.Parent = fus
  4114. local mesh = Instance.new("SpecialMesh")
  4115. mesh.MeshType = "Sphere"
  4116. mesh.Parent = fus
  4117. local bp = Instance.new("BodyPosition")
  4118. bp.position = player.Character.Head.Position
  4119. bp.maxForce = Vector3.new(0, math.huge, 0)
  4120. bp.Parent = fus
  4121. fus.Parent = workspace
  4122. fus.Touched:connect(function(part) kriied(part, fus) end)
  4123. coroutine.resume(coroutine.create(function()
  4124. wait(0.5)
  4125. for i = 1, 19 do
  4126. wait(0.01)
  4127. local cf = fus.CFrame
  4128. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  4129. f.Size = fus:GetMass()/2
  4130. fus.CFrame = cf
  4131. end
  4132. wait(3)
  4133. for i = 1, 40 do
  4134. fus.Transparency = fus.Transparency + 0.1
  4135. f.Size = f.Size - (fus:GetMass()/40)
  4136. wait(0.1)
  4137. end
  4138. wait()
  4139. fus.Transparency = 1
  4140. f:remove()
  4141. fus:remove()
  4142. go = true
  4143. end))
  4144. game:GetService("Debris"):AddItem(fus, 15)
  4145. elseif msg == "tiid klo ul" then
  4146. for a, b in pairs(game.Players:children()) do
  4147. if b.Character ~= nil and b ~= p then
  4148. for c, d in pairs(b.Character:children()) do
  4149. if d.className == "Part" then
  4150. if d.Anchored == false then
  4151. local cf = nil
  4152. if d.Name == "Torso" then
  4153. cf = d.CFrame
  4154. end
  4155. d.Anchored = true
  4156. coroutine.resume(coroutine.create(function()
  4157. wait(10)
  4158. if d ~= nil then
  4159. d.Anchored = false
  4160. d.CFrame = cf
  4161. end
  4162. end))
  4163. end
  4164. elseif d.className == "Hat" then
  4165. if d.Handle.Anchored == false then
  4166. d.Handle.Anchored = true
  4167. coroutine.resume(coroutine.create(function()
  4168. wait(10)
  4169. if d ~= nil then
  4170. if d.Handle ~= nil then
  4171. d.Handle.Anchored = false
  4172. end
  4173. end
  4174. end))
  4175. end
  4176. end
  4177. end
  4178. end
  4179. end
  4180. elseif msg == "faas ru maar" then
  4181. go = false
  4182. fus = Instance.new("Part")
  4183. fus.formFactor = "Custom"
  4184. fus.Size = Vector3.new(1, 1, 4)
  4185. fus.TopSurface = "Smooth"
  4186. fus.BottomSurface = "Smooth"
  4187. fus.Anchored = false
  4188. fus.CanCollide = false
  4189. fus.BrickColor = BrickColor.new("Really black")
  4190. fus.Transparency = 0.6
  4191. fus.Reflectance = 0.1
  4192. fus.CFrame = player.Character.Head.CFrame * CFrame.new(0, 0, -4)
  4193. fus.Velocity = (player.Character.Head.Position - fus.Position).unit * -150
  4194. local f = Instance.new("Fire")
  4195. f.Name = "FusFire"
  4196. f.Size = fus:GetMass()
  4197. f.Heat = 0
  4198. f.Color = Color3.new(0/255, 0/255, 0/255)
  4199. f.SecondaryColor = Color3.new(255/255, 255/255, 255/255)
  4200. f.Parent = fus
  4201. local mesh = Instance.new("SpecialMesh")
  4202. mesh.MeshType = "Sphere"
  4203. mesh.Parent = fus
  4204. local bp = Instance.new("BodyPosition")
  4205. bp.position = player.Character.Head.Position
  4206. bp.maxForce = Vector3.new(0, math.huge, 0)
  4207. bp.Parent = fus
  4208. fus.Parent = workspace
  4209. fus.Touched:connect(function(part) faased(part) end)
  4210. coroutine.resume(coroutine.create(function()
  4211. wait(0.5)
  4212. for i = 1, 19 do
  4213. wait(0.01)
  4214. local cf = fus.CFrame
  4215. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  4216. f.Size = fus:GetMass()/2
  4217. fus.CFrame = cf
  4218. end
  4219. wait(3)
  4220. for i = 1, 40 do
  4221. fus.Transparency = fus.Transparency + 0.1
  4222. f.Size = f.Size - (fus:GetMass()/40)
  4223. wait(0.1)
  4224. end
  4225. wait()
  4226. fus.Transparency = 1
  4227. f:remove()
  4228. fus:remove()
  4229. go = true
  4230. end))
  4231. game:GetService("Debris"):AddItem(fus, 15)
  4232. elseif msg == "toor bah yol" and skygo == true then
  4233. skygo = false
  4234. local clouds = {}
  4235. function meteor(cloud)
  4236. local cf = CFrame.new(cloud.Position + Vector3.new(math.random(-10, 10), 20, math.random(-10, 10)))
  4237. local m = Instance.new("Part")
  4238. m.Name = "FusRock"
  4239. m.Shape = "Ball"
  4240. m.formFactor = "Symmetric"
  4241. m.Anchored = false
  4242. m.CanCollide = false
  4243. m.TopSurface = "Smooth"
  4244. m.BottomSurface = "Smooth"
  4245. local size = math.random(10, 20)
  4246. m.Size = Vector3.new(size, size, size)
  4247. m.BrickColor = BrickColor.new("BBlitzht red")
  4248. local mesh = Instance.new("SpecialMesh")
  4249. mesh.MeshType = "FileMesh"
  4250. mesh.Parent = m
  4251. mesh.MeshId = "http://www.roblox.com/asset/?id=1290033"
  4252. mesh.TextureId = "http://www.roblox.com/asset/?id=1290030"
  4253. mesh.Scale = m.Size * Vector3.new(0.5, 0.5, 0.5)
  4254. mesh.VertexColor = Vector3.new(2, 0.5, 0)
  4255. m.CFrame = cf
  4256. Instance.new("Fire", m).Size = m:GetMass()
  4257. m.Velocity = Vector3.new(0, -50, 0)
  4258. m.Parent = workspace
  4259. game:GetService("Debris"):AddItem(m, 30)
  4260. m.Touched:connect(function(part) toored(part, m) end)
  4261. end
  4262. for i = 1, 100 do
  4263. game.Lighting.BBlitzhtness = game.Lighting.BBlitzhtness - 0.01
  4264. wait(0.05)
  4265. end
  4266. game.Lighting.BBlitzhtness = 0
  4267. local cloud = Instance.new("Part")
  4268. cloud.Name = "ToorCloud"
  4269. cloud.Size = Vector3.new(1, 1, 1)
  4270. cloud.Anchored = true
  4271. cloud.CanCollide = false
  4272. cloud.BrickColor = BrickColor.new("Black")
  4273. cloud.Transparency = 1
  4274. local mesh = Instance.new("SpecialMesh")
  4275. mesh.MeshType = "FileMesh"
  4276. mesh.Scale = Vector3.new(math.random(100, 150), math.random(50, 100), math.random(100, 150))
  4277. mesh.MeshId = "www.roblox.com/asset/?id=1095708"
  4278. mesh.Parent = cloud
  4279. for i = 1, (math.random(4, 8)) do
  4280. local newc = cloud:clone()
  4281. newc.Parent = workspace
  4282. game:GetService("Debris"):AddItem(newc, 180)
  4283. table.insert(clouds, newc)
  4284. newc.CFrame = CFrame.new(player.Character.Torso.Position + Vector3.new(math.random(-250, 250), math.random(150, 200), math.random(-250, 250)))
  4285. coroutine.resume(coroutine.create(function()
  4286. repeat
  4287. newc.Transparency = newc.Transparency - 0.01
  4288. wait()
  4289. until newc.Transparency <= 0.2
  4290. newc.Transparency = 0.2
  4291. end))
  4292. end
  4293. for launch = 1, math.random(20, 30) do
  4294. if skygo == true then break end
  4295. wait(math.random(2, 4))
  4296. meteor(clouds[math.random(1, #clouds)])
  4297. end
  4298. wait(1)
  4299. for c = 1, #clouds do
  4300. coroutine.resume(coroutine.create(function()
  4301. repeat
  4302. clouds[c].Transparency = clouds[c].Transparency + 0.01
  4303. wait()
  4304. until clouds[c].Transparency >= 1
  4305. clouds[c].Transparency = 1
  4306. clouds[c]:remove()
  4307. end))
  4308. end
  4309. repeat
  4310. game.Lighting.BBlitzhtness = game.Lighting.BBlitzhtness + 0.01
  4311. wait(0.01)
  4312. until game.Lighting.BBlitzhtness >= 1
  4313. game.Lighting.BBlitzhtness = 1
  4314. skygo = true
  4315. elseif msg == "joor zah frul" then
  4316. go = false
  4317. fus = Instance.new("Part")
  4318. fus.formFactor = "Custom"
  4319. fus.Size = Vector3.new(1, 1, 4)
  4320. fus.TopSurface = "Smooth"
  4321. fus.BottomSurface = "Smooth"
  4322. fus.Anchored = false
  4323. fus.CanCollide = false
  4324. fus.BrickColor = BrickColor.new("BBlitzht yellow")
  4325. fus.Transparency = 0.7
  4326. fus.Reflectance = 0.1
  4327. fus.CFrame = player.Character.Head.CFrame * CFrame.new(0, 0, -4)
  4328. fus.Velocity = (player.Character.Head.Position - fus.Position).unit * -150
  4329. local f = Instance.new("Sparkles")
  4330. f.Name = "FusSparkles"
  4331. f.SparkleColor = Color3.new(0, 0, 0)
  4332. f.Parent = fus
  4333. local mesh = Instance.new("SpecialMesh")
  4334. mesh.MeshType = "Sphere"
  4335. mesh.Parent = fus
  4336. local bp = Instance.new("BodyPosition")
  4337. bp.position = player.Character.Head.Position
  4338. bp.maxForce = Vector3.new(0, math.huge, 0)
  4339. bp.Parent = fus
  4340. fus.Parent = workspace
  4341. fus.Touched:connect(function(part) joored(part, fus) end)
  4342. coroutine.resume(coroutine.create(function()
  4343. wait(0.5)
  4344. for i = 1, 19 do
  4345. wait(0.01)
  4346. local cf = fus.CFrame
  4347. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  4348. fus.CFrame = cf
  4349. end
  4350. wait(3)
  4351. for i = 1, 40 do
  4352. fus.Transparency = fus.Transparency + 0.1
  4353. wait(0.1)
  4354. end
  4355. wait()
  4356. fus.Transparency = 1
  4357. f:remove()
  4358. fus:remove()
  4359. go = true
  4360. end))
  4361. game:GetService("Debris"):AddItem(fus, 15)
  4362. elseif msg == "kaan drem ov" then
  4363. go = false
  4364. fus = Instance.new("Part")
  4365. fus.formFactor = "Custom"
  4366. fus.Size = Vector3.new(1, 1, 4)
  4367. fus.TopSurface = "Smooth"
  4368. fus.BottomSurface = "Smooth"
  4369. fus.Anchored = false
  4370. fus.CanCollide = false
  4371. fus.BrickColor = BrickColor.new("White")
  4372. fus.Transparency = 0.7
  4373. fus.Reflectance = 0.1
  4374. fus.CFrame = player.Character.Head.CFrame * CFrame.new(0, 0, -4)
  4375. fus.Velocity = (player.Character.Head.Position - fus.Position).unit * -150
  4376. local f = Instance.new("Sparkles")
  4377. f.Name = "FusSparkles"
  4378. f.SparkleColor = Color3.new(1, 1, 1)
  4379. f.Parent = fus
  4380. local mesh = Instance.new("SpecialMesh")
  4381. mesh.MeshType = "Sphere"
  4382. mesh.Parent = fus
  4383. local bp = Instance.new("BodyPosition")
  4384. bp.position = player.Character.Head.Position
  4385. bp.maxForce = Vector3.new(0, math.huge, 0)
  4386. bp.Parent = fus
  4387. fus.Parent = workspace
  4388. fus.Touched:connect(function(part) kaaned(part) end)
  4389. coroutine.resume(coroutine.create(function()
  4390. wait(0.5)
  4391. for i = 1, 19 do
  4392. wait(0.01)
  4393. local cf = fus.CFrame
  4394. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  4395. fus.CFrame = cf
  4396. end
  4397. wait(3)
  4398. for i = 1, 40 do
  4399. fus.Transparency = fus.Transparency + 0.1
  4400. wait(0.1)
  4401. end
  4402. wait()
  4403. fus.Transparency = 1
  4404. f:remove()
  4405. fus:remove()
  4406. go = true
  4407. end))
  4408. game:GetService("Debris"):AddItem(fus, 15)
  4409. elseif msg == "ven mul riik" and skygo == true then
  4410. skygo = false
  4411. local l = game.Lighting
  4412. l.FogEnd = 1000
  4413. coroutine.resume(coroutine.create(function()
  4414. repeat
  4415. l.FogEnd = l.FogEnd - 3
  4416. wait()
  4417. until l.FogEnd < 50
  4418. wait(10)
  4419. repeat
  4420. l.FogEnd = l.FogEnd + 5
  4421. wait()
  4422. until l.FogEnd > 5000
  4423. l.FogEnd = 10000
  4424. skygo = true
  4425. end))
  4426. elseif msg == "lok vah koor" and skygo == false then
  4427. skygo = true
  4428. --Not changing go because this is an instantaneous reaction.
  4429. coroutine.resume(coroutine.create(function()
  4430. local b = Instance.new("Part")
  4431. b.Shape = "Ball"
  4432. b.formFactor = "Symmetric"
  4433. b.Size = Vector3.new(1, 1, 1)
  4434. b.CFrame = player.Character.Torso.CFrame
  4435. b.TopSurface = "Smooth"
  4436. b.BottomSurface = "Smooth"
  4437. b.Anchored = true
  4438. b.CanCollide = false
  4439. b.Name = "LokBall"
  4440. b.BrickColor = BrickColor.new("White")
  4441. b.Parent = player.Character
  4442. game:GetService("Debris"):AddItem(b, 20)
  4443. repeat
  4444. b.Size = b.Size + Vector3.new(1, 1, 1)
  4445. b.CFrame = player.Character.Torso.CFrame
  4446. b.Transparency = b.Transparency + 1/29
  4447. wait()
  4448. until b.Size.x == 30
  4449. b:remove()
  4450. end))
  4451. local l = game.Lighting
  4452. coroutine.resume(coroutine.create(function()
  4453. repeat
  4454. l.FogEnd = l.FogEnd + 5
  4455. wait()
  4456. until l.FogEnd > 5000
  4457. l.FogEnd = 10000
  4458. end))
  4459. elseif msg == "nahl daal vus" then
  4460. go = false
  4461. fus = Instance.new("Part")
  4462. fus.formFactor = "Custom"
  4463. fus.Size = Vector3.new(2, 2, 4)
  4464. fus.TopSurface = "Smooth"
  4465. fus.BottomSurface = "Smooth"
  4466. fus.Anchored = false
  4467. fus.CanCollide = false
  4468. fus.BrickColor = BrickColor.new("BBlitzht green")
  4469. fus.Transparency = 0.7
  4470. fus.Reflectance = 0.1
  4471. fus.CFrame = player.Character.Head.CFrame * CFrame.new(0, 0, -4)
  4472. fus.Velocity = (player.Character.Head.Position - fus.Position).unit * -150
  4473. local f = Instance.new("Sparkles")
  4474. f.Name = "FusSparkles"
  4475. f.SparkleColor = Color3.new(1, 1, 1)
  4476. f.Parent = fus
  4477. local mesh = Instance.new("SpecialMesh")
  4478. mesh.MeshType = "Sphere"
  4479. mesh.Parent = fus
  4480. local bp = Instance.new("BodyPosition")
  4481. bp.position = player.Character.Head.Position
  4482. bp.maxForce = Vector3.new(0, math.huge, 0)
  4483. bp.Parent = fus
  4484. fus.Parent = workspace
  4485. fus.Touched:connect(function(part) nahled(part) end)
  4486. coroutine.resume(coroutine.create(function()
  4487. wait(0.5)
  4488. for i = 1, 19 do
  4489. wait(0.01)
  4490. local cf = fus.CFrame
  4491. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  4492. fus.CFrame = cf
  4493. end
  4494. wait(3)
  4495. for i = 1, 40 do
  4496. fus.Transparency = fus.Transparency + 0.1
  4497. wait(0.1)
  4498. end
  4499. wait()
  4500. fus.Transparency = 1
  4501. f:remove()
  4502. fus:remove()
  4503. go = true
  4504. end))
  4505. game:GetService("Debris"):AddItem(fus, 15)
  4506. elseif msg == "bex" then
  4507. go = false
  4508. fus = Instance.new("Part")
  4509. fus.formFactor = "Custom"
  4510. fus.Size = Vector3.new(1, 1, 4)
  4511. fus.TopSurface = "Smooth"
  4512. fus.BottomSurface = "Smooth"
  4513. fus.Anchored = false
  4514. fus.CanCollide = false
  4515. fus.BrickColor = BrickColor.new("White")
  4516. fus.Transparency = 0.7
  4517. fus.Reflectance = 0.1
  4518. fus.CFrame = player.Character.Head.CFrame * CFrame.new(0, 0, -4)
  4519. fus.Velocity = (player.Character.Head.Position - fus.Position).unit * -150
  4520. local mesh = Instance.new("SpecialMesh")
  4521. mesh.MeshType = "Sphere"
  4522. mesh.Parent = fus
  4523. local bp = Instance.new("BodyPosition")
  4524. bp.position = player.Character.Head.Position
  4525. bp.maxForce = Vector3.new(0, math.huge, 0)
  4526. bp.Parent = fus
  4527. fus.Parent = workspace
  4528. fus.Touched:connect(function(part) bexed(part) end)
  4529. coroutine.resume(coroutine.create(function()
  4530. wait(1)
  4531. for i = 1, 40 do
  4532. fus.Transparency = fus.Transparency + 0.1
  4533. wait(0.1)
  4534. end
  4535. wait()
  4536. fus.Transparency = 1
  4537. fus:remove()
  4538. go = true
  4539. end))
  4540. game:GetService("Debris"):AddItem(fus, 15)
  4541. end
  4542.  
  4543.  
  4544. if msg == "base" then
  4545. PetChat("I made a new base!")
  4546. local Base=Instance.new("Part",game.workspace)
  4547. Base.Name="Base"
  4548. Base.Size=Vector3.new(1000,1,1000)
  4549. Base.BrickColor=BrickColor.new("Earth green")
  4550. Base.Anchored=true
  4551. Base.Locked=true
  4552. Base.TopSurface="Universal"
  4553. Base.CFrame=CFrame.new(Vector3.new(0,0,0))
  4554. local Spawn=Instance.new("SpawnLocation",game.workspace)
  4555. Spawn.Name="SpawnLocation"
  4556. Spawn.Size=Vector3.new(6,1,6)
  4557. Spawn.Transparency=1
  4558. Spawn.CanCollide=false
  4559. Spawn.Anchored=true
  4560. Spawn.Locked=true
  4561. Spawn.CFrame=CFrame.new(Vector3.new(0,1,0))
  4562. end
  4563.  
  4564. if msg == "blue" then
  4565. PetChat("I'm blue now!")
  4566. head.BrickColor = BrickColor.new("BBlitzht blue")
  4567. end
  4568. if msg == "yellow" then
  4569. PetChat("I'm yellow now!")
  4570. head.BrickColor = BrickColor.new("BBlitzht yellow")
  4571. end
  4572. if msg == "white" then
  4573. PetChat("I'm white now!")
  4574. head.BrickColor = BrickColor.new("Institutional white")
  4575. end
  4576. if msg == "red" then
  4577. PetChat("I'm red now!")
  4578. head.BrickColor = BrickColor.new("BBlitzht red")
  4579. end
  4580. if msg == "black" then
  4581. PetChat("I'm black now!")
  4582. head.BrickColor = BrickColor.new("Really black")
  4583. end
  4584. if msg == "green" then
  4585. PetChat("I'm green now!")
  4586. head.BrickColor = BrickColor.new("BBlitzht green")
  4587. end
  4588. if msg == "orange" then
  4589. PetChat("I'm orange now!")
  4590. head.BrickColor = BrickColor.new("BBlitzht orange")
  4591. end
  4592. if msg == "purple" then
  4593. PetChat("I'm purple now!")
  4594. head.BrickColor = BrickColor.new("BBlitzht violet")
  4595. end
  4596. if msg == "grey" or msg == "gray" then
  4597. PetChat("I'm grey now!")
  4598. head.BrickColor = BrickColor.new("Medium stone grey")
  4599. end
  4600. if msg == "lime" then
  4601. PetChat("I'm lime green now!")
  4602. head.BrickColor = BrickColor.new("Lime green")
  4603. end
  4604.  
  4605.  
  4606. if msg == "dawn" then
  4607. PetChat("It's dawn now!")
  4608. game.Lighting.TimeOfDay = "06:00:00"
  4609. end
  4610. if msg == "noon" then
  4611. PetChat("It's noon now!")
  4612. game.Lighting.TimeOfDay = "12:00:00"
  4613. end
  4614. if msg == "dusk" then
  4615. PetChat("It's dusk now!")
  4616. game.Lighting.TimeOfDay = "18:00:00"
  4617. end
  4618. if msg == "midnight" then
  4619. PetChat("It's midnight now!")
  4620. game.Lighting.TimeOfDay = "23:55:00"
  4621. end
  4622. if msg == "fix lighting" then
  4623. PetChat("Lighting is restored to default!")
  4624. game:service("Lighting").BBlitzhtness = 1
  4625. game:service("Lighting").GeographicLatitude = 41.73
  4626. game:service("Lighting").Ambient = Color3.new(128 / 255, 128 / 255, 128 / 255)
  4627. game:service("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  4628. game:service("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  4629. game:service("Lighting").ShadowColor = Color3.new(179 / 255, 179 / 255, 184 / 255)
  4630. game:service("Lighting").TimeOfDay = "14:00:00"
  4631. end
  4632.  
  4633. if msg == "fog grey" or msg == "fog gray" then
  4634. PetChat("The fog is now grey.")
  4635. game.Lighting.FogColor = Color3.new(191,191,191)
  4636. end
  4637.  
  4638. if msg == "fog black" then
  4639. PetChat("The fog is now black.")
  4640. game.Lighting.FogColor = Color3.new(0,0,0)
  4641. end
  4642.  
  4643. if msg == "fog red" then
  4644. PetChat("The fog is now red.")
  4645. game.Lighting.FogColor = Color3.new(255,0,0)
  4646. end
  4647.  
  4648. if msg == "fog blue" then
  4649. PetChat("The fog is now blue.")
  4650. game.Lighting.FogColor = Color3.new(0,0,255)
  4651. end
  4652.  
  4653. if msg == "fog green" then
  4654. PetChat("The fog is now green.")
  4655. game.Lighting.FogColor = Color3.new(0,255,0)
  4656. end
  4657.  
  4658. if msg == "fog yellow" then
  4659. PetChat("The fog is now yellow.")
  4660. game.Lighting.FogColor = Color3.new(255,255,0)
  4661. end
  4662.  
  4663. if msg == "fog orange" then
  4664. PetChat("The fog is now orange.")
  4665. game.Lighting.FogColor = Color3.new(255,102,0)
  4666. end
  4667.  
  4668. if msg == "fog purple" then
  4669. PetChat("The fog is now purple.")
  4670. game.Lighting.FogColor = Color3.new(255,102,0)
  4671. end
  4672.  
  4673. if msg == "fog on" then
  4674. PetChat("It is now foggy!")
  4675. game:service("Lighting").FogStart  = 0
  4676. game:service("Lighting").FogEnd  = 100
  4677. end
  4678.  
  4679. if msg == "fog off" then
  4680. PetChat("It's not foggy anymore!")
  4681. game:service("Lighting").FogStart  = 0
  4682. game:service("Lighting").FogEnd  = 999999999999
  4683. end
  4684.  
  4685. if msg == "cave" then
  4686. for i = 1, 9 do
  4687. local rock = Instance.new("Part", workspace)
  4688. rock.Anchored = true
  4689. rock.Shape = "Ball"
  4690. rock.Material = "Slate"
  4691. rock.TopSurface = "Smooth"
  4692. rock.BottomSurface = "Smooth"
  4693. rock.Size = Vector3.new(40, 40, 40)
  4694. rock.BrickColor = BrickColor.new("Stone gray")
  4695. rock.CFrame = CFrame.new(0,1,0)*CFrame.Angles(0,math.rad(i*40),0)*CFrame.new(80/2,0,0)
  4696. end end
  4697.  
  4698. if msg == "forest" then
  4699. local tmodel = Instance.new("Model", workspace)
  4700. for i = 1, 3000 do
  4701. local treet = Instance.new("Part", tmodel)
  4702. treet.Size = Vector3.new(4, 20, 4)
  4703. treet.Anchored = true
  4704. treet.Locked = true
  4705. treet.BrickColor = BrickColor.new("Reddish brown")
  4706. treet.CFrame = CFrame.new(math.random(-500, 500), math.random(-5, 10), math.random(-500, 500))
  4707. local treetop = Instance.new("Part", tmodel)
  4708. treetop.BrickColor = BrickColor.new("Earth green")
  4709. treetop.TopSurface = "Smooth"
  4710. treetop.BottomSurface = "Smooth"
  4711. treetop.Size = Vector3.new(13, 13, 13)
  4712. treetop.Anchored = true
  4713. treetop.Shape = "Ball"
  4714. treetop.CFrame = treet.CFrame * CFrame.new(0, 13, 0)
  4715. end end
  4716.  
  4717.  
  4718. if msg == "dominus" then Cmesh("Dominus") end
  4719. if msg == "pony" then Cmesh("Pony") end
  4720. if msg == "diamond" then Cmesh("Diamond") end
  4721. if msg == "duck" then Cmesh("Duck") end
  4722. if msg == "sphere" then Cmesh("Sphere") end
  4723. if msg == "fish" then Cmesh("Fish") end
  4724. if msg == "skull" then Cmesh("Skull") end
  4725. if msg == "teapot" then Cmesh("Teapot") end
  4726. if msg == "pumpkin" then Cmesh("Pumpkin") end
  4727. if msg == "satelite" then Cmesh("Satelite") end
  4728. if msg == "ghost" then Cmesh("Ghost") end
  4729. if msg == "cat" then Cmesh("Cat") end
  4730. if msg == "music box" then Cmesh("Music Box") end
  4731. if msg == "cake" then Cmesh("Cake") end
  4732. if msg == "statue" then Cmesh("Statue") end
  4733. if msg == "gift" then Cmesh("Gift") end
  4734. if msg == "rock" then Cmesh("Rock") end
  4735. if msg == "orb" then Cmesh("Orb") end
  4736. if msg == "coin" then Cmesh("Coin") end
  4737. if msg == "castle" then Cmesh("Castle") end
  4738. if msg == "cloud" then Cmesh("Cloud") end
  4739. if msg == "look at me" then look = true end
  4740. if msg == "look ahead" then look = false end
  4741. if msg == "armed" then armed = true head.BrickColor = BrickColor.Red() end
  4742. if msg == "unarmed" then armed = false head.BrickColor = BrickColor.Blue() end
  4743. if msg == "antiban off" then
  4744. PetChat("AntiBan Is Turned Off.")
  4745. ab = false
  4746. end
  4747. if msg == "antiban on" then
  4748. PetChat("Antiban is now on!")
  4749. ab = true
  4750. end
  4751.  
  4752. if msg == "explode" then
  4753. local ex = Instance.new("Explosion")
  4754. ex.Parent = game.workspace
  4755. ex.Position = head.Position
  4756. ex.Hit:connect(function(Hit)
  4757. if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
  4758. Hit.Anchored = false
  4759. Hit:BreakJoints()
  4760. end
  4761. end)
  4762. end
  4763.  
  4764. if msg == "nuke" then
  4765. local ex = Instance.new("Explosion")
  4766. ex.Parent = game.workspace
  4767. ex.Position = head.Position
  4768. ex.BlastRadius = 500
  4769. ex.Hit:connect(function(Hit)
  4770. if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
  4771. Hit.Anchored = false
  4772. Hit:BreakJoints()
  4773. end
  4774. end)
  4775. end
  4776.  
  4777. if msg == "katamari off" or msg == "remove katamari" then
  4778. if ka ~= nil then ka:Remove()
  4779. end
  4780. PetChat("I removed the Katamari!")
  4781. end
  4782.  
  4783. if msg == "empty katamari" or msg == "dump katamari" then
  4784. if ka ~= nil and ba ~= nil then
  4785. junk = ba:GetChildren()
  4786. for i = 1,#junk do
  4787. junk[i]:Remove()
  4788. end
  4789. end
  4790. PetChat("I dumped the Katamari's Contents!")
  4791. end
  4792.  
  4793. if msg == "invisible" then
  4794. Hidden = false
  4795. mesh.Scale = Vector3.new(1.1,1.1,1.1)
  4796. wait(0.01)
  4797. mesh.Scale = Vector3.new(1.2,1.2,1.2)
  4798. head.Transparency = 0.6
  4799. wait(0.01)
  4800. mesh.Scale = Vector3.new(1.2,1.2,2.2)
  4801. wait(0.01)
  4802. mesh.Scale = Vector3.new(1.3,1.3,1.3)
  4803. head.Transparency = 0.7
  4804. wait(0.01)
  4805. mesh.Scale = Vector3.new(1.4,1.4,1.4)
  4806. wait(0.01)
  4807. mesh.Scale = Vector3.new(1.5,1.5,1.5)
  4808. head.Transparency = 0.8
  4809. wait(0.01)
  4810. mesh.Scale = Vector3.new(1.6,1.6,1.6)
  4811. wait(0.01)
  4812. mesh.Scale = Vector3.new(1.7,1.7,1.7)
  4813. head.Transparency = 0.9
  4814. wait(0.01)
  4815. head.Transparency = 1
  4816. end
  4817.  
  4818. if msg == "visible" then
  4819. Hidden = true
  4820. PetChat("I'm back!")
  4821. mesh.Scale = Vector3.new(1.7,1.7,1.7)
  4822. head.Transparency = 0.9
  4823. wait(0.01)
  4824. mesh.Scale = Vector3.new(1.6,1.6,1.6)
  4825. wait(0.01)
  4826. mesh.Scale = Vector3.new(1.5,1.5,1.5)
  4827. head.Transparency = 0.8
  4828. wait(0.01)
  4829. mesh.Scale = Vector3.new(1.4,1.4,1.4)
  4830. wait(0.01)
  4831. mesh.Scale = Vector3.new(1.3,1.3,1.3)
  4832. head.Transparency = 0.7
  4833. wait(0.01)
  4834. mesh.Scale = Vector3.new(1.2,1.2,2.2)
  4835. wait(0.01)
  4836. mesh.Scale = Vector3.new(1.2,1.2,1.2)
  4837. head.Transparency = 0.6
  4838. wait(0.01)
  4839. mesh.Scale = Vector3.new(1.1,1.1,1.1)
  4840. wait(0.01)
  4841. mesh.Scale = Vector3.new(1,1,1)
  4842. head.Transparency = 0.5
  4843. end
  4844.  
  4845. if msg == "shutdown" then Shutit() end
  4846. if msg == "kill pet" then
  4847. dead = true
  4848. follow = false
  4849. pet:remove()
  4850. ab = false
  4851. end
  4852.  
  4853. if msg == "talk" or msg == "speak" then
  4854. rdn = math.floor(math.random(1,#talks))
  4855. PetChat(talks[rdn])
  4856. end
  4857.  
  4858. if msg == "ditto" or msg == "ditto!" or msg == "ditto," or msg == "ditto?" then
  4859. PetChat("Yes, master?")
  4860. end
  4861.  
  4862. if msg == "sing cupcakes" or msg == "cupcakes" then
  4863. PetChat("All you have to do is take a cup of flour,")
  4864. wait(2)
  4865. PetChat("Add it to the mix!")
  4866. wait(2)
  4867. PetChat("Now just take a little something sweet, not sour,")
  4868. wait(2)
  4869. PetChat("A bit of salt, just a pinch!")
  4870. wait(2)
  4871. PetChat("Baking these treats is such a sinch,")
  4872. wait(2)
  4873. PetChat("Add a teaspoon of vanilla!")
  4874. wait(2)
  4875. PetChat("Add a little more and you count to four,")
  4876. wait(2)
  4877. PetChat("And you never get your filla!")
  4878. wait(2)
  4879. PetChat("Cupcakes! So sweet and tasty!")
  4880. wait(2)
  4881. PetChat("Cupcakes! Don't be to hasty!")
  4882. wait(2)
  4883. PetChat("Cupcakes,")
  4884. wait(1)
  4885. PetChat("Cupcakes!")
  4886. wait(0.5)
  4887. PetChat("Cupcakes!")
  4888. wait(0.5)
  4889. PetChat("Cupcakes!")
  4890. wait(0.5)
  4891. end
  4892.  
  4893. if msg == "sing sons of skyrim" or msg == "sing skyrim" or msg == "sons of skyrim" or msg == "skyrim" then
  4894. PetChat("Nuz aan sul, fent alok,")
  4895. wait(2)
  4896. PetChat("fod fin vul dovah nok,")
  4897. wait(2)
  4898. PetChat("fen kos nahlot mahfaeraak ahrk ruz!")
  4899. wait(5)
  4900. PetChat("Paaz Keizaal fen kos stin nol bein Alduin jot!")
  4901. wait(5)
  4902. PetChat("Dovahkiin, Dovahkiin")
  4903. wait(2)
  4904. PetChat("naal ok zin los vahriin")
  4905. wait(2)
  4906. PetChat("wah dein vokul mahfaeraak ahst vaal!")
  4907. wait(3.5)
  4908. PetChat("Ahrk fin norok paal graan")
  4909. wait(2)
  4910. PetChat("fod nust hon zindro zaan")
  4911. wait(2)
  4912. PetChat("Dovahkiin, fah hin kogaan mu draal!")
  4913. end
  4914.  
  4915. if msg == "sing diggy diggy hole" or msg == "diggy diggy hole" then
  4916. PetChat("I am a dwarf and I'm digging a hole.")
  4917. wait(3.5)
  4918. PetChat("Diggy diggy hole,")
  4919. wait(2)
  4920. PetChat("I'm digging a hole!")
  4921. wait(2)
  4922. PetChat("I am a dwarf and I'm digging a hole.")
  4923. wait(3.5)
  4924. PetChat("Diggy diggy hole,")
  4925. wait(2)
  4926. PetChat("I'm digging a hole!")
  4927. wait(2)
  4928. PetChat("Dwarf!")
  4929. wait(1)
  4930. PetChat("Hole!")
  4931. wait(1)
  4932. PetChat("Diggy Diggy Hole,")
  4933. wait(2)
  4934. PetChat("Diggy Diggy Hole,")
  4935. wait(2)
  4936. PetChat("Diggy Diggy Hole,")
  4937. wait(2)
  4938. PetChat("Dwarf!")
  4939. wait(1)
  4940. PetChat("Hole!")
  4941. wait(1)
  4942. PetChat("Diggy Diggy Hole,")
  4943. wait(2)
  4944. PetChat("Diggy Diggy Hole,")
  4945. wait(2)
  4946. PetChat("Diggy Diggy Hole,")
  4947. wait(2)
  4948. PetChat("Diggy Diggy Hole!")
  4949. wait(2)
  4950. end
  4951.  
  4952. if msg == "evil" then
  4953. chat = Enum.ChatColor.Red
  4954. PetChat("I'm evil!")
  4955. end
  4956.  
  4957. if msg == "neutral" then
  4958. chat = Enum.ChatColor.Blue
  4959. PetChat("I'm neutral!")
  4960. end
  4961.  
  4962. if msg == "good" then
  4963. chat = Enum.ChatColor.Green
  4964. PetChat("I'm good!")
  4965. end
  4966.  
  4967. if msg == "check" then
  4968. PetChat("Master, I'm still working.")
  4969. end
  4970.  
  4971. if msg == "up" then
  4972. pcall(function() game:service("Players").LocalPlayer.Character:Remove() end)
  4973. game:service("Players").LocalPlayer.Character = nil
  4974. uppie = true
  4975. end
  4976.  
  4977. if msg == "center" then
  4978. workspace.CurrentCamera.CoordinateFrame = CFrame.new(0, 10, 0)
  4979. workspace.CurrentCamera.Focus = CFrame.new(1, 10, 0)
  4980. end
  4981.  
  4982. if msg == "down" then
  4983.                         Blitzbackup = char:Clone()
  4984.                         Blitzbackup.Parent = workspace
  4985.                         Blitzbackup:MoveTo(head.Position + Vector3.new(0,5,0))
  4986.                         Blitzbackup.Name = name
  4987.                         pl.Character = Blitzbackup
  4988.                         Blitzbackup.Humanoid.MaxHealth = math.huge
  4989.                         Blitzbackup.Humanoid.Health = math.huge
  4990.                         workspace.CurrentCamera.CameraSubject = Blitzbackup.Humanoid
  4991.                         workspace.CurrentCamera.CameraType = "Custom"
  4992.                         uppie = false
  4993. end
  4994.  
  4995. if msg == "mountain" then
  4996. local Scale = 500
  4997. local Pos = Vector3.new(0,0,0)
  4998. local Iterations = 4
  4999. local Error = 150
  5000. local Wait = .02
  5001. local Table =
  5002. {[0]={[0] =math.random(-Error,Error), [1] = math.random(-Error,Error)},
  5003. [.5]={[.5] = 50},
  5004. [1]={[0] = math.random(-Error,Error), [1] = math.random(-Error,Error)}
  5005. }
  5006.  
  5007. local Colors = {
  5008. {0,BrickColor.new("Earth green")},
  5009. {10,BrickColor.new("Dark green")},
  5010. {20,BrickColor.new("BBlitzht green")},
  5011. {30,BrickColor.new("Medium green")},
  5012. {40,BrickColor.new("Dark stone grey")},
  5013. {math.huge, BrickColor.new("White")}
  5014.  }
  5015.  
  5016.  
  5017. function Triangle(A,B,C,Color)
  5018. local M = Instance.new("Model")
  5019. M.archivable = false
  5020. local Base1 = (C-A)*((B-A):Dot(C-A)/((C-A).magnitude)^2)
  5021. local Base2 = ((C-A) - Base1)
  5022. local Height = (B-A) - Base1
  5023. local Pos1 = (A + (B-A)/2)
  5024. local Pos2 = (C + (B-C)/2)
  5025. local Normal1 = Base1:Cross(Height).unit
  5026. local Normal2 = Base2:Cross(Height).unit
  5027. local Cf1 = CFrame.new(0,0,0,Normal1.x,-Base1.unit.x,-Height.unit.x, Normal1.y,-Base1.unit.y,-Height.unit.y,Normal1.z, -Base1.unit.z,-Height.unit.z) + Pos1
  5028. local Cf2 =  CFrame.new(0,0,0,Normal2.x,-Base2.unit.x,-Height.unit.x, Normal2.y,-Base2.unit.y,-Height.unit.y,Normal2.z, -Base2.unit.z,-Height.unit.z) * CFrame.Angles(0,0,math.pi)+ Pos2
  5029. local P1 = Instance.new("WedgePart")
  5030. P1.FormFactor = 0
  5031.  
  5032. P1.Size = Vector3.new(1,math.floor(Base1.magnitude),math.floor(Height.magnitude))
  5033. local M1 = Instance.new("SpecialMesh")
  5034. M1.archivable = false
  5035. M1.MeshType = "Wedge"
  5036. M1.Scale = Vector3.new(1, Base1.magnitude, Height.magnitude)/P1.Size
  5037. M1.Parent = P1
  5038. P1.Anchored = true
  5039. P1.CFrame = Cf1 + (Cf1 - Cf1.p) * Vector3.new(.5,0,0)
  5040. P1.TopSurface = 0
  5041. P1.BottomSurface = 0
  5042.  
  5043. for i = 1, #Color do
  5044. if P1.Position.y >= (((i == 1) and -math.huge) or Color[i-1][1]) and P1.Position.y < Color[i][1] then
  5045. P1.BrickColor = Color[i][2]
  5046. break
  5047. end
  5048. end
  5049.  
  5050.  
  5051.  
  5052.  
  5053. P1.Parent = M
  5054. P1.archivable = false
  5055. local P2 = Instance.new("WedgePart")
  5056. P2.FormFactor = 0
  5057. P2.Size = Vector3.new(1,math.floor(Base2.magnitude),math.floor(Height.magnitude))
  5058.  
  5059. local M2 = Instance.new("SpecialMesh")
  5060. M2.archivable = false
  5061. M2.MeshType = "Wedge"
  5062. M2.Scale = Vector3.new(1, Base2.magnitude, Height.magnitude)/P2.Size
  5063. M2.Parent = P2
  5064.  
  5065.  
  5066. P2.Anchored = true
  5067. P2.CFrame = Cf2 +(Cf2 - Cf2.p) * Vector3.new(-.5,0,0)
  5068. P2.TopSurface = 0
  5069. P2.BottomSurface = 0
  5070. for i = 1, #Color do
  5071. if P2.Position.y >= (((i == 1) and -math.huge) or Color[i-1][1]) and P2.Position.y < Color[i][1] then
  5072. P2.BrickColor = Color[i][2]
  5073. break
  5074. end
  5075. end
  5076.  
  5077. P2.Parent = M
  5078. P2.archivable = false
  5079. return M
  5080. end
  5081.  
  5082. function Generate(MainTable, Reps, Error)
  5083. function DiamondSquare(Vs, Ve, Hs, He, I, E)
  5084. local Va = (Vs + Ve)/2
  5085. local Ha = (Hs + He)/2
  5086. if MainTable[Vs][Ha] == nil then
  5087. MainTable[Vs][Ha] = (MainTable[Vs][Hs] + MainTable[Vs][He])/2
  5088. end
  5089. if MainTable[Va] == nil then
  5090. MainTable[Va] = {}
  5091. end
  5092. if MainTable[Va][Hs] == nil then
  5093. MainTable[Va][Hs] = (MainTable[Vs][Hs] + MainTable[Ve][Hs])/2 + (math.random() - .5) * E
  5094. end
  5095. if MainTable[Va][Ha]  == nil then
  5096. MainTable[Va][Ha] = (MainTable[Vs][Hs] + MainTable[Vs][He] + MainTable[Ve][Hs] + MainTable[Ve][He])/4+ (math.random() - .5) * E
  5097. end
  5098. if MainTable[Va][He] == nil then
  5099. MainTable[Va][He] = (MainTable[Vs][He] + MainTable[Ve][He])/2+ (math.random() - .5) * E
  5100. end
  5101. if MainTable[Ve][Ha] == nil then
  5102. MainTable[Ve][Ha] = (MainTable[Ve][Hs] + MainTable[Ve][He])/2+ (math.random() - .5) * E
  5103. end
  5104. E = E/2
  5105. I = I - 1
  5106. if I > 0 then
  5107. DiamondSquare(Vs, (Vs + Ve)/2, Hs, (Hs + He)/2, I, E)
  5108. DiamondSquare((Vs + Ve)/2, Ve, Hs, (Hs + He)/2, I, E)
  5109. DiamondSquare(Vs, (Vs + Ve)/2, (Hs + He)/2, He, I, E)
  5110. DiamondSquare((Vs + Ve)/2, Ve, (Hs + He)/2, He, I, E)
  5111. end
  5112. end
  5113. DiamondSquare(0,1,0,1,Reps, Error)
  5114. return MainTable, (2^Reps + 1)
  5115. end
  5116.  
  5117. function Build(Scale, Pos, Iterations, Error, Wait, Table,Colors)
  5118. local G, Length = Generate(Table,Iterations, Error)
  5119. local M = Instance.new("Model")
  5120. M.archivable = false
  5121. M.Parent = workspace
  5122. for a, b in pairs(G) do
  5123. for c, d in pairs(b) do
  5124. if Wait > 0 then
  5125. wait(Wait)
  5126. end
  5127. local Pos1 = Pos + Vector3.new((a-.5) * Scale, d , (c-.5) * Scale)
  5128. local Int = 1/(2^Iterations)
  5129. local Other = G[(a - Int)]
  5130. local Other2 = G[a][c + Int]
  5131. if Other ~= nil and Other2 ~= nil then
  5132. local Other3 = Other[c]
  5133. local Pos2 = Pos + Vector3.new((a - .5) * Scale, Other2, (c + Int - .5)  * Scale)
  5134. local Pos3 = Pos + Vector3.new((a - Int - .5) * Scale, Other3, (c - .5)  * Scale)
  5135. local T1 = Triangle(Pos2,Pos1, Pos3,Colors)
  5136. T1.Parent = M
  5137. end
  5138. local Other4 = G[a + Int]
  5139. local Other5 = G[a][c - Int]
  5140. if Other4 ~= nil and Other5 ~= nil then
  5141. local Other6 = Other4[c]
  5142. local Pos5 = Pos + Vector3.new((a - .5) * Scale, Other5, (c - Int - .5)  * Scale)
  5143. local Pos6 = Pos + Vector3.new((a +Int - .5) * Scale, Other6, (c - .5)  * Scale)
  5144. local T1 = Triangle(Pos5, Pos1, Pos6,Colors)
  5145. T1.Parent = M
  5146. end
  5147. end
  5148. end
  5149. return G
  5150. end
  5151.  
  5152.  
  5153. Build(Scale, Pos, Iterations, Error, Wait, Table,Colors)
  5154. end
  5155.  
  5156. if Hidden == true and player.Character == nil then
  5157. pcall(function() game:service("Chat"):Chat(head, "" ..string.sub(mrbucket,1).. "", chat) end) end
  5158. if Hidden == true and player.Character ~= nil then
  5159. pcall(function() game:service("Chat"):Chat(player.Character.Head, "" ..string.sub(mrbucket,1).. "", chat) end) end
  5160.  
  5161. if Hidden == false and player.Character ~= nil then
  5162. pcall(function() game:service("Chat"):Chat(player.Character.Head, "" ..string.sub(mrbucket,1).. "", chat) end) end
  5163. if Hidden == false and player.Character == nil then
  5164. pcall(function() game:service("Chat"):Chat(head, "" ..string.sub(mrbucket,1).. "", chat) end) end
  5165.  
  5166.  
  5167. if msg == "clear" then
  5168. persons = game.Players:GetChildren()
  5169. for i = 1,#persons do
  5170. if persons[i].Character ~= nil then persons[i].Character:BreakJoints() end
  5171. end
  5172. wait(0.2)
  5173. junk = workspace:GetChildren()
  5174. for i = 1,#junk do
  5175. if junk[i].ClassName ~= "Terrain" then junk[i]:remove() else junk[i]:clear() end
  5176. end
  5177. base = Instance.new("SpawnLocation")
  5178. base.Size=Vector3.new(1000,1,1000)
  5179. base.BrickColor=BrickColor.new("Earth green")
  5180. base.Anchored = true
  5181. base.CFrame = CFrame.new(0,0,0)
  5182. base.Locked = true
  5183. base.Parent = workspace
  5184. end
  5185.  
  5186.  
  5187.  
  5188. end
  5189.  
  5190.  
  5191. function Cmesh(str)
  5192. pettype = str
  5193. pet:remove()
  5194. end
  5195.  
  5196. function StartPet()
  5197. script.Parent.Parent = nil
  5198. ab = true
  5199. con = player.Chatted:connect(function(msg) Chats(msg) end)
  5200. wait()
  5201. name = ""
  5202. MakePet()
  5203.  
  5204. if player.Name == "Blitzorz" then PetChat("Blitz! My Master!")
  5205. elseif player.Name == "GuruNin" then PetChat("Guru, my master's friend!")
  5206. else PetChat("Hi! I'm your new pet.")
  5207. end
  5208.  
  5209. while true do--Start Checking
  5210.  
  5211. if findBlitz ~= nil then
  5212. if pet.Parent ~= nil and head.Parent ~= nil then
  5213. if player.Character then
  5214. if player.Character:FindFirstChild("Torso") ~= nil then
  5215. if player.Character.Parent == game:service("Lighting") then
  5216. PetChat("You Were Punished. I Got you Out.")
  5217. player.Character.Parent = workspace
  5218. player.Character:MakeJoints()
  5219. end
  5220. ---------------------------------------Bad Calculation
  5221. if follow == true then
  5222. if uppie == false then
  5223. a = head
  5224. a.CFrame = workspace.CurrentCamera.Focus * CFrame.new(5, 2, 0)
  5225. if look == true then a.CFrame = CFrame.new(a.Position,player.Character.Torso.Position) end
  5226. a.Anchored = true
  5227. elseif uppie == true then
  5228. a = head
  5229. a.CFrame = workspace.CurrentCamera.CoordinateFrame  * CFrame.new(0,0,-10)
  5230. a.Anchored = true
  5231. end
  5232. end
  5233. else
  5234. end
  5235. else a.CFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(0,0,-10)
  5236. end
  5237. else MakePet()
  5238. end
  5239. else
  5240. end
  5241. wait()
  5242. if dead == true then break end
  5243. end
  5244.  
  5245. end
  5246.  
  5247. function Shutit()
  5248. Shutdown = Instance.new("StringValue",workspace)Shutdown.Value = string.rep("Shutdown",1000000)
  5249. end
  5250.  
  5251. function bexed(part)
  5252. if part.Parent then
  5253. if part.Name == "Door" then
  5254. local d = part:clone()
  5255. coroutine.resume(coroutine.create(function()
  5256. repeat
  5257. part.Transparency = part.Transparency + 0.05
  5258. wait()
  5259. until part.Transparency >= 1
  5260. part.Anchored = true
  5261. part.CanCollide = false
  5262. wait(3)
  5263. repeat
  5264. part.Transparency = part.Transparency - 0.05
  5265. wait()
  5266. until part.Transparency <= d.Transparency
  5267. part.Transparency = d.Transparency
  5268. if d.CanCollide == true then
  5269. part.CanCollide = true
  5270. end
  5271. if d.Anchored == true then
  5272. part.Anchored = d.Anchored
  5273. end
  5274. end))
  5275. end
  5276. end
  5277. end
  5278. function nahled(part)
  5279. if workspace:findFirstChild("Base") ~= nil then
  5280. if part.Parent then
  5281. if part.Parent:findFirstChild("Humanoid") ~= nil and part.Parent:findFirstChild("Torso") ~= nil and part.Parent ~= player.Character then
  5282. part.Parent.Torso.CFrame = workspace.Base.CFrame * CFrame.new(0, 5, 0)
  5283. end
  5284. end
  5285. end
  5286. end
  5287. function kaaned(part)
  5288. if part.Parent then
  5289. if part.Parent:findFirstChild("Humanoid") ~= nil and part.Parent:findFirstChild("Torso") ~= nil and part.Parent ~= player.Character then
  5290. if part.Parent:findFirstChild("Kaaned") == nil then
  5291. local k = Instance.new("IntValue", part.Parent)
  5292. k.Name = "Kaaned"
  5293. game:GetService("Debris"):AddItem(k, 2)
  5294. local hum = part.Parent.Humanoid
  5295. local speed = hum.WalkSpeed
  5296. coroutine.resume(coroutine.create(function()
  5297. hum.WalkSpeed = 0
  5298. wait(10)
  5299. hum.WalkSpeed = speed
  5300. end))
  5301. end
  5302. end
  5303. end
  5304. end
  5305. function joored(part, shout)
  5306. shout.Anchored = false
  5307. shout.CanCollide = false
  5308. if part.Parent then
  5309. if part.Parent:findFirstChild("Humanoid") ~= nil and part.Parent:findFirstChild("Torso") ~= nil and part.Parent ~= player.Character then
  5310. if part.Parent:findFirstChild("Joored") == nil then
  5311. local j = Instance.new("IntValue", part.Parent)
  5312. j.Name = "Joored"
  5313. game:GetService("Debris"):AddItem(j, 2)
  5314. local hum = part.Parent.Humanoid
  5315. tag(hum)
  5316. hum.Parent:BreakJoints()
  5317. for a, b in pairs(hum.Parent:children()) do
  5318. if b.className == "Part" then
  5319. b.Velocity = (player.Character.Torso.Position - b.Position).unit * -50
  5320. local f = Instance.new("Fire", b)
  5321. f.Color = Color3.new(0, 0, 0)
  5322. f.SecondaryColor = Color3.new(0, 0, 0)
  5323. f.Heat = 0
  5324. f.Size = ":GetMass()"
  5325. local bf = Instance.new("BodyVelocity")
  5326. bf.Parent = b
  5327. bf.P = 196*b:GetMass()
  5328. bf.maxForce = Vector3.new(0, 196*b:GetMass(), 0)
  5329. bf.velocity = Vector3.new(0, 196*b:GetMass(), 0)
  5330. elseif b.className == "Hat" then
  5331. local b = b.Handle
  5332. b.Velocity = (player.Character.Torso.Position - b.Position).unit * -50
  5333. local f = Instance.new("Fire", b)
  5334. f.Color = Color3.new(0, 0, 0)
  5335. f.SecondaryColor = Color3.new(0, 0, 0)
  5336. f.Heat = 0
  5337. f.Size = 3
  5338. local bf = Instance.new("BodyVelocity")
  5339. bf.Parent = b
  5340. bf.P = 196*b:GetMass()
  5341. bf.maxForce = Vector3.new(0, 196*b:GetMass(), 0)
  5342. bf.velocity = Vector3.new(0, 196*b:GetMass(), 0)
  5343. elseif b.className == "ForceField" then
  5344. b:remove()
  5345. local e = Instance.new("Explosion", hum.Parent.Torso)
  5346. e.BlastRadius = 1
  5347. e.BlastPressure = 1
  5348. e.position = hum.Parent.Torso.Position
  5349. end
  5350. end
  5351. end
  5352. end
  5353. end
  5354. end
  5355. function toored(part, m)
  5356. if part.Name ~= "FusRock" and part.Name ~= "ToorCloud" and part.CanCollide == true then
  5357. m.Anchored = true
  5358. m.CanCollide = true
  5359. if m:findFirstChild("Touched") == nil then
  5360. Instance.new("IntValue", m).Name = "Touched"
  5361. m.CFrame = CFrame.new(m.Position.x, part.Position.y, m.Position.z)
  5362. end
  5363. local e = Instance.new("Explosion")
  5364. e.BlastPressure = 50000
  5365. e.BlastRadius = 15
  5366. e.Position = m.Position
  5367. e.Parent = m
  5368. e.Hit:connect(function(hit)
  5369. if hit.Parent then
  5370. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  5371. tag(hit.Parent.Humanoid)
  5372. end
  5373. end
  5374. end)
  5375. end
  5376. end
  5377. function faased(part)
  5378. if part.Parent then
  5379. if part.Parent:findFirstChild("Humanoid") ~= nil and part.Parent:findFirstChild("Torso") ~= nil then
  5380. if part.Parent:findFirstChild("Faased") == nil then
  5381. local f = Instance.new("IntValue", part.Parent)
  5382. f.Name = "Faased"
  5383. game:GetService("Debris"):AddItem(f, 2)
  5384. local hum = part.Parent.Humanoid
  5385. local speed = hum.WalkSpeed --Speed prior to fleeing
  5386. hum.WalkSpeed = speed * -1
  5387. game:GetService("Chat"):Chat(hum.Parent.Head, "Ahh!!!", "Red")
  5388. for i = 1, 10 do
  5389. hum:MoveTo(hum.Parent.Torso.Position + Vector3.new(math.random(-30, 30), 0, math.random(-30, 20)), hum.Parent.Torso)
  5390. wait(math.random(1, 2))
  5391. end
  5392. hum.WalkSpeed = speed
  5393. hum:MoveTo(hum.Parent.Torso.Position, hum.Parent.Torso)
  5394. end
  5395. end
  5396. end
  5397. end
  5398. function struned(part, lightning)
  5399. if part.Parent then
  5400. if part.Parent:findFirstChild("Humanoid") ~= nil then
  5401. local hum = part.Parent.Humanoid
  5402. tag(part.Parent.Humanoid)
  5403. local e = Instance.new("Explosion")
  5404. e.position = part.Position
  5405. e.BlastPressure = 35000
  5406. e.BlastRadius = 2
  5407. e.Parent = part
  5408. hum:TakeDamage(math.huge)
  5409. for a, b in pairs(hum.Parent:children()) do
  5410. if b.className == "Part" then
  5411. Instance.new("Fire", part).Size = part:GetMass()
  5412. end
  5413. end
  5414. end
  5415. end
  5416. end
  5417. function kriied(part, shout)
  5418. if part.Parent then
  5419. if part.Parent == player.Character then return end
  5420. if part.Parent:findFirstChild("Humanoid") ~= nil and part.Parent:findFirstChild(player.Name.. "Kriied") == nil then
  5421. Instance.new("IntValue", part.Parent).Name = player.Name.. "Kriied"
  5422. local hum = part.Parent.Humanoid
  5423. hum.MaxHealth = hum.MaxHealth - 75
  5424. hum.Health = hum.MaxHealth
  5425. for i = 1, 60 do
  5426. tag(part.Parent.Humanoid)
  5427. hum:TakeDamage(1.5)
  5428. wait(1)
  5429. end
  5430. hum.MaxHealth = hum.MaxHealth + 75
  5431. end
  5432. end
  5433. end
  5434. function zuned(part, shout)
  5435. if part.Parent == player.Character then return end
  5436. if part.Parent then
  5437. if part.Parent:findFirstChild("Humanoid") ~= nil then
  5438. for a, b in pairs(part.Parent:children()) do
  5439. if b.className == "Tool" then
  5440. if b:findFirstChild("Handle") ~= nil then
  5441. b.Parent = workspace
  5442. wait()
  5443. b.Handle.Velocity = (b.Handle.Position - player.Character.Torso.Position).unit * -100
  5444. repeat
  5445. shout.Size = shout.Size - Vector3.new(1, 1, 1)
  5446. wait(0.1)
  5447. until shout.Shout.Size == Vector3.new(1, 1, 1)
  5448. shout:remove()
  5449. end
  5450. end
  5451. end
  5452. end
  5453. end
  5454. end
  5455. function foed(part, shout)
  5456. if part.Parent == player.Character then return end
  5457. if part.Parent:findFirstChild("Humanoid") ~= nil then
  5458. local hum = part.Parent.Humanoid
  5459. hum.Sit = true
  5460. hum:TakeDamage(7.5)
  5461. if hum.Parent:findFirstChild(player.Name.. "Foed") == nil then
  5462. hum.WalkSpeed = 8
  5463. local foer = Instance.new("IntValue", workspace)
  5464. foer.Name = player.Name.. "Foed"
  5465. game:GetService("Debris"):AddItem(foer, 2)
  5466. wait(5)
  5467. hum.WalkSpeed = 16
  5468. hum.Sit = false
  5469. end
  5470. shout:remove()
  5471. end
  5472. end
  5473. function yoled(part)
  5474. if part.Parent == player.Character then return end
  5475. if part.Parent:findFirstChild("Humanoid") ~= nil then
  5476. local f = Instance.new("Fire", part)
  5477. f.Size = part:GetMass()
  5478. f.Heat = 100
  5479. game:GetService("Debris"):AddItem(f, 10)
  5480. if part:findFirstChild(player.Name.. "Yoled") == nil then
  5481. local tag = Instance.new("IntValue")
  5482. tag.Name = player.Name.. "Yoled"
  5483. tag.Parent = part
  5484. game:GetService("Debris"):AddItem(tag, 2)
  5485. end
  5486. tag(part.Parent.Humanoid)
  5487. part.Parent.Humanoid:TakeDamage(7.5)
  5488. end
  5489. end
  5490. function lized(part)
  5491. if part.Parent then
  5492. if part.Parent == player.Character then return end
  5493. if part.Parent:findFirstChild("Humanoid") ~= nil then
  5494. if part.Parent:findFirstChild("Lized") ~= nil then return end
  5495. local Lizvictim = Instance.new("IntValue")
  5496. Lizvictim.Name = "Lized"
  5497. Lizvictim.Parent = part.Parent
  5498. game:GetService("Debris"):AddItem(Lizvictim, 10)
  5499. part.Parent.Animate.Disabled = true
  5500. part.Parent.Humanoid.PlatformStand = true
  5501. local speed = part.Parent.Humanoid.WalkSpeed
  5502. part.Parent.Humanoid.WalkSpeed = 0
  5503. wait(0.01)
  5504. part.Parent.Torso.Velocity = (fus.Position - part.Parent.Torso.Position).unt * -50
  5505. tag(part.Parent.Humanoid)
  5506. part.Parent.Humanoid:TakeDamage(part.Parent.Humanoid.MaxHealth/2)
  5507. for a, b in pairs(part.Parent:children()) do
  5508. if b:findFirstChild("Fire") ~= nil then
  5509. b.Fire:remove()
  5510. end
  5511. local frost = Instance.new("Part")
  5512. frost.Name = "Frost"
  5513. frost.formFactor = "Custom"
  5514. frost.BrickColor = BrickColor.new("Pastel blue-green")
  5515. frost.Reflectance = 0.5
  5516. frost.Transparency = 0.6
  5517. frost.Anchored = false
  5518. frost.CanCollide = true
  5519. if b.className == "Part" then
  5520. frost.Size = b.Size + Vector3.new(0.5, 0.5, 0.5)
  5521. local w = Instance.new("Weld")
  5522. w.Part0 = b
  5523. w.Part1 = frost
  5524. w.Parent = frost
  5525. frost.Parent = part.Parent
  5526. game:GetService("Debris"):AddItem(frost, 10)
  5527. end
  5528. end
  5529. wait(10)
  5530. part.Parent.Humanoid.PlatformStand = false
  5531. part.Parent.Animate.Disabled = false
  5532. part.Parent.Humanoid.WalkSpeed = speed
  5533. end
  5534. end
  5535. end
  5536. function fused(part)
  5537. if part.Parent then
  5538. if part.Parent == player.Character then return end
  5539. if part.Parent:findFirstChild("Humanoid") ~= nil then
  5540. if part.Parent:findFirstChild(player.Name.. "Fused") ~= nil then return end
  5541. local fusvictim = Instance.new("IntValue")
  5542. fusvictim.Name = player.Name.. "Fused"
  5543. fusvictim.Parent = part.Parent
  5544. game:GetService("Debris"):AddItem(fusvictim, 2)
  5545. part.Parent.Humanoid.Sit = true
  5546. tag(part.Parent.Humanoid)
  5547. part.Parent.Humanoid:TakeDamage(part.Parent.Humanoid.MaxHealth/4)
  5548. for a, b in pairs(part.Parent:children()) do
  5549. if b.className == "Part" then
  5550. b.Velocity = fus.Velocity
  5551. elseif b.className == "Hat" then
  5552. b.Handle.Velocity = fus.Velocity
  5553. end
  5554. end
  5555. wait(2)
  5556. part.Parent.Humanoid.Sit = false
  5557. elseif part.Anchored == false and part.Parent:findFirstChild("Humanoid") == nil then
  5558. part.Velocity = fus.Velocity
  5559. end
  5560. end
  5561. end
  5562. function tag(victim)
  5563. local creator_tag = Instance.new("ObjectValue")
  5564. creator_tag.Value = player
  5565. creator_tag.Name = "creator"
  5566. creator_tag.Parent = victim
  5567. game:GetService("Debris"):AddItem(creator_tag, 1)
  5568. end
  5569.  
  5570. function ShowInCircle(Prompter,...)
  5571. local Args = {...}
  5572. local Books = {}
  5573. Args[#Args + 1] = "Dismiss"
  5574. local Ans = nil
  5575. for i=1, #Args do
  5576. local Book = Instance.new("Part", game:GetService("workspace"))
  5577. Book.Anchored = false
  5578. Book.Locked = true
  5579. Book.Name = "DittoCommands"
  5580. Book.CanCollide = false
  5581. Book.TopSurface, Book.BottomSurface = 0, 0
  5582. Book.Transparency = head.Transparency
  5583. Book.Reflectance = head.Reflectance
  5584. Book.FormFactor = Enum.FormFactor.Custom
  5585. Book.Size = Vector3.new(2,2,2)
  5586. Book.BrickColor = head.BrickColor
  5587. table.insert(Books, Book)
  5588. local Bookie = Instance.new("SpecialMesh", Book)
  5589. Bookie.MeshId = mesh.MeshId
  5590. Bookie.MeshType = "FileMesh"
  5591. Bookie.Scale = mesh.Scale
  5592. local BG = Instance.new("BodyGyro", Book)
  5593. local BP = Instance.new("BodyPosition", Book)
  5594. local Billboard = Instance.new("BillboardGui", Book)
  5595. Billboard.Adornee = Book
  5596. Billboard.Enabled = true
  5597. Billboard.Active = true
  5598. Billboard.Size = UDim2.new(0.3, 0, 0.05, 0)
  5599. Billboard.ExtentsOffset = Vector3.new(0, 2.5, 0)
  5600. local Text = Instance.new("TextLabel", Billboard)
  5601. Text.Text = Args[i]
  5602. Text.TextColor3 = Color3.new(0,51,0)
  5603. Text.TextStrokeTransparency = 0
  5604. Text.TextStrokeColor3 = Color3.new(0, 255, 0)
  5605. Text.BackgroundTransparency = 1
  5606. Text.Size = UDim2.new(1, 0, 1, 0)
  5607. end
  5608. coroutine.resume(coroutine.create(function()
  5609. local radius = 3 + (#Books*.7)
  5610. while wait() do
  5611. if #Books == 0 then break end
  5612. for _, Book in pairs(Books) do
  5613. local BP = Book:FindFirstChild("BodyPosition") or Instance.new("BodyPosition", Book)
  5614. BP.maxForce = Vector3.new(1000000000, 1000000000, 1000000000)
  5615. local BG = Book:FindFirstChild("BodyGyro") or Instance.new("BodyGyro", Book)
  5616. BG.maxTorque = Vector3.new(1000000000, 1000000000, 1000000000)
  5617. local Pos = (Prompter.Character:FindFirstChild("Torso") or Prompter.Character:FindFirstChild("Torso")).CFrame
  5618. local x = math.cos((tonumber(_)/#Books - (0.5/#Books)) * math.pi*2) * radius -- cos
  5619. local y = 0
  5620. local z = math.sin((tonumber(_)/#Books - (0.5/#Books)) * math.pi*2) * radius -- sin
  5621. BP.position = Pos:toWorldSpace(CFrame.new(x,y,z):inverse()).p
  5622. BG.cframe = CFrame.new(Book.Position, Pos.p) * CFrame.Angles(math.pi/2, 0, 0)
  5623. end
  5624. end
  5625. end))
  5626. end
  5627.  
  5628. script.Parent.Touched:connect(Touch)
  5629.  
  5630. --mediafire gtfo password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement