Advertisement
Jerrychan123

Untitled

Jun 27th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. Character = game.Players.LocalPlayer.Character
  2. Head = Character.Head
  3.  
  4. CV="Blue"
  5. p = game.Players.LocalPlayer
  6. char = p.Character
  7. local txt = Instance.new("BillboardGui", char)
  8. txt.Adornee = char .Head
  9. txt.Name = "_status"
  10. txt.Size = UDim2.new(2, 0, 1.2, 0)
  11. txt.StudsOffset = Vector3.new(-9, 8, 0)
  12. local text = Instance.new("TextLabel", txt)
  13. text.Size = UDim2.new(10, 0, 7, 0)
  14. text.FontSize = "Size24"
  15. text.TextScaled = true
  16. text.TextTransparency = 0
  17. text.BackgroundTransparency = 1
  18. text.TextTransparency = 0
  19. text.TextStrokeTransparency = 0
  20. text.Font = "Cartoon"
  21. text.TextStrokeColor3 = Color3.new(0,0,1)
  22.  
  23. v=Instance.new("Part")
  24. v.Name = "ColorBrick"
  25. v.Parent=p.Character
  26. v.FormFactor="Symmetric"
  27. v.Anchored=true
  28. v.CanCollide=false
  29. v.BottomSurface="Smooth"
  30. v.TopSurface="Smooth"
  31. v.Size=Vector3.new(10,5,3)
  32. v.Transparency=1
  33. v.CFrame=char.Torso.CFrame
  34. v.BrickColor=BrickColor.new(CV)
  35. v.Transparency=1
  36. text.TextColor3 = Color3.new(1,1,0)
  37. v.Shape="Block"
  38. text.Text = "Ima Ghost xdddd"
  39. ma = math.random(1,999999)
  40. mouse = game.Players.LocalPlayer:GetMouse()
  41. ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
  42. ff.Visible = false
  43. reering = false
  44. game.Players.LocalPlayer.Character.Head.Running.Volume = 0
  45. shirt = game.Players.LocalPlayer.Character:findFirstChildOfClass("ShirtGraphic")
  46. found = false
  47. if shirt then
  48. idd = shirt.Graphic
  49. found = true
  50. end
  51. isinvisible = false
  52. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  53. game.Players.LocalPlayer.Character.Archivable = true
  54. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  55. if v.ClassName == "Part" then
  56. v.Transparency = 1
  57. end
  58. end
  59. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  60. if v.ClassName == "Accessory" or v.ClassName == "Hat" then
  61. v:destroy()
  62. end
  63. end
  64. killi = false
  65. function reeeee(key)
  66. if key == "f" then
  67. if not reering then
  68. reering = true
  69. REEEEEEEE = Instance.new("Sound", workspace)
  70. REEEEEEEE.SoundId = "rbxassetid://390079460"
  71. REEEEEEEE.Volume = 8
  72. REEEEEEEE:Play()
  73. for i,v in pairs(game.Players:GetChildren()) do
  74. if v.Name == game.Players.LocalPlayer.Name then
  75. --nuthin.
  76. else
  77. v.Character.Humanoid.Health = v.Character.Humanoid.Health - math.random(45, 78)
  78. end
  79. end
  80. wait(8)
  81. reering = false
  82. end
  83. end
  84. end
  85. mouse.KeyDown:connect(reeeee)
  86. function kill(part)
  87. local humanoid = part.Parent:findFirstChild("Humanoid")
  88. if humanoid and not killi then
  89. killi = true
  90. for i,v in pairs(humanoid.Parent:GetChildren()) do
  91. if v.ClassName == "Part" then
  92. for i = 1,20 do
  93. wait()
  94. humanoid.Parent.Head.face.Transparency = humanoid.Parent.Head.face.Transparency + 0.05
  95. v.Transparency = v.Transparency + 0.05
  96. end
  97. end
  98. end
  99. killi = false
  100. humanoid.Health = 0
  101. end
  102. end
  103. game.Players.LocalPlayer.Character.Torso.Touched:connect(kill)
  104. game.Players.LocalPlayer.Character.Head.face.Transparency = 1
  105. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  106. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  107. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  108. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  109. game.Players.LocalPlayer.Character.Parent = workspace.Camera
  110. function isinvi(key)
  111. if key == "z" then
  112. isinvisible = not isinvisible
  113. end
  114. end
  115. mouse.KeyDown:connect(isinvi)
  116. while true do
  117. wait()
  118. cl = game.Players.LocalPlayer.Character:Clone()
  119. cl.Parent = workspace
  120. cl.Humanoid:destroy()
  121. for i,v in pairs(cl:GetChildren()) do
  122. if v.ClassName == "Part" then
  123. if v.Name == "HumanoidRootPart" then
  124. v.Transparency = 1
  125. v.CanCollide = false
  126. v.Anchored = true
  127. else
  128. v.CanCollide = false
  129. v.Transparency = 0.6
  130. v.Material = "Neon"
  131. v.Anchored = true
  132. end
  133. end
  134. end
  135. if found then
  136. shirt.Graphic = idd
  137. end
  138. for i,v in pairs(cl:GetChildren()) do
  139. if v.ClassName == "Accessory" or v.ClassName == "Hat" then
  140. v:destroy()
  141. end
  142. end
  143. for i,v in pairs(cl:GetChildren()) do
  144. if v.ClassName == "Part" then
  145. --nothin'
  146. else
  147. v:destroy()
  148. end
  149. end
  150. cl.Head.face.Transparency = 0.6
  151. if isinvisible then
  152. for i,v in pairs(cl:GetChildren()) do
  153. if v.ClassName == "Part" then
  154. v.Transparency = 1
  155. end
  156. end
  157. cl.Head.face.Transparency = 1
  158. if found then
  159. shirt.Graphic = 0
  160. end
  161. end
  162. cl["Left Arm"].CFrame = game.Players.LocalPlayer.Character["Left Arm"].CFrame
  163. cl["Right Arm"].CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame
  164. cl["Left Leg"].CFrame = game.Players.LocalPlayer.Character["Left Leg"].CFrame
  165. cl["Right Leg"].CFrame = game.Players.LocalPlayer.Character["Right Leg"].CFrame
  166. if game.Players.LocalPlayer.Character.Humanoid.Health < 1 then
  167. game.Players.LocalPlayer.Character:destroy()
  168. end
  169. game.Debris:AddItem(cl,0.07)
  170. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement