Advertisement
dahpiglz

Untitled

May 28th, 2017
120
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 = false
  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 = 10000000
  86. e.BlastPressure = 10000000
  87. e.Position = mouse.Hit.p
  88. mouse.Target:Remove()
  89. wait(.1)
  90. r:Destroy()
  91. ray = Instance.new("ColorCorrectionEffect")
  92. ray.Parent = game.Lighting
  93. ray.Brightness = 0.1
  94. wait(0.1)
  95. ray.Brightness = 0.2
  96. wait(0.1)
  97. ray.Brightness = 0.3
  98. wait(0.1)
  99. ray.Brightness = 0.4
  100. wait(0.1)
  101. ray.Brightness = 0.5
  102. wait(0.1)
  103. ray.Brightness = 0.6
  104. wait(0.1)
  105. ray.Brightness = 0.7
  106. wait(0.1)
  107. ray.Brightness = 0.8
  108. wait(0.1)
  109. ray.Brightness = 0.9
  110. wait(0.1)
  111. ray.Brightness = 1
  112. wait(2)
  113. ray.Brightness = 0.9
  114. wait(0.5)
  115. ray.Brightness = 0.8
  116. wait(0.5)
  117. ray.Brightness = 0.7
  118. wait(0.5)
  119. ray.Brightness = 0.6
  120. wait(0.5)
  121. ray.Brightness = 0.5
  122. wait(0.5)
  123. ray.Brightness = 0.4
  124. wait(0.5)
  125. ray.Brightness = 0.3
  126. wait(0.5)
  127. ray.Brightness = 0.2
  128. wait(0.5)
  129. ray.Brightness = 0.1
  130. wait(0.5)
  131. ray.Brightness = 0
  132. end)
  133. mouse.KeyDown:connect(function(key)
  134. if key == "0" then
  135. local p = Instance.new("ParticleEmitter",Character.Torso)
  136. p.Texture = "rbxassetid://244905904"
  137. p.Name = "PepeP"
  138. p.ZOffset = 5
  139. p.Lifetime = NumberRange.new(.5,.5)
  140. Character.Humanoid.WalkSpeed = 180
  141. Character.Humanoid.JumpPower = 200
  142. elseif key == "v" then
  143. Character.Torso.CFrame = CFrame.new(mouse.hit.p+Vector3.new(0,5,0))
  144. elseif key == "t" then
  145. if Character and Character.Humanoid.Health ~= nil then
  146. Character.Humanoid.Health = Character.Humanoid.MaxHealth
  147. end
  148. elseif key == "e" then
  149. local name = Instance.new("Part",workspace)
  150. name.Size = Vector3.new(10,10,10)
  151. name.Shape = "Ball"
  152. name.CanCollide = false
  153. name.Anchored = true
  154. name.BrickColor = BrickColor.new("Bright blue")
  155. name.Material = Enum.Material.Neon
  156. name.Position = Player.Character.Torso.Position
  157. local name2 = Instance.new("Part",workspace)
  158. name.Size = Vector3.new(10,10,10)
  159. name.Shape = "Ball"
  160. name.CanCollide = false
  161. name.Anchored = true
  162. name.BrickColor = BrickColor.new("Bright blue")
  163. name.Material = Enum.Material.Neon
  164. name.Position = Player.Character.Torso.Position
  165. end
  166. end)
  167. mouse.KeyUp:connect(function(key)
  168. if key == "0" then
  169. local pd = Character.Torso:FindFirstChild("PepeP")
  170. if pd ~= nil then
  171. pd:Destroy()
  172. end
  173. Character.Humanoid.WalkSpeed = 16
  174. Character.Humanoid.JumpPower = 50
  175. end
  176. end)
  177. end)
  178. local thing = Instance.new("Part",workspace)
  179. thing.Name = "Spawn"
  180. thing.Shape = "Ball"
  181. thing.CanCollide = false
  182. thing.Material = Enum.Material.Neon
  183. thing.BrickColor = BrickColor.new("Institutional white")
  184. thing.Size = Vector3.new(10,10,10)
  185. thing.Position = Player.Character.Torso.Position
  186. thing.Anchored = true
  187. Character.Humanoid.WalkSpeed = 24
  188. Character.Humanoid.JumpPower = 75
  189. wait(5)
  190. for i=1,5 do
  191. thing.Transparency = (i / 5)
  192. wait(.1)
  193. end
  194. wait()
  195. Character.Humanoid.WalkSpeed = 24
  196. Character.Humanoid.JumpPower = 75
  197. Billboard.AlwaysOnTop = true
  198. Image.Parent = Billboard
  199. Billboard.Parent = Character.Head
  200. Image.Size = UDim2.new(1, 0, 1, 0)
  201. Billboard.Size = UDim2.new(5, 0, 5, 0)
  202. Image.Position = UDim2.new(0, 0, 0, 0)
  203. Billboard.StudsOffset = Vector3.new(0, 0, 0)
  204. Image.BackgroundTransparency = 1
  205. local BC = Character["Body Colors"]
  206. BC.HeadColor = BrickColor.new("Bright green")
  207. BC.LeftArmColor = BrickColor.new("Bright green")
  208. BC.LeftLegColor = BrickColor.new("Bright green")
  209. BC.RightArmColor = BrickColor.new("Bright green")
  210. BC.RightLegColor = BrickColor.new("Bright green")
  211. BC.TorsoColor = BrickColor.new("Bright green")
  212. repeat wait() until Character and Character:findFirstChild("Head")
  213. Billboard.Adornee = Character.Head
  214. Image.Image = "rbxassetid://244905904"
  215. while true do
  216. Image.ImageColor3 = Color3.new(1,1,1)
  217. wait(0.1)
  218. Image.ImageColor3 = Color3.new(252/255,0/255,6/255)
  219. wait(0.1)
  220. Image.ImageColor3 = Color3.new(249/255, 121/255, 8/255)
  221. wait(0.1)
  222. Image.ImageColor3 = Color3.new(248/255, 250/255, 14/255)
  223. wait(0.1)
  224. Image.ImageColor3 = Color3.new(47/255, 1, 14/255)
  225. wait(0.1)
  226. Image.ImageColor3 = Color3.new(36/255, 1, 219/255)
  227. wait(0.1)
  228. Image.ImageColor3 = Color3.new(27/255, 71/255, 1)
  229. wait(0.1)
  230. Image.ImageColor3 = Color3.new(225/255, 0/255, 1)
  231. wait(0.1)
  232. Image.ImageColor3 = Color3.new(252/255, 0/255, 10/255)
  233. wait(0.1)
  234. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement