Guest User

Untitled

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