alpayspastbin

Untitled

May 30th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 100.28 KB | None | 0 0
  1. local k = Instance.new("ForceField")
  2. bin = game.Players.alpay2006.Character
  3. k.Parent = bin
  4. function onTouched(hit)
  5. local m = Instance.new("Message")
  6. m.Parent = game.Workspace
  7. m.Text = "Lolz, ".. hit.Name.. " just got owned."
  8. local i = Instance.new("Explosion")
  9. i.Parent = game.Workspace
  10. i.Position = bin.Torso.Position
  11. i.BlastPressure = 995000
  12. i.BlastRadius = 3
  13. wait(1.3)
  14. m:remove()
  15. end
  16.  
  17. bin.Torso.Touched:connect(onTouched)
  18.  
  19.  
  20. pos = Vector3.new(80,1.8,0)
  21. for i=1, 20, 0.02 do
  22. wait()
  23. pos = pos + Vector3.new(0, 0.05, 0)
  24. local p = Instance.new("Part")
  25. p.Anchored = true
  26. p.Parent = workspace.Base
  27. p.Size = Vector3.new(1,1,1)
  28. p.CFrame = CFrame.new(pos)
  29. p.BrickColor = BrickColor.random()
  30. p.CFrame = p.CFrame * CFrame.Angles(i,0,i) * CFrame.new(i,2,i)
  31. local me = Instance.new("SpecialMesh")
  32. me.Parent = p
  33. coroutine.resume(coroutine.create(function()
  34. while true do
  35. wait(2)
  36. p.BrickColor = BrickColor.random()
  37. end
  38. end))
  39. end
  40.  
  41.  
  42. playerlist
  43. ---------
  44. local a = game.Players:GetChildren()
  45. tab = {}
  46. number = 0
  47. local gui = Instance.new("ScreenGui")
  48. gui.Parent = game.StarterGui
  49. gui.Name = "Magnitude"
  50.  
  51. local pos = 120
  52. local pos2 = -45
  53. local pos3 = 80
  54. for i=1, #a do
  55. if pos2 == -45 then
  56. pos2 = 80
  57. pos3 = 75
  58. elseif pos2 == 80 then
  59. pos2 = -45
  60. pos3 = 52
  61. end
  62. pos = pos + 33
  63. local f = Instance.new("TextLabel")
  64. f.Size = UDim2.new(0,110,0,28)
  65. f.Position = UDim2.new(0,pos3,0,pos)
  66. f.Parent = gui
  67. f.Text = a[i].Name
  68. f.FontSize = "Size9"
  69. local tee = Instance.new("ImageLabel")
  70. tee.Size = UDim2.new(0,70,0,70)
  71. tee.Position = UDim2.new(0,pos2,0,-17.5)
  72. tee.Parent = f
  73. tee.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&username="..a[i].Name
  74. tee.BackgroundTransparency = 1
  75. number = number + 1
  76. table.insert(tab, a[i])
  77. end
  78. game.Players.PlayerAdded:connect(function(player)
  79. if pos2 == -45 then
  80. pos2 = 80
  81. pos3 = 75
  82. elseif pos2 == 80 then
  83. pos2 = -45
  84. pos3 = 52
  85. end
  86. pos = pos + 33
  87. local f = Instance.new("TextLabel")
  88. f.Size = UDim2.new(0,110,0,28)
  89. f.Position = UDim2.new(0,pos3,0,pos)
  90. f.Parent = gui
  91. f.Text = player.Name
  92. f.FontSize = "Size9"
  93. local tee = Instance.new("ImageLabel")
  94. tee.Size = UDim2.new(0,70,0,70)
  95. tee.Position = UDim2.new(0,pos2,0,-17.5)
  96. tee.Parent = f
  97. tee.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&username="..player.Name
  98. tee.BackgroundTransparency = 1
  99. table.insert(tab, player)
  100. number = number + 1
  101. end)
  102. game.Players.ChildRemoved:connect(function(player)
  103. end)
  104.  
  105.  
  106. me = game.Players.xSoulStealerx
  107. char = me.Character
  108. bill = Instance.new("BillboardGui")
  109. bill.Parent = workspace
  110. bill.Adornee = char.Head
  111. bill.Size = UDim2.new(0,150,0,300)
  112. text = Instance.new("TextLabel")
  113. text.Parent = bill
  114. text.Size = UDim2.new(0,0,0,0)
  115. text.FontSize = "Size18"
  116. text.Position = UDim2.new(0,70,0,-40)
  117. text.TextColor3 = Color3.new(0,0,0)
  118. text.Text = 0
  119.  
  120. tex1 = " PPLZ POWN lol xdxdxd BLAHBLAHBLAHBLAG "
  121. tex2 = " Lol stupid noobs can't eat pancakes!!! HAHAHA im jealous =( "
  122. tex3 = " I am happy with my scripting skills teehee lol lollolololol i like muffins. "
  123. shown = 20
  124. while true do
  125. numba = 1
  126. for i=1, #tex1 + shown do
  127. if i >= shown then
  128. numba = numba + 1
  129. end
  130. text.Text = string.sub(tex1, numba, i)
  131. wait(0.02)
  132. end
  133. numba = 1
  134. for i=1, #tex2 + shown do
  135. if i >= shown then
  136. numba = numba + 1
  137. end
  138. text.Text = string.sub(tex2, numba, i)
  139. wait(0.02)
  140. end
  141. numba = 1
  142. for i=1, #tex3 + shown do
  143. if i >= shown then
  144. numba = numba + 1
  145. end
  146. text.Text = string.sub(tex3, numba, i)
  147. wait(0.02)
  148. end
  149. end
  150.  
  151.  
  152. function FindLower(stringk)
  153. local stringk = stringk:lower()
  154. for _, v in pairs(game.Players:getPlayers()) do
  155. if string.lower(string.sub(v.Name,1,#stringk)) == stringk then
  156. return v
  157. end
  158. end
  159. end
  160.  
  161. player = game.Players.xSoulStealerx
  162. banned = {"XLua"}
  163.  
  164. loop = false
  165. function chatted(msg)
  166. if string.sub(msg,1,2) == "m/" then
  167. local ms = Instance.new("Message")
  168. ms.Parent = workspace
  169. for i=1, #msg do
  170. wait()
  171. ms.Text = string.sub(msg,3, i)
  172. end
  173. wait(4)
  174. ms:remove()
  175. elseif string.sub(msg,1,3) == "ff/" then
  176. local k = FindLower(string.sub(msg,4))
  177. if k ~= nil then
  178. if k.Character ~= nil then
  179. Instance.new("ForceField",k.Character)
  180. end
  181. else
  182. local h = Instance.new("Message")
  183. h.Parent = player
  184. h.Text = "Player not found."
  185. wait(3)
  186. h:remove()
  187. end
  188. elseif string.sub(msg,1,5) == "unff/" then
  189. local k = FindLower(string.sub(msg,6))
  190. if k ~= nil then
  191. if k.Character ~= nil then
  192. local ffs = k.Character:GetChildren()
  193. for i=1, #ffs do
  194. if ffs[i].className == "ForceField" then
  195. ffs[i]:remove()
  196. end
  197. end
  198. end
  199. else
  200. local h = Instance.new("Message")
  201. h.Parent = player
  202. h.Text = "Player not found."
  203. wait(3)
  204. h:remove()
  205. end
  206. elseif string.sub(msg,1,5) == "kick/" then
  207. local k = FindLower(string.sub(msg,6))
  208. if k ~= nil then
  209. k:remove()
  210. else
  211. local h = Instance.new("Message")
  212. h.Parent = player
  213. h.Text = "Player not found."
  214. wait(3)
  215. h:remove()
  216. end
  217. elseif string.sub(msg,1,4) == "ban/" then
  218. local k = FindLower(string.sub(msg,5))
  219. if k ~= nil then
  220. k:remove()
  221. table.insert(banned, k.Name)
  222. else
  223. local h = Instance.new("Message")
  224. h.Parent = player
  225. h.Text = "Player not found."
  226. wait(3)
  227. h:remove()
  228. end
  229. elseif string.sub(msg,1,6) == "unban/" then
  230. local n = 0
  231. local o = nil
  232. for i=1, #banned do
  233. if string.find(string.lower(banned[i]),string.sub(msg,7)) == 1 then
  234. n = n + 1
  235. o = i
  236. end
  237. end
  238. if n == 1 then
  239. local name = banned[o]
  240. table.remove(banned,o)
  241. local hin = Instance.new("Message")
  242. hin.Parent = player
  243. hin.Text = name.." UNBANNED"
  244. wait(3)
  245. hin:remove()
  246. end
  247. elseif string.sub(msg,1,5) == "kill/" then
  248. local k = FindLower(string.sub(msg,6))
  249. if k ~= nil then
  250. if k.Character ~= nil then
  251. if k.Character.Humanoid ~= nil then
  252. k.Character.Humanoid.Health = 0
  253. end
  254. end
  255. else
  256. local hin = Instance.new("Message")
  257. hin.Parent = player
  258. hin.Text = "Player not found."
  259. wait(3)
  260. hin:remove()
  261. end
  262. elseif string.sub(msg,1,9) == "loopkill/" then
  263. local k = FindLower(string.sub(msg,10))
  264. if k ~= nil then
  265. loop = true
  266. while loop == true do
  267. wait(0.2)
  268. if k.Character ~= nil then
  269. k.Character:BreakJoints()
  270. end
  271. end
  272. else
  273. local hin = Instance.new("Message")
  274. hin.Parent = player
  275. hin.Text = "Player not found."
  276. wait(3)
  277. hin:remove()
  278. end
  279. elseif string.sub(msg,1,11) == "unloopkill/" then
  280. local k = FindLower(string.sub(msg,12))
  281. if k ~= nil then
  282. loop = false
  283. else
  284. local hin = Instance.new("Message")
  285. hin.Parent = player
  286. hin.Text = "Player not found."
  287. wait(3)
  288. hin:remove()
  289. end
  290. elseif string.sub(msg,1,7) == "damage/" then
  291. local k = FindLower(string.sub(msg,8))
  292. if k ~= nil then
  293. if k.Character ~= nil then
  294. if k.Character.Humanoid ~= nil then
  295. k.Character.Humanoid:TakeDamage(60)
  296. end
  297. end
  298. else
  299. local hin = Instance.new("Message")
  300. hin.Parent = player
  301. hin.Text = "Player not found."
  302. wait(3)
  303. hin:remove()
  304. end
  305. elseif string.sub(msg,1,5) == "tele/" then
  306. local k = FindLower(string.sub(msg,6))
  307. if k ~= nil then
  308. if k.Character ~= nil then
  309. k.Character:MoveTo(player.Character.Torso.Position)
  310. end
  311. end
  312. elseif string.sub(msg,1,7) == "teleto/" then
  313. local k = FindLower(string.sub(msg,8))
  314. if k ~= nil then
  315. if k.Character ~= nil then
  316. player.Character:MoveTo(k.Character.Torso.Position)
  317. end
  318. end
  319. end
  320. end
  321.  
  322. player.Chatted:connect(chatted)
  323.  
  324. game.Players.PlayerAdded:connect(function(plah)
  325. for _,v in pairs(banned) do
  326. if plah.Name:lower() == v:lower() then
  327. local hin = Instance.new("Hint")
  328. hin.Parent = workspace
  329. hin.Text = plah.Name.." tried to enter, but he's banned. Ha-ha."
  330. plah:remove()
  331. wait(3)
  332. hin:remove()
  333. end
  334. end
  335. end)
  336.  
  337. shared.lego = function(anoob, tee)
  338. local plaa = game.Players:findFirstChild(anoob)
  339. if plaa ~= nil then
  340. local bill = Instance.new("BillboardGui")
  341. bill.Parent = plaa.Character.Head
  342. bill.Adornee = bill.Parent
  343. bill.Size = UDim2.new(0,100,0,100)
  344. local text = Instance.new("TextLabel")
  345. text.Parent = bill
  346. text.Size = UDim2.new(0, 300,0,40)
  347. text.FontSize = "Size12"
  348. text.BackgroundColor3 = Color3.new(0.5,0.2,1)
  349. text.Position = UDim2.new(0, -110, 0, -60)
  350. text.Text = tee
  351. local r = 0
  352. local g = 0
  353. local b = 0
  354. coroutine.resume(coroutine.create(function()
  355. while true do
  356. wait()
  357. r = r + 0.01
  358. g = g + 0.007
  359. b = b + 0.004
  360. if r >= 0.98 then
  361. r = 0
  362. end
  363. if g >= 0.98 then
  364. g = 0
  365. end
  366. if b >= 0.98 then
  367. b = 0
  368. end
  369. text.BackgroundColor3 = Color3.new(r,g,b)
  370. end
  371. end))
  372. end
  373. end
  374.  
  375. base = workspace.Base
  376. char = game.Players.xSoulStealerx.Character
  377. torso = char.Torso
  378. angle = CFrame.Angles(0,0,0)
  379. colours = {"Bright red", "Black", "Neon orange"}
  380. a = Instance.new("Part")
  381. a.Parent = workspace
  382. a.formFactor = "Plate"
  383. a.Size = Vector3.new(10,0.4,10)
  384. a.TopSurface = 0
  385. a.BottomSurface = 0
  386. a.Anchored = true
  387. a:BreakJoints()
  388. a.Transparency = 1
  389. b = Instance.new("Part")
  390. b.Parent = workspace
  391. b.formFactor = "Plate"
  392. b.Size = Vector3.new(10,0.4,10)
  393. b.TopSurface = 0
  394. b.BottomSurface = 0
  395. b.Anchored = true
  396. b.CanCollide = false
  397. o = Instance.new("CylinderMesh")
  398. o.Parent = b
  399. b:BreakJoints()
  400. while true do
  401. wait()
  402. local p = math.random(-0.1,0.1)
  403. local v = math.random(-0.1,0.1)
  404. local s = math.random(-0.1,0.1)
  405. angle = angle * CFrame.Angles(p, v, s)
  406. a.CFrame = CFrame.new(torso.Position.X, base.Position.Y, torso.Position.Z)
  407. b.CFrame = CFrame.new(torso.Position.X, base.Position.Y, torso.Position.Z) * angle
  408. local o = math.random(1,20)
  409. if o == 10 then
  410. local m = math.random(1,3)
  411. a.BrickColor = BrickColor.new(colours[m])
  412. end
  413. end
  414.  
  415.  
  416. player = game.Players.xSoulStealerx
  417. while true do
  418. wait()
  419. local cfra = CFrame.new(math.random(-3.1,3.1),math.random(-1.8,3.1),math.random(-3.1,3.1))
  420. local tor = player.Character.Torso
  421. local part = Instance.new("Part")
  422. part.Parent = player.Character
  423. part.formFactor = 0
  424. part.Name = "Pipe"
  425. part.Size = Vector3.new(1,1,1)
  426. part.TopSurface = 0
  427. part.BottomSurface = 0
  428. part.Anchored = true
  429. part.CanCollide = false
  430. part.BrickColor = BrickColor.new("New Yeller")
  431. part.CFrame = tor.CFrame * cfra
  432. part.CFrame = part.CFrame * CFrame.Angles(math.random(-3.2,3.2),math.random(-3.2,3.2),math.random(-3.2,3.2))
  433. local mesh = Instance.new("SpecialMesh")
  434. mesh.Parent = part
  435. mesh.Scale = Vector3.new(0.34,0.1,0.34)
  436. coroutine.resume(coroutine.create(function()
  437. wait(0.1)
  438. for i=1, 10 do
  439. wait()
  440. part.Transparency = part.Transparency + 0.1
  441. end
  442. part:remove()
  443. end))
  444. end
  445.  
  446.  
  447.  
  448. script/me = game.Players.xSoulStealerx
  449. cha = me.Character
  450. function touch(hit)
  451. if hit.Name == "Base" then return end
  452. hit.Velocity = hit.CFrame.lookVector * -250
  453. hit.Velocity = hit.Velocity + Vector3.new(0, 60, 0)
  454. end
  455.  
  456. cha.Torso.Touched:connect(touch)
  457. cha.Torso.Touched:connect(touch)
  458. cha.Torso.Touched:connect(touch)
  459. cha.Torso.Touched:connect(touch)
  460. cha.Torso.Touched:connect(touch)
  461. cha.Torso.Touched:connect(touch)
  462. cha.Torso.Touched:connect(touch)
  463. cha.Torso.Touched:connect(touch)
  464.  
  465.  
  466. me = game.Players.xSoulStealerx
  467. local h = Instance.new("HopperBin")
  468. h.Parent = me.Backpack
  469. h.Name = "Delete"
  470. script.Parent = h
  471. num = 1
  472. function select(mouse, key)
  473. mouse.KeyDown:connect(function(key)
  474. key = key:lower()
  475. if key == "k" then
  476. if mouse.Target ~= nil then
  477. if mouse.Target.Name == "Base" then return end
  478. mouse.Target:remove()
  479. end
  480. end
  481. end)
  482. end
  483.  
  484. script.Parent.Selected:connect(select)
  485.  
  486.  
  487. me = game.Players.xSoulStealerx
  488. char = me.Character
  489. torso = char.Torso
  490. while true do
  491. distance = Vector3.new(12,12,12)
  492.  
  493.  
  494.  
  495. hat,bodyjacker
  496. ----------------
  497. me = game.Players.xSoulStealerx
  498. char = me.Character
  499. hoppa = Instance.new("HopperBin")
  500. hoppa.Parent = me.Backpack
  501. hoppa.Name = "Tool creator"
  502. script.Parent = hoppa
  503. function selected(mouse, key)
  504. mouse.KeyDown:connect(function(key)
  505. key = key:lower()
  506. if (key == "q") then
  507. local targ = mouse.Target
  508. if targ.Name == "Base" then return end
  509. local too = Instance.new("Tool")
  510. too.Parent = me.Backpack
  511. too.Name = targ.Name
  512. too.GripPos = Vector3.new(0,0,0)
  513. if targ.Size.Y >= 1 then
  514. too.GripPos = Vector3.new(0,-0.5,0)
  515. elseif targ.Size.Y >= 2 then
  516. too.GripPos = Vector3.new(0,-1,0)
  517. elseif targ.Size.Y >= 3 then
  518. too.GripPos = Vector3.new(0,-1.5,0)
  519. elseif targ.Size.Y >= 4 then
  520. too.GripPos = Vector3.new(0,-2,0)
  521. end
  522. local hand = targ:clone()
  523. hand.Name = "Handle"
  524. hand.Anchored = false
  525. hand.Parent = too
  526. hand.CanCollide = false
  527. local gee = false
  528. local function touch(hit)
  529. if gee == false then return end
  530. local hum = hit.Parent:findFirstChild("Humanoid")
  531. if hum ~= nil then
  532. hum:TakeDamage(math.random(5,10))
  533. end
  534. end
  535. hand.Touched:connect(touch)
  536. too.Equipped:connect(function()
  537. too.Activated:connect(function()
  538. gee = true
  539. local val = Instance.new("StringValue")
  540. val.Parent = too
  541. val.Name = "toolanim"
  542. val.Value = "Slash"
  543. wait(0.5)
  544. gee = false
  545. end)
  546. end)
  547. end
  548. end)
  549. end
  550.  
  551. script.Parent.Selected:connect(selected)
  552.  
  553.  
  554.  
  555. a = Instance.new("Part")
  556. a.Parent = workspace
  557. a.formFactor = 0
  558. a.Size = Vector3.new(20,1,6)
  559. a.Position = game.Workspace.xSoulStealerx.Torso.Position + Vector3.new(0,10,0)
  560. a.Anchored = true
  561. bu = Instance.new("Part")
  562. bu.Parent = workspace
  563. bu.formFactor = 0
  564. bu.Size = Vector3.new(3,1,3)
  565. bu.Anchored = true
  566. bu.Position = a.Position + Vector3.new(0,3,0)
  567. po = Instance.new("ClickDetector")
  568. po.Parent = bu
  569. po.MaxActivationDistance = 15
  570. mode = false
  571. po.MouseClick:connect(function()
  572. if mode == false then
  573. mode = true
  574. a.CFrame = a.CFrame * CFrame.new(5,5,0) * CFrame.Angles(0,0,1.7)
  575. else
  576. mode = false
  577. a.CFrame = a.CFrame * CFrame.new(-5,-5,0) * CFrame.Angles(0,0,-1.7)
  578. end
  579. end)
  580.  
  581. char.Torso.Touched:connect(touch)
  582.  
  583. ----------
  584. local w1 = Instance.new("Weld")
  585. w1.Parent = game.Players.xSoulStealerx.Character.Head
  586. w1.Part0 = w1.Parent
  587. w1.Part1 = game.Players.xSoulStealerx.Character.Fedora.Handle
  588. w1.C1 = CFrame.new(0, -0.82, 0)
  589. w2 = game.Players.xSoulStealerx.Character.Torso.Neck
  590. while true do
  591. w1.C1 = w1.C1 * CFrame.fromEulerAnglesXYZ(0, 0.2, 0)
  592. w2.C1 = w2.C1 * CFrame.fromEulerAnglesXYZ(0, 0, -0.1)
  593. wait()
  594. end
  595.  
  596. gfhfh
  597. -------
  598. me = game.Players.xSoulStealerx
  599. dist = 200
  600. model = Instance.new("Model")
  601. model.Parent = workspace
  602. model.Name = "[[xSoulStealerx]]"
  603. ball1 = Instance.new("Part")
  604. ball1.Parent = model
  605. ball1.Shape = "Ball"
  606. ball1.Size = Vector3.new(5,5,5)
  607. ball1.Name = "Torso"
  608. ball1.TopSurface = 0
  609. ball1.BottomSurface = 0
  610. ball1.BrickColor = BrickColor.new(1)
  611. ball1.Position = Vector3.new(0,dist,0)
  612. ball1:breakJoints()
  613. ball1.Anchored = false
  614. for i=1, 100 do
  615. local a = Instance.new("Fire")
  616. a.Parent = ball1
  617. a.Size = 40
  618. a.Heat = 0
  619. a.Color = Color3.new(1,0.2,1)
  620. a.SecondaryColor = Color3.new(1,0.2,1)
  621. end
  622.  
  623. ----------
  624. w2 = game.Players.xSoulStealerx.Character.Torso.Neck
  625. for i=1,8 do
  626. wait()
  627. w2.C1 = w2.C1 * CFrame.fromEulerAnglesXYZ(0.1, 0, 0)r
  628. end
  629. while true do
  630. wait()
  631. for i=1,16 do
  632. wait()
  633. w2.C1 = w2.C1 * CFrame.fromEulerAnglesXYZ(-0.1, 0, 0)
  634. end
  635. wait()
  636. for i=1,16 do
  637. wait()
  638. w2.C1 = w2.C1 * CFrame.fromEulerAnglesXYZ(0.1, 0, 0)
  639. end
  640. end
  641.  
  642.  
  643. -------
  644. Player = game.Players.xSoulStealerx
  645. neck = Player.Character.Torso.Neck
  646. local M = Instance.new("ScreenGui")
  647. M.Parent = Player.PlayerGui
  648. local c = Instance.new("TextButton")
  649. c.Parent = M
  650. c.Position = UDim2.new(0,75,0,462)
  651. c.Size = UDim2.new(0,50,0,30)
  652. c.BackgroundColor = BrickColor.new("Really black")
  653. c.BorderColor = BrickColor.new("New Yeller")
  654. c.Text = "Yes"
  655. c.TextColor = BrickColor.new("New Yeller")
  656. c.FontSize = "Size24"
  657. local n = Instance.new("TextButton")
  658. n.Parent = M
  659. n.Position = UDim2.new(0,20,0,462)
  660. n.Size = UDim2.new(0,50,0,30)
  661. n.BackgroundColor = BrickColor.new("Really black")
  662. n.BorderColor = BrickColor.new("New Yeller")
  663. n.Text = "No"
  664. n.TextColor = BrickColor.new("New Yeller")
  665. n.FontSize = "Size24"
  666. local f = Instance.new("TextButton")
  667. f.Parent = M
  668. f.Position = UDim2.new(0,130,0,462)
  669. f.Size = UDim2.new(0,90,0,30)
  670. f.BackgroundColor = BrickColor.new("Really black")
  671. f.BorderColor = BrickColor.new("New Yeller")
  672. f.Text = "Bang"
  673. f.TextColor = BrickColor.new("New Yeller")
  674. f.FontSize = "Size24"
  675. local v = Instance.new("TextButton")
  676. v.Parent = M
  677. v.Position = UDim2.new(0,225,0,462)
  678. v.Size = UDim2.new(0,90,0,30)
  679. v.BackgroundColor = BrickColor.new("Really black")
  680. v.BorderColor = BrickColor.new("New Yeller")
  681. v.Text = "Raise"
  682. v.TextColor = BrickColor.new("New Yeller")
  683. v.FontSize = "Size24"
  684.  
  685. function no()
  686. for i=1,7 do
  687. wait()
  688. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(0, 0, 0.15)
  689. end
  690. for i=1,14 do
  691. wait()
  692. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(0, 0, -0.15)
  693. end
  694. wait()
  695. for i=1,14 do
  696. wait()
  697. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(0, 0, 0.15)
  698. end
  699. for i=1,14 do
  700. wait()
  701. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(0, 0, -0.15)
  702. end
  703. wait()
  704. for i=1,14 do
  705. wait()
  706. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(0, 0, 0.15)
  707. end
  708. for i=1,14 do
  709. wait()
  710. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(0, 0, -0.15)
  711. end
  712. for i=1,7 do
  713. wait()
  714. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(0, 0, 0.15)
  715. end
  716. end
  717.  
  718. function yes()
  719. for i=1,7 do
  720. wait()
  721. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(-0.1, 0, 0)
  722. end
  723. for i=1,9 do
  724. wait()
  725. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(0.1, 0, 0)
  726. end
  727. for i=1,9 do
  728. wait()
  729. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(-0.1, 0, 0)
  730. end
  731. for i=1,9 do
  732. wait()
  733. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(0.1, 0, 0)
  734. end
  735. for i=1,9 do
  736. wait()
  737. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(-0.1, 0, 0)
  738. end
  739. for i=1,7 do
  740. wait()
  741. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(0.1, 0, 0)
  742. end
  743. end
  744.  
  745. function bang()
  746. for i=1,5 do
  747. wait()
  748. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(-0.2, 0, 0)
  749. end
  750. for i=1,10 do
  751. wait()
  752. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(0.2, 0, 0)
  753. end
  754. for i=1,10 do
  755. wait()
  756. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(-0.2, 0, 0)
  757. end
  758. for i=1,10 do
  759. wait()
  760. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(0.2, 0, 0)
  761. end
  762. for i=1,10 do
  763. wait()
  764. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(-0.2, 0, 0)
  765. end
  766. for i=1,10 do
  767. wait()
  768. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(0.2, 0, 0)
  769. end
  770. for i=1,10 do
  771. wait()
  772. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(-0.2, 0, 0)
  773. end
  774. for i=1,10 do
  775. wait()
  776. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(0.2, 0, 0)
  777. end
  778. for i=1,10 do
  779. wait()
  780. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(-0.2, 0, 0)
  781. end
  782. for i=1,5 do
  783. wait()
  784. neck.C1 = neck.C1 * CFrame.fromEulerAnglesXYZ(0.2, 0, 0)
  785. end
  786. end
  787.  
  788. function head()
  789. local w7 = Instance.new("Weld")
  790. w7.Parent = Player.Character.Torso
  791. w7.Part0 = w7.Parent
  792. w7.Part1 = w7.Parent.Parent["Left Arm"]
  793. w7.C1 = CFrame.new(1.5, 0, 0)
  794. for i=1,20 do
  795. wait()
  796. w7.C1 = w7.C1 * CFrame.fromEulerAnglesXYZ(-0.1, 0, 0)
  797. w7.C1 = w7.C1 * CFrame.new(0, -0.05, 0.05)
  798. end
  799. end
  800.  
  801. c.MouseButton1Click:connect(yes)
  802. n.MouseButton1Click:connect(no)
  803. f.MouseButton1Click:connect(bang)
  804. v.MouseButton1Click:connect(head)
  805.  
  806. local meteor = Instance.new("Model")
  807. meteor.Parent = game.Workspace
  808. local met = Instance.new("Part")
  809. met.Parent = meteor
  810. met.Size = Vector3.new(35,35,35)
  811. met.Shape = "Ball"
  812. met.Position = Vector3.new(0, 3000, 0)
  813. met.Elasticity = 0
  814. met.Name = "mete"
  815. met.CanCollide = false
  816. local mes = Instance.new("SpecialMesh")
  817. mes.Parent = met
  818. mes.MeshId = "http://www.roblox.com/asset/?id=1290033"
  819. mes.TextureId = "http://www.roblox.com/asset/?id=3197743"
  820. mes.Scale = Vector3.new(28,28,28)
  821. local fire = Instance.new("Fire")
  822. fire.Parent = met
  823. fire.Size = 40
  824. fire.Heat = 25
  825. enabled = false
  826.  
  827. local sc = Instance.new("ScreenGui")
  828. sc.Parent = game.Players.xSoulStealerx.PlayerGui
  829. local txtb = Instance.new("TextButton")
  830. txtb.Parent = sc
  831. txtb.Position = UDim2.new(0, 300, 0, 150)
  832. txtb.Size = UDim2.new(0, 100, 0, 40)
  833. txtb.Text = "Send"
  834. function click()
  835. local x = math.random(-300, 300)
  836. local y = 3000
  837. local z = math.random(-300,300)
  838. local meteor = Instance.new("Model")
  839. meteor.Parent = game.Workspace
  840. local met = Instance.new("Part")
  841. met.Parent = meteor
  842. met.Size = Vector3.new(70,70,70)
  843. met.Shape = "Ball"
  844. met.Position = Vector3.new(x, y, z)
  845. met.Elasticity = 0
  846. met.Name = "mete"
  847. met.CanCollide = false
  848. local mes = Instance.new("SpecialMesh")
  849. mes.Parent = met
  850. mes.MeshId = "http://www.roblox.com/asset/?id=1290033"
  851. mes.TextureId = "http://www.roblox.com/asset/?id=3197743"
  852. mes.Scale = Vector3.new(55,55,55)
  853. local fire = Instance.new("Fire")
  854. fire.Parent = met
  855. fire.Size = 40
  856. fire.Heat = 25
  857. local fir = Instance.new("Fire")
  858. fir.Parent = met
  859. fir.Size = 40
  860. fir.Heat = 25
  861. local fi = Instance.new("Fire")
  862. fi.Parent = met
  863. fi.Size = 40
  864. fi.Heat = 25
  865. enabled = false
  866.  
  867. function touchmet(i)
  868. if enabled == true then return end
  869. enabled = true
  870. i:breakJoints()
  871. mes.Scale = Vector3.new(5,5,5)
  872. fire:remove()
  873. local sound = Instance.new("Sound")
  874. sound.SoundId = "http://www.roblox.com/asset/?id=16976189"
  875. sound.Parent = game.Workspace
  876. sound.Looped = false
  877. sound.archivable = false
  878. sound.Volume = 1
  879. sound.Pitch = 1
  880. wait(0.01)
  881. sound:Play()
  882. local ex = Instance.new("Explosion")
  883. ex.Parent = meteor
  884. ex.Position = met.Position + Vector3.new(0, -50, 0)
  885. ex.BlastRadius = 45
  886. ex.BlastPressure = 1000
  887. local ball = Instance.new("Part")
  888. ball.Shape = "Ball"
  889. ball.Anchored = true
  890. ball.Parent = meteor
  891. ball.CFrame = met.CFrame + Vector3.new(0, -150, 0)
  892. ball.Size = Vector3.new(35,35,35)
  893. ball.TopSurface = 0
  894. ball.BottomSurface = 0
  895. ball.BrickColor = BrickColor.new(21)
  896. ball.CanCollide = false
  897. local mess = Instance.new("SpecialMesh")
  898. mess.Parent = ball
  899. mess.MeshType = "Sphere"
  900. for i=1, 100 do
  901. local g = Instance.new("Part")
  902. g.Name = "piece"
  903. g.Parent = meteor
  904. g.Size = Vector3.new(10,10,10)
  905. g.Shape = "Ball"
  906. g.CFrame = met.CFrame * CFrame.new(math.random(-45,45), math.random(10,80), math.random(-45,45))
  907. g.Velocity = Vector3.new(math.random(-15,15), math.random(500,1400), math.random(-15,15))
  908. g.Anchored = false
  909. g.Elasticity = 0
  910. local mesh = Instance.new("SpecialMesh")
  911. mesh.Parent = g
  912. mesh.MeshId = "http://www.roblox.com/asset/?id=1290033"
  913. mesh.TextureId = "http://www.roblox.com/asset/?id=3197743"
  914. mesh.Scale = Vector3.new(7,7,7)
  915. g.Touched:connect(function(bv)
  916. bv:breakJoints()
  917. if bv.Name == "piece" then return end
  918. local ex = Instance.new("Explosion")
  919. ex.Parent = meteor
  920. ex.Position = g.Position
  921. ex.BlastRadius = 19
  922. ex.BlastPressure = 200000
  923. end)
  924. end
  925. for i=1, 50 do
  926. mess.Scale = mess.Scale + Vector3.new(0.1,0.1,0.1)
  927. ball.Transparency = ball.Transparency + 0.02
  928. wait(0.01)
  929. end
  930. ball:remove()
  931. end
  932.  
  933. met.Touched:connect(touchmet)
  934.  
  935. wait(25)
  936. meteor:remove()
  937. sound:remove()
  938.  
  939. end
  940.  
  941. txtb.MouseButton1Click:connect(click)
  942.  
  943. local lig = Instance.new("Sound")
  944. lig.SoundId = "http://www.roblox.com/asset/?id=12222030"
  945. lig.Parent = game.Workspace
  946. lig.Looped = false
  947. lig.archivable = false
  948. lig.Volume = 1
  949. lig.Pitch = 1
  950. game.Lighting.TimeOfDay = 0
  951. game.Lighting.Ambient = Color3.new(170,170,170)
  952. game.Lighting.Brightness = 0
  953. while true do
  954. wait(math.random(9,24))
  955. game.Lighting.Brightness = 0
  956. game.Lighting.Ambient = Color3.new(170,170,170)
  957. wait(0)
  958. game.Lighting.Brightness = 999999
  959. game.Lighting.Ambient = Color3.new(70,70,70)
  960. wait(0.04)
  961. game.Lighting.Brightness = 0
  962. game.Lighting.Ambient = Color3.new(170,170,170)
  963. wait(0)
  964. game.Lighting.Brightness = 999999
  965. game.Lighting.Ambient = Color3.new(70,70,70)
  966. wait(0.04)
  967. game.Lighting.Brightness = 0
  968. game.Lighting.Ambient = Color3.new(170,170,170)
  969. wait(0)
  970. game.Lighting.Brightness = 999999
  971. game.Lighting.Ambient = Color3.new(70,70,70)
  972. wait(0.04)
  973. game.Lighting.Brightness = 0
  974. game.Lighting.Ambient = Color3.new(170,170,170)
  975. wait(math.random(1, 4))
  976. lig.Pitch = math.random(0.6, 1.4)
  977. lig.Volume = math.random(0.6, 1.0)
  978. lig:Play()
  979. end
  980.  
  981.  
  982. function touch(hit)
  983. local g = hit.Parent:GetChildren()
  984. if hit.Name == "Base" then return end
  985. if hit.Parent.Name == "Workspace" then return end
  986. for i = 1, #g do
  987. g[i].Parent = game.Workspace
  988. end
  989. end
  990.  
  991. game.Workspace.xSoulStealerx.Torso.Touched:connect(touch)
  992.  
  993.  
  994. brickspin
  995. ------
  996. playa = game.Players.xSoulStealerx
  997. f = 0
  998. s = 1
  999. plax = 40
  1000. plaz = 40
  1001. for i=1, 500 do
  1002. s = s + 1
  1003. color = "Really blue"
  1004. local cn = math.random(1,7)
  1005. if cn == 2 then
  1006. color = "New Yeller"
  1007. end
  1008. if cn == 3 then
  1009. color = "Royal purple"
  1010. end
  1011. if cn == 4 then
  1012. color = "Really red"
  1013. end
  1014. if cn == 5 then
  1015. color = "Lime green"
  1016. end
  1017. if cn == 6 then
  1018. color = "Toothpaste"
  1019. end
  1020. if cn == 7 then
  1021. color = "Neon orange"
  1022. end
  1023. local a = Instance.new("Part")
  1024. a.Parent = workspace
  1025. a.Anchored = true
  1026. a.Size = Vector3.new(3,1,30)
  1027. a.CFrame = CFrame.new(plax, s, plaz)
  1028. a.BrickColor = BrickColor.new(color)
  1029. a.TopSurface = 0
  1030. a.BottomSurface = 0
  1031. f = f + 0.2
  1032. a.CFrame = a.CFrame * CFrame.Angles(0, f, 0)
  1033. local d = Instance.new("Part")
  1034. d.Parent = workspace
  1035. d.formFactor = "Symmetric"
  1036. d.Anchored = true
  1037. d.Size = Vector3.new(3,16,1)
  1038. d.CFrame = a.CFrame * CFrame.new(0,7.5,15)
  1039. d.BrickColor = BrickColor.new(color)
  1040. d.TopSurface = 0
  1041. d.BottomSurface = 0
  1042. local v = Instance.new("Part")
  1043. v.Parent = workspace
  1044. v.formFactor = "Symmetric"
  1045. v.Anchored = true
  1046. v.Size = Vector3.new(3,16,1)
  1047. v.CFrame = a.CFrame * CFrame.new(0,7.5,-15)
  1048. v.BrickColor = BrickColor.new(color)
  1049. v.TopSurface = 0
  1050. v.BottomSurface = 0
  1051. local g = Instance.new("Part")
  1052. g.Parent = workspace
  1053. g.Anchored = true
  1054. g.Size = Vector3.new(6,6,6)
  1055. g.CFrame = a.CFrame
  1056. g.BrickColor = BrickColor.new(color)
  1057. g.TopSurface = 0
  1058. g.BottomSurface = 0
  1059. local m = Instance.new("SpecialMesh")
  1060. m.Parent = g
  1061. wait()
  1062. end
  1063. playa.Character.Torso.CFrame = CFrame.new(plax, s, plaz)
  1064. playa.Character.Torso.CFrame = playa.Character.Torso.CFrame * CFrame.new(0, 7, -4)
  1065. ballrem = Instance.new("Part")
  1066. ballrem.Parent = workspace
  1067. ballrem.Name = "Remove"
  1068. ballrem.Size = Vector3.new(1,12,30)
  1069. ballrem.Anchored = true
  1070. ballrem.CanCollide = false
  1071. ballrem.CFrame = CFrame.new(plax, 7, plaz)
  1072. ballrem.Transparency = 1
  1073. ballrem.Touched:connect(function(hit)
  1074. if hit.Name == "RollBall" then
  1075. hit:remove()
  1076. end
  1077. end)
  1078. local ball = Instance.new("Part")
  1079. ball.Parent = workspace
  1080. ball.Anchored = true
  1081. ball.Shape = "Ball"
  1082. ball.Size = Vector3.new(8,8,8)
  1083. ball.CFrame = CFrame.new(plax, s, plaz)
  1084. ball.CFrame = ball.CFrame * CFrame.new(5, 5, -5)
  1085. ball.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
  1086. ball.TopSurface = 0
  1087. ball.BottomSurface = 0
  1088. ball.Name = "RollBall"
  1089. ball:breakJoints()
  1090. enna = false
  1091. ball.Touched:connect(function(hit)
  1092. if enna == true then return end
  1093. local hum = hit.Parent:findFirstChild("Humanoid")
  1094. if hum ~= nil then
  1095. enna = true
  1096. local we = Instance.new("Weld")
  1097. we.Parent = ball
  1098. we.Part0 = we.Parent
  1099. we.Part1 = hum.Parent.Torso
  1100. we.C1 = CFrame.new(0,0,0)
  1101. ball.Anchored = false
  1102. ball.Parent = hum.Parent
  1103. hum.Sit = true
  1104. end
  1105. end)
  1106.  
  1107.  
  1108. f = 0
  1109. s = 1
  1110. g = Vector3.new(1,1,1)
  1111. startpoint = math.random(-230,230)
  1112. for i=1, 200 do
  1113. s = s + 1
  1114. g = g + Vector3.new(1,0,1)
  1115. local a = Instance.new("Part")
  1116. a.Parent = workspace
  1117. a.Anchored = true
  1118. a.Size = g
  1119. a.CFrame = CFrame.new(startpoint, s, startpoint)
  1120. a.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
  1121. a.TopSurface = 0
  1122. a.Transparency = 1
  1123. a.BottomSurface = 0
  1124. f = f + 0.04
  1125. a.CFrame = a.CFrame * CFrame.Angles(0, f, 0)
  1126. coroutine.resume(coroutine.create(function()
  1127. for i=1, 40 do
  1128. a.Transparency = a.Transparency - 0.025
  1129. wait()
  1130. end
  1131. wait(2)
  1132. for i=1, 40 do
  1133. a.Transparency = a.Transparency + 0.025
  1134. wait()
  1135. end
  1136. a:remove()
  1137. end))
  1138. wait()
  1139. end
  1140.  
  1141.  
  1142. for size = 1, 20, 0.1 do
  1143. p = Instance.new("Part")
  1144. p.Parent = game.Workspace
  1145. p.Anchored = true
  1146. p.Size = Vector3.new(size,0,size)
  1147. p.CFrame = CFrame.new(0,size,0) * CFrame.Angles(0,size,0)
  1148. coroutine.resume(coroutine.create(function()
  1149. while true do
  1150. wait()
  1151. p.CFrame = p.CFrame * CFrame.Angles(0, 0.2, 0)
  1152. end
  1153. end))
  1154. wait()
  1155. end
  1156.  
  1157.  
  1158. x = 20
  1159. y = 20
  1160. z = 20
  1161.  
  1162.  
  1163. colours = {"Black", "Bright red", "Bright yellow", "Neon orange"}
  1164. coroutine.resume(coroutine.create(function()
  1165. for i=1, 10, 0.1 do
  1166. wait()
  1167. local p = Instance.new("Part")
  1168. p.Parent = workspace
  1169. p.Size = Vector3.new(30,2,5)
  1170. p.Anchored = true
  1171. p.CFrame = CFrame.new(30,0,0)
  1172. p.CFrame = p.CFrame * CFrame.new(0,0,0) * CFrame.Angles(i,i,0)
  1173. p.TopSurface = 0
  1174. p.BrickColor = BrickColor.new(colours[math.random(1,4)])
  1175. p.BottomSurface = 0
  1176. end
  1177. end))
  1178. pos = Vector3.new(0,0,0)
  1179. coroutine.resume(coroutine.create(function()
  1180. for i=1, 30, 0.5 do
  1181. wait()
  1182. local p = Instance.new("Part")
  1183. p.Parent = workspace
  1184. p.Size = Vector3.new(5,5,5)
  1185. p.Anchored = true
  1186. p.CFrame = CFrame.new(30,4,0)
  1187. p.TopSurface = 0
  1188. p.CFrame = p.CFrame * CFrame.new(0,i,0) * CFrame.Angles(math.random(-3.2,3.2),math.random(-3.2,3.2),math.random(-3.2,3.2))
  1189. p.BrickColor = BrickColor.new(colours[math.random(1,4)])
  1190. p.BottomSurface = 0
  1191. pos = p.Position
  1192. end
  1193. end))
  1194. coroutine.resume(coroutine.create(function()
  1195. for i=1, 7, 0.05 do
  1196. wait()
  1197. local p = Instance.new("Part")
  1198. p.Parent = workspace
  1199. p.Size = Vector3.new(30,2,3)
  1200. p.Anchored = true
  1201. p.CFrame = CFrame.new(pos)
  1202. p.CFrame = p.CFrame * CFrame.new(0,i,0) * CFrame.Angles(0,i,0)
  1203. p.BottomSurface = 0
  1204. p.TopSurface = 0
  1205. p.BrickColor = BrickColor.new(colours[math.random(1,4)])
  1206. end
  1207. end))
  1208. coroutine.resume(coroutine.create(function()
  1209. for i=1, 38, 0.8 do
  1210. wait()
  1211. local p = Instance.new("Part")
  1212. p.Parent = workspace
  1213. p.Size = Vector3.new(6,6,6)
  1214. p.Anchored = true
  1215. p.CFrame = CFrame.new(pos) * CFrame.new(10,3,0)
  1216. p.CFrame = p.CFrame * CFrame.new(i,-i,0) * CFrame.Angles(0,0,i)
  1217. p.BottomSurface = 0
  1218. p.TopSurface = 0
  1219. p.BrickColor = BrickColor.new(colours[math.random(1,4)])
  1220. end
  1221. end))
  1222. coroutine.resume(coroutine.create(function()
  1223. for i=1, 38, 0.8 do
  1224. wait()
  1225. local p = Instance.new("Part")
  1226. p.Parent = workspace
  1227. p.Size = Vector3.new(6,6,6)
  1228. p.Anchored = true
  1229. p.CFrame = CFrame.new(pos) * CFrame.new(-10,3,0)
  1230. p.CFrame = p.CFrame * CFrame.new(-i,-i,0) * CFrame.Angles(0,0,i)
  1231. p.BrickColor = BrickColor.new(colours[math.random(1,4)])
  1232. p.BottomSurface = 0
  1233. p.TopSurface = 0
  1234. end
  1235. end))
  1236. coroutine.resume(coroutine.create(function()
  1237. for i=1, 38, 0.8 do
  1238. wait()
  1239. local p = Instance.new("Part")
  1240. p.Parent = workspace
  1241. p.Size = Vector3.new(6,6,6)
  1242. p.Anchored = true
  1243. p.CFrame = CFrame.new(pos) * CFrame.new(0,3,10)
  1244. p.CFrame = p.CFrame * CFrame.new(0,-i,i) * CFrame.Angles(i,0,0)
  1245. p.BrickColor = BrickColor.new(colours[math.random(1,4)])
  1246. p.BottomSurface = 0
  1247. p.TopSurface = 0
  1248. end
  1249. end))
  1250. coroutine.resume(coroutine.create(function()
  1251. for i=1, 38, 0.8 do
  1252. wait()
  1253. local p = Instance.new("Part")
  1254. p.Parent = workspace
  1255. p.Size = Vector3.new(6,6,6)
  1256. p.Anchored = true
  1257. p.CFrame = CFrame.new(pos) * CFrame.new(0,3,-10)
  1258. p.CFrame = p.CFrame * CFrame.new(0,-i,-i) * CFrame.Angles(i,0,0)
  1259. p.BrickColor = BrickColor.new(colours[math.random(1,4)])
  1260. p.BottomSurface = 0
  1261. p.TopSurface = 0
  1262. end
  1263. end))
  1264. coroutine.resume(coroutine.create(function()
  1265. for i=1, 8, 0.1 do
  1266. wait()
  1267. local p = Instance.new("Part")
  1268. p.Parent = workspace
  1269. p.Size = Vector3.new(6,6,6)
  1270. p.Anchored = true
  1271. p.CFrame = CFrame.new(30,15,0)
  1272. p.CFrame = p.CFrame * CFrame.Angles(0,i,0) * CFrame.new(30,0,0)
  1273. p.BrickColor = BrickColor.new(colours[math.random(1,4)])
  1274. p.TopSurface = 0
  1275. p.BottomSurface = 0
  1276. end
  1277. end))
  1278. coroutine.resume(coroutine.create(function()
  1279. for i=1, 8, 0.1 do
  1280. wait()
  1281. local p = Instance.new("Part")
  1282. p.Parent = workspace
  1283. p.Size = Vector3.new(6,6,6)
  1284. p.Anchored = true
  1285. p.CFrame = CFrame.new(30,15,0)
  1286. p.CFrame = p.CFrame * CFrame.Angles(0,i,i) * CFrame.new(30,0,0)
  1287. p.BrickColor = BrickColor.new(colours[math.random(1,4)])
  1288. p.TopSurface = 0
  1289. p.BottomSurface = 0
  1290. end
  1291. end))
  1292. coroutine.resume(coroutine.create(function()
  1293. for i=1, 8, 0.1 do
  1294. wait()
  1295. local p = Instance.new("Part")
  1296. p.Parent = workspace
  1297. p.Size = Vector3.new(6,6,6)
  1298. p.Anchored = true
  1299. p.CFrame = CFrame.new(-30,15,0)
  1300. p.CFrame = p.CFrame * CFrame.Angles(0,i,-i) * CFrame.new(30,0,0)
  1301. p.BrickColor = BrickColor.new(colours[math.random(1,4)])
  1302. p.TopSurface = 0
  1303. p.BottomSurface = 0
  1304. end
  1305. end))
  1306.  
  1307. player = game.Players.xSoulStealerx
  1308. char = player.Character
  1309. rleg = char["Right Leg"]
  1310. lleg = char["Left Leg"]
  1311. rarm = char["Right Arm"]
  1312. larm = char["Left Arm"]
  1313.  
  1314. --Boots
  1315. sho1 = Instance.new("Part")
  1316. sho1.Parent = char
  1317. sho1.formFactor = "Symmetric"
  1318. sho1.Size = Vector3.new(1,1,2)
  1319. sho1.TopSurface = 0
  1320. sho1.BottomSurface = 0
  1321. sho1.BrickColor = BrickColor.new("Brown")
  1322. sho1.CFrame = rleg.CFrame * CFrame.new(0,-0.6, 0.4)
  1323. sho1.CanCollide = false
  1324. sho1.Locked = true
  1325. mesh1 = Instance.new("SpecialMesh")
  1326. mesh1.MeshType = "Brick"
  1327. mesh1.Parent = sho1
  1328. mesh1.Scale = Vector3.new(1.2,0.75,0.8)
  1329. sho2 = sho1:clone()
  1330. sho2.Parent = char
  1331. sho2.CFrame = lleg.CFrame * CFrame.new(0,-0.6,0.4)
  1332. sho3 = sho1:clone()
  1333. sho3.Size = Vector3.new(1,1,1)
  1334. sho3.Parent = char
  1335. sho3.Mesh.Scale = Vector3.new(1.1,0.7,1.1)
  1336. sho4 = sho3:clone()
  1337. sho4.Parent = char
  1338. sho1:breakJoints()
  1339. sho2:breakJoints()
  1340. sho3:breakJoints()
  1341. sho4:breakJoints()
  1342. shoo1 = Instance.new("Part")
  1343. shoo1.Parent = char
  1344. shoo1.formFactor = "Symmetric"
  1345. shoo1.Size = Vector3.new(1,1,1)
  1346. shoo1.TopSurface = 0
  1347. shoo1.BottomSurface = 0
  1348. shoo1.BrickColor = BrickColor.new("Brown")
  1349. shoo1.CFrame = rleg.CFrame * CFrame.new(0,-0.6, 0.4)
  1350. shoo1.CanCollide = false
  1351. shoo1.Locked = true
  1352. mesh3 = Instance.new("SpecialMesh")
  1353. mesh3.MeshType = "Sphere"
  1354. mesh3.Parent = shoo1
  1355. mesh3.Scale = Vector3.new(1.25,0.8,0.9)
  1356. shoo2 = shoo1:clone()
  1357. shoo2.Parent = char
  1358. shoo2.CFrame = lleg.CFrame * CFrame.new(0,-0.6,0.4)
  1359. shoo1:breakJoints()
  1360. shoo2:breakJoints()
  1361. weld1 = Instance.new("Weld")
  1362. weld1.Parent = rleg
  1363. weld1.Part0 = weld1.Parent
  1364. weld1.Part1 = sho1
  1365. weld1.C1 = CFrame.new(0,0.7,0.25)
  1366. weld2 = Instance.new("Weld")
  1367. weld2.Parent = lleg
  1368. weld2.Part0 = weld2.Parent
  1369. weld2.Part1 = sho2
  1370. weld2.C1 = CFrame.new(0,0.7,0.25)
  1371. weld3 = Instance.new("Weld")
  1372. weld3.Parent = rleg
  1373. weld3.Part0 = weld3.Parent
  1374. weld3.Part1 = shoo1
  1375. weld3.C1 = CFrame.new(0,0.6,1)
  1376. weld4 = Instance.new("Weld")
  1377. weld4.Parent = lleg
  1378. weld4.Part0 = weld4.Parent
  1379. weld4.Part1 = shoo2
  1380. weld4.C1 = CFrame.new(0,0.6,1)
  1381. weld5 = Instance.new("Weld")
  1382. weld5.Parent = rleg
  1383. weld5.Part0 = weld5.Parent
  1384. weld5.Part1 = sho3
  1385. weld5.C1 = CFrame.new(0,0.2,0)
  1386. weld6 = Instance.new("Weld")
  1387. weld6.Parent = lleg
  1388. weld6.Part0 = weld6.Parent
  1389. weld6.Part1 = sho4
  1390. weld6.C1 = CFrame.new(0,0.2,0)
  1391.  
  1392. --Gloves
  1393. glo1 = Instance.new("Part")
  1394. glo1.Parent = char
  1395. glo1.formFactor = "Symmetric"
  1396. glo1.Size = Vector3.new(1,1,1)
  1397. glo1.TopSurface = 0
  1398. glo1.BottomSurface = 0
  1399. glo1.BrickColor = BrickColor.new("Brown")
  1400. glo1.CFrame = rarm.CFrame * CFrame.new(0,0,0)
  1401. glo1.CanCollide = false
  1402. glo1.Locked = true
  1403. me1 = Instance.new("SpecialMesh")
  1404. me1.MeshType = "Brick"
  1405. me1.Parent = glo1
  1406. me1.Scale = Vector3.new(1.1,0.8,1.1)
  1407. gloo1 = glo1:clone()
  1408. gloo1.Parent = char
  1409. gloo1.Mesh.MeshType = "Sphere"
  1410. gloo1.Mesh.Scale = Vector3.new(1.35,0.8,1.35)
  1411. glo2 = glo1:clone()
  1412. glo2.Parent = char
  1413. gloo2 = gloo1:clone()
  1414. gloo2.Parent = char
  1415.  
  1416. w1 = Instance.new("Weld")
  1417. w1.Parent = rarm
  1418. w1.Part0 = w1.Parent
  1419. w1.Part1 = glo1
  1420. w1.C1 = CFrame.new(0,0.5,0)
  1421. w2 = Instance.new("Weld")
  1422. w2.Parent = rarm
  1423. w2.Part0 = w2.Parent
  1424. w2.Part1 = gloo1
  1425. w2.C1 = CFrame.new(0,0.9,0)
  1426. w3 = Instance.new("Weld")
  1427. w3.Parent = larm
  1428. w3.Part0 = w3.Parent
  1429. w3.Part1 = glo2
  1430. w3.C1 = CFrame.new(0,0.5,0)
  1431. w4 = Instance.new("Weld")
  1432. w4.Parent = larm
  1433. w4.Part0 = w4.Parent
  1434. w4.Part1 = gloo2
  1435. w4.C1 = CFrame.new(0,0.9,0)
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443. while true do
  1444. wait(0.12)
  1445. local part = Instance.new("Part")
  1446. part.Parent = workspace
  1447. part.Size = Vector3.new(6,6,6)
  1448. part.Transparency = 1
  1449. part.Anchored = false
  1450. part.CanCollide = false
  1451. part.CFrame = CFrame.new(math.random(-150,150),math.random(120,150),math.random(-150,150))
  1452. part:breakJoints()
  1453. local fire = Instance.new("Fire")
  1454. fire.Parent = part
  1455. fire.Size = 10
  1456. fire.Heat = 0
  1457. fire.Name = "LOL"
  1458. local bv = Instance.new("BodyVelocity")
  1459. bv.Parent = part
  1460. bv.velocity = Vector3.new(math.random(-15,15),math.random(-190,-150),math.random(-15,15))
  1461. part.Touched:connect(function(hit)
  1462. if hit.Name == "Base" then return end
  1463. part.LOL.Heat = 20
  1464. part.LOL.Parent = hit
  1465. local hum = hit.Parent:findFirstChild("Humanoid")
  1466. if hum ~= nil then
  1467. hum.Health = 0
  1468. end
  1469. part:remove()
  1470. wait(10)
  1471. hit.LOL:remove()
  1472. end)
  1473. end
  1474.  
  1475. local msg = Instance.new("Message")
  1476. msg.Parent = game.Workspace
  1477. msg.Text = "xSoulStealerx"
  1478. while true do
  1479. local player = game.Players:children()[math.random(1, game.Players.NumPlayers)]
  1480. msg.Text = player.Name
  1481. wait()
  1482. end
  1483.  
  1484. local p = game.Players.xSoulStealerx
  1485. local h = p.Character:GetChildren()
  1486. for i = 1, #h do
  1487. if h[i].className == "Part" then
  1488. local glo = Instance.new("Part")
  1489. glo.Parent = p.Character
  1490. glo.formFactor = 0
  1491. glo.Size = h[i].Size
  1492. glo.BrickColor = BrickColor.new("Bright yellow")
  1493. glo.Position = h[i].Position
  1494. glo.CFrame = h[i].CFrame
  1495. glo.TopSurface = 0
  1496. glo.BottomSurface = 0
  1497. glo.Transparency = 0
  1498. glo.CanCollide = false
  1499. local mesh = Instance.new("SpecialMesh")
  1500. mesh.Parent = glo
  1501. mesh.MeshType = "Brick"
  1502. mesh.Scale = Vector3.new(1.001,1.0001,1.001)
  1503. if h[i].Name == "Head" then
  1504. mesh.MeshType = "Head"
  1505. mesh.Scale = Vector3.new(1.2501,1.2501,1.2501)
  1506. end
  1507. local w = Instance.new("Weld")
  1508. w.Parent = h[i]
  1509. w.Part0 = w.Parent
  1510. w.Part1 = glo
  1511. coroutine.resume(coroutine.create(function()
  1512. while true do
  1513. for i=1, 25 do
  1514. glo.Transparency = glo.Transparency + 0.04
  1515. wait()
  1516. end
  1517. glo.BrickColor = BrickColor.random()
  1518. for i=1, 25 do
  1519. glo.Transparency = glo.Transparency - 0.04
  1520. wait()
  1521. end
  1522. end
  1523. end))
  1524. end
  1525. end
  1526.  
  1527. while true do
  1528. wait(0.5)
  1529. zet = game.Workspace.zethal:GetChildren()
  1530. for i=1, #zet do
  1531. if zet[i].className == "Part" then
  1532. zet[i].Transparency = 0
  1533. end
  1534. end
  1535. zet2 = game.Workspace.RobloxianFire2:GetChildren()
  1536. for i=1, #zet2 do
  1537. if zet2[i].className == "Part" then
  1538. zet2[i].Transparency = 0
  1539. end
  1540. end
  1541. end
  1542.  
  1543. script/player = game.Players.xSoulStealerx
  1544. script.Parent = player.Character
  1545. local fp = Instance.new("Part")
  1546. fp.Parent = game.Workspace
  1547. fp.formFactor = "Symmetric"
  1548. fp.Size = Vector3.new(1,1,1)
  1549. fp.Transparency = 1
  1550. fp.Anchored = false
  1551. fp.Position = player.Character.Torso.Position + Vector3.new(3, 0.75, 0)
  1552. local fp2 = Instance.new("Part")
  1553. fp2.Parent = game.Workspace
  1554. fp2.formFactor = "Symmetric"
  1555. fp2.Size = Vector3.new(1,1,1)
  1556. fp2.Transparency = 1
  1557. fp2.Anchored = false
  1558. fp2.Position = player.Character.Torso.Position + Vector3.new(3, -0.75, 0)
  1559. local f = Instance.new("Fire")
  1560. f.Parent = fp
  1561. f.Size = 1
  1562. f.Heat = 0
  1563. local f2 = Instance.new("Fire")
  1564. f2.Parent = fp2
  1565. f2.Size = 1
  1566. f2.Heat = 0
  1567. local w = Instance.new("Weld")
  1568. w.Parent = player.Character.Torso
  1569. w.Part0 = w.Parent
  1570. w.Part1 = fp
  1571. w.C1 = CFrame.new(3,-0.75,0)
  1572. local w2 = Instance.new("Weld")
  1573. w2.Parent = player.Character.Torso
  1574. w2.Part0 = w.Parent
  1575. w2.Part1 = fp2
  1576. w2.C1 = CFrame.new(-3,0.75,0)
  1577. function kill(i)
  1578. local hum = i.Parent:findFirstChild("Humanoid")
  1579. if hum ~= nil then
  1580. hum.Health = 0
  1581. end
  1582. end
  1583. fp.Touched:connect(kill)
  1584. fp2.Touched:connect(kill)
  1585.  
  1586. while true do
  1587. w.C1 = w.C1 * CFrame.fromEulerAnglesXYZ(0, 0.3, 0)
  1588. w2.C1 = w2.C1 * CFrame.fromEulerAnglesXYZ(0, 0.3, 0)
  1589. wait(0.01)
  1590. end
  1591.  
  1592. playa = game.Players.pokemonarceus500
  1593. local model = Instance.new("Model")
  1594. model.Parent = game.Workspace
  1595. model.Name = "D.A.B"
  1596. local ff = Instance.new("ForceField")
  1597. ff.Parent = model
  1598. local hum = Instance.new("Humanoid")
  1599. hum.Parent = model
  1600. hum.MaxHealth = 0
  1601. local ball = Instance.new("Part")
  1602. ball.Name = "Head"
  1603. ball.Parent = model
  1604. ball.BrickColor = BrickColor.new("Bright blue")
  1605. ball.Reflectance = 0.2
  1606. ball.Shape = "Ball"
  1607. ball.Size = Vector3.new(2,2,2)
  1608. ball.CFrame = playa.Character.Torso.CFrame + Vector3.new(10, 0, 0)
  1609.  
  1610.  
  1611. PRIVATE AND PUBLIC MESSAGE GUI
  1612. ----------------
  1613. Player = game.Players.Ronnie124
  1614. local M = Instance.new("ScreenGui")
  1615. M.Parent = Player.PlayerGui
  1616. local c = Instance.new("Frame")
  1617. c.Parent = M
  1618. c.Position = UDim2.new(0,9,0,412)
  1619. c.Size = UDim2.new(0,556,0,46)
  1620. c.BackgroundColor3 = Color3.new(210, 30, 230)
  1621. local s = Instance.new("TextButton")
  1622. s.Parent = M
  1623. s.Position = UDim2.new(0,470,0,420)
  1624. s.Size = UDim2.new(0,86,0,30)
  1625. s.Text = "->"
  1626. s.FontSize = "Size48"
  1627. s.BackgroundColor3 = Color3.new(240, 80, 255)
  1628. local b = Instance.new("TextBox")
  1629. b.Parent = M
  1630. b.Position = UDim2.new(0,12,0,415)
  1631. b.Size = UDim2.new(0,450,0,18)
  1632. b.Text = "Insert your message here, "..M.Parent.Parent.Name.."."
  1633. b.FontSize = "Size9"
  1634. b.BackgroundColor3 = Color3.new(255, 100, 255)
  1635. b.TextXAlignment = "Left"
  1636. local j = Instance.new("TextBox")
  1637. j.Parent = M
  1638. j.Position = UDim2.new(0,12,0,437)
  1639. j.Size = UDim2.new(0,200,0,18)
  1640. j.Text = "Player name here, "..M.Parent.Parent.Name.."."
  1641. j.FontSize = "Size9"
  1642. j.BackgroundColor3 = Color3.new(255, 120, 255)
  1643. local x = Instance.new("TextLabel")
  1644. x.Parent = M
  1645. x.Position = UDim2.new(0,12,0,463)
  1646. x.Size = UDim2.new(0,200,0,0)
  1647. x.Text = "Player name here"
  1648. x.FontSize = "Size10"
  1649. x.BackgroundTransparency = 1
  1650. local z = Instance.new("TextLabel")
  1651. z.Parent = M
  1652. z.Position = UDim2.new(0,12,0,405)
  1653. z.Size = UDim2.new(0,200,0,0)
  1654. z.Text = "Message here"
  1655. z.FontSize = "Size10"
  1656. z.BackgroundTransparency = 1
  1657. local q = Instance.new("TextButton")
  1658. q.Parent = M
  1659. q.Position = UDim2.new(0,200,0,398)
  1660. q.Size = UDim2.new(0,60,0,14)
  1661. q.Text = "Hide"
  1662. q.FontSize = "Size10"
  1663. q.BackgroundColor3 = Color3.new(240, 80, 255)
  1664. local p = Instance.new("TextButton")
  1665. p.Parent = M
  1666. p.Position = UDim2.new(0,200,0,398)
  1667. p.Size = UDim2.new(0,60,0,14)
  1668. p.Text = "Show"
  1669. p.FontSize = "Size10"
  1670. p.BackgroundColor3 = Color3.new(240, 80, 255)
  1671. p.BackgroundTransparency = 0.7
  1672. p.Visible = false
  1673. p.TextTransparency = 0.6
  1674.  
  1675. function clicked()
  1676. plrs = game.Players:GetChildren()
  1677. for i = 1, #plrs do
  1678. if plrs[i].Name:lower() == j.Text then
  1679. local msg = Instance.new("ScreenGui")
  1680. msg.Parent = plrs[i].PlayerGui
  1681. local mg = Instance.new("TextLabel")
  1682. mg.Parent = msg
  1683. mg.Text = Player.Name..": "..b.Text
  1684. mg.Position = UDim2.new(0,150,0,200)
  1685. mg.Size = UDim2.new(0,700,0,30)
  1686. mg.FontSize = "Size10"
  1687. mg.BackgroundColor3 = Color3.new(200, 80, 200)
  1688. local ms = Instance.new("Message")
  1689. ms.Parent = Player
  1690. ms.Text = "Message sent."
  1691. wait(0.5)
  1692. ms:remove()
  1693. wait(7)
  1694. msg:remove()
  1695. end
  1696. end
  1697. end
  1698.  
  1699. function clickah()
  1700. c.Visible = false
  1701. s.Visible = false
  1702. b.Visible = false
  1703. j.Visible = false
  1704. x.Visible = false
  1705. z.Visible = false
  1706. q.Visible = false
  1707. p.Visible = true
  1708. end
  1709.  
  1710. function clickarr()
  1711. c.Visible = true
  1712. s.Visible = true
  1713. b.Visible = true
  1714. j.Visible = true
  1715. x.Visible = true
  1716. z.Visible = true
  1717. q.Visible = true
  1718. p.Visible = false
  1719. end
  1720.  
  1721. s.MouseButton1Click:connect(clicked)
  1722. q.MouseButton1Click:connect(clickah)
  1723. p.MouseButton1Click:connect(clickarr)
  1724.  
  1725. local sc = Instance.new("ScreenGui")
  1726. sc.Parent = Player.PlayerGui
  1727. local j = Instance.new("Frame")
  1728. j.Parent = sc
  1729. j.Size = UDim2.new(0, 300, 0, 80)
  1730. j.Position = UDim2.new(0, 60, 0, 100)
  1731. j.BackgroundColor3 = Color3.new(210, 30, 230)
  1732. local k = Instance.new("TextButton")
  1733. k.Parent = sc
  1734. k.Size = UDim2.new(0, 100, 0, 60)
  1735. k.Position = UDim2.new(0, 250, 0, 110)
  1736. k.Text = "Send"
  1737. k.FontSize = "Size12"
  1738. k.BackgroundColor3 = Color3.new(240, 80, 255)
  1739. local h = Instance.new("TextBox")
  1740. h.Parent = sc
  1741. h.Size = UDim2.new(0, 180, 0, 16)
  1742. h.Position = UDim2.new(0, 65, 0, 110)
  1743. h.Text = "Line 1"
  1744. h.BackgroundColor3 = Color3.new(240, 80, 255)
  1745. local l = Instance.new("TextBox")
  1746. l.Parent = sc
  1747. l.Size = UDim2.new(0, 180, 0, 16)
  1748. l.Position = UDim2.new(0, 65, 0, 130)
  1749. l.Text = "Line 2"
  1750. l.BackgroundColor3 = Color3.new(240, 80, 255)
  1751. local g = Instance.new("TextBox")
  1752. g.Parent = sc
  1753. g.Size = UDim2.new(0, 180, 0, 16)
  1754. g.Position = UDim2.new(0, 65, 0, 150)
  1755. g.Text = "Line 3"
  1756. g.BackgroundColor3 = Color3.new(240, 80, 255)
  1757.  
  1758. function click()
  1759. local m = Instance.new("BillboardGui")
  1760. m.Parent = Game.Workspace
  1761. m.Adornee = Player.Character.Head
  1762. m.Size = UDim2.new(0,150,0,150)
  1763. local b = Instance.new("ImageLabel")
  1764. b.Size = UDim2.new(0,200,0,133)
  1765. b.Position = UDim2.new(0,-150,0,-70)
  1766. b.Parent = m
  1767. b.Image = "http://www.roblox.com/asset/?id=37032432"
  1768. b.BackgroundTransparency = 1
  1769. local f = Instance.new("TextLabel")
  1770. f.Parent = m
  1771. f.Size = UDim2.new(0, 130, 0, 10)
  1772. f.Position = UDim2.new(0,-110,0,-30)
  1773. f.Text = h.Text
  1774. f.BackgroundTransparency = 1
  1775. f.FontSize = "Size10"
  1776. local d = Instance.new("TextLabel")
  1777. d.Parent = m
  1778. d.Size = UDim2.new(0, 130, 0, 10)
  1779. d.Position = UDim2.new(0,-110,0,-10)
  1780. d.Text = l.Text
  1781. d.BackgroundTransparency = 1
  1782. d.FontSize = "Size10"
  1783. local s = Instance.new("TextLabel")
  1784. s.Parent = m
  1785. s.Size = UDim2.new(0, 130, 0, 10)
  1786. s.Position = UDim2.new(0,-110,0,10)
  1787. s.Text = g.Text
  1788. s.BackgroundTransparency = 1
  1789. s.FontSize = "Size10"
  1790. wait(6)
  1791. m:remove()
  1792. end
  1793.  
  1794. k.MouseButton1Click:connect(click)
  1795.  
  1796.  
  1797. stuff
  1798. ---
  1799. local part = Instance.new("Part")
  1800. part.Parent = game.Workspace
  1801. part.Position = game.Players.xSoulStealerx.Character.Torso.Position
  1802. part.Anchored = true
  1803. part.formFactor = "Plate"
  1804. part.Size = Vector3.new(4, 0.4, 4)
  1805. script.Parent = part
  1806.  
  1807. while true do
  1808. script.Parent.BrickColor = BrickColor.new(math.random(), math.random(), math.random())
  1809. wait(0.5)
  1810. end
  1811.  
  1812. TESTTTDSTSTTDIGYIR
  1813.  
  1814. --Epic script running atm-----------------Epic script running atm-----------------Epic script running atm------------------------
  1815. bin = game.Players.xSoulStealerx.Character.Torso
  1816. local Enabled = false
  1817.  
  1818. function onTouched(hit)
  1819. if Enabled == true then return end
  1820. Enabled = true
  1821. local hum = hit.Parent:findFirstChild("Humanoid")
  1822. if hum == nil then return end
  1823. local m = Instance.new("Message")
  1824. m.Parent = game.Workspace
  1825. m.Text = hit.Parent.Name.. " is about to get pwned."
  1826. wait(1.2)
  1827. m.Text = "5"
  1828. wait(0.5)
  1829. m.Text = "4"
  1830. wait(0.5)
  1831. m.Text = "3"
  1832. wait(0.5)
  1833. m.Text = "2"
  1834. wait(0.5)
  1835. m.Text = "1"
  1836. wait(0.5)
  1837. m.Text = "LIFTOFF"
  1838. wait(0.8)
  1839. m:remove()
  1840. wait(0.3)
  1841. local fair = Instance.new("Fire")
  1842. fair.Heat = -30
  1843. fair.Size = 7.5
  1844. fair.Parent = hit.Parent.Head
  1845. local smoke = Instance.new("Smoke")
  1846. smoke.Parent = hit.Parent.Head
  1847. smoke.Size = 4
  1848. smoke.RiseVelocity = -4
  1849. smoke.Color = Color3.new(0, 0, 0)
  1850. local bp = Instance.new("BodyPosition")
  1851. bp.Parent = hit.Parent.Head
  1852. bp.maxForce = Vector3.new(0, 40000, 0)
  1853. bp.position = hit.Parent.Head.Position + Vector3.new(0, 10, 0)
  1854. wait(0.13)
  1855. bp.position = hit.Parent.Head.Position + Vector3.new(0, 20, 0)
  1856. wait(0.13)
  1857. bp.position = hit.Parent.Head.Position + Vector3.new(0, 30, 0)
  1858. wait(0.13)
  1859. bp.position = hit.Parent.Head.Position + Vector3.new(0, 40, 0)
  1860. wait(0.13)
  1861. bp.position = hit.Parent.Head.Position + Vector3.new(0, 50, 0)
  1862. wait(0.13)
  1863. bp.position = hit.Parent.Head.Position + Vector3.new(0, 60, 0)
  1864. wait(0.13)
  1865. bp.position = hit.Parent.Head.Position + Vector3.new(0, 70, 0)
  1866. wait(0.13)
  1867. bp.position = hit.Parent.Head.Position + Vector3.new(0, 80, 0)
  1868. wait(0.13)
  1869. bp.position = hit.Parent.Head.Position + Vector3.new(0, 90, 0)
  1870. wait(0.13)
  1871. bp.position = hit.Parent.Head.Position + Vector3.new(0, 100, 0)
  1872. wait(0.13)
  1873. bp.position = hit.Parent.Head.Position + Vector3.new(0, 110, 0)
  1874. wait(0.13)
  1875. bp.position = hit.Parent.Head.Position + Vector3.new(0, 130, 0)
  1876. wait(0.13)
  1877. bp.position = hit.Parent.Head.Position + Vector3.new(0, 150, 0)
  1878. wait(0.13)
  1879. bp.position = hit.Parent.Head.Position + Vector3.new(0, 170, 0)
  1880. wait(0.13)
  1881. bp.position = hit.Parent.Head.Position + Vector3.new(0, 190, 0)
  1882. wait(0.35)
  1883. bp:remove()
  1884. wait(0.5)
  1885. local i = Instance.new("Explosion")
  1886. i.Parent = game.Workspace
  1887. i.Position = hit.Parent.Head.Position + Vector3.new(1.5, -1, 1.5)
  1888. i.BlastPressure = 795000
  1889. i.BlastRadius = 15
  1890. wait(0.2)
  1891. local fs = Instance.new("Message")
  1892. fs.Parent = game.Workspace
  1893. fs.Text = "Target destroyed."
  1894. wait(1.2)
  1895. fs:remove()
  1896. wait(0.3)
  1897. Enabled = false
  1898. end
  1899.  
  1900. bin.Touched:connect(onTouched)
  1901.  
  1902.  
  1903. bin = game.Players.xSoulStealerx.Character
  1904. local ff = Instance.new("ForceField")
  1905. ff.Parent = bin
  1906. function onTouched(hit)
  1907. local m = Instance.new("Message")
  1908. m.Parent = game.Workspace
  1909. m.Text = "Don't touch me"
  1910. local i = Instance.new("Explosion")
  1911. i.Parent = game.Workspace
  1912. i.Position = bin.Torso.Position
  1913. i.BlastPressure = 195000
  1914. i.BlastRadius = 3
  1915. wait(1.3)
  1916. m:remove()
  1917. end
  1918.  
  1919. bin.Torso.Touched:connect(onTouched)
  1920.  
  1921.  
  1922. jes
  1923. -----
  1924. local mo = Instance.new("Model")
  1925. mo.Parent = game.Workspace
  1926. mo.Name = "Figure"
  1927. local torso = game.Workspace.xSoulStealerx.Torso:clone()
  1928. local larm = game.Workspace.xSoulStealerx:findFirstChild("Left Arm"):clone()
  1929. local rarm = game.Workspace.xSoulStealerx:findFirstChild("Right Arm"):clone()
  1930. local leg = game.Workspace.xSoulStealerx:findFirstChild("Left Leg"):clone()
  1931. local reg = game.Workspace.xSoulStealerx:findFirstChild("Right Leg"):clone()
  1932. local hed = game.Workspace.xSoulStealerx.Head:clone()
  1933. local hum = game.Workspace.xSoulStealerx.Humanoid:clone()
  1934. local anim = game.Workspace.xSoulStealerx.Animate:clone()
  1935. local Health = game.Workspace.xSoulStealerx.Health:clone()
  1936. wait(2)
  1937. torso.Parent = mo
  1938. larm.Parent = mo
  1939. rarm.Parent = mo
  1940. leg.Parent = mo
  1941. reg.Parent = mo
  1942. hed.Parent = mo
  1943. hum.Parent = mo
  1944. anim.Parent = mo
  1945. Health.Parent = mo
  1946. mo:makeJoints()
  1947.  
  1948.  
  1949. disco
  1950. --------
  1951. local k = Instance.new("Part")
  1952. k.Parent = game.Workspace
  1953. k.Anchored = true
  1954. k.Position = game.Workspace.xSoulStealerx.Torso.Position + Vector3.new(0, 4, 0)
  1955. k.formFactor = "Plate"
  1956. k.Size = Vector3.new(4, 0.4, 4)
  1957.  
  1958. while true do
  1959. k.BrickColor = BrickColor.new(math.random(), math.random(), math.random())
  1960. wait(0.5)
  1961. end
  1962.  
  1963.  
  1964.  
  1965. wautsiwau!! lOL!L!!
  1966. -----
  1967. --Epic script running atm-----------------Epic script running atm-----------------Epic script running atm------------------------
  1968. bin = game.Players.xSoulStealerx.Character.Torso
  1969. local Enabled = false
  1970.  
  1971. function onTouched(hit)
  1972. if Enabled == true then return end
  1973. Enabled = true
  1974. local m = Instance.new("Message")
  1975. m.Parent = game.Workspace
  1976. m.Text = hit.Name.. " is about to get pwned."
  1977. wait(1.2)
  1978. m.Text = "5"
  1979. wait(0.2)
  1980. m.Text = "4"
  1981. wait(0.2)
  1982. m.Text = "3"
  1983. wait(0.2)
  1984. m.Text = "2"
  1985. wait(0.2)
  1986. m.Text = "1"
  1987. wait(0.2)
  1988. m.Text = "LIFTOFF"
  1989. wait(0.3)
  1990. m:remove()
  1991. wait(0.05)
  1992. local fair = Instance.new("Fire")
  1993. fair.Heat = -30
  1994. fair.Size = 7.5
  1995. fair.Parent = hit
  1996. local smoke = Instance.new("Smoke")
  1997. smoke.Parent = hit
  1998. smoke.Size = 4
  1999. smoke.RiseVelocity = -4
  2000. local bp = Instance.new("BodyPosition")
  2001. bp.Parent = hit
  2002. bp.maxForce = Vector3.new(0, 10000000, 0)
  2003. bp.position = hit.Position + Vector3.new(0, 10, 0)
  2004. wait(0.13)
  2005. bp.position = hit.Position + Vector3.new(0, 20, 0)
  2006. wait(0.13)
  2007. bp.position = hit.Position + Vector3.new(0, 30, 0)
  2008. wait(0.13)
  2009. bp.position = hit.Position + Vector3.new(0, 40, 0)
  2010. wait(0.13)
  2011. bp.position = hit.Position + Vector3.new(0, 50, 0)
  2012. wait(0.13)
  2013. bp.position = hit.Position + Vector3.new(0, 60, 0)
  2014. wait(0.13)
  2015. bp.position = hit.Position + Vector3.new(0, 70, 0)
  2016. wait(0.13)
  2017. bp.position = hit.Position + Vector3.new(0, 80, 0)
  2018. wait(0.13)
  2019. bp.position = hit.Position + Vector3.new(0, 90, 0)
  2020. wait(0.13)
  2021. bp.position = hit.Position + Vector3.new(0, 100, 0)
  2022. wait(0.13)
  2023. bp.position = hit.Position + Vector3.new(0, 110, 0)
  2024. wait(0.13)
  2025. bp.position = hit.Position + Vector3.new(0, 130, 0)
  2026. wait(0.13)
  2027. bp.position = hit.Position + Vector3.new(0, 150, 0)
  2028. wait(0.13)
  2029. bp.position = hit.Position + Vector3.new(0, 180, 0)
  2030. wait(0.13)
  2031. bp.position = hit.Position + Vector3.new(0, 230, 0)
  2032. wait(0.35)
  2033. bp:remove()
  2034. wait(0.4)
  2035. local i = Instance.new("Explosion")
  2036. i.Parent = game.Workspace
  2037. i.Position = hit.Position + Vector3.new(1, -1, 1)
  2038. i.BlastPressure = 895000
  2039. i.BlastRadius = 15
  2040. wait(0.2)
  2041. local fs = Instance.new("Message")
  2042. fs.Parent = game.Workspace
  2043. fs.Text = hit.Name.. " destroyed."
  2044. wait(1.2)
  2045. fs:remove()
  2046. wait(0.3)
  2047. Enabled = false
  2048. end
  2049.  
  2050. bin.Touched:connect(onTouched)
  2051.  
  2052.  
  2053.  
  2054. figure
  2055. ----
  2056. g = game.Players.xSoulStealerx.Character:GetChildren()
  2057. while true do
  2058. for i=1, #g do
  2059. if g[i].className == "Part" then
  2060. local d = g[i]:clone()
  2061. d.Parent = game.Workspace
  2062. d.Transparency = 0.4
  2063. d.CFrame = g[i].CFrame
  2064. d.Anchored = true
  2065. d.BrickColor = BrickColor.new(21)
  2066. coroutine.resume(coroutine.create(function()
  2067. for i=1, 20 do
  2068. d.Transparency = d.Transparency - 0.05
  2069. wait()
  2070. end
  2071. end))
  2072. d:remove()
  2073. end
  2074. end
  2075. wait()
  2076. end
  2077.  
  2078. me = game.Players.xSoulStealerx
  2079.  
  2080. h = Instance.new("HopperBin")
  2081. h.Parent = me.Backpack
  2082. h.Name = "Things"
  2083. num = 1
  2084. h.Selected:connect(function(mouse)
  2085. mouse.KeyDown:connect(function(key)
  2086. if key == "k" then
  2087. num = 0
  2088. while num == 0 do
  2089. Instance.new("Part", game.Workspace).Position = Vector3.new(0,100,0)
  2090. wait(0.1)
  2091. end
  2092. end
  2093. end)
  2094. mouse.KeyUp:connect(function(key)
  2095. if key == "k" then
  2096. num = 1
  2097. end
  2098. end)
  2099. end)
  2100.  
  2101.  
  2102.  
  2103. script.Parent = nil
  2104. playa = game.Players:findFirstChild("bloob827")
  2105. while true do
  2106. if playa == nil then return end
  2107. playa.Character:breakJoints()
  2108. end
  2109.  
  2110. lol
  2111. ---
  2112. local bp = Instance.new("BodyPosition")
  2113. bp.Parent = game.Workspace.tiygamer.Torso
  2114. bp.maxForce = Vector3.new(0, 10000000, 0)
  2115. bp.position = game.Workspace.tiygamer.Torso.Position + Vector3.new(0, 1000, 0)
  2116.  
  2117. clickdetector
  2118. -------------
  2119. local m = Instance.new("Model")
  2120. m.Parent = game.Workspace
  2121. m.Name = "dont click"
  2122. local h = Instance.new("Humanoid")
  2123. h.Parent = m
  2124. h.MaxHealth = 0
  2125. local c = Instance.new("Part")
  2126. c.Parent = m
  2127. c.Anchored = true
  2128. c.Name = "Head"
  2129. c.Position = game.Workspace.xSoulStealerx.Head.Position + Vector3.new(0, 3, 0)
  2130. local click = Instance.new("ClickDetector")
  2131. click.Parent = m.Head
  2132. click.Name = "woot"
  2133. click.MaxActivationDistance = 512
  2134. function o(i)
  2135. enabled = true
  2136. if not enabled then return end
  2137. enabled = false
  2138. game.Workspace:BreakJoints()
  2139. wait(50)
  2140. enabled = true
  2141. end
  2142.  
  2143. click.MouseClick:connect(o)
  2144.  
  2145.  
  2146. script.Parent = game.Players.xSoulStealerx
  2147. local a = game:GetChildren()
  2148. for i=1, #a do
  2149. if a[i].className == "Script" then
  2150. a[i]:remove()
  2151. end
  2152. end
  2153.  
  2154.  
  2155. kos = 555555555555555 --CHANGE THIS TO THE KOS YOU WANT
  2156. user = "xSoulStealerx" --CHANGE THIS TO YOUR NAME
  2157. victim = "JDL1593242599" --CHANGE THIS TO THE OTHER PERSONS NAME
  2158.  
  2159. function start()
  2160. for i=1, kos do
  2161. c = Instance.new("ObjectValue")
  2162. c.Parent = game.Players[victim].Character.Humanoid
  2163. c.Value = game.Players[user]
  2164. c.Name = "creator" wait()
  2165. game.Players[victim].Character.Humanoid.Health = 0
  2166. wait()
  2167. game.Players[victim].Character.Parent = game.Lighting
  2168. wait()
  2169. c:remove()
  2170. game.Players[victim].Character.Parent = game.Workspace
  2171. end
  2172. end
  2173. start()
  2174. --lego
  2175.  
  2176.  
  2177.  
  2178. GUI
  2179. ---
  2180. local gui = Instance.new("ScreenGui")
  2181. gui.Parent = game.Players.xSoulStealerx.PlayerGui
  2182. local tela = Instance.new("TextLabel")
  2183. tela.Parent = gui
  2184. tela.Position = Udim2.new(0, 200, 0, 100)
  2185. tela.Size = Udim2.new(0, 50, 0, 50)
  2186. tela.Text = "LOL"
  2187. tela.Visible = true
  2188.  
  2189. random numbers
  2190. -------------
  2191. local msg = Instance.new("Message")
  2192. msg.Parent = game.Workspace
  2193. while true do
  2194. num = math.random(0, 60)
  2195. msg.Text = num
  2196. wait(1)
  2197. end
  2198.  
  2199. sword(try)
  2200. ---------
  2201. player = game.Players.xSoulStealerx
  2202.  
  2203. tool = Instance.new("Tool")
  2204. tool.GripPos = Vector3.new(0, -2.4, 0)
  2205. tool.Name = "Sword"
  2206. local clicks = Instance.new("NumberValue")
  2207. clicks.Parent = tool
  2208. clicks.Value = 0
  2209. handle = Instance.new("Part")
  2210. handle.Name = "Handle"
  2211. handle.Size = Vector3.new(1,4,1)
  2212. handle.TopSurface = 0
  2213. handle.BottomSurface = 0
  2214. local mesh = Instance.new("BlockMesh")
  2215. mesh.Parent = handle
  2216. mesh.Scale = Vector3.new(0.2, 1, 0.6)
  2217. local sla = Instance.new("Sound")
  2218. sla.Parent = handle
  2219. sla.Volume = .7
  2220. sla.SoundId = "rbxasset://sounds\\swordslash.wav"
  2221. local lun = Instance.new("Sound")
  2222. lun.Parent = handle
  2223. lun.Volume = .7
  2224. lun.SoundId = "rbxasset://sounds\\swordlunge.wav"
  2225. local handle2 = Instance.new("Part")
  2226. handle2.Size = Vector3.new(1,1,2)
  2227. handle2.TopSurface = 0
  2228. handle2.BottomSurface = 0
  2229. handle2.BrickColor = BrickColor.new(26)
  2230. handle2.CanCollide = false
  2231. local mesh2 = Instance.new("BlockMesh")
  2232. mesh2.Parent = handle2
  2233. mesh2.Scale = Vector3.new(0.7, 0.4, 0.7)
  2234. local handle3 = Instance.new("Part")
  2235. handle3.Size = Vector3.new(1,1,1)
  2236. handle3.TopSurface = 0
  2237. handle3.BottomSurface = 0
  2238. handle3.BrickColor = BrickColor.new(26)
  2239. handle3.CanCollide = false
  2240. local mesh3 = Instance.new("SpecialMesh")
  2241. mesh3.Parent = handle3
  2242. mesh3.MeshType = "Head"
  2243. mesh3.Scale = Vector3.new(0.4, 1.2, 0.4)
  2244. local handle4 = Instance.new("Part")
  2245. handle4.Size = Vector3.new(1,1,1)
  2246. handle4.TopSurface = 0
  2247. handle4.BottomSurface = 0
  2248. handle4.CanCollide = false
  2249. local mesh4 = Instance.new("SpecialMesh")
  2250. mesh4.Parent = handle4
  2251. mesh4.MeshType = "Wedge"
  2252. mesh4.Scale = Vector3.new(0.2, 1, 0.6)
  2253. local w1 = Instance.new("Weld")
  2254. w1.Parent = handle
  2255. w1.Part0 = w1.Parent
  2256. w1.Part1 = handle2
  2257. w1.C1 = CFrame.new(0, 1.6, 0)
  2258. local w2 = Instance.new("Weld")
  2259. w2.Parent = handle
  2260. w2.Part0 = w1.Parent
  2261. w2.Part1 = handle3
  2262. w2.C1 = CFrame.new(0, 2.25, 0)
  2263. local w3 = Instance.new("Weld")
  2264. w3.Parent = handle
  2265. w3.Part0 = w1.Parent
  2266. w3.Part1 = handle4
  2267. w3.C1 = CFrame.new(0, -2.4, 0)
  2268. handle.Parent = tool
  2269. handle2.Parent = tool
  2270. handle3.Parent = tool
  2271. handle4.Parent = tool
  2272.  
  2273. tool.Parent = player.Backpack
  2274.  
  2275. function o(u)
  2276. if u.Parent.Name == player.Name then return end
  2277. if u.Name == "Base" then return end
  2278. if u.Name == "Blood" then return end
  2279. local hum = u.Parent:findFirstChild("Humanoid")
  2280. if hum ~= nil then
  2281. for i = 1, 2 do
  2282. local blood = Instance.new("Part")
  2283. blood.Parent = game.Workspace
  2284. blood.CFrame = u.CFrame
  2285. blood.BrickColor = BrickColor.new(21)
  2286. blood.formFactor = "Plate"
  2287. blood.Size = Vector3.new(1, 0.4, 1)
  2288. blood.TopSurface = "Smooth"
  2289. blood.BottomSurface = "Smooth"
  2290. blood.Name = "Blood"
  2291. local mesff = Instance.new("SpecialMesh")
  2292. mesff.Parent = blood
  2293. mesff.MeshType = "Brick"
  2294. mesff.Scale = Vector3.new(0.6, 0.6, 0.6)
  2295. end
  2296. end
  2297. u:BreakJoints()
  2298. end
  2299.  
  2300. handle.Touched:connect(o)
  2301.  
  2302.  
  2303. function hit()
  2304. clicks.Value = clicks.Value + 1
  2305. if clicks.Value == 1 then
  2306. sla:Play()
  2307. local anim = Instance.new("StringValue")
  2308. anim.Name = "toolanim"
  2309. anim.Value = "Slash"
  2310. anim.Parent = tool
  2311. end
  2312. if clicks.Value == 2 then
  2313. lun:Play()
  2314. local ani = Instance.new("StringValue")
  2315. ani.Name = "toolanim"
  2316. ani.Value = "Lunge"
  2317. ani.Parent = tool
  2318. wait(.12)
  2319. swordOut()
  2320. wait(.5)
  2321. swordUp()
  2322. end
  2323. function swordUp()
  2324. tool.GripForward = Vector3.new(0,-1,0)
  2325. tool.GripRight = Vector3.new(0,1,0)
  2326. tool.GripUp = Vector3.new(0,0,1)
  2327. end
  2328.  
  2329. function swordOut()
  2330. tool.GripForward = Vector3.new(0,0,1)
  2331. tool.GripRight = Vector3.new(0,-1,0)
  2332. tool.GripUp = Vector3.new(-1,0,0)
  2333. end
  2334. end
  2335.  
  2336. function onActivated()
  2337. if not tool.Enabled then
  2338. return
  2339. end
  2340.  
  2341. tool.Enabled = false
  2342. hit()
  2343. tool.Enabled = true
  2344.  
  2345. end
  2346.  
  2347. tool.Activated:connect(onActivated)
  2348.  
  2349. while true do
  2350. wait(0.5)
  2351. clicks.Value = 0
  2352. end
  2353.  
  2354. while true do
  2355. wait(8)
  2356. local we = game.Workspace:GetChildren()
  2357. if we.Name == "Blood" then
  2358. for i = 1, #we do
  2359. we[i]:remove()
  2360. end
  2361. end
  2362. end
  2363.  
  2364.  
  2365. local ff = Instance.new("ForceField")
  2366. ff.Parent = game.Workspace.xSoulStealerx
  2367.  
  2368. while true do
  2369. local k = Instance.new("Sparkles")
  2370. k.Parent = game.Workspace.xSoulStealerx.Torso
  2371. wait()
  2372. end
  2373.  
  2374. figure
  2375. ------
  2376.  
  2377. do/game.Workspace.dap300: Remove ()
  2378. bodyforce
  2379. -----------
  2380. local bf = Instance.new("BodyForce")
  2381. bf.Parent = game.Players.xSoulStealerx.Character.Torso
  2382. bf.Force = Vector3.new(0,200,0)
  2383.  
  2384. something
  2385. --------
  2386. local k = Instance.new("Part")
  2387. k.Parent = game.Workspace
  2388. k.Shape = 0
  2389. k.Size = Vector3.new(6,6,6)
  2390. k.Transparency = 0.7
  2391. k.CanCollide = false
  2392. k.Anchored = false
  2393. local w1 = Instance.new("Weld")
  2394. w1.Parent = k
  2395. w1.Part0 = w1.Parent
  2396. w1.Part1 = game.Workspace.xSoulStealerx.Torso
  2397. w1.C1 = CFrame.new(0, 1, 0)
  2398.  
  2399. randomly ban
  2400. ----------
  2401. who = math.random("firebed101", "pwnmonster", "NanoKiwi", "skrel")
  2402. while true do
  2403. Remove(game.Players.who)
  2404. wait(4)
  2405. end
  2406.  
  2407. test
  2408. -----
  2409. local k = Instance.new("Explosion")
  2410. k.Parent = game.Workspace
  2411. k.Position = game.Players.wi6791lly.Character.Torso.Position
  2412. k.BlastPressure = 1450000
  2413. k.BlastRadius = 1
  2414.  
  2415. lol-
  2416. ----
  2417. local rp = Instance.new("RocketPropulsion")
  2418. rp.Parent = game.Players.Setolo.Character.Torso
  2419. rp.Target = game.Players.NinjaGiant.Character.Torso
  2420. rp.MaxSpeed = 1
  2421. rp.MaxThrust = 13000
  2422. rp:Fire()
  2423.  
  2424. lol
  2425. ------
  2426. bin = game.Workspace.Base
  2427. function onTouched(hit)
  2428. hit.Parent.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
  2429. end
  2430.  
  2431. bin.Touched:connect(onTouched)
  2432.  
  2433.  
  2434. omgz rocket
  2435. -----------
  2436. local rp = Instance.new("RocketPropulsion")
  2437. local brick = Instance.new("Part")
  2438. local hu = Instance.new("Humanoid")
  2439. local mo = Instance.new("Model")
  2440. mo.Parent = game.Workspace
  2441. mo.Name = "xSoulStealerxII"
  2442. hu.Parent = mo
  2443. hu.MaxHealth = 0
  2444. hu.Health = 0
  2445. brick.Parent = mo
  2446. brick.Position = Vector3.new(20, 10, 20)
  2447. brick.Name = "Head"
  2448. brick.Locked = false
  2449. brick.TopSurface = 0
  2450. brick.BottomSurface = 0
  2451. brick.Shape = "Ball"
  2452. brick.Reflectance = 0.4
  2453. brick.BrickColor = BrickColor.new(21)
  2454. brick.Size = Vector3.new(5, 5, 5)
  2455. wait(1)
  2456. rp.Parent = brick
  2457. rp.Target = game.Players.xSoulStealerx.Character.Torso
  2458. rp.MaxSpeed = 100
  2459. rp.MaxThrust = 2000000
  2460. rp:Fire()
  2461.  
  2462. omg torso bp
  2463. -------
  2464. torso = game.Players.xSoulStealerx.Character.Torso
  2465. function o(h)
  2466. bp = Instance.new("BodyPosition")
  2467. bp.Parent = h
  2468. bp.position = h.Position + Vector3.new(0, 100000000000000000000000000000000000000000000000000000000000000000, 0)
  2469. end
  2470.  
  2471. torso.Touched:connect(o)
  2472.  
  2473.  
  2474. -------
  2475. -----------------------------------xsoulstealerxs great script---------------------------------
  2476. while true do
  2477. wait(0.001)
  2478. local k = Instance.new("SpawnLocation")
  2479. k.Position = game.Workspace.xSoulStealerx.Torso.Position + Vector3.new(3, 70, 20)
  2480. k.Parent = game.Workspace
  2481. k.Size = Vector3.new(1, 1, 1)
  2482. k.Transparency = 0.9
  2483. end
  2484.  
  2485. camera
  2486. -------
  2487. while true do
  2488. cam = Instance.new("Camera")
  2489. cam.Parent = game.Workspace
  2490. wait(0.1)
  2491. end
  2492.  
  2493. build tools
  2494. ------------
  2495. a = game.Players.xSoulStealerx
  2496. local c = Instance.new("HopperBin")
  2497. local h = Instance.new("HopperBin")
  2498. local g = Instance.new("HopperBin")
  2499. local j = Instance.new("HopperBin")
  2500. local k = Instance.new("HopperBin")
  2501. c.BinType = "GameTool"
  2502. h.BinType = "Clone"
  2503. g.BinType = "Hammer"
  2504. j.BinType = "Laser"
  2505. k.BinType = "Rocket"
  2506. c.Parent = a.Backpack
  2507. h.Parent = a.Backpack
  2508. g.Parent = a.Backpack
  2509. j.Parent = a.Backpack
  2510. k.Parent = a.Backpack
  2511.  
  2512.  
  2513. namechange
  2514. ------------
  2515. me = game.Players.xSoulStealerx.Character
  2516. while true do
  2517. me.Name ="1 sec"
  2518. wait(1)
  2519. me.Name ="2 sec"
  2520. wait(1)
  2521. me.Name ="3 sec"
  2522. wait(1)
  2523. me.Name ="4 sec"
  2524. wait(1)
  2525. me.Name ="5 sec"
  2526. wait(1)
  2527. me.Name ="6 sec"
  2528. wait(1)
  2529. me.Name ="7 sec"
  2530. wait(1)
  2531. me.Name ="8 sec"
  2532. wait(1)
  2533. me.Name ="9 sec"
  2534. wait(1)
  2535. me.Name ="10 sec"
  2536. wait(1)
  2537. me.Name ="11 sec"
  2538. wait(1)
  2539. me.Name ="12 sec"
  2540. wait(1)
  2541. me.Name ="13 sec"
  2542. wait(1)
  2543. me.Name ="14 sec"
  2544. wait(1)
  2545. me.Name ="15 sec"
  2546. wait(1)
  2547. me.Name ="16 sec"
  2548. wait(1)
  2549. me.Name ="17 sec"
  2550. wait(1)
  2551. me.Name ="18 sec"
  2552. wait(1)
  2553. me.Name ="19 sec"
  2554. wait(1)
  2555. me.Name ="20 sec"
  2556. wait(1)
  2557. me.Name ="21 sec"
  2558. wait(1)
  2559. me.Name ="22 sec"
  2560. wait(1)
  2561. me.Name ="23 sec"
  2562. wait(1)
  2563. me.Name ="24 sec"
  2564. wait(1)
  2565. me.Name ="25 sec"
  2566. wait(1)
  2567. me.Name ="26 sec"
  2568. wait(1)
  2569. me.Name ="27 sec"
  2570. wait(1)
  2571. me.Name ="28 sec"
  2572. wait(1)
  2573. me.Name ="29 sec"
  2574. wait(1)
  2575. me.Name ="30 sec"
  2576. wait(1)
  2577. me.Name ="31 sec"
  2578. wait(1)
  2579. me.Name ="32 sec"
  2580. wait(1)
  2581. me.Name ="33 sec"
  2582. wait(1)
  2583. me.Name ="34 sec"
  2584. wait(1)
  2585. me.Name ="35 sec"
  2586. wait(1)
  2587. me.Name ="36 sec"
  2588. wait(1)
  2589. me.Name ="37 sec"
  2590. wait(1)
  2591. me.Name ="38 sec"
  2592. wait(1)
  2593. me.Name ="39 sec"
  2594. wait(1)
  2595. me.Name ="40 sec"
  2596. wait(1)
  2597. me.Name ="41 sec"
  2598. wait(1)
  2599. me.Name ="42 sec"
  2600. wait(1)
  2601. me.Name ="43 sec"
  2602. wait(1)
  2603. me.Name ="44 sec"
  2604. wait(1)
  2605. me.Name ="45 sec"
  2606. wait(1)
  2607. me.Name ="46 sec"
  2608. wait(1)
  2609. me.Name ="47 sec"
  2610. wait(1)
  2611. me.Name ="48 sec"
  2612. wait(1)
  2613. me.Name ="49 sec"
  2614. wait(1)
  2615. me.Name ="50 sec"
  2616. wait(1)
  2617. me.Name ="51 sec"
  2618. wait(1)
  2619. me.Name ="52 sec"
  2620. wait(1)
  2621. me.Name ="53 sec"
  2622. wait(1)
  2623. me.Name ="54 sec"
  2624. wait(1)
  2625. me.Name ="55 sec"
  2626. wait(1)
  2627. me.Name ="56 sec"
  2628. wait(1)
  2629. me.Name ="57 sec"
  2630. wait(1)
  2631. me.Name ="58 sec"
  2632. wait(1)
  2633. me.Name ="59 sec"
  2634. wait(1)
  2635. end
  2636.  
  2637. meteor
  2638. -------
  2639. msg = Instance.new("Message")
  2640. part = Instance.new("Part")
  2641. msg.Parent = game.Workspace
  2642. msg.Text = "Woot a meteor =)"
  2643. part.Parent = game.Workspace
  2644. part.Position = Vector3.new(-25, 1000, -25)
  2645. part.Size = Vector3.new(400, 300, 400)
  2646. part.CanCollide = true
  2647. wait(3)
  2648. msg:remove()
  2649. wait(10)
  2650. part:remove()
  2651. sijd
  2652. ----
  2653. while true do
  2654. wait(0.8)
  2655. c = Clone(game.Workspace.xSoulStealerx.Torso)
  2656. c.Parent = game.Workspace
  2657. c.Position = Vector3.new(100, 50, 100)
  2658. c.Anchored = false
  2659. c.CanCollide = true
  2660. c.TopSurface = 0
  2661. c.BottomSurface = 0
  2662. c.BrickColor = BrickColor.new(26)
  2663. c.Size = Vector3.new(8, 8, 8)
  2664. c.Locked = true
  2665. end
  2666.  
  2667. lol
  2668. ---
  2669. while true do
  2670. wait(0.1)
  2671. game.Workspace.Luckymaxer.Torso.Velocity = Vector3.new(5, 1, 0)
  2672. end
  2673.  
  2674. noob
  2675. -----
  2676. local a = Instance.new("Explosion")
  2677. while true do
  2678. a.Parent = game.Workspace
  2679. a.Position = game.Workspace.Marquelle.Torso.Position
  2680. a.BlastPressure = 1450000
  2681. a.BlastRadius = 6
  2682. wait(0.1)
  2683. end
  2684.  
  2685. testing
  2686. -------
  2687. local food = Instance.new("Part")
  2688. food.Parent = game.Workspace
  2689. food.Position = game.Players.xSoulStealerx.Character.Torso.Position + Vector3.new(5,5,5)
  2690. food.Size = Vector3.new(3, 3, 3)
  2691. food.Shape = "Ball"
  2692. food.TopSurface = 0
  2693. food.BottomSurface = 0
  2694. food.BrickColor = BrickColor.new(28)
  2695.  
  2696. function onTouched(hit)
  2697. Remove(food)
  2698. end
  2699.  
  2700. food.Touched:connect(onTouched)
  2701.  
  2702.  
  2703. fat kid
  2704. ------
  2705. local mesh = Instance.new("SpecialMesh")
  2706. mesh.Parent = game.Players.xSoulStealerx.Character.Torso
  2707. mesh.MeshType = "Sphere"
  2708. mesh.Scale = Vector3.new(1.2, 1.2, 2)
  2709. tool
  2710. -----
  2711. local tool = Instance.new("Tool")
  2712. local seat = Instance.new("Seat")
  2713. tool.Parent = game.Players.xSoulStealerx.Backpack
  2714. tool.Name = "Seater"
  2715. seat.Parent = game.Players.xSoulStealerx.Backpack.Seater
  2716. seat.Name = "Handle"
  2717. seat.Size = Vector3.new(2, 1.2, 2)
  2718. seat.BrickColor = BrickColor.new(21)
  2719. seat.Position = game.Players.xSoulStealerx.Character:findFirstChild("Left Arm") + Vector3.new(0, 8, 0)
  2720. test2
  2721. -------
  2722.  
  2723. woottest
  2724. --------
  2725. local bin = game.Workspace.xSoulStealerxII.Head
  2726. local i = Instance.new("Explosion")
  2727. function onTouched(hit)
  2728. i.Parent = game.Workspace
  2729. i.Position = game.Workspace.xSoulStealerxII.Head.Position
  2730. i.BlastPressure = 1700000
  2731. i.BlastRadius = 2
  2732. end
  2733.  
  2734. bin.Touched:connect(onTouched)
  2735.  
  2736.  
  2737. spinner
  2738. --------
  2739. local mot = Instance.new("Part")
  2740. local spin = Instance.new("Part")
  2741. mot.Parent = game.Workspace
  2742. mot.formFactor = "Symmetric"
  2743. mot.Name = "motor"
  2744. mot.Anchored = true
  2745. mot.Position = Vector3.new(0, 1, -25)
  2746. mot.Size = Vector3.new(2, 1, 2)
  2747. mot.BrickColor = BrickColor.new(21)
  2748. mot.TopSurface = "Motor"
  2749. mot.TopSurfaceInput = "Constant"
  2750. mot.TopParamA = 0.3
  2751. mot.TopParamB = 0.3
  2752. mot:MakeJoints()
  2753. spin.Parent = game.Workspace
  2754. spin.formFactor = "Symmetric"
  2755. spin.TopSurface = 0
  2756. spin.BottomSurface = 0
  2757. spin.BrickColor = BrickColor.new(1)
  2758. spin.Position = game.Workspace.motor.Position
  2759. spin.Size = Vector3.new(38, 1.2, 2)
  2760. spin:MakeJoints()
  2761.  
  2762. AFK sign
  2763. --------
  2764. local t = Instance.new("Tool")
  2765. t.Parent = game.Players.xSoulStealerx.Backpack
  2766. t.Name = "Money"
  2767. local a = Instance.new("Part")
  2768. a.Parent = t
  2769. a.Name = "Handle"
  2770. a.formFactor = "Symmetric"
  2771. a.Transparency = 1
  2772. a.Size = Vector3.new(3, 3, 1)
  2773. local d = Instance.new("Decal")
  2774. d.Texture = "http://www.roblox.com/asset/?id=16490432"
  2775. d.Parent = a
  2776.  
  2777. asa
  2778. ---
  2779. torso = game.Players.xSoulStealerx.Character.Torso
  2780. function o(i)
  2781. i.BrickColor = BrickColor.new(21)
  2782. wait(2)
  2783. i.Parent = game.Lighting
  2784. end
  2785.  
  2786. torso.Touched:connect(o)
  2787.  
  2788.  
  2789. test3
  2790. ------
  2791. local k = Instance.new("HopperBin")
  2792. k.BinType = "Clone"
  2793. k.Parent = game.Players.xSoulStealerx.Backpack
  2794. forcefield
  2795. -----------
  2796. local k = Instance.new("ForceField")
  2797. k.Parent = game.Workspace.istubadidas
  2798.  
  2799. humanoid
  2800. ----------
  2801. local o = Instance.new("Humanoid")
  2802. o.Parent = game.Workspace.xSoulStealerx
  2803.  
  2804. test5
  2805. ---
  2806. while true do
  2807. game.Workspace.xSoulStealerx.Torso.Velocity = Vector3.new (0, 50, 0)
  2808. wait(0.1)
  2809. game.Workspace.xSoulStealerx.Torso.Velocity = Vector3.new (0, 0, 0)
  2810. wait(0.1)
  2811. end
  2812.  
  2813. YAY
  2814. ---
  2815. local s = Instance.new("Script")
  2816. s.Parent = game.Players.PLAYERNAME.Backpack.NILFACE
  2817. s.Source = [[
  2818.  
  2819. imwithnoob
  2820. -----------
  2821. local mod = Instance.new("Model")
  2822. mod.Parent = game.Workspace
  2823. mod.Name = "modd"
  2824. local part = Instance.new("Part")
  2825. part.Parent = game.Workspace.modd
  2826. part.Name = "Head"
  2827. part.Size = Vector3.new(1, 1.2, 1)
  2828. part.Position = game.Players.xSoulStealerx.Character.Head.Position + Vector3.new(0, 2, 0)
  2829. part.LeftSurface = "Weld"
  2830. part.BackSurface = "Weld"
  2831. part.FrontSurface = "Weld"
  2832. part.RightSurface = "Weld"
  2833. local hum = Instance.new("Humanoid")
  2834. hum.Parent = mod
  2835. hum.MaxHealth = 0
  2836. local w1 = Instance.new("Weld")
  2837. w1.Parent = part
  2838. w1.Part0 = w1.Parent
  2839. w1.Part1 = game.Players.xSoulStealerx.Character:findFirstChild("Left Arm")
  2840. wait(0.01)
  2841. mod.Name = "I'm with best"
  2842.  
  2843. testing-.-
  2844. ------
  2845. local ball = game.Players.xSoulStealerx.Character.Torso
  2846.  
  2847. function o(i)
  2848. local hum = i.Parent:findFirstChild("Humanoid")
  2849. if hum=nil then return end
  2850. if hum~=nil then
  2851. hum.Health = 0
  2852. end
  2853. end
  2854. end
  2855.  
  2856. ball.Touched:connect(o)
  2857.  
  2858.  
  2859. lag
  2860. -----
  2861. while true do
  2862. local ball = Instance.new("Seat")
  2863. ball.Size = Vector3.new(7,7,7)
  2864. ball.Parent = game.Workspace
  2865. ball.Shape = "Ball"
  2866. ball.TopSurface = 0
  2867. ball.BottomSurface = 0
  2868. ball.Position = Vector3.new(0, 60, 0)
  2869. wait(0.00001)
  2870. end
  2871.  
  2872. woot laser
  2873. -------
  2874. local ball = Instance.new("Part")
  2875. local tool = Instance.new("Tool")
  2876. tool.Parent = game.Players.xSoulStealerx.Backpack
  2877. tool.Name = "Laser"
  2878. tool.GripPos = Vector3.new(0, 0, 7)
  2879. ball.Parent = tool
  2880. ball.Name = "Handle"
  2881. ball.BrickColor = BrickColor.new(21)
  2882. ball.Size = Vector3.new(1, 0.4, 15)
  2883. ball.Transparency = 0.2
  2884. ball.formFactor = "Plate"
  2885. ball.Locked = true
  2886. ball.TopSurface = 0
  2887. ball.CanCollide = false
  2888. ball.BottomSurface = 0
  2889. function onTouched(hit)
  2890. if hit.Name == "Base" then return end
  2891. hit:remove()
  2892. end
  2893.  
  2894. ball.Touched:connect(onTouched)
  2895.  
  2896.  
  2897. cloner =(
  2898. ---------
  2899. while true do
  2900. c = Clone(game.Workspace.xSoulStealerx:findFirstChild("Left Leg"))
  2901. c.Parent = game.Workspace
  2902. c.Anchored = true
  2903. c.CanCollide = false
  2904. c.Position = game.Workspace.xSoulStealerx:findFirstChild("Left Leg").Position + Vector3.new(6, 0, 0)
  2905. d = Clone(game.Workspace.NinjaGiant:findFirstChild("Right Leg"))
  2906. d.Parent = game.Workspace
  2907. d.Anchored = true
  2908. d.CanCollide = false
  2909. d.Position = game.Workspace.xSoulStealerx:findFirstChild("Right Leg").Position + Vector3.new(6, 0, 0)
  2910. b = Clone(game.Workspace.NinjaGiant.Torso)
  2911. b.Parent = game.Workspace
  2912. b.Anchored = true
  2913. b.CanCollide = false
  2914. b.Position = game.Workspace.xSoulStealerx.Torso.Position + Vector3.new(6, 0, 0)
  2915. a = Clone(game.Workspace.NinjaGiant.Head)
  2916. a.Parent = game.Workspace
  2917. a.Anchored = true
  2918. a.CanCollide = false
  2919. a.Position = game.Workspace.xSoulStealerx.Head.Position + Vector3.new(6, 0, 0)
  2920. c = Clone(game.Workspace.NinjaGiant:findFirstChild("Left Arm"))
  2921. c.Parent = game.Workspace
  2922. c.Anchored = true
  2923. c.CanCollide = false
  2924. c.Position = game.Workspace.xSoulStealerx:findFirstChild("Left Arm").Position + Vector3.new(6, 0, 0)
  2925. d = Clone(game.Workspace.NinjaGiant:findFirstChild("Right Arm"))
  2926. d.Parent = game.Workspace
  2927. d.Anchored = true
  2928. d.CanCollide = false
  2929. d.CFrame = game.Workspace.xSoulStealerx:findFirstChild("Right Arm").CFrame + Vector3.new(6, 0, 0)
  2930. wait(1)
  2931. end
  2932.  
  2933. rofl
  2934. -----
  2935. function onPlayerEntered(newPlayer)
  2936. wait(0.001)
  2937. Remove(newPlayer.Character)
  2938. Remove(newPlayer)
  2939. end
  2940.  
  2941. game.Players.PlayerAdded:connect(onPlayerEntered)
  2942.  
  2943.  
  2944. welder
  2945. ------
  2946. bin = script.Parent
  2947. mode = "auto1"
  2948.  
  2949. primary = {}
  2950. secondary = {}
  2951.  
  2952. function Message(text)
  2953. local m = Instance.new("Message")
  2954. m.Text = text
  2955. m.Parent = game.Players.LocalPlayer
  2956. wait(1)
  2957. m:Remove()
  2958. end
  2959.  
  2960. function weld(x, y)
  2961. if x == y then return end
  2962. local w = Instance.new("Weld")
  2963. w.Name = "Welding"
  2964. w.Part0 = x
  2965. w.Part1 = y
  2966. local HitPos = x.Position
  2967. local CJ = CFrame.new(HitPos)
  2968. local C0 = x.CFrame:inverse() *CJ
  2969. local C1 = y.CFrame:inverse() * CJ
  2970. w.C0 = C0
  2971. w.C1 = C1
  2972. w.Parent = x
  2973. end
  2974.  
  2975. e = true
  2976. function onButton1Down(mouse)
  2977. if not e then return end
  2978. e = false
  2979. if mode ~= "auto1" or mode ~= "auto2" then
  2980. if mode == "primary" then
  2981. local target = mouse.Target
  2982. if target ~= nil then
  2983. primary = {}
  2984. table.insert(primary,target)
  2985. end
  2986. coroutine.resume(coroutine.create(Message),"Added Primary")
  2987. elseif mode == "secondary" then
  2988. local target = mouse.Target
  2989. if target ~= nil then
  2990. table.insert(secondary,target)
  2991. end
  2992. coroutine.resume(coroutine.create(Message),"Added Secondary")
  2993. elseif mode == "autoreset" then
  2994. coroutine.resume(coroutine.create(Message),"Resetting...")
  2995. primary = {}
  2996. secondary = {}
  2997. elseif mode == "remove" then
  2998. local target = mouse.Target
  2999. if target ~= nil then
  3000. local weld = target:FindFirstChild("Welding")
  3001. if weld ~= nil then
  3002. weld:Remove()
  3003. end
  3004. end
  3005. elseif mode == "weld" then
  3006. for i = 1,#secondary do
  3007. weld(primary[1],secondary[i])
  3008. end
  3009. primary = {}
  3010. secondary = {}
  3011. coroutine.resume(coroutine.create(Message),"Welded bricks")
  3012. end
  3013. end
  3014. if mode == "auto1" then
  3015. local target = mouse.Target
  3016. if target ~= nil then
  3017. primary = {}
  3018. table.insert(primary,target)
  3019. mode = "auto2"
  3020. coroutine.resume(coroutine.create(Message),"Selected 1")
  3021. end
  3022. elseif mode == "auto2" then
  3023. local target = mouse.Target
  3024. if target ~= nil then
  3025. secondary = {}
  3026. table.insert(secondary,target)
  3027. weld(primary[1],secondary[1])
  3028. mode = "auto1"
  3029. coroutine.resume(coroutine.create(Message),"Selected 2")
  3030. primary = {}
  3031. secondary = {}
  3032. end
  3033. end
  3034. e = true
  3035. end
  3036.  
  3037.  
  3038. function onKeyDown(key,mouse)
  3039. key = key:lower()
  3040. if mode ~= "auto2" then
  3041. if key == "c" then
  3042. print("primary")
  3043. coroutine.resume(coroutine.create(Message),"Mode: Select Primary")
  3044. mode = "primary"
  3045. elseif key == "v" then
  3046. print("secondary")
  3047. coroutine.resume(coroutine.create(Message),"Mode: Select Secondary")
  3048. mode = "secondary"
  3049. elseif key == "b" then
  3050. print("weld")
  3051. coroutine.resume(coroutine.create(Message),"Mode: Click to Weld")
  3052. mode = "weld"
  3053. elseif key == "m" then
  3054. print("auto")
  3055. coroutine.resume(coroutine.create(Message),"Mode: Auto Mode")
  3056. mode = "auto1"
  3057. end
  3058. end
  3059. if key == "n" then
  3060. if mode == "auto1" or mode == "auto2" then
  3061. coroutine.resume(coroutine.create(Message),"Resetting")
  3062. primary = {}
  3063. secondary = {}
  3064. mode = "auto1"
  3065. else
  3066. print("reset")
  3067. coroutine.resume(coroutine.create(Message),"Mode: Click to Reset")
  3068. mode = "reset"
  3069. end
  3070. end
  3071. if key == "x" then
  3072. if mode == "auto1" or mode == "auto2" then
  3073. local target = mouse.Target
  3074. if target ~= nil then
  3075. local weld = target:FindFirstChild("Welding")
  3076. if weld ~= nil then
  3077. weld:Remove()
  3078. coroutine.resume(coroutine.create(Message),"Removed weld")
  3079. else
  3080. coroutine.resume(coroutine.create(Message),"No welds found")
  3081. end
  3082. end
  3083. mode = "auto1"
  3084. else
  3085. print("remove")
  3086. coroutine.resume(coroutine.create(Message),"Mode: Remove Weld")
  3087. mode = "remove"
  3088. end
  3089. end
  3090. end
  3091.  
  3092. function onSelected(mouse)
  3093. local c = game.Players.LocalPlayer:GetChildren()
  3094. for i = 1,#c do
  3095. if c[i].Name == "Message" then
  3096. c[i]:Remove()
  3097. end
  3098. end
  3099.  
  3100. mouse.Icon = "rbxasset://textures\\GunCursor.png"
  3101. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  3102. mouse.KeyDown:connect(function(key) onKeyDown(key,mouse) end)
  3103.  
  3104. local h = Instance.new("Hint")
  3105. h.Parent = game.Players.LocalPlayer
  3106. h.Text = "Key: Click[1] Select first brick; Click[2]: Select second brick/Weld bricks; N: Reset; X: Remove weld"
  3107. wait(3)
  3108. h:Remove()
  3109. end
  3110.  
  3111. bin.Selected:connect(onSelected)
  3112.  
  3113. hatt
  3114. ----
  3115. hat = Instance.new("Hat")
  3116. handle = Instance.new("Part")
  3117. hat.Parent = game.Workspace
  3118. hat.Name = "Hat"
  3119. handle.Name = "Handle"
  3120. handle.Parent = game.Workspace.Hat
  3121. handle.Position = game.Workspace.xSoulStealerx.Torso.Position + Vector3.new(7, 5, 3)
  3122. handle.Size = Vector3.new(6, 6, 6)
  3123. lOL
  3124. ----
  3125. bin = script.Parent
  3126.  
  3127.  
  3128. function onButton1Down(mouse)
  3129. local trg= mouse.Target
  3130. hum = trg.Humanoid
  3131. if hum~=nil then
  3132. trg.Anchored = true
  3133. mouse.Icon = "rbxasset://textures\\ArrowCursor.png"
  3134. end
  3135. end
  3136.  
  3137. function onSelected(mouse)
  3138. mouse.Icon = "rbxasset://textures\\ArrowCursor.png"
  3139. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  3140. end
  3141.  
  3142. bin.Selected:connect(onSelected)
  3143.  
  3144.  
  3145. multihandle
  3146. ----------
  3147. local tool = Instance.new("Tool")
  3148. tool.Parent = game.Players.xSoulStealerx.Backpack
  3149. tool.Name = "Sword"
  3150. tool.GripPos = Vector3.new(0, -2, 0)
  3151. local handle = Instance.new("Part")
  3152. handle.Parent = tool
  3153. handle.Name = "Handle"
  3154. handle.Size = Vector3.new(1,5,1)
  3155. handle.CanCollide = false
  3156. local handle1 = Instance.new("Part")
  3157. handle1.Parent = tool
  3158. handle1.Name = "Handle1"
  3159. handle1.Size = Vector3.new(1,2,1)
  3160. handle1.CanCollide = false
  3161. local handle2 = Instance.new("Part")
  3162. handle2.Parent = tool
  3163. handle2.Name = "Handle"
  3164. handle2.Size = Vector3.new(1,5,1)
  3165. handle2.CanCollide = false
  3166. local handle3 = Instance.new("Part")
  3167. handle3.Parent = tool
  3168. handle3.Name = "Handle1"
  3169. handle3.Size = Vector3.new(1,2,1)
  3170. handle3.CanCollide = false
  3171. local w1 = Instance.new("Weld")
  3172. w1.Parent = tool.Handle -- This is the original Handle.
  3173. w1.Part0 = w1.Parent
  3174. w1.Part1 = tool.Handle1 -- Change PARTNAME to your second part's name.
  3175. w1.C1 = CFrame.fromEulerAnglesXYZ(4, 2, 1) * CFrame.new(0, -3, 0)
  3176. local w1 = Instance.new("Weld")
  3177. w1.Parent = tool.Handle -- This is the original Handle.
  3178. w1.Part0 = w1.Parent
  3179. w1.Part1 = tool.Handle2 -- Change PARTNAME to your second part's name.
  3180. w1.C1 = CFrame.fromEulerAnglesXYZ(4, 2, 1) * CFrame.new(3, -2, 0)
  3181. local w1 = Instance.new("Weld")
  3182. w1.Parent = tool.Handle -- This is the original Handle.
  3183. w1.Part0 = w1.Parent
  3184. w1.Part1 = tool.Handle3 -- Change PARTNAME to your second part's name.
  3185. w1.C1 = CFrame.fromEulerAnglesXYZ(0.5, 0, 0) * CFrame.new(0, 0, 1)
  3186.  
  3187. function on(i)
  3188. i:BreakJoints()
  3189. end
  3190.  
  3191. handle.Touched:connect(on)
  3192. end
  3193.  
  3194. ball kills
  3195. ----------
  3196. a = Instance.new("Part")
  3197. a.Parent = game.Workspace.xSoulStealerx
  3198. a.Position = game.Workspace.xSoulStealerx.Torso.Position
  3199. a.Size = Vector3.new(10, 10, 10)
  3200. a.Shape = "Ball"
  3201. a.CanCollide = false
  3202. a.Name = "ballkiller"
  3203. local w1 = Instance.new("Weld")
  3204. w1.Parent = a -- The main Handle.
  3205. w1.Part0 = w1.Parent
  3206. w1.Part1 = game.Workspace.xSoulStealerx.Torso -- Change this to your second part's name.
  3207. function onTouched(hit)
  3208. if hit.Parent.Torso ~= nil then
  3209. hit.Parent.Torso.Parent = game.Lighting
  3210. end
  3211. end
  3212.  
  3213. a.Touched:connect(onTouched)
  3214.  
  3215.  
  3216. flying brick
  3217. --------
  3218. local a = Instance.new("Part")
  3219. a.Position = game.Workspace.xSoulStealerx.Torso.Position + Vector3.new(10, 0, 0)
  3220. a.BottomSurface = 0
  3221. a.TopSurface = 0
  3222. a.formFactor = "Symmetric"
  3223. a.Name = "fl"
  3224. a.Parent = game.Workspace
  3225. a.Size = Vector3.new(8,8,8)
  3226. local bp = Instance.new("BodyPosition")
  3227. bp.Parent = a
  3228. bp.position = a.Position + Vector3.new(0,10,0)
  3229. bp.maxForce = Vector3.new(999999,999999,999999)
  3230.  
  3231. hahaha pwnage
  3232. --------------
  3233. bf = Instance.new("BodyForce")
  3234. bf.Parent = game.Players.nylsoo.Character
  3235. bf.force = Vector3.new(0, 100000, 0)
  3236.  
  3237. yess clean
  3238. ----------
  3239. a = game.Workspace.PrimaryPart
  3240. function onTouched(hit)
  3241. hit.Parent = game.Lighting
  3242. end
  3243.  
  3244. a.Touched:connect(onTouched)
  3245.  
  3246.  
  3247. bodypos
  3248. -------
  3249. a = Instance.new("BodyPosition")
  3250. a.Parent = game.Players.xSoulStealerx.Character.Torso
  3251. a.position = game.Players.xSoulStealerx.Character.Torso.Position + Vector3.new(0, 1, 0)
  3252. trampoline
  3253. --------
  3254. a = Instance.new("Part")
  3255. a.Parent = game.Workspace
  3256. a.Position = Vector3.new(0, 0, 0)
  3257. a.Size = Vector3.new(7, 1, 7)
  3258. a.Name = "woot"
  3259. a.TopSurface = 0
  3260. a.BrickColor = BrickColor.new(26)
  3261. a.Anchored = true
  3262.  
  3263. function onTouched(hit)
  3264. if hit.Torso~=nil then
  3265. hit.Torso.Velocity = Vector3.new(0, 60, 0)
  3266. end
  3267.  
  3268. game.Workspace.woot.Touched:connect(onTouched)
  3269.  
  3270.  
  3271. domino
  3272. ------
  3273. while true do
  3274. wait(1)
  3275. local clone = Clone(game.Players.xSoulStealerx.Character.Torso)
  3276. clone.Parent = game.Workspace
  3277. clone.Position = game.Players.xSoulStealerx.Character.Torso.Position + Vector3.new(0, 0, 5)
  3278. clone.Size = Vector3.new(4, 8, 1)
  3279. clone.CanCollide = true
  3280. clone.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
  3281. clone.BottomSurface = 0
  3282. clone.TopSurface = 0
  3283. end
  3284.  
  3285. hat script
  3286. -----------
  3287. me = game.Players.xSoulStealerx
  3288. function onChatted(msg)
  3289. msg = msg
  3290. if string.match(msg, "zomg ") then
  3291. p = game.Workspace.xSoulStealerx:GetChildren()
  3292. for n = 1,#p do
  3293. for w in string.gmatch(msg, "%d+") do
  3294. if (p[n].className == "Hat") then
  3295. for i = 1,w do
  3296. wait(0)
  3297. t = p[n].Handle:clone()
  3298. t.Parent = game.Workspace
  3299. t.CanCollide = true
  3300. t.Anchored = false
  3301. t.Position = me.Character.Torso.Position
  3302. t.Name = "kka"
  3303. t.BrickColor = BrickColor.new(23)
  3304. t.Transparency = 0.4
  3305. t.Size = Vector3.new(2, 2, 2)
  3306. local rp = Instance.new("RocketPropulsion")
  3307. rp.Parent = t
  3308. rp.Target = me.Character.Head
  3309. rp.MaxSpeed = 200
  3310. rp.MaxThrust = 100000000000
  3311. rp:Fire()
  3312. end
  3313. end
  3314. end
  3315. end
  3316. end
  3317. if string.match(msg, "follow ") then
  3318. players = game.Players:GetChildren()
  3319. for i = 1,#players do
  3320. if string.match(msg, string.lower(players[i].Name)) then
  3321. p = game.Workspace:GetChildren()
  3322. for n = 1,#p do
  3323. if (p[n].Name == "kka") then
  3324. p[n].RocketPropulsion.Target = players[i].Character.Head
  3325. end
  3326. end
  3327. end
  3328. end
  3329. end
  3330. if string.match(msg, "attack ") then
  3331. players = game.Players:GetChildren()
  3332. for i = 1,#players do
  3333. if string.match(msg, string.lower(players[i].Name)) then
  3334. p = game.Workspace:GetChildren()
  3335. for n = 1,#p do
  3336. if (p[n].Name == "kka") then
  3337. p[n].RocketPropulsion.Target = players[i].Character.Head
  3338. p[n].RocketPropulsion.CartoonFactor = 1
  3339. p[n].RocketPropulsion.TargetRadius = 3
  3340. function onBlown(hit)
  3341. hit = p[n].RocketPropulsion.Target
  3342. if (hit ~= nil) then
  3343. local e = Instance.new("Explosion")
  3344. e.Parent = hit.Parent
  3345. e.BlastPressure = 9999999
  3346. e.Position = p[n].Position
  3347. e.BlastRadius = 10
  3348. wait(0.01)
  3349. p[n].Parent = game.Lighting
  3350. end
  3351. end
  3352. boom = p[n].RocketPropulsion.ReachedTarget:connect(onBlown)
  3353. wait(0.05)
  3354. boom:disconnect()
  3355. end
  3356. end
  3357. end
  3358. end
  3359. end
  3360. if (msg == "destroy") then
  3361. local p = game.Workspace:GetChildren()
  3362. for i = 1,#p do
  3363. if (p[i].Name == "kka") then
  3364. p[i].RocketPropulsion.MaxSpeed = 50
  3365. local e = Instance.new("Explosion")
  3366. e.Parent = game.Workspace
  3367. e.Position = p[i].Position
  3368. e.BlastPressure = 1900000
  3369. e.BlastRadius = 10
  3370. p[i].Parent = game.Lighting
  3371. end
  3372. end
  3373. end
  3374. end
  3375. me.Chatted:connect(onChatted)
  3376.  
  3377.  
  3378.  
  3379. Working Reset:
  3380. ---------------
  3381. game.Workspace.xSoulStealerx.Torso.Size = Vector3.new(400, 400, 400)
  3382.  
  3383.  
  3384. Whats this?
  3385. -------------
  3386. game.Workspace.pain22.Traffic Cone:remove()
  3387.  
  3388.  
  3389. Invisibility
  3390. -------------
  3391. while true do
  3392. c = game.Workspace.xSoulStealerx:children()
  3393. if c.className == "Part" then
  3394. for i = 1, #c do
  3395. c[i].BrickColor = BrickColor.new(math.random(), math.random(), math.random())
  3396. wait(0.1)
  3397. end
  3398.  
  3399. discotorso
  3400. ------------
  3401.  
  3402. lol?
  3403. -----
  3404.  
  3405. while true do
  3406. c = Clone(game.Workspace.xSoulStealerx.Torso)
  3407. wait(1)
  3408. c.Parent = game.Workspace
  3409. c.Position = game.Players.Bullwinkle.Character.Head.Position + c.Position = Vector3.new(0, 10, 0)
  3410. c.Shape = "Ball"
  3411. c.Size = Vector3.new(1, 1, 1)
  3412. c.BrickColor = BrickColor.new(34)
  3413. c.CanCollide = true
  3414. c.Reflectance = 0.4
  3415. end
  3416.  
  3417. clean
  3418. ----
  3419. p = game.Workspace:GetChildren()
  3420. for i= 1, #p do
  3421. if p[i].className == "Part" then
  3422. Remove(p)[i]
  3423. end
  3424. end
  3425. end
  3426.  
  3427. lolaaaaaa
  3428. ---------
  3429. while true do
  3430. wait(0.3)
  3431. local k = game.Players.xSoulStealerx.Character.Ironhelm.Handle:clone()
  3432. k.Parent = game.Workspace
  3433. k.CFrame = game.Players.xSoulStealerx.Charatcer.Head.CFrame
  3434. k.CanCollide = true
  3435. k.Size = Vector3.new(4, 4, 4)
  3436. k.Mesh.MeshScale = Vector3.new(4, 4, 4)
  3437. end
  3438.  
  3439. clean
  3440. -------
  3441. p= game.Workspace:GetChildren()
  3442. for i= 1, #p do
  3443. if p[i].className == "Part" then
  3444. Remove(p)[i]
  3445. end
  3446. end
  3447. end
  3448.  
  3449.  
  3450. cloneseat
  3451. --------
  3452. while true do
  3453. local seat = Instance.new("Seat")
  3454. wait(20)
  3455. seat.Parent = game.Workspace
  3456. seat.Position = game.Players.acb227.Character.Torso.Position
  3457. seat.Shape = "Ball"
  3458. seat.Size = Vector3.new(5, 5, 5)
  3459. seat.BrickColor = BrickColor.new(21)
  3460. seat.Transparency = 0.3
  3461. seat.TopSurface = 0
  3462. seat.BottomSurface = 0
  3463. seat.Reflectance = 0.1
  3464. end
  3465.  
  3466. seat
  3467. -----
  3468. while true do
  3469. local seat = Instance.new("Seat")
  3470. wait(6)
  3471. seat.Parent = game.Workspace
  3472. seat.Position = game.Workspace.thaibert.Torso.Position
  3473. seat.Size = Vector3.new(4, 4, 4)
  3474. seat.Shape = "Ball"
  3475. seat.BrickColor = BrickColor.new(21)
  3476. seat.TopSurface = 0
  3477. seat.BottomSurface = 0
  3478. end
  3479.  
  3480. omgface
  3481. ------
  3482. local a = game.Workspace.xSoulStealerx
  3483. a.Head.face.Parent = a.Torso
  3484.  
  3485. disco
  3486. -------
  3487. a = game.Players.jumper.Character:findFirstChild
  3488. Remove(a("Right Arm"))
  3489. Remove(a("Right Leg"))
  3490. Remove(a("Left Arm"))
  3491. Remove(a("Left Leg"))
  3492. Remove(a("Head"))
  3493. Remove(a("Torso"))
  3494. test?!
  3495. -------
  3496. o = game.Workspace.xSoulStealerx.Torso:clone()
  3497. while true do
  3498. o.Parent = game.Workspace
  3499. o.Position = Vector3.new(30, 100, 100)
  3500. o.Size = Vector3.new (6, 6, 6)
  3501. o.CanCollide = true
  3502. wait(1)
  3503. end
  3504.  
  3505. Monster
  3506. --------'
  3507. game.Workspace.xSoulStealerx.Head.face:remove()
  3508. game.Workspace.xSoulStealerx.Torso.roblox:remove()
  3509. game.Workspace.xSoulStealerx.Left Arm.BrickColor = BrickColor.new(22)
  3510. game.Workspace.xSoulStealerx.Right Arm.BrickColor = brickColor.new(22)
  3511. game.Workspace.xSoulStealerx.Left Leg.BrickColor = brickColor.new(22)
  3512. game.Workspace.xSoulStealerx.Right Leg.BrickColor = brickColor.new(22)
  3513.  
  3514. torso
  3515. ------
  3516. local mesh = Instance.new("SpecialMesh")
  3517. mesh.Parent = game.Players.xSoulStealerx.Character.Torso
  3518. mesh.MeshType = "Sphere"
  3519. mesh.Scale = Vector3.new(1.4, 1.4, 1.4)
  3520.  
  3521. brick
  3522. -----
  3523. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(93, 1000, 17) p.BrickColor = BrickColor.new(1) p.Size = Vector3.new(1, 1.2, 1) p.Anchored = true
  3524. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(93, 1000, 17) p.BrickColor = BrickColor.new(1) p.Size = Vector3.new(10, 8, 3) p.Anchored = true
  3525. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(91, 1000, 17.5) p.BrickColor = BrickColor.new(26) p.Size = Vector3.new(1, 2, 1) p.Anchored = true
  3526. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(89, 1000, 18.5) p.BrickColor = BrickColor.new(37) p.Size = Vector3.new(2, 1.2, 4) p.Anchored = true
  3527. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(86.5, 1000, 18.5) p.BrickColor = BrickColor.new(23) p.Size = Vector3.new(3, 1.2, 4) p.Anchored = true
  3528. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(78.5, 1000, 18.5) p.BrickColor = BrickColor.new(194) p.Size = Vector3.new(4, 1.2, 4) p.Anchored = true
  3529. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(73.5, 1000, 18.5) p.BrickColor = BrickColor.new(21) p.Size = Vector3.new(4, 2.4, 4) p.Anchored = true
  3530. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(68.5, 1000, 18.5) p.BrickColor = BrickColor.new(106) p.Size = Vector3.new(4, 3.6, 4) p.Anchored = true
  3531. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(61.5, 1, 18.5) p.BrickColor = BrickColor.new(1) p.Size = Vector3.new(8, 1.2, 8) p.Anchored = true
  3532. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(53, 1, 19) p.BrickColor = BrickColor.new(153) p.Size = Vector3.new(7, 1.2, 7) p.Anchored = true
  3533. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(45.5, 1, 19.5) p.BrickColor = BrickColor.new(24) p.Size = Vector3.new(6, 1.2, 6) p.Anchored = true
  3534. local p = Instance.new("Seat") p.Parent = game.Workspace p.Position = Vector3.new(60, 1, 60) p.BrickColor = BrickColor.new(194) p.Size = Vector3.new(2, 1.2, 2) p.Anchored = false
  3535. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(70, 1, 70) p.BrickColor = BrickColor.new(1) p.Size = Vector3.new(10, 8, 3) p.Anchored = false
  3536. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(80, 1, 80) p.BrickColor = BrickColor.new(1) p.Size = Vector3.new(1, 1.2, 1) p.Anchored = false
  3537. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(90, 1, 90) p.BrickColor = BrickColor.new(26) p.Size = Vector3.new(1, 1.2, 2) p.Anchored = false
  3538. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(100, 1, 100) p.BrickColor = BrickColor.new(37) p.Size = Vector3.new(2, 1.2, 4) p.Anchored = false
  3539. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(110, 1, 110) p.BrickColor = BrickColor.new(23) p.Size = Vector3.new(3, 1.2, 4) p.Anchored = false
  3540. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(120, 1, 120) p.BrickColor = BrickColor.new(194) p.Size = Vector3.new(4, 1.2, 4) p.Anchored = false
  3541. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(130, 1, 130) p.BrickColor = BrickColor.new(21) p.Size = Vector3.new(4, 2.4, 4) p.Anchored = false
  3542. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(140, 1, 140) p.BrickColor = BrickColor.new(106) p.Size = Vector3.new(4, 3.6, 4) p.Anchored = false
  3543. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(150, 1, 150) p.BrickColor = BrickColor.new(1) p.Size = Vector3.new(8, 1.2, 8) p.Anchored = false
  3544. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(160, 1, 160) p.BrickColor = BrickColor.new(153) p.Size = Vector3.new(7, 1.2, 7) p.Anchored = false
  3545.  
  3546. local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(170, 1000, 170) p.BrickColor = BrickColor.new(23) p.Size = Vector3.new(1000, 1.2, 1000) p.Anchored = true p.Locked = true
  3547.  
  3548.  
  3549. spawn
  3550. ---------
  3551. local p = Instance.new("SpawnLocation")
  3552. p.Parent = game.Workspace
  3553. p.Position = Vector3.new(0, 0, 0)
  3554. p.BrickColor = BrickColor.new(37)
  3555. p.Size = Vector3.new(1000, 0.4, 1000)
  3556. p.Anchored = true
  3557. p.Locked = true
  3558. p.formFactor = 2
  3559. p.Name = "Base"
  3560.  
  3561. Something
  3562. -----------
  3563. h = game.Workspace.acb227.Torso
  3564. h.CFrame = CFrame.new(0,10000000,0)
  3565.  
  3566. hat
  3567. ---
  3568. hat = game.Workspace.acb227.SadMask.Handle
  3569. hat.Mesh.MeshType = "Brick"
  3570. hat.Mesh.Scale = Vector3.new(5, 5, 5)
  3571. hat.BrickColor = BrickColor.new(21)
  3572.  
  3573. button door:
  3574. --------------
  3575. function onTouched(hit)
  3576. script.Parent.Parent.Door.Transparency= 1
  3577. script.Parent.Parent.Door.CanCollide= false
  3578. wait(3)
  3579. script.Parent.Parent.Door.Transparency= 0
  3580. script.Parent.Parent.Door.CanCollide= true
  3581. end
  3582. script.Parent.Touched:connect(onTouched)
  3583.  
  3584.  
  3585. spherehead
  3586. ----------
  3587. while true do
  3588. game.Workspace.xSoulStealerx.GoldCrown.Handle.Mesh.MeshType = "Sphere"
  3589. wait(0.1)
  3590. game.Workspace.xSoulStealerx.GoldCrown.Handle.Mesh.MeshType = "Wedge"
  3591. wait(0.1)
  3592. game.Workspace.xSoulStealerx.GoldCrown.Handle.Mesh.MeshType = "Torso"
  3593. wait(0.1)
  3594. game.Workspace.xSoulStealerx.GoldCrown.Handle.Mesh.MeshType = "Cylinder"
  3595. wait(0.1)
  3596. end
  3597.  
  3598. game.Workspace.xSoulStealerx.Head.Mesh.MeshType = "Torso"
  3599. while true do
  3600. game.Workspace.xSoulStealerx.GoldCrown.Handle.BrickColor = BrickColor.new (1)
  3601. wait(0.03)
  3602. game.Workspace.xSoulStealerx.GoldCrown.Handle.BrickColor = BrickColor.new (45)
  3603. wait(0.03)
  3604. game.Workspace.xSoulStealerx.GoldCrown.Handle.BrickColor = BrickColor.new (11)
  3605. wait(0.03)
  3606. game.Workspace.xSoulStealerx.GoldCrown.Handle.BrickColor = BrickColor.new (102)
  3607. wait(0.03)
  3608. game.Workspace.xSoulStealerx.GoldCrown.Handle.BrickColor = BrickColor.new (23)
  3609. wait(0.03)
  3610. game.Workspace.xSoulStealerx.GoldCrown.Handle.BrickColor = BrickColor.new (102)
  3611. wait(0.03)
  3612. game.Workspace.xSoulStealerx.GoldCrown.Handle.BrickColor = BrickColor.new (11)
  3613. wait(0.03)
  3614. game.Workspace.xSoulStealerx.GoldCrown.Handle.BrickColor = BrickColor.new (45)
  3615. wait(0.03)
  3616. game.Workspace.xSoulStealerx.GoldCrown.Handle.BrickColor = BrickColor.new (1)
  3617. wait(0.03)
  3618. game.Workspace.xSoulStealerx.GoldCrown.Handle.BrickColor = BrickColor.new (208)
  3619. wait(0.03)
  3620. game.Workspace.xSoulStealerx.GoldCrown.Handle.BrickColor = BrickColor.new (194)
  3621. wait(0.03)
  3622. game.Workspace.xSoulStealerx.GoldCrown.Handle.BrickColor = BrickColor.new (199)
  3623. wait(0.03)
  3624. game.Workspace.xSoulStealerx.GoldCrown.Handle.BrickColor = BrickColor.new (194)
  3625. wait(0.03)
  3626. game.Workspace.xSoulStealerx.GoldCrown.Handle.BrickColor = BrickColor.new (208)
  3627. wait(0.03)
  3628. end
  3629.  
  3630. game.Workspace.xSoulStealerx.Torso.TopSurface = "Motor"
  3631. game.Workspace.xSoulStealerx.Torso.TopSurfaceInput = "Constant"
  3632.  
  3633. dkfj
  3634. ---
  3635. game.Players.xSoulStealerx.Character = game.Players.demonofthegrave.Character
  3636.  
  3637. while true do
  3638. game.Workspace.xSoulStealerx.Fedora.Handle.Mesh.Scale = game.Workspace.xSoulStealerx.Fedora.Handle.Mesh.Scale + Vector3.new(20, 20, 20)
  3639. wait(0.01)
  3640. end
  3641.  
  3642. weird crown
  3643. ------------
  3644. while true do
  3645. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 1, 1)
  3646. wait(0.02)
  3647. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 2, 1)
  3648. wait(0.02)
  3649. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 3, 1)
  3650. wait(0.02)
  3651. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 4, 1)
  3652. wait(0.02)
  3653. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (5, 5, 5)
  3654. wait(0.02)
  3655. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 6, 1)
  3656. wait(0.02)
  3657. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 7, 1)
  3658. wait(0.02)
  3659. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 8, 1)
  3660. wait(0.02)
  3661. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 9, 1)
  3662. wait(0.02)
  3663. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 10, 1)
  3664. wait(0.02)
  3665. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 11, 1)
  3666. wait(0.02)
  3667. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 12, 1)
  3668. wait(0.02)
  3669. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 13, 1)
  3670. wait(0.02)
  3671. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 14, 1)
  3672. wait(0.02)
  3673. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 15, 1)
  3674. wait(0.02)
  3675. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 16, 1)
  3676. wait(0.02)
  3677. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 17, 1)
  3678. wait(0.02)
  3679. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 18, 1)
  3680. wait(0.02)
  3681. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 19, 1)
  3682. wait(0.02)
  3683. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 20, 1)
  3684. wait(0.02)
  3685. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 19, 1)
  3686. wait(0.02)
  3687. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 18, 1)
  3688. wait(0.02)
  3689. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 17, 1)
  3690. wait(0.02)
  3691. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 16, 1)
  3692. wait(0.02)
  3693. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 15, 1)
  3694. wait(0.02)
  3695. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 14, 1)
  3696. wait(0.02)
  3697. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 13, 1)
  3698. wait(0.02)
  3699. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 12, 1)
  3700. wait(0.02)
  3701. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 11, 1)
  3702. wait(0.02)
  3703. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 10, 1)
  3704. wait(0.02)
  3705. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 9, 1)
  3706. wait(0.02)
  3707. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 8, 1)
  3708. wait(0.02)
  3709. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 7, 1)
  3710. wait(0.02)
  3711. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 6, 1)
  3712. wait(0.02)
  3713. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 5, 1)
  3714. wait(0.02)
  3715. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 4, 1)
  3716. wait(0.02)
  3717. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 3, 1)
  3718. wait(0.02)
  3719. game.Workspace.cymru72.VoidStar.Handle.Mesh.Scale = Vector3.new (1, 2, 1)
  3720. wait(0.02)
  3721. end
  3722.  
  3723.  
  3724. for valitini
  3725. ------------
  3726. while true do
  3727. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 1, 1)
  3728. wait(0.02)
  3729. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 2, 1)
  3730. wait(0.02)
  3731. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 3, 1)
  3732. wait(0.02)
  3733. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 4, 1)
  3734. wait(0.02)
  3735. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 5, 1)
  3736. wait(0.02)
  3737. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 6, 1)
  3738. wait(0.02)
  3739. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 7, 1)
  3740. wait(0.02)
  3741. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 8, 1)
  3742. wait(0.02)
  3743. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 9, 1)
  3744. wait(0.02)
  3745. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 10, 1)
  3746. wait(0.02)
  3747. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 9, 1)
  3748. wait(0.02)
  3749. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 8, 1)
  3750. wait(0.02)
  3751. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 7, 1)
  3752. wait(0.02)
  3753. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 6, 1)
  3754. wait(0.02)
  3755. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 5, 1)
  3756. wait(0.02)
  3757. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 4, 1)
  3758. wait(0.02)
  3759. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 3, 1)
  3760. wait(0.02)
  3761. game.Workspace.valitini94.GoldTeapot.Handle.Mesh.Scale = Vector3.new (1, 2, 1)
  3762. wait(0.02)
  3763. end
  3764.  
  3765. for gotomyplace
  3766. --------------
  3767. while true do
  3768. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 1, 1)
  3769. wait(0.02)
  3770. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 2, 1)
  3771. wait(0.02)
  3772. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 3, 1)
  3773. wait(0.02)
  3774. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 4, 1)
  3775. wait(0.02)
  3776. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 5, 1)
  3777. wait(0.02)
  3778. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 6, 1)
  3779. wait(0.02)
  3780. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 7, 1)
  3781. wait(0.02)
  3782. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 8, 1)
  3783. wait(0.02)
  3784. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 9, 1)
  3785. wait(0.02)
  3786. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 10, 1)
  3787. wait(0.02)
  3788. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 9, 1)
  3789. wait(0.02)
  3790. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 8, 1)
  3791. wait(0.02)
  3792. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 7, 1)
  3793. wait(0.02)
  3794. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 6, 1)
  3795. wait(0.02)
  3796. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 5, 1)
  3797. wait(0.02)
  3798. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 4, 1)
  3799. wait(0.02)
  3800. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 3, 1)
  3801. wait(0.02)
  3802. game.Workspace.gotomyplaceitscool.BiggerHead.Handle.Mesh.Scale = Vector3.new (1, 2, 1)
  3803. wait(0.02)
  3804. end
  3805.  
  3806.  
  3807. test
  3808. ----
  3809. while true do
  3810. game.Workspace.xSoulStealerx.GoldCrown.Handle.Transparency = 0.1
  3811. wait(0.05)
  3812. game.Workspace.xSoulStealerx.GoldCrown.Handle.Transparency = 0.2
  3813. wait(0.05)
  3814. game.Workspace.xSoulStealerx.GoldCrown.Handle.Transparency = 0.3
  3815. wait(0.05)
  3816. game.Workspace.xSoulStealerx.GoldCrown.Handle.Transparency = 0.4
  3817. wait(0.05)
  3818. game.Workspace.xSoulStealerx.GoldCrown.Handle.Transparency = 0.5
  3819. wait(0.05)
  3820. game.Workspace.xSoulStealerx.GoldCrown.Handle.Transparency = 0.6
  3821. wait(0.05)
  3822. game.Workspace.xSoulStealerx.GoldCrown.Handle.Transparency = 0.7
  3823. wait(0.05)
  3824. game.Workspace.xSoulStealerx.GoldCrown.Handle.Transparency = 0.6
  3825. wait(0.05)
  3826. game.Workspace.xSoulStealerx.GoldCrown.Handle.Transparency = 0.5
  3827. wait(0.05)
  3828. game.Workspace.xSoulStealerx.GoldCrown.Handle.Transparency = 0.4
  3829. wait(0.05)
  3830. game.Workspace.xSoulStealerx.GoldCrown.Handle.Transparency = 0.3
  3831. wait(0.05)
  3832. game.Workspace.xSoulStealerx.GoldCrown.Handle.Transparency = 0.2
  3833. wait(0.05)
  3834. game.Workspace.xSoulStealerx.GoldCrown.Handle.Transparency = 0.1
  3835. wait(0.05)
  3836. game.Workspace.xSoulStealerx.GoldCrown.Handle.Transparency = 0
  3837. wait(0.05)
  3838. end
  3839.  
  3840. lolssss
  3841. --------
  3842. local a = Instance.new("Part")
  3843. local b = Instance.new("Part")
  3844. local c = Instance.new("Part")
  3845. local d = Instance.new("Part")
  3846. local k = Instance.new("Part")
  3847. local w = Instance.new("Part")
  3848. local q = Instance.new("Part")
  3849. a.Parent = game.Workspace
  3850. a.Position = Vector3.new(100, 1, 100)
  3851. a.BrickColor = BrickColor.new(21)
  3852. a.Size = Vector3.new(2, 1.2, 4)
  3853. b.Parent = game.Workspace
  3854. b.Position = Vector3.new(98, 1, 100)
  3855. b.BrickColor = BrickColor.new(21)
  3856. b.Size = Vector3.new(2, 1.2, 4)
  3857. c.Parent = game.Workspace
  3858. c.Position = Vector3.new(96, 1, 100)
  3859. c.BrickColor = BrickColor.new(21)
  3860. c.Size = Vector3.new(2, 1.2, 4)
  3861. d.Parent = game.Workspace
  3862. d.Position = Vector3.new(94, 1, 100)
  3863. d.BrickColor = BrickColor.new(21)
  3864. d.Size = Vector3.new(2, 1.2, 4)
  3865. k.Parent = game.Workspace
  3866. k.Position = Vector3.new(92, 1, 100)
  3867. k.BrickColor = BrickColor.new(21)
  3868. k.Size = Vector3.new(2, 1.2, 4)
  3869. w.Parent = game.Workspace
  3870. w.Position = Vector3.new(90, 1, 100)
  3871. w.BrickColor = BrickColor.new(21)
  3872. w.Size = Vector3.new(2, 1.2, 4)
  3873. q.Parent = game.Workspace
  3874. q.Position = Vector3.new(88, 1, 100)
  3875. q.BrickColor = BrickColor.new(21)
  3876. q.Size = Vector3.new(2, 1.2, 4)
Add Comment
Please, Sign In to add comment