Advertisement
SpacecowboyHX

Roblox - The Ghost (Official 0.5)

Nov 30th, 2018
1,455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. --[[
  2. ROBLOX - ░▒▓█►─═ 𝙏𝙝𝙚 𝙂𝙝𝙤𝙨𝙩 ═─◄█▓▒░
  3.  
  4.  
  5. Made by Indencito (https://www.roblox.com/users/176124016/profile)
  6. CONTROLS: R - to Disable kill mode.
  7. E - to Enable kill mode.
  8. F - to be fast.
  9. g - to revert to original walkspeed
  10. t - to jump high
  11. y - to revert to original jumppower
  12. -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  13. HOWTO: kill - touch target.
  14. pass walls - walk through a wall.
  15. 𝙀𝙉𝘿
  16. 𝙀𝙉𝘿.𝙀𝙉𝘿
  17. 𝙀𝙉𝘿.𝙀𝙉𝘿.𝙀𝙉𝘿
  18. --]]
  19. wait(4)
  20. local Name1=game.Workspace
  21. local Player=Name1["Indencito"]--You're name here
  22. local Name2=Player.Name
  23. local Halfway=0.50
  24. local attackin=Instance.new("BoolValue")
  25. attackin.Parent=Player.Head
  26. attackin.Value=true
  27. local UT=Player:FindFirstChild("Upper Torso")
  28. if (UT~=nil) then
  29. wait()
  30. Player:BreakJoints()
  31. end
  32. Player.Humanoid.Name=("Ghostly")
  33. local Shirt=Player:FindFirstChild("Shirt")
  34. if (Shirt~=nil) then
  35. Player.Shirt:Destroy()
  36. print("Shirt Removed")
  37. else
  38. print("Error removing Shirt")
  39. end
  40. local hmn=Player.Ghostly
  41. local TShirt=Player:FindFirstChild("Shirt Graphic")
  42. if (TShirt~=nil) then
  43. Player["Shirt Graphic"]:Destroy()
  44. print("T-Shirt Removed")
  45. else
  46. print("Error removing T-Shirt")
  47. end
  48. local Pants=Player:FindFirstChild("Pants")
  49. if (Pants~=nil) then
  50. Player.Pants:Destroy()
  51. print("Pants Removed")
  52. else
  53. print("Error removing Pants")
  54. end
  55. wait()
  56. Player.Head.BrickColor=BrickColor.new("White")
  57. Player.Torso.BrickColor=BrickColor.new("White")
  58. Player["Left Arm"].BrickColor=BrickColor.new("White")
  59. Player["Right Arm"].BrickColor=BrickColor.new("White")
  60. Player["Right Leg"].BrickColor=BrickColor.new("White")
  61. Player["Left Leg"].BrickColor=BrickColor.new("White")
  62. wait()
  63. Player.Torso.Transparency=Halfway
  64. Player.Head.Transparency=Halfway
  65. Player["Left Arm"].Transparency=Halfway
  66. Player["Right Arm"].Transparency=Halfway
  67. Player["Right Leg"].Transparency=Halfway
  68. Player["Left Leg"].Transparency=Halfway
  69. wait(1/5)
  70. local Sound=Instance.new("Sound")
  71. Sound.SoundId="rbxassetid://182390761"
  72. Sound.Volume=5
  73. Sound.Parent=Player.Head
  74. Sound.Playing=true
  75. Sound.Looped=true
  76. local v=Instance.new("Sound")
  77. v.Parent=Player.Head
  78. v.MaxDistance=40
  79. v.Volume=5
  80. v.SoundId="rbxassetid://1787893952"
  81. function onTouch(hit)
  82. local PV=hit:FindFirstChild("Humanoid")
  83. if (PV~=nil) then
  84. v.Playing=true
  85. wait(1)
  86. v.Playing=false
  87. end
  88. end
  89. Player.Torso.Touched:Connect(onTouch)
  90. Player.Ghostly.MaxHealth=("inf")
  91. Player.Ghostly.HealthDisplayType=("AlwaysOff")
  92. Player.Ghostly.WalkSpeed=100
  93. Player.Ghostly.JumpPower=200
  94. function onTouch(hit)
  95. local human=hit.Parent:FindFirstChild("Humanoid")
  96. if (human~=nil) then
  97. wait()
  98. if attackin.Value == false then
  99. hit.Parent:BreakJoints()
  100. end
  101. end
  102. end
  103. Player.Torso.Touched:Connect(onTouch)
  104. g=Instance.new("SurfaceLight")
  105. g.Parent=Player.Torso
  106. g.Angle=180
  107. g.Brightness=10
  108. g.Color=Color3.new(255,255,255)
  109. g.Face=("Top")
  110. g.Range=60
  111. wait(1/60)
  112. local load=Player:FindFirstChild("Torso")
  113. if (load~=nil) then
  114. print(Name2.." is now a spookay ghost")
  115. else
  116. print("This script will only work with r6")
  117. end
  118. function onTouch(hit)
  119. local block=hit.Parent:FindFirstChild("Part")
  120. if (block~=nil) then
  121. hit.CanCollide=false
  122. hit.Anchored=true
  123. wait(1)
  124. hit.CanCollide=true
  125. else
  126. hit.CanCollide=true
  127. end
  128. end
  129. Player.Torso.Touched:Connect(onTouch)
  130. function onTouch(hit)
  131. local block=hit.Parent:FindFirstChild("Part")
  132. if (block~=nil) then
  133. hit.CanCollide=false
  134. hit.Anchored=true
  135. wait(1)
  136. hit.CanCollide=true
  137. else
  138. hit.CanCollide=true
  139. end
  140. end
  141. Player.Head.Touched:Connect(onTouch)
  142. function onTouch(hit)
  143. local base=hit:FindFirstChild("Baseplate")
  144. if (base~=nil) then
  145. hit.CanCollide=true
  146. hit.Anchored=true
  147. end
  148. end
  149. Player.Torso.Touched:Connect(onTouch)
  150. wait(1)
  151. local gui=Instance.new("BillboardGui")
  152. gui.Parent=Player.Head
  153. gui.Adornee=Player.Head
  154. gui.MaxDistance = 100
  155. gui.Size=UDim2.new(3,0,3,0)
  156. gui.StudsOffset=Vector3.new(0.5,2,0)
  157. local text=Instance.new("TextLabel")
  158. text.Text = ("Ghost")
  159. text.Font = "Arcade"
  160. text.TextColor3 = Color3.new("White")
  161. text.Size=UDim2.new(1,0,1,0)
  162. text.FontSize = 'Size32'
  163. text.Position=UDim2.new(-0.125,0,-0.25,0)
  164. text.BackgroundTransparency = 1
  165. text.Parent=gui
  166. function onTouch(hit)
  167. local person=hit.Parent:FindFirstChild("Humanoid")
  168. if (person~=nil) then
  169. wait()
  170. if attackin.Value == false then
  171. text.Text=(hit.Parent.Name.." has been rekt by "..Name2)
  172. wait(2)
  173. text.Text=("Ghost")
  174. end
  175. end
  176. end
  177. Player.Torso.Touched:Connect(onTouch)
  178. function onDeath()
  179. text.Text=("RIP... "..Name2.." has died")
  180. game.SoundService.Sound:Destroy()
  181. script:Destroy()
  182. end
  183. Player.Ghostly.Died:Connect(onDeath)
  184. m = game.Players:GetPlayerFromCharacter(Player):GetMouse()
  185. m.KeyDown:connect(function(key)
  186. if key:lower() == "r" then
  187. attackin.Value=false
  188. end
  189. end)
  190. m = game.Players:GetPlayerFromCharacter(Player):GetMouse()
  191. m.KeyDown:connect(function(key)
  192. if key:lower() == "e" then
  193. attackin.Value=true
  194. end
  195. end)
  196. m = game.Players:GetPlayerFromCharacter(Player):GetMouse()
  197. m.KeyDown:connect(function(key)
  198. if key:lower() == "f" then
  199. hmn.WalkSpeed=100
  200. end
  201. end)
  202. m = game.Players:GetPlayerFromCharacter(Player):GetMouse()
  203. m.KeyDown:connect(function(key)
  204. if key:lower() == "g" then
  205. hmn.WalkSpeed=16
  206. end
  207. end)
  208. m = game.Players:GetPlayerFromCharacter(Player):GetMouse()
  209. m.KeyDown:connect(function(key)
  210. if key:lower() == "t" then
  211. hmn.JumpPower=200
  212. end
  213. end)
  214. m = game.Players:GetPlayerFromCharacter(Player):GetMouse()
  215. m.KeyDown:connect(function(key)
  216. if key:lower() == "y" then
  217. hmn.JumpPower=50
  218. end
  219. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement