Advertisement
Guest User

Untitled

a guest
Dec 31st, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.86 KB | None | 0 0
  1. local Players = game:GetService("Players")
  2. local UserInputService = game:GetService("UserInputService")
  3. local RunService = game:GetService("RunService")
  4.  
  5. local Player = Players.LocalPlayer
  6. local Camera = workspace.CurrentCamera
  7. local Mouse = Player:GetMouse()
  8.  
  9. local Character = Player.Character
  10. local Torso = Character.Torso
  11.  
  12. local Typing = false
  13. local TypingSub = 1
  14. local TypingSub2 = 1
  15.  
  16. local Neck = Torso.Neck
  17.  
  18. Neck.C1 = CFrame.new(0, -0.5, 0)
  19.  
  20. local RightArm = Character["Right Arm"]
  21. local LeftArm = Character["Left Arm"]
  22.  
  23. local RightShoulder = Instance.new("Weld", Torso)
  24. RightShoulder.Part0 = Torso
  25. RightShoulder.Part1 = RightArm
  26.  
  27. local LeftShoulder = Instance.new("Weld", Torso)
  28. LeftShoulder.Part0 = Torso
  29. LeftShoulder.Part1 = LeftArm
  30.  
  31. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  32. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  33.  
  34.  
  35. local Code = [[
  36. -- I failed at stealing my mommy's credit card!
  37.  
  38. Server Proxy Connection Initializing...
  39.  
  40. USERNAME: MinecraftKid72
  41. PASSWORD: iLoveMinecraftNoobs
  42.  
  43.  
  44. ROBLOX Server Database Connecting...
  45.  
  46.  
  47. local Proxy = Server:GetProxyData(1011101)
  48. local Tracker = {}
  49.  
  50. __INIT__ setmetatable(getmetatable(Proxy), {
  51. __metatable = {};
  52. __call = function(Self, ...)
  53. Proxy:GetArgumentData(Proxy.Key, select(...))
  54. end;
  55. })
  56.  
  57. Proxy:TransferData("Lifetime_OBC_Charged",
  58. "ACC_"..__VERSION.."_"..Proxy:GetAccount()
  59. {
  60. __newindex = function(Self, Key, Value)
  61. Tracker[Key] = Value
  62. rawset(Self, Key, Value)
  63. end
  64. })
  65.  
  66. Proxy:GetTransferredData().breakAssymetricEncryption(
  67. "NEW_Public_Key", true, 101, false
  68. )
  69.  
  70.  
  71. ROBLOX Server Log:
  72. > Lifetime OBC Transferred to MinecraftKid72_iLoveMinecraftNoobs
  73.  
  74. ...
  75. ...
  76. ...
  77. ...
  78. ...
  79. ...
  80.  
  81. ERROR<Tried to transfer Lifetime OBC to dantdmbestfan69, Lifetime dosent exist, deleting dantdmbestfan69>
  82. Deleting MinecraftKid72..50%
  83. Deleting MinecraftKid72..100%
  84. Successfully deleted MinecraftKid72.
  85. Message<Fucking Kill yourself ugly cunt ill leak your address, i fucked ur mom bacon cunt xd.>
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92. ]]
  93.  
  94.  
  95. local Argument = [[
  96. You> Hello!
  97.  
  98. Jimmy> Hey Faggot!
  99.  
  100. Jimmy> Wtf are you doing watching anime you sad 20 year old cunt.
  101.  
  102. You> Df you just say to me you 50 year old man child? ill have you know my dad works for the fbi and he is tracing your ip address as we speak.
  103.  
  104. Jimmy> Fuck Off Ya Fat Cunt
  105.  
  106. You> Y'know what? anime is lyfe do not ever diss me ok? or i will get my army, a minecraft clan you have never seen before
  107.  
  108. Jimmy> You're Mum Gay.
  109.  
  110. You> your*
  111.  
  112. Jimmy> Bye Sad AF Cunt.
  113.  
  114. tacktic2010> lol, uf0ckinw0t?
  115.  
  116. Jimmy> tacktic iz gay.
  117.  
  118. pxire> kick>Jimmy:Reason: By Faggot lelel.
  119.  
  120. <sever> Jimmy has left your channel, Reason: Bye You Ugly NiggerFaggot.
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. ]]
  131.  
  132.  
  133.  
  134. game.Lighting.GlobalShadows = false
  135. game.Lighting.Brightness = 0.25
  136.  
  137.  
  138. local function Smooth(Part)
  139. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  140. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  141. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  142. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  143. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  144. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  145. end
  146.  
  147.  
  148. local function SetLine(Line, Alpha, Beta)
  149. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  150. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  151. local Magnitude = math.sqrt(dx^2 + dy^2)
  152.  
  153. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  154. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  155. Line.Rotation = math.deg(math.atan2(dy, dx))
  156. end
  157.  
  158.  
  159. local Keyboard = Instance.new("Part")
  160. Keyboard.BrickColor = BrickColor.new("Really black")
  161. Keyboard.Material = Enum.Material.Neon
  162. Keyboard.Transparency = 0.1
  163. Keyboard.Size = Vector3.new(5, 0, 2)
  164. Keyboard.CanCollide = false
  165. Keyboard.Locked = true
  166.  
  167. Smooth(Keyboard)
  168.  
  169. local KeyboardWeld = Instance.new("Weld")
  170. KeyboardWeld.Part0 = Torso
  171. KeyboardWeld.Part1 = Keyboard
  172. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  173.  
  174. KeyboardWeld.Parent = Keyboard
  175. Keyboard.Parent = Character
  176.  
  177.  
  178. local Light = Instance.new("PointLight")
  179. Light.Brightness = 1.5
  180. Light.Range = 12
  181. Light.Parent = Keyboard
  182.  
  183.  
  184. local Screen = Instance.new("Part")
  185. Screen.BrickColor = BrickColor.new("Really black")
  186. Screen.Material = Enum.Material.Neon
  187. Screen.Transparency = 0.6
  188. Screen.Size = Vector3.new(6, 4, 0)
  189. Screen.CanCollide = false
  190. Screen.Locked = true
  191.  
  192. Smooth(Screen)
  193.  
  194. local ScreenWeld = Instance.new("Weld")
  195. ScreenWeld.Part0 = Torso
  196. ScreenWeld.Part1 = Screen
  197. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  198.  
  199. local animeh = Instance.new("Part")
  200. animeh.BrickColor = BrickColor.new("Really black")
  201. animeh.Material = Enum.Material.Neon
  202. animeh.Transparency = 0.6
  203. animeh.Size = Vector3.new(6, 4, 0)
  204. animeh.CanCollide = false
  205. animeh.Locked = true
  206.  
  207. local dekal = Instance.new("Decal",animeh)
  208. dekal.Texture = "http://www.roblox.com/asset/?id=564023995"
  209. dekal.Transparency = 0.15
  210. dekal.Face = "Back"
  211.  
  212. Smooth(animeh)
  213.  
  214. local animehw = Instance.new("Weld")
  215. animehw.Part0 = Torso
  216. animehw.Part1 = animeh
  217. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  218.  
  219. animehw.Parent = animeh
  220. animeh.Parent = Character
  221.  
  222. local Gui = Instance.new("SurfaceGui")
  223. Gui.Face = "Back"
  224. Gui.Adornee = Screen
  225. Gui.Parent = Screen
  226.  
  227. local Text = Instance.new("TextBox")
  228. Text.BackgroundTransparency = 1
  229. Text.Position = UDim2.new(0, 0, 0, 0)
  230. Text.Size = UDim2.new(1, 0, 1, 0)
  231. Text.TextColor3 = Color3.new(1, 1, 1)
  232. Text.Font = Enum.Font.Code
  233. Text.Active = false
  234. Text.MultiLine = true
  235. Text.TextWrapped = true
  236. Text.FontSize = Enum.FontSize.Size32
  237. Text.TextXAlignment = Enum.TextXAlignment.Left
  238. Text.TextYAlignment = Enum.TextYAlignment.Top
  239. Text.Text = ""
  240.  
  241. Text.Parent = Gui
  242.  
  243. ScreenWeld.Parent = Screen
  244. Screen.Parent = Character
  245.  
  246.  
  247.  
  248. local Screen2 = Instance.new("Part")
  249. Screen2.BrickColor = BrickColor.new("Really black")
  250. Screen2.Material = Enum.Material.Neon
  251. Screen2.Transparency = 0.6
  252. Screen2.Size = Vector3.new(6, 4, 0)
  253. Screen2.CanCollide = false
  254. Screen2.Locked = true
  255.  
  256. Smooth(Screen2)
  257.  
  258. local Screen2Weld = Instance.new("Weld")
  259. Screen2Weld.Part0 = Torso
  260. Screen2Weld.Part1 = Screen2
  261. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  262.  
  263. local Gui2 = Instance.new("SurfaceGui")
  264. Gui2.Face = "Back"
  265. Gui2.Adornee = Screen2
  266. Gui2.Parent = Screen2
  267.  
  268. local Text2 = Instance.new("TextBox")
  269. Text2.BackgroundTransparency = 1
  270. Text2.Position = UDim2.new(0, 0, 0, 0)
  271. Text2.Size = UDim2.new(1, 0, 1, 0)
  272. Text2.TextColor3 = Color3.new(0, 1, 0)
  273. Text2.Font = Enum.Font.Code
  274. Text2.Active = false
  275. Text2.MultiLine = true
  276. Text2.TextWrapped = true
  277. Text2.FontSize = Enum.FontSize.Size32
  278. Text2.TextXAlignment = Enum.TextXAlignment.Left
  279. Text2.TextYAlignment = Enum.TextYAlignment.Top
  280. Text2.Text = ""
  281.  
  282. Text2.Parent = Gui2
  283.  
  284. local ImageKey = Instance.new("ImageLabel")
  285. ImageKey.BackgroundTransparency = 1
  286. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  287. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  288. ImageKey.Image = "http://www.roblox.com/asset/?id=697224414"
  289. ImageKey.ImageTransparency = 1
  290. ImageKey.Parent = Gui2
  291.  
  292. Screen2Weld.Parent = Screen2
  293. Screen2.Parent = Character
  294.  
  295.  
  296.  
  297. local Screen3 = Instance.new("Part")
  298. Screen3.BrickColor = BrickColor.new("Really black")
  299. Screen3.Material = Enum.Material.Neon
  300. Screen3.Transparency = 0.6
  301. Screen3.Size = Vector3.new(6, 4, 0)
  302. Screen3.CanCollide = false
  303. Screen3.Locked = true
  304.  
  305. local dekal = Instance.new("Decal",Screen3)
  306. dekal.Texture = "http://www.roblox.com/asset/?id=262943798"
  307. dekal.Transparency = 0.15
  308. dekal.Face = "Back"
  309.  
  310. Smooth(Screen3)
  311.  
  312. local Screen3Weld = Instance.new("Weld")
  313. Screen3Weld.Part0 = Torso
  314. Screen3Weld.Part1 = Screen3
  315. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  316.  
  317. local Gui3 = Instance.new("SurfaceGui")
  318. Gui3.Face = "Back"
  319. Gui3.Adornee = Screen3
  320. Gui3.Parent = Screen3
  321.  
  322. local Map = Instance.new("ImageLabel")
  323. Map.BackgroundTransparency = 1
  324. Map.Position = UDim2.new(0, 0, 0, 0)
  325. Map.Size = UDim2.new(1, 0, 1, 0)
  326. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  327.  
  328. Map.Parent = Gui3
  329.  
  330. Screen3Weld.Parent = Screen3
  331. Screen3.Parent = Character
  332.  
  333. UserInputService.InputBegan:Connect(function(Input, Processed)
  334. if Processed then return end
  335.  
  336. if Input.UserInputType == Enum.UserInputType.Keyboard then
  337. local KeyCode = Input.KeyCode
  338.  
  339. if KeyCode == Enum.KeyCode.E then
  340. Typing = not Typing
  341. end
  342. end
  343. end)
  344.  
  345.  
  346.  
  347. RunService.Heartbeat:Connect(function()
  348. local Sine = math.sin(tick() * 8) / 8
  349.  
  350. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  351.  
  352. if Typing then
  353. if math.random(5) == 1 then
  354. local PressSound = Instance.new("Sound")
  355. PressSound.SoundId = "rbxassetid://265970978"
  356. PressSound.Pitch = 0.5 + math.random() / 5
  357. PressSound.Volume = 3
  358. PressSound.Parent = Keyboard
  359. PressSound:Play()
  360.  
  361. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  362. end
  363.  
  364. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  365.  
  366. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  367. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  368.  
  369. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  370. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  371.  
  372. if math.random(2) == 1 then
  373. if TypingSub < #Argument then
  374. TypingSub = TypingSub + 1
  375. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  376.  
  377. local nl = Text.Text:find("\n")
  378.  
  379. if nl and #Text.Text > 400 then
  380. Text.Text = Text.Text:sub(nl + 1)
  381. end
  382.  
  383. else
  384. TypingSub = 1
  385. end
  386. end
  387.  
  388. if math.random(3) == 1 then
  389. if TypingSub2 < #Code then
  390. TypingSub2 = TypingSub2 + 1
  391. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  392.  
  393. local nl = Text2.Text:find("\n")
  394.  
  395. if nl and #Text2.Text > 400 then
  396. Text2.Text = Text2.Text:sub(nl + 1)
  397. end
  398.  
  399. else
  400. TypingSub2 = 1
  401. end
  402. end
  403.  
  404. else
  405. Neck.C0 = CFrame.new(0, 1, 0)
  406.  
  407. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  408. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  409. end
  410. end)
  411.  
  412. delay(0,start)
  413.  
  414. New = function(Object, Parent, Name, Data)
  415. local Object = Instance.new(Object)
  416. for Index, Value in pairs(Data or {}) do
  417. Object[Index] = Value
  418. end
  419. Object.Parent = Parent
  420. Object.Name = Name
  421. return Object
  422. end
  423.  
  424. function ScatterEff(part)
  425. local eff1 = Instance.new("ParticleEmitter",part)
  426. eff1.Size = NumberSequence.new(.1)
  427. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  428. eff1.LightEmission = 1
  429. eff1.Lifetime = NumberRange.new(1)
  430. eff1.Speed = NumberRange.new(1)
  431. eff1.Rate = 100
  432. eff1.VelocitySpread = 10000
  433. eff1.Texture = "rbxassetid://347504241"
  434. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  435. local eff2 = Instance.new("ParticleEmitter",part)
  436. eff2.Size = NumberSequence.new(.1)
  437. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  438. eff2.LightEmission = 1
  439. eff2.Lifetime = NumberRange.new(1)
  440. eff2.Speed = NumberRange.new(1)
  441. eff2.Rate = 100
  442. eff2.VelocitySpread = 10000
  443. eff2.Texture = "rbxassetid://347504259"
  444. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  445. end
  446.  
  447. function BurningEff(part)
  448. local eff1 = Instance.new("ParticleEmitter",part)
  449. eff1.Size = NumberSequence.new(.1)
  450. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  451. eff1.LightEmission = 1
  452. eff1.Lifetime = NumberRange.new(1)
  453. eff1.Speed = NumberRange.new(0)
  454. eff1.Rate = 100
  455. eff1.Texture = "rbxassetid://347504241"
  456. eff1.Acceleration = Vector3.new(0,10,0)
  457. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  458. local eff2 = Instance.new("ParticleEmitter",part)
  459. eff2.Size = NumberSequence.new(.1)
  460. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  461. eff2.LightEmission = 1
  462. eff2.Lifetime = NumberRange.new(1)
  463. eff2.Speed = NumberRange.new(0)
  464. eff2.Rate = 100
  465. eff2.Texture = "rbxassetid://347504259"
  466. eff2.Acceleration = Vector3.new(0,10,0)
  467. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  468. local eff3 = Instance.new("ParticleEmitter",part)
  469. eff3.Size = NumberSequence.new(1)
  470. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  471. eff3.LightEmission = 1
  472. eff3.Lifetime = NumberRange.new(1)
  473. eff3.Speed = NumberRange.new(0)
  474. eff3.Rate = 100
  475. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  476. eff3.Acceleration = Vector3.new(0,10,0)
  477. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  478. end
  479.  
  480.  
  481.  
  482. slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  483. hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  484. telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  485. burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  486. music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  487. music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  488. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  489. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  490.  
  491.  
  492.  
  493.  
  494.  
  495. --Soul Steal--
  496. function SoulSteal(pos)
  497. local soulst = coroutine.wrap(function()
  498. local soul = Instance.new("Part",chara)
  499. soul.Size = Vector3.new(0,0,0)
  500. soul.CanCollide = false
  501. soul.Anchored = false
  502. soul.Position = pos
  503. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  504. soul.Transparency = 1
  505. local ptc = Instance.new("ParticleEmitter",soul)
  506. ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
  507. ptc.Size = NumberSequence.new(.5)
  508. ptc.LockedToPart = true
  509. ptc.Speed = NumberRange.new(0)
  510. ptc.Lifetime = NumberRange.new(9999)
  511. local bodpos = Instance.new("BodyPosition",soul)
  512. bodpos.Position = pos
  513. wait(2)
  514. soul.Touched:connect(function(hit)
  515. if hit.Parent == chara then
  516. soul:Destroy()
  517. end
  518. end)
  519. while soul do
  520. wait(.1)
  521. bodpos.Position = chara.Torso.Position
  522. end
  523. end)
  524. soulst()
  525. end
  526.  
  527. --Death of a Mortal--
  528. function KillMortal(hitdude)
  529. local torsy = nil
  530. if hitdude:FindFirstChild("Torso")~=nil then
  531. torsy = hitdude.Torso
  532. elseif hitdude:FindFirstChild("UpperTorso")~=nil then
  533. torsy = hitdude.UpperTorso
  534. end
  535. local val = Instance.new("ObjectValue",hitdude)
  536. val.Name = "HasBeenHit"
  537. hitdude:BreakJoints()
  538. hitdude.Humanoid:Destroy()
  539. SoulSteal(torsy.Position)
  540. local chi = hitdude:GetChildren()
  541. for i = 1, #chi do
  542. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  543. local bodpos = Instance.new("BodyPosition",chi[i])
  544. bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  545. ScatterEff(chi[i])
  546. chi[i].BrickColor = BrickColor.new("Really black")
  547. end
  548. end
  549. for i = 1, 4 do
  550. for i = 1, #chi do
  551. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  552. chi[i].Transparency = chi[i].Transparency + .25
  553. wait(.01)
  554. end
  555. end
  556. end
  557. for i = 1, #chi do
  558. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  559. chi[i]:Destroy()
  560. end
  561. end
  562. end
  563.  
  564.  
  565. function Teleport(pos)
  566. telesnd:Play()
  567. local ch = chara:GetChildren()
  568. for i = 1, #ch do
  569. if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
  570. local trace = Instance.new("Part",game.Workspace)
  571. trace.Size = ch[i].Size
  572. trace.Material = "Neon"
  573. trace.BrickColor = BrickColor.new("Really black")
  574. trace.Transparency = .3
  575. trace.CanCollide = false
  576. trace.Anchored = true
  577. trace.CFrame = ch[i].CFrame
  578. if ch[i].Name == "Head" then
  579. mehs = Instance.new("CylinderMesh",trace)
  580. mehs.Scale = Vector3.new(1.25,1.25,1.25)
  581. end
  582. tracedisappear = coroutine.wrap(function()
  583. wait(1)
  584. for i = 1, 7 do
  585. wait(.1)
  586. trace.Transparency = trace.Transparency + .1
  587. end
  588. trace:Destroy()
  589. end)
  590. tracedisappear()
  591. end
  592. end
  593. chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  594. end
  595.  
  596.  
  597. function Grab(mouse)
  598. local hit = mouse.Target
  599. if hit ~= nil then
  600. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  601. local torsy = nil
  602. if hit.Parent:FindFirstChild("Torso")~=nil then
  603. torsy = hit.Parent.Torso
  604. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  605. torsy = hit.Parent.UpperTorso
  606. end
  607. local bodpos = Instance.new("BodyPosition",torsy)
  608. bodpos.Position = torsy.Position
  609. wait(1)
  610. burnsnd:Play()
  611. hit.Parent.Humanoid.MaxHealth = 100
  612. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  613. for i = 1, 10 do
  614. wait(.1)
  615. BurningEff(torsy)
  616. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10
  617. end
  618. KillMortal(hit.Parent)
  619. end
  620. else end
  621. end
  622.  
  623.  
  624. function onKeyDown(key)
  625. if key == "z" then
  626. Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
  627. elseif key == "x" then
  628. Grab(Mouse)
  629. end
  630. end
  631.  
  632. --Mouse Functions--
  633. Mouse = player:GetMouse()
  634. if Mouse then
  635. Mouse.KeyDown:connect(onKeyDown)
  636. end
  637.  
  638. while true do
  639. wait(.01)
  640. chance = math.random(0,100)
  641. if chance < 10 then
  642. sel = math.random(1,3)
  643. if sel == 1 then
  644. tecks.Text = "Anonymous"
  645. elseif sel == 2 then
  646. tecks.Text = "Aymnosuno"
  647. elseif sel == 3 then
  648. tecks.Text = "suomynonA"
  649. end
  650. else tecks.Text = "Anonymous"
  651. if chara.Humanoid.Health > 0 then
  652. chara.Humanoid.MaxHealth = math.huge
  653. chara.Humanoid.Health = math.huge
  654. end
  655. if game.Lighting:FindFirstChild("ColorCorrection") == nil then
  656. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  657. l.Contrast,l.Saturation,l.Brightness = 2, -0.75, 0.375
  658. l.TintColor = Color3.new(1,0,0)
  659. end
  660. tecks.Position = UDim2.new(0,math.random(-1,1),0,math.random(-1,1))
  661. end
  662. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement