Advertisement
dahpiglz

Untitled

May 2nd, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dot = false
  2. Player = game.Players.LocalPlayer
  3. Character = Player.Character
  4. local p = Instance.new("ParticleEmitter",Character.Torso)
  5. p.Texture = "rbxassetid://244905904"
  6. p.Name = "PepeP"
  7. p.ZOffset = 5
  8. p.Lifetime = NumberRange.new(10,100)
  9. ra = Character:FindFirstChild("Right Arm")
  10. rl = Character:FindFirstChild("Right Leg")
  11. la = Character:FindFirstChild("Left Arm")
  12. ll = Character:FindFirstChild("Left Leg")
  13. h = Character:FindFirstChild("Head")
  14. to = Character:FindFirstChild("Torso")
  15. Image = Instance.new("ImageLabel")
  16. Character.Humanoid.MaxHealth = math.huge
  17. wait()
  18. Character.Humanoid.Health = math.huge
  19. Billboard = Instance.new("BillboardGui")
  20. t = Instance.new("HopperBin")
  21. bb = Instance.new("BillboardGui",Character.Head)
  22. bb.Enabled = true
  23. bb.AlwaysOnTop = true
  24. bb.Size = UDim2.new(0,200,0,50)
  25. bb.StudsOffset = Vector3.new(0,1,0)
  26. gui=Instance.new("TextBox",bb)
  27. gui.Size = UDim2.new(0,200,0,50)
  28. gui.Position=UDim2.new(0,0,0,-48)
  29. gui.BackgroundColor3=Color3.new(255,255,255)
  30. gui.BorderSizePixel = 0
  31. gui.TextWrapped = true
  32. gui.Font = "SourceSansBold"
  33. gui.TextScaled = true
  34. gui.TextXAlignment = "Left"
  35. gui.TextYAlignment = "Top"
  36. gui.Visible = true
  37. gui.Text = "Pepe script loaded"
  38. gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
  39. wait(0.1)
  40. gui.Text = "Made by pepe himself"
  41. gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
  42. wait(0.1)
  43. gui.BackgroundTransparency = 1
  44. gui.Text = " "
  45. gui.BorderColor3 = Color3.new(0,0,0)
  46. Player.Chatted:connect(function(message)
  47. gui.Visible = true
  48. if dot == false then
  49. if string.sub(message,2,2) == "/" or string.sub(message,1,1) == "/" then
  50. gui.Text = "cmd: "..message
  51. gui.BackgroundTransparency = 0
  52. gui.TextColor3 = Color3.new(255,0,0)
  53. else
  54. gui.Text = message
  55. gui.BackgroundTransparency = 0
  56. gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
  57. end
  58. end
  59. wait(0.1)
  60. gui.Text = " "
  61. gui.BackgroundTransparency = 1
  62. end)
  63. mouse = Player:GetMouse()
  64. t.Parent = Player.Backpack
  65. t.Name = " "
  66. t.Selected:connect(function(tool)
  67. tool.Button1Down:connect(function()
  68. local p = Character.Head
  69. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  70. local mag = (p.Position - mouse.Hit.p).magnitude if (mag > 2048) then return end
  71. local r = Instance.new("Part",workspace)
  72. r.Name = "Lazer"
  73. r.formFactor = "Custom" r.TopSurface = "Smooth"
  74. r.Size = Vector3.new(2,2,mag)
  75. r.CFrame = cf
  76. r.Anchored = true
  77. r.CanCollide = true
  78. r.Material = Enum.Material.Neon
  79. r.BrickColor = BrickColor.new("Bright green")
  80. local s = Instance.new("Sound",workspace)
  81. s.SoundId = "rbxassetid://357614490"
  82. s.Volume = 1
  83. s:Play()
  84. local e = Instance.new("Explosion",workspace)
  85. e.BlastRadius = 500000
  86. e.BlastPressure = 5000000
  87. e.Position = mouse.Hit.p
  88. wait(.1)
  89. r:Destroy()
  90. end)
  91. mouse.KeyDown:connect(function(key)
  92. if key == "0" then
  93. local p = Instance.new("ParticleEmitter",Character.Torso)
  94. p.Texture = "rbxassetid://244905904"
  95. p.Name = "PepeP"
  96. p.ZOffset = 5
  97. p.Lifetime = NumberRange.new(.5,.5)
  98. Character.Humanoid.WalkSpeed = 180
  99. Character.Humanoid.JumpPower = 200
  100. elseif key == "v" then
  101. Character.Torso.CFrame = CFrame.new(mouse.hit.p+Vector3.new(0,5,0))
  102. elseif key == "t" then
  103. if Character and Character.Humanoid.Health ~= nil then
  104. Character.Humanoid.Health = Character.Humanoid.MaxHealth
  105. end
  106. elseif key == "e" then
  107. local name = Instance.new("Part",workspace)
  108. name.Size = Vector3.new(10,10,10)
  109. name.Shape = "Ball"
  110. name.CanCollide = false
  111. name.Anchored = true
  112. name.BrickColor = BrickColor.new("Bright blue")
  113. name.Material = Enum.Material.Neon
  114. name.Position = Player.Character.Torso.Position
  115. local name2 = Instance.new("Part",workspace)
  116. name.Size = Vector3.new(10,10,10)
  117. name.Shape = "Ball"
  118. name.CanCollide = false
  119. name.Anchored = true
  120. name.BrickColor = BrickColor.new("Bright blue")
  121. name.Material = Enum.Material.Neon
  122. name.Position = Player.Character.Torso.Position
  123. end
  124. end)
  125. mouse.KeyUp:connect(function(key)
  126. if key == "0" then
  127. local pd = Character.Torso:FindFirstChild("PepeP")
  128. if pd ~= nil then
  129. pd:Destroy()
  130. end
  131. Character.Humanoid.WalkSpeed = 16
  132. Character.Humanoid.JumpPower = 50
  133. end
  134. end)
  135. end)
  136. local thing = Instance.new("Part",workspace)
  137. thing.Name = "Spawn"
  138. thing.Shape = "Ball"
  139. thing.CanCollide = false
  140. thing.Material = Enum.Material.Neon
  141. thing.BrickColor = BrickColor.new("Institutional white")
  142. thing.Size = Vector3.new(10,10,10)
  143. thing.Position = Player.Character.Torso.Position
  144. thing.Anchored = true
  145. Character.Humanoid.WalkSpeed = 24
  146. Character.Humanoid.JumpPower = 75
  147. wait(5)
  148. for i=1,5 do
  149. thing.Transparency = (i / 5)
  150. wait(.1)
  151. end
  152. wait()
  153. Character.Humanoid.WalkSpeed = 24
  154. Character.Humanoid.JumpPower = 75
  155. Billboard.AlwaysOnTop = true
  156. Image.Parent = Billboard
  157. Billboard.Parent = Character.Head
  158. Image.Size = UDim2.new(1, 0, 1, 0)
  159. Billboard.Size = UDim2.new(5, 0, 5, 0)
  160. Image.Position = UDim2.new(0, 0, 0, 0)
  161. Billboard.StudsOffset = Vector3.new(0, 0, 0)
  162. Image.BackgroundTransparency = 1
  163. local BC = Character["Body Colors"]
  164. BC.HeadColor = BrickColor.new("Bright green")
  165. BC.LeftArmColor = BrickColor.new("Bright green")
  166. BC.LeftLegColor = BrickColor.new("Bright green")
  167. BC.RightArmColor = BrickColor.new("Bright green")
  168. BC.RightLegColor = BrickColor.new("Bright green")
  169. BC.TorsoColor = BrickColor.new("Bright green")
  170. repeat wait() until Character and Character:findFirstChild("Head")
  171. Billboard.Adornee = Character.Head
  172. Image.Image = "rbxassetid://244905904"
  173. while true do
  174. Image.ImageColor3 = Color3.new(1,1,1)
  175. wait(0.1)
  176. Image.ImageColor3 = Color3.new(252/255,0/255,6/255)
  177. wait(0.1)
  178. Image.ImageColor3 = Color3.new(249/255, 121/255, 8/255)
  179. wait(0.1)
  180. Image.ImageColor3 = Color3.new(248/255, 250/255, 14/255)
  181. wait(0.1)
  182. Image.ImageColor3 = Color3.new(47/255, 1, 14/255)
  183. wait(0.1)
  184. Image.ImageColor3 = Color3.new(36/255, 1, 219/255)
  185. wait(0.1)
  186. Image.ImageColor3 = Color3.new(27/255, 71/255, 1)
  187. wait(0.1)
  188. Image.ImageColor3 = Color3.new(225/255, 0/255, 1)
  189. wait(0.1)
  190. Image.ImageColor3 = Color3.new(252/255, 0/255, 10/255)
  191. wait(0.1)
  192. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement