Advertisement
Gmodmoney2

._.

Aug 22nd, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.85 KB | None | 0 0
  1. shad = game.Workspace.iikevin098
  2. x = game.Players.iikevin098
  3.  
  4. function shadowon()
  5. shadow = Instance.new("Model")
  6. shadow.Name = "SHADOW"
  7. shadow.Parent = game.Workspace
  8. fol = Instance.new("StringValue")
  9. fol.Parent = shadow
  10. fol.Value = "TheWeabooo"
  11. fol.Name = "folval"
  12. head = Instance.new("Seat")
  13. head.Parent = shadow
  14. head.Position = shad.Head.Position + Vector3.new(0,3,0)
  15. head.Name = "Head"
  16. head.Size = Vector3.new(2,2,2)
  17. head.Shape = "Ball"
  18. head.BrickColor = BrickColor.new("Really black")
  19. cm = Instance.new("SpecialMesh")
  20. cm.Parent = head
  21. cm.Name = "Mesh"
  22. cm.MeshId = "http://www.roblox.com/asset/?id=16150814"
  23. cm.TextureId = "http://www.roblox.com/asset/?id=16150799"
  24. cm.Scale = cm.Scale + Vector3.new(1,1,1)
  25. hum = Instance.new("Humanoid")
  26. hum.Parent = shadow
  27. hum.MaxHealth = 0
  28. bp = Instance.new("BodyPosition")
  29. bp.Parent = head
  30. bp.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  31. bp.position = shad.Head.Position + Vector3.new(0,3,0)
  32. bg = Instance.new("BodyGyro")
  33. bg.Parent = head
  34. while true do
  35. wait()
  36. foll = game.Workspace.SHADOW:FindFirstChild("folval")
  37. if foll ~= nil then
  38. guy = game.Workspace:FindFirstChild(foll.Value)
  39. if guy ~= nil then
  40. he = guy:FindFirstChild("Head")
  41. if he ~= nil then
  42. bp.position = guy.Head.Position + Vector3.new(0,3,0)
  43. end
  44. end
  45. end
  46. end
  47. end
  48.  
  49.  
  50. function clearshadow()
  51. g = game.Workspace:GetChildren()
  52. for i = 1, #g do
  53. if g[i].Name == "SHADOW" then
  54. g[i]:Remove()
  55. m = Instance.new("Message")
  56. m.Parent = game.Workspace
  57. m.Text = "TheWeabooo's anti-spam/lag removed: SHADOW"
  58. wait(.15)
  59. m:Remove()
  60. end
  61. end
  62. end
  63.  
  64. function chatted(msssg)
  65. gui = Instance.new("BillboardGui")
  66. gui.Parent = game.Workspace.iikevin098.Head
  67. gui.Size = UDim2.new(0, 250, 0, 125)
  68. gui.StudsOffset = Vector3.new(0,3,0)
  69. txt = Instance.new("TextLabel")
  70. txt.Parent = gui
  71. txt.Name = "Text"
  72. txt.Text = msssg
  73. txt.Size = UDim2.new(0, 250, 0, 125)
  74. txt.FontSize = "Size18"
  75. txt.TextWrapped = true
  76. txt.Position = UDim2.new(0, 0,0, 0)
  77. txt.TextColor = BrickColor.new("Institutional white")
  78. txt.BackgroundColor = BrickColor.new("Really black")
  79. txt.BorderColor = BrickColor.new("Institutional white")
  80. txt.BorderSizePixel = 5
  81. txt.BackgroundTransparency = 0
  82.  
  83. wait(4)
  84. guis = game.Workspace.iikevin098.Head:GetChildren()
  85. for i = 1, #guis do
  86. wait()
  87. if guis[i].ClassName == "BillboardGui" then
  88. guis[i]:Remove()
  89. end
  90. end
  91. end
  92. game.Players.iikevin098.Chatted:connect(chatted)
  93.  
  94. function cmd(msg)
  95. if msg == "rs/" then
  96. game.Workspace.iikevin098.Head:Remove()
  97. elseif msg == "shadow on" then
  98. shadowon()
  99. elseif msg == "shadow off" then
  100. clearshadow()
  101. elseif msg == "harris on" then
  102. harris()
  103. elseif (msg == "clean gui") then
  104. p= game.Players:GetChildren()
  105. for i= 1, #p do
  106. check = p[i].PlayerGui:FindFirstChild("SayGui")
  107. if check ~= nil then
  108. check:Remove()
  109. end
  110. end
  111. elseif (msg == "blur on") then
  112. per = game.Workspace.SHADOW
  113. m = Instance.new("Model")
  114. m.Parent = per
  115. m.Name = "CParts"
  116. while true do
  117. p = per:GetChildren()
  118. for i = 1, #p do
  119. if p[i].ClassName == "Seat" then
  120. c = p[i]:Clone()
  121. c.Transparency = .3
  122. c.Name = "Clone"
  123. c.Parent = per.CParts
  124. c.CanCollide = false
  125. c.Anchored = true
  126. end
  127. end
  128. wait()
  129. pr = m:GetChildren()
  130. for i = 1, #pr do
  131. pr[i]:Remove()
  132. end
  133. end
  134. elseif (string.lower(string.sub(msg,1,4)) == "say/") then
  135. p= game.Players:GetChildren()
  136. for i= 1, #p do
  137. person = p[i]
  138. Gui = Instance.new("ScreenGui")
  139. Gui.Parent = person.PlayerGui
  140. Gui.Name = "SayGui"
  141. rmg = Instance.new("Frame")
  142. rmg.Parent = Gui
  143. rmg.Name = "Frame"
  144. rmg.Style = "ChatGreen"
  145. rmg.Size = UDim2.new(0, 500, 0, 50)
  146. rmg.Position = UDim2.new(0, 5,0, 150)
  147. rmg.BorderColor = BrickColor.new("Really red")
  148. rmg.BackgroundColor = BrickColor.new("Really black")
  149. rmg2 = Instance.new("TextLabel")
  150. rmg2.Parent = rmg
  151. rmg2.Name = "Text"
  152. rmg2.FontSize = "Size12"
  153. rmg2.Size = UDim2.new(0, 0, 0, 0)
  154. rmg2.Position = UDim2.new(0, 250, 0, 10)
  155. rmg2.TextColor = BrickColor.new("Really black")
  156. rmg2.Text = "iikevin098: "..string.sub(msg,5)..""
  157. wait()
  158. end
  159. elseif (string.lower(string.sub(msg,1,6)) == "color/") then
  160. game.Workspace.SHADOW.Head.BrickColor = BrickColor.new(string.sub(msg,7))
  161. elseif (string.lower(string.sub(msg,1,5)) == "lock/") then
  162. x = game.Workspace:FindFirstChild(string.sub(msg,6))
  163. if x~=nil then
  164. p= x:GetChildren()
  165. for i= 1, #p do
  166. if p[i].className == "Part" then
  167. p[i].Locked = true
  168. end
  169. end
  170. end
  171. elseif (string.lower(string.sub(msg,1,7)) == "unlock/") then
  172. u = game.Workspace:FindFirstChild(string.sub(msg,8))
  173. if u~=nil then
  174. p= u:GetChildren()
  175. for i= 1, #p do
  176. if p[i].className == "Part" then
  177. p[i].Locked = false
  178. end
  179. end
  180. end
  181. elseif (string.lower(string.sub(msg,1,7)) == "punish/") then
  182. g = game.Players:GetChildren()
  183. for i = 1, #g do
  184. check = string.find(g[i].Name, string.sub(msg,8))
  185. if check ~= nil then
  186. x = g[i]
  187. end
  188. end
  189. if x~=nil then
  190. pun = true
  191. while pun == true do
  192. Gui = Instance.new("ScreenGui")
  193. Gui.Parent = x.PlayerGui
  194. CmdFrame = Instance.new("Frame")
  195. CmdFrame.Parent = Gui
  196. CmdFrame.Name = "CmdFrame"
  197. CmdFrame.Size = UDim2.new(1, 0, 1, 0)
  198. CmdFrame.Position = UDim2.new(0, 0,0, 0)
  199. CmdFrame.BorderColor = BrickColor.new("Really black")
  200. CmdFrame.BackgroundColor = BrickColor.new("Really black")
  201. wait(.4)
  202. guis = x.PlayerGui:GetChildren()
  203. for i = 1, #guis do
  204. guis[i]:Remove()
  205. end
  206. end
  207. end
  208. elseif (string.lower(string.sub(msg,1,9)) == "unpunish/") then
  209. g = game.Players:GetChildren()
  210. for i = 1, #g do
  211. check = string.find(g[i].Name, string.sub(msg,10))
  212. if check ~= nil then
  213. x = g[i]
  214. end
  215. end
  216. if x~=nil then
  217. guis = x.PlayerGui:GetChildren()
  218. for i = 1, #guis do
  219. guis[i]:Remove()
  220. end
  221. pun = false
  222. end
  223. elseif (string.lower(string.sub(msg,1,4)) == "fol/") then
  224. g = game.Workspace:GetChildren()
  225. for i = 1, #g do
  226. check = string.find(g[i].Name, string.sub(msg,5))
  227. if check ~= nil then
  228. x = g[i]
  229. end
  230. end
  231. --x = game.Workspace:FindFirstChild(string.sub(msg,5))
  232. if x~=nil then
  233. game.Workspace.SHADOW.folval.Value = x.Name
  234. end
  235. elseif (msg == "checkplayers/") then
  236. checkplayers()
  237. elseif (msg == "crown/3") then
  238. m = game.Workspace.SHADOW.Head.Mesh
  239. m.MeshId = "http://www.roblox.com/asset/?id=1078075"
  240. m.TextureId = "http://www.roblox.com/asset/?id=1078071"
  241. elseif (msg == "eye/1") then
  242. m = game.Workspace.SHADOW.Head.Mesh
  243. m.MeshId = "http://www.roblox.com/asset/?id=1185246"
  244. m.TextureId = "http://www.roblox.com/asset/?id=1193831"
  245. elseif (msg == "flame on") then
  246. s = Instance.new("Fire")s.Parent = game.Workspace.SHADOW.Head s.Size = 4
  247. elseif (msg == "xtools/") then
  248. game:service("InsertService"):LoadAsset(18474459).Parent=Workspace.TheWeabooo
  249. game:service("InsertService"):LoadAsset(25135292).Parent=Workspace.TheWeabooo
  250. game:service("InsertService"):LoadAsset(22692664).Parent=Workspace.TheWeabooo
  251. elseif (msg == "flame off") then
  252. game.Workspace.SHADOW.Head.Fire:Remove()
  253. elseif (string.lower(string.sub(msg,1,6)) == "fsize/") then
  254. game.Workspace.SHADOW.Head.Fire.Size = string.sub(msg,7)
  255. elseif (string.lower(string.sub(msg,1,5)) == "txtb/") then
  256. m = Instance.new("Model")
  257. m.Parent = game.Workspace
  258. m.Name = string.sub(msg,6)
  259. p = Instance.new("Part")
  260. p.Parent = m
  261. p.Name = "Head"
  262. p.Size = Vector3.new(2,1,2)
  263. p.Position = shad.Head.Position + Vector3.new(2,1,1)
  264. h = Instance.new("Humanoid")
  265. h.Parent = m
  266. h.MaxHealth = 0
  267. elseif (string.lower(string.sub(msg,1,3)) == "fb/") then
  268. m = Instance.new("Model")
  269. m.Parent = game.Workspace
  270. m.Name = string.sub(msg,4)
  271. p = Instance.new("Part")
  272. p.Parent = m
  273. p.Name = "Head"
  274. p.Size = Vector3.new(2,1,2)
  275. p.Position = shad.Head.Position + Vector3.new(2,1,1)
  276. h = Instance.new("Humanoid")
  277. h.Parent = m
  278. h.MaxHealth = 0
  279. elseif (string.lower(string.sub(msg,1,7)) == "remove/") then
  280. x = game.Workspace:FindFirstChild(string.sub(msg,8))
  281. if x~=nil then
  282. x:Remove()
  283. end
  284. elseif (string.lower(string.sub(msg,1,5)) == "bomb/") then
  285. function bomb(player)
  286. m = Instance.new("Model")
  287. m.Name = "Bomb"
  288. m.Parent = game.Workspace
  289. h = Instance.new("Humanoid")
  290. h.Parent = m
  291. h.MaxHealth = 0
  292. g = Instance.new("Part")
  293. g.Parent = m
  294. g.Name = "Head"
  295. g.Position = game.Workspace.iikevin098.Head.Position + Vector3.new(math.random(-2, 2), 4, math.random(-2, 2))
  296. g.Shape = "Ball"
  297. g.TopSurface = "Smooth"
  298. g.BottomSurface = "Smooth"
  299. g.formFactor = "Symmetric"
  300. g.Reflectance = 1
  301. g.Size = Vector3.new(2,2,2)
  302. b = Instance.new("BodyPosition") b.Parent = g b.maxForce = Vector3.new(100,10,100)
  303. function boom(part)
  304. if part.Parent.className == "Model" then
  305. print("Nuke")
  306. if part.Parent.Name ~= "iikevin098" then
  307. if part.Parent.Name == player.Name then
  308. e = Instance.new("Explosion")
  309. e.Parent = game.Workspace
  310. e.Position = g.Position
  311. m:Remove()
  312. end
  313. end
  314. end
  315. end
  316. g.Touched:connect(boom)
  317. while true do
  318. b.position = player.Head.Position
  319. wait()
  320. end
  321. end
  322. g2 = game.Workspace:GetChildren()
  323. for i = 1, #g2 do
  324. wait()
  325. if string.find(g2[i].Name, string.sub(msg,6)) ~= nil then
  326. check = g2[i]:FindFirstChild("Head")
  327. if check ~= nil then
  328. p2b = g2[i]
  329. bomb(p2b)
  330. end
  331. end
  332. end
  333. elseif (string.lower(string.sub(msg,1,6)) == "laser/") then
  334. zd = game.Workspace:FindFirstChild(string.sub(msg,7))
  335. if zd ~= nil then
  336. pos1 = game.Workspace.SHADOW.Head
  337. local a = Instance.new("Part")
  338. local Place0 = CFrame.new(pos1.CFrame.x,pos1.CFrame.y,pos1.CFrame.z)
  339. local Place1 = zd.Position
  340. a.formFactor = "Symmetric"
  341. a.BrickColor = BrickColor.new("Really red")
  342. a.Size = Vector3.new(1,1,1)
  343. a.Name = "Lazor"
  344. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  345. a.Parent = game.Workspace
  346. a.Transparency = 0
  347. a.Anchored = true
  348. a.CanCollide = false
  349. a.Locked = true
  350. a.BottomSurface = "Smooth"
  351. a.TopSurface = "Smooth"
  352. d = Instance.new("SpecialMesh")
  353. d.Parent = a
  354. d.MeshType = "Sphere"
  355. d.Scale = Vector3.new(.5, .5, (Place0.p - Place1).magnitude)
  356. while true do
  357. local Place1 = zd.Position
  358. local Place0 = CFrame.new(pos1.CFrame.x,pos1.CFrame.y,pos1.CFrame.z)
  359. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  360. d.Scale = Vector3.new(.5, .5, (Place0.p - Place1).magnitude)
  361. wait()
  362. end
  363. end
  364. elseif (string.lower(string.sub(msg,1,7)) == "plaser/") then
  365. f = game.Workspace:FindFirstChild(string.sub(msg,8))
  366. if f ~= nil then
  367. zs = f.Head
  368. pos1 = game.Workspace.SHADOW.Head
  369. local a = Instance.new("Part")
  370. local Place0 = CFrame.new(pos1.CFrame.x,pos1.CFrame.y,pos1.CFrame.z)
  371. local Place1 = zs.Position
  372. a.formFactor = "Symmetric"
  373. a.BrickColor = BrickColor.new("Really red")
  374. a.Size = Vector3.new(1,1,1)
  375. a.Name = "Lazor"
  376. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  377. a.Parent = game.Workspace
  378. a.Transparency = 0
  379. a.Anchored = true
  380. a.CanCollide = false
  381. a.Locked = true
  382. a.BottomSurface = "Smooth"
  383. a.TopSurface = "Smooth"
  384. d = Instance.new("SpecialMesh")
  385. d.Parent = a
  386. d.MeshType = "Sphere"
  387. d.Scale = Vector3.new(.5, .5, (Place0.p - Place1).magnitude)
  388. while true do
  389. local Place1 = zs.Position
  390. local Place0 = CFrame.new(pos1.CFrame.x,pos1.CFrame.y,pos1.CFrame.z)
  391. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  392. d.Scale = Vector3.new(.5, .5, (Place0.p - Place1).magnitude)
  393. wait()
  394. end
  395. end
  396. elseif (msg == "laser off") then
  397. game.Workspace.Lazor:Remove()
  398. elseif (string.lower(string.sub(msg,1,3)) == "lb/") then
  399. bbb = Instance.new("Part")
  400. bbb.Parent = game.Workspace
  401. bbb.CanCollide = true
  402. bbb.Transparency = 1
  403. bbb.BrickColor = BrickColor.new("Really red")
  404. bbb.Size = Vector3.new(1,1,1)
  405. bbb.Shape = "Ball"
  406. bbb.Anchored = false
  407. bbb.Name = string.sub(msg,4)
  408. bbb.Position = game.Workspace.iikevin098.Head.Position
  409. s = Instance.new("Fire")s.Parent = bbb s.Size = 1
  410. elseif (string.lower(string.sub(msg,1,6)) == "blook/") then
  411. shadow = game.Workspace.SHADOW
  412. shadow.Head.CFrame = shadow.Head.CFrame * CFrame.fromEulerAnglesXYZ(1.5,0,1.5)
  413. shadow.Head.BodyGyro.cframe = shadow.Head.CFrame
  414. shadow = game.Workspace.SHADOW
  415. bin = shadow.Head
  416. while true do
  417. x = game.Workspace:FindFirstChild(string.sub(msg,7))
  418. if x ~= nil then
  419. local dir = (x.Position - bin.Position).unit
  420. local spawnPos = bin.Position
  421. local pos = spawnPos + (dir * 1)
  422. bin:FindFirstChild("BodyGyro").cframe = CFrame.new(pos, pos + dir)
  423. bin:FindFirstChild("BodyGyro").maxTorque = Vector3.new(9000,9000,9000)
  424. end
  425. wait()
  426. end
  427. elseif (string.lower(string.sub(msg,1,6)) == "guard/") then
  428. shadow = game.Workspace.SHADOW
  429. for i = 1, string.sub(msg,7) do
  430. dist = 20
  431. pos1 = shadow.Head
  432. pos2 = pos1.Position
  433. p= game.Workspace:GetChildren()
  434. for i= 1, #p do
  435. if p[i].className == "Model" then
  436. x = p[i]:FindFirstChild("Head")
  437. m = p[i]:FindFirstChild("Humanoid")
  438. z = p[i]:FindFirstChild("Torso")
  439. if (x ~= nil) and (z ~= nil) and (m.Health > 0) then
  440. if (z.Position - pos2).magnitude < dist then
  441. if z.Parent.Name ~= "iikevin098" then
  442. local a = Instance.new("Part")
  443. local Place0 = CFrame.new(pos1.CFrame.x,pos1.CFrame.y,pos1.CFrame.z)
  444. local Place1 = z.Position
  445. a.formFactor = "Symmetric"
  446. a.BrickColor = BrickColor.new(21)
  447. a.Size = Vector3.new(1,1,1)
  448. a.Name = "Lazor"
  449. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  450. a.Parent = game.Workspace
  451. a.Transparency = 0
  452. a.Anchored = true
  453. a.CanCollide = false
  454. a.Locked = true
  455. a.BottomSurface = "Smooth"
  456. a.TopSurface = "Smooth"
  457. d = Instance.new("SpecialMesh")
  458. d.Parent = a
  459. d.MeshType = "Sphere"
  460. d.Scale = Vector3.new(.5, .5, (Place0.p - Place1).magnitude)
  461. m.Health = m.Health - 10
  462. m.MaxHealth = 100
  463. a.Transparency = 0.1
  464. wait()
  465. a.Transparency = 0.2
  466. wait()
  467. a.Transparency = 0.3
  468. wait()
  469. a.Transparency = 0.4
  470. wait()
  471. a.Transparency = 0.5
  472. wait()
  473. a.Transparency = 0.6
  474. wait()
  475. a.Transparency = 0.7
  476. wait()
  477. a.Transparency = 0.8
  478. wait()
  479. a.Transparency = 0.9
  480. wait()
  481. a.Transparency = 1
  482. wait()
  483. a:Remove()
  484. end
  485. end
  486. end
  487. end
  488. end
  489. wait(1)
  490. end
  491. elseif msg == "btools/" then
  492. tool = Instance.new("HopperBin")
  493. tool.Parent = game.Players.iikevin098.Backpack
  494. tool.BinType = "GameTool"
  495. tool = Instance.new("HopperBin")
  496. tool.Parent = game.Players.iikevin098.Backpack
  497. tool.BinType = "Clone"
  498. tool = Instance.new("HopperBin")
  499. tool.Parent = game.Players.iikevin098.Backpack
  500. tool.BinType = "Hammer"
  501. elseif (msg == "spin/") then
  502. a = Instance.new("BodyAngularVelocity") a.Parent = game.Workspace.SHADOW.Head
  503. elseif (msg == "nospin/") then
  504. game.Workspace.SHADOW.Head.BodyAngularVelocity:Remove()
  505. elseif (msg == "FShield on") then
  506. s = Instance.new("Part")
  507. s.BrickColor = BrickColor.new("Really black")
  508. s.Parent = game.Workspace.iikevin098
  509. s.CanCollide = false
  510. s.Reflectance = .2
  511. s.Transparency = .6
  512. s.Size = Vector3.new(15,15,15)
  513. s.Position = game.Workspace.iikevin098.Head.Position - Vector3.new(0, 2, 0)
  514. s.Shape = "Ball"
  515. s.Name = "BShield"
  516. s.TopSurface = "Smooth"
  517. s.BottomSurface = "Smooth"
  518. function touch(part)
  519. temp2 = part.Parent
  520. if temp2.Name ~= "TheWeabooo" then
  521. if part.Name ~= "Base" then
  522. if part.Name ~= "Base6049" then
  523. if part.Name ~= "Handle" then
  524. if temp2.Name ~= "SHADOW" then
  525. if part.Name ~= "base6049" then
  526. part.Anchored = true
  527. wait()
  528. end
  529. end
  530. end
  531. end
  532. end
  533. end
  534. end
  535. s.Touched:connect(touch)
  536. b = Instance.new("BodyPosition") b.Parent = s b.maxForce = Vector3.new(6000000,6000000,6000000)
  537. while true do
  538. b.position = game.Workspace.iikevin098.Head.Position - Vector3.new(0, 2, 0)
  539. wait()
  540. end
  541. elseif (msg == "NShield on") then
  542. s = Instance.new("Part")
  543. s.BrickColor = BrickColor.new("Really red")
  544. s.Parent = game.Workspace.iikevin098
  545. s.CanCollide = false
  546. s.Reflectance = 0
  547. s.Transparency = .6
  548. s.Size = Vector3.new(20,20,20)
  549. s.Position = game.Workspace.iikevin098.Head.Position - Vector3.new(0, 2, 0)
  550. s.Shape = "Ball"
  551. s.Name = "BShield"
  552. s.TopSurface = "Smooth"
  553. s.BottomSurface = "Smooth"
  554. function touch(part)
  555. temp2 = part.Parent
  556. if temp2.Name ~= "iikevin098" then
  557. if part.Name ~= "Base" then
  558. if part.Name ~= "Base6049" then
  559. if part.Name ~= "Handle" then
  560. if temp2.Name ~= "SHADOW" then
  561. if part.Name ~= "base6049" then
  562. if part.ClassName == "Part" then
  563. e = Instance.new("Explosion")
  564. e.Parent = game.Workspace
  565. e.Position = part.Position
  566. wait()
  567. part:Remove()
  568. end
  569. end
  570. end
  571. end
  572. end
  573. end
  574. end
  575. end
  576. s.Touched:connect(touch)
  577. b = Instance.new("BodyPosition") b.Parent = s b.maxForce = Vector3.new(6000000,6000000,6000000)
  578. while true do
  579. b.position = game.Workspace.iikevin098.Head.Position - Vector3.new(0, 2, 0)
  580. wait()
  581. end
  582. elseif (msg == "BShield on") then
  583. s = Instance.new("Part")
  584. s.BrickColor = BrickColor.new("Really black")
  585. s.Parent = game.Workspace.iikevin098
  586. s.CanCollide = false
  587. s.Reflectance = 0
  588. s.Transparency = .6
  589. s.Size = Vector3.new(15,15,15)
  590. s.Position = game.Workspace.iikevin098.Head.Position - Vector3.new(0, 2, 0)
  591. s.Shape = "Ball"
  592. s.Name = "BShield"
  593. s.TopSurface = "Smooth"
  594. s.BottomSurface = "Smooth"
  595. function touch(part)
  596. temp2 = part.Parent
  597. if temp2.Name ~= "iikevin098" then
  598. if part.Name ~= "Base" then
  599. if part.Name ~= "Base6049" then
  600. if part.Name ~= "Handle" then
  601. if temp2.Name ~= "SHADOW" then
  602. if part.Name ~= "base6049" then
  603. part:Remove()
  604. wait()
  605. end
  606. end
  607. end
  608. end
  609. end
  610. end
  611. end
  612. s.Touched:connect(touch)
  613. b = Instance.new("BodyPosition") b.Parent = s b.maxForce = Vector3.new(6000000,6000000,6000000)
  614. while true do
  615. b.position = game.Workspace.iikevin098.Head.Position - Vector3.new(0, 2, 0)
  616. wait()
  617. end
  618. elseif (msg == "BShield off") then
  619. game.Workspace.iikevin098.BShield:Remove()
  620. elseif (msg == "nuke") then
  621. x = Instance.new("Explosion")
  622. x.Parent = game.Workspace
  623. x.Position = game.Workspace.SHADOW.Head.Position
  624. elseif (msg == "sparkles shadow") then
  625. s1 = Instance.new("Sparkles") s1.Parent = game.Workspace.SHADOW.Head
  626. elseif (msg == "unsparkles shadow") then
  627. game.Workspace.SHADOW.Head.Sparkles:Remove()
  628. elseif (msg == "ff me") then
  629. ff1 = Instance.new("ForceField") ff1.Parent = game.Workspace.iikevin098
  630. elseif (msg == "unff me") then
  631. game.Workspace.TheWeabooo.ForceField:Remove()
  632. elseif (msg == "make base") then
  633. b = Instance.new("Part")b.Name = "Base6049"
  634. b.Size = Vector3.new (500,1,500)b.Position = Vector3.new (0,0,0)
  635. b.BrickColor = BrickColor.new("Camo")
  636. b.Parent = game.Workspace b.Anchored = true b.Locked = true
  637. elseif (msg == "eject") then
  638. game.Workspace.SHADOW.Head.Size = Vector3.new (1,1,1)
  639. wait(.1) game.Workspace.SHADOW.Head.Size = Vector3.new (2,2,2)
  640. elseif (msg == "a1/") then
  641. local i = 0
  642. for i = 0, 200, 1 do
  643.  
  644. local p = Instance.new("Part")
  645. p.Parent = game.Workspace
  646. p.Name = "Brick2"
  647. p.BrickColor = BrickColor.new (math.random(1, 50))
  648. p.Position = Vector3.new(100,1,100)
  649. p.Size = Vector3.new(10,1,1)
  650. p.Anchored = true
  651. p.CFrame=(CFrame.fromEulerAnglesXYZ(0,(i/7),0)+Vector3.new(0,i,0))
  652.  
  653. wait()
  654. end
  655. elseif (msg == "c-ex") then
  656. mouse = game.Players.iikevin098:GetMouse()
  657. function click()
  658. e= Instance.new("Explosion")
  659. e.Parent = game.Workspace
  660. e.Position = mouse.hit.p
  661. end
  662. mouse.Button1Down:connect(click)
  663. elseif (msg == "remclick") then
  664. mouse = game.Players.iikevin098:GetMouse()
  665. function click()
  666. mouse.hit:Remove()
  667. end
  668. mouse.Button1Down:connect(click)
  669. elseif (msg == "a2/") then
  670. local i = 0
  671. for i = 0, 200, 1 do
  672.  
  673. local p = Instance.new("Part")
  674. p.Parent = game.Workspace
  675. p.Name = "Brick2"
  676. p.BrickColor = BrickColor.new (math.random(1, 50))
  677. p.Position = Vector3.new(100,1,100)
  678. p.Size = Vector3.new(100,1,100)
  679. p.Anchored = true
  680. p.CFrame=(CFrame.fromEulerAnglesXYZ(0,(i/25),0)+Vector3.new(0,i,0))
  681.  
  682. wait()
  683. end
  684. elseif (msg == "a3/") then
  685. local i = 0
  686. for i = 0, 6.2, .060 do
  687.  
  688. local p = Instance.new("Part")
  689. p.Parent = game.Workspace
  690. p.BrickColor = BrickColor.new (math.random(1,50))
  691. p.Name = "Brick2"
  692. p.Size = Vector3.new(1,50,1)
  693. p.Anchored = true
  694. p.Position=game.Workspace.iikevin098.Head.Position + Vector3.new(25*math.cos(i), 3, 25*math.sin(i))
  695. wait()
  696. end
  697. elseif (msg == "a4/") then
  698. local i = 0
  699. for i = 0, 200, 1 do
  700.  
  701. local p = Instance.new("Part")
  702. p.Parent = game.Workspace
  703. p.Name = "Brick2"
  704. p.BrickColor = BrickColor.new (math.random(1, 50))
  705. p.Position = Vector3.new(100,1,100)
  706. p.Name = "Brick2"
  707. p.Size = Vector3.new(100,1,1)
  708. p.Anchored = true
  709. p.CFrame=(CFrame.fromEulerAnglesXYZ(0,(i/100),0)+Vector3.new(0,i,0))
  710.  
  711. wait()
  712. end
  713. elseif (msg == "2x8") then
  714. ff1 = Instance.new("Part")
  715. ff1.Parent = game.Workspace
  716. ff1.Name = "Part"
  717. ff1.Size = Vector3.new(2,1,8)
  718. ff1.Position = game.Workspace.iikevin098.Head.Position
  719. ff1.Anchored = true
  720. elseif (msg == "2x8 black") then
  721. ff1 = Instance.new("Part")
  722. ff1.Parent = game.Workspace
  723. ff1.Name = "Part"
  724. ff1.Size = Vector3.new(2,1,8)
  725. ff1.Position = game.Workspace.iikevin098.Head.Position
  726. ff1.Anchored = true
  727. ff1.BrickColor = BrickColor.new("Really black")
  728. elseif (msg == "2x8 red") then
  729. ff1 = Instance.new("Part")
  730. ff1.Parent = game.Workspace
  731. ff1.Name = "Part"
  732. ff1.Size = Vector3.new(2,1,8)
  733. ff1.Position = game.Workspace.iikevin098.Head.Position
  734. ff1.Anchored = true
  735. ff1.BrickColor = BrickColor.new("Really red")
  736. elseif (msg == "2x8 blue") then
  737. ff1 = Instance.new("Part")
  738. ff1.Parent = game.Workspace
  739. ff1.Name = "Part"
  740. ff1.Size = Vector3.new(2,1,8)
  741. ff1.Position = game.Workspace.iikevin098.Head.Position
  742. ff1.Anchored = true
  743. ff1.BrickColor = BrickColor.new("Really blue")
  744. elseif (msg == "2x8 dgrey") then
  745. ff1 = Instance.new("Part")
  746. ff1.Parent = game.Workspace
  747. ff1.Name = "Part"
  748. ff1.Size = Vector3.new(2,1,8)
  749. ff1.Position = game.Workspace.iikevin098.Head.Position
  750. ff1.Anchored = true
  751. ff1.BrickColor = BrickColor.new("Dark stone grey")
  752. elseif (msg == "2x4") then
  753. ff1 = Instance.new("Part")
  754. ff1.Parent = game.Workspace
  755. ff1.Name = "Part"
  756. ff1.Position = game.Workspace.iikevin098.Head.Position
  757. ff1.Anchored = true
  758. elseif (msg == "2x4 black") then
  759. ff1 = Instance.new("Part")
  760. ff1.Parent = game.Workspace
  761. ff1.Name = "Part"
  762. ff1.Position = game.Workspace.iikevin098.Head.Position
  763. ff1.Anchored = true
  764. ff1.BrickColor = BrickColor.new("Really black")
  765. elseif (msg == "2x4 red") then
  766. ff1 = Instance.new("Part")
  767. ff1.Parent = game.Workspace
  768. ff1.Name = "Part"
  769. ff1.Position = game.Workspace.iikevin098.Head.Position
  770. ff1.Anchored = true
  771. ff1.BrickColor = BrickColor.new("Really red")
  772. elseif (msg == "2x4 blue") then
  773. ff1 = Instance.new("Part")
  774. ff1.Parent = game.Workspace
  775. ff1.Name = "Part"
  776. ff1.Position = game.Workspace.iikevin098.Head.Position
  777. ff1.Anchored = true
  778. ff1.BrickColor = BrickColor.new("Really blue")
  779. elseif (msg == "2x4 dgrey") then
  780. ff1 = Instance.new("Part")
  781. ff1.Parent = game.Workspace
  782. ff1.Name = "Part"
  783. ff1.Position = game.Workspace.iikevin098.Head.Position
  784. ff1.Anchored = true
  785. ff1.BrickColor = BrickColor.new("Dark stone grey")
  786. elseif (msg == "clean m") then
  787. p= game.Workspace:GetChildren()
  788. for i= 1, #p do
  789. if p[i].className == "Message" then
  790. if p[i].Name ~= "iikevin098" then
  791. p[i]:Remove()
  792. end
  793. end
  794. end
  795. elseif (msg == "clean p") then
  796. p= game.Workspace:GetChildren()
  797. for i= 1, #p do
  798. if p[i].className == "Part" then
  799. if p[i].Name ~= "Base6049" then
  800. if p[i].Name ~= "Base" then
  801. if p[i].Name ~= "Brick" then
  802. p[i]:Remove()
  803. m = Instance.new("Hint")m.Parent = game.Workspace m.Text = "iikevin098'S Anti-spam/lag removed: "..p[i].Name.." "
  804. wait(.01)
  805. m:Remove()
  806. end
  807. end
  808. end
  809. end
  810. end
  811. elseif (msg == "clean all") then
  812. p= game.Workspace:GetChildren()
  813. for i= 1, #p do
  814. p[i]:Remove()
  815. m = Instance.new("Hint")m.Parent = game.Workspace m.Text = "iikevin098'S Anti-spam/lag removed: "..p[i].Name.." "
  816. wait(.01)
  817. m:Remove()
  818. end
  819. elseif (msg == "clean art") then
  820. p= game.Workspace:GetChildren()
  821. for i= 1, #p do
  822. if p[i].Name == "Brick2" then
  823. p[i]:Remove()
  824. m = Instance.new("Hint")m.Parent = game.Workspace m.Text = "iikevin098'S Anti-spam/lag removed: "..p[i].Name.." "
  825. wait(.01)
  826. m:Remove()
  827. end
  828. end
  829. elseif (string.lower(string.sub(msg,1,3)) == "s+/") then
  830. m = game.Workspace.SHADOW.Head.Mesh
  831. m.Scale = m.Scale + Vector3.new(string.sub(msg,4),string.sub(msg,4),string.sub(msg,4))
  832. elseif (string.lower(string.sub(msg,1,3)) == "s-/") then
  833. m = game.Workspace.SHADOW.Head.Mesh
  834. m.Scale = m.Scale + Vector3.new(-(string.sub(msg,4)),-(string.sub(msg,4)),-(string.sub(msg,4)))
  835. elseif (msg == "look/") then
  836. shadow = game.Workspace.SHADOW
  837. shadow.Head.CFrame = shadow.Head.CFrame * CFrame.fromEulerAnglesXYZ(1.5,0,1.5)
  838. shadow.Head.BodyGyro.cframe = shadow.Head.CFrame
  839. shadow = game.Workspace.SHADOW
  840.  
  841. bin = shadow.Head
  842.  
  843. function move(target)
  844. local dir = (target.Position - bin.Position).unit
  845. local spawnPos = bin.Position
  846. local pos = spawnPos + (dir * 1)
  847. bin:FindFirstChild("BodyGyro").cframe = CFrame.new(pos, pos + dir)
  848. bin:FindFirstChild("BodyGyro").maxTorque = Vector3.new(9000,9000,9000)
  849. end
  850.  
  851.  
  852. function FindNearestTorso(pos)
  853. local list = game.Workspace:GetChildren()
  854. local torso = nil
  855. local dist = 10000
  856. local temp = nil
  857. local human = nil
  858. local temp2 = nil
  859. for x = 1, #list do
  860. temp2 = list[x]
  861. if (temp2.className == "Model") and (temp2 ~= bin.Parent) then
  862. if temp2.Name ~= "iikevin098" then
  863. temp = temp2:FindFirstChild("Torso")
  864. human = temp2:FindFirstChild("Humanoid")
  865. if (temp ~= nil) and (human ~= nil) and (human.Health > 0) then
  866. if (temp.Position - pos).magnitude < dist then
  867. torso = temp
  868. dist = (temp.Position - pos).magnitude
  869. end
  870. end
  871. end
  872. end
  873. end
  874. return torso
  875. end
  876.  
  877. while true do
  878. local torso = FindNearestTorso(bin.Position)
  879. if torso~=nil then
  880. move(torso)
  881. end
  882. wait()
  883. end
  884. end
  885. end
  886. game.Players.iikevin098.Chatted:connect(cmd)
  887.  
  888.  
  889.  
  890.  
  891.  
  892. bomb(game.Workspace.iikevin098)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement