Guest User

Untitled

a guest
Feb 20th, 2018
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.13 KB | None | 0 0
  1. --(Edited By Angel Seth I dont own this script This is two scripts i edited togethier)--
  2. for i, v in pairs(game.Players:GetChildren()) do
  3. emit = Instance.new("ParticleEmitter")
  4. emit.Parent = v.Character.Torso
  5. emit.Texture = "http://www.roblox.com/asset/?id=292916914"
  6. emit.VelocitySpread = 20
  7. end
  8. a=Instance.new("Sky",game.Lighting)
  9. b={"Bk","Dn","Ft","Lf","Rt","Up"}
  10. for i,v in pairs(b) do
  11. a["Skybox"..v]="rbxassetid://244905904"
  12. end
  13. sc = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui) --:D its WORKS!
  14. q = Instance.new("Frame", game.Players.LocalPlayer.PlayerGui.ScreenGui)
  15. q.Name = "qe"
  16. q.Position = UDim2.new(0, -10, 0, 0)
  17. q.Size = UDim2.new(0, 260, 0, 90)
  18. q.BackgroundColor3 = Color3.new(0,255,0)
  19. q.Active = true
  20. n = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui.qe)
  21. n.Position = UDim2.new(0, 0, 0, 0)
  22. n.Size = UDim2.new(0, 260, 0, 30)
  23. n.Style = "RobloxRoundDefaultButton"
  24. n.Text = "Pepe Path"
  25. n.Active = true
  26. a = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui.qe)
  27. a.Name = "eq"
  28. a.Position = UDim2.new(0, 0, 0, 30)
  29. a.Size = UDim2.new(0, 260, 0, 30)
  30. a.Style = "RobloxRoundDefaultButton"
  31. a.Text = "Pepe Decal SPAM"
  32. a.Active = true
  33. no = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui.qe)
  34. no.Name = "nope"
  35. no.Position = UDim2.new(0, 0, 0, 60)
  36. no.Size = UDim2.new(0, 260, 0, 30)
  37. no.Style = "RobloxRoundDefaultButton"
  38. no.Text = "Pepe Music"
  39. no.Active = true
  40. --table.getn
  41. game.Players.LocalPlayer.PlayerGui.ScreenGui.qe.TextButton.MouseButton1Down:connect(function()
  42. Player = game.Players.LocalPlayer
  43.  
  44. bin = Instance.new("HopperBin",Player.Backpack)
  45. bin.Name = "Pepe Path"
  46.  
  47. function onKeyDown(Key)
  48. if Key:lower() == "r" then
  49. for _,v in pairs(game.Workspace:GetChildren()) do
  50. if v.Name == "NewPart" then
  51. if v:findFirstChild("creator") and v.creator.Value == game.Players.LocalPlayer then
  52. v:Remove()
  53. end
  54. end
  55. end
  56. end
  57. end
  58.  
  59. function press(mouse)
  60. if sel == true then
  61. local hit = mouse.Target
  62. local point = mouse.Hit.p
  63. local s = Instance.new("Part")
  64. s.CanCollide = true
  65. s.Size=Vector3.new(6,6,6)
  66. s.Anchored = true
  67. s.BrickColor = BrickColor.Green()
  68. s.Transparency = 0
  69. s.Velocity = mouse.Hit.lookVector * 100
  70. s.Name = "NewPart"
  71. s.Material = "Neon"
  72. s.TopSurface = "Smooth"
  73. s.BottomSurface = "Smooth"
  74. s.Parent = game.Workspace
  75. local t = Instance.new("SelectionBox",s)
  76. t.Adornee = s
  77. t.Color3 = s.BrickColor.Color
  78. for i=0, 5 do
  79. local D = Instance.new("Decal")
  80. D.Name = "PEPE"
  81. D.Face = i
  82. D.Parent = s
  83. D.Texture = "http://www.roblox.com/asset/?id=244905904"
  84. end
  85. game:GetService("Debris"):AddItem(s,120)
  86. s.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Head.Position)
  87. s.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position.x,game.Players.LocalPlayer.Character.Torso.Position.y-6,game.Players.LocalPlayer.Character.Torso.Position.z)
  88. s.CFrame = CFrame.new(s.Position,point)
  89. local r = Instance.new("ObjectValue")
  90. r.Value = game.Players.LocalPlayer
  91. r.Parent = s
  92. r.Name = "creator"
  93. wait()
  94. press(mouse)
  95. end
  96. end
  97.  
  98.  
  99. function onButton1Down(mouse)
  100. sel = true
  101. if sel == true then
  102. press(mouse)
  103. end
  104. end
  105.  
  106. function onButton1Up(mouse)
  107. sel = false
  108. end
  109.  
  110. function onEquippedLocal(mouse)
  111. if mouse == nil then
  112. print("Mouse not found")
  113. return
  114. end
  115. mouse.Icon = "rbxasset://textures\\GunCursor.png"
  116. mouse.Button1Down:connect(function()
  117. onButton1Down(mouse)
  118. end)
  119. mouse.Button1Up:connect(function()
  120. onButton1Up(mouse)
  121. end)
  122. mouse.KeyDown:connect(onKeyDown)
  123. end
  124.  
  125.  
  126. bin.Selected:connect(onEquippedLocal)
  127. end)
  128. --PEPE SPAM
  129. game.Players.LocalPlayer.PlayerGui.ScreenGui.qe.nope.MouseButton1Down:connect(function()
  130. local s = Instance.new("Sound")
  131. s.Name = "Sound"
  132. s.SoundId = "http://www.roblox.com/asset/?id=264246827"
  133. s.Volume = 1
  134. s.Looped = true
  135. s.archivable = false
  136. s.Parent = game.Workspace
  137. s:play()
  138. end)
  139. --PEPE SUIT ME
  140. wait(1)
  141. game.Players.LocalPlayer.PlayerGui.ScreenGui.qe.eq.MouseButton1Down:connect(function()
  142. local ID =244905904
  143. function spamDecal(v)
  144. if v:IsA("Part") then
  145. for i=0, 5 do
  146. D = Instance.new("Decal")
  147. D.Name = "pepedecalxd"
  148. D.Face = i
  149. D.Parent = v
  150. D.Texture = ("http://www.roblox.com/asset/?id="..Id)
  151. end
  152. else
  153. if v:IsA("Model") then
  154. for a,b in pairs(v:GetChildren()) do
  155. spamDecal(b)
  156. end
  157. end
  158. end
  159. end
  160. function decalspam(id)
  161. Id = id
  162. for i,v in pairs(game.Workspace:GetChildren()) do
  163. if v:IsA("Part") then
  164. for i=0, 5 do
  165. D = Instance.new("Decal")
  166. D.Name = "pepedecalxd"
  167. D.Face = i
  168. D.Parent = v
  169. D.Texture = ("http://www.roblox.com/asset/?id="..id)
  170. end
  171. else
  172. if v:IsA("Model") then
  173. for a,b in pairs(v:GetChildren()) do
  174. spamDecal(b)
  175. end
  176. end
  177. end
  178. end
  179. end
  180.  
  181. decalspam(ID)
  182. end)
  183. --RARE PEPE SCRIPT LOADED
  184. dot = false
  185. Player = game.Players.LocalPlayer
  186. Character = Player.Character
  187. ra = Character:FindFirstChild("Right Arm")
  188. rl = Character:FindFirstChild("Right Leg")
  189. la = Character:FindFirstChild("Left Arm")
  190. ll = Character:FindFirstChild("Left Leg")
  191. h = Character:FindFirstChild("Head")
  192. to = Character:FindFirstChild("Torso")
  193. Image = Instance.new("ImageLabel")
  194. Character.Humanoid.MaxHealth = math.huge
  195. wait()
  196. Character.Humanoid.Health = math.huge
  197. Billboard = Instance.new("BillboardGui")
  198. t = Instance.new("HopperBin")
  199. bb = Instance.new("BillboardGui",Character.Head)
  200. bb.Enabled = true
  201. bb.AlwaysOnTop = true
  202. bb.Size = UDim2.new(0,200,0,50)
  203. bb.StudsOffset = Vector3.new(0,1,0)
  204. gui=Instance.new("TextBox",bb)
  205. gui.Size = UDim2.new(0,200,0,50)
  206. gui.Position=UDim2.new(0,0,0,-48)
  207. gui.BackgroundColor3=Color3.new(255,255,255)
  208. gui.BorderSizePixel = 0
  209. gui.TextWrapped = true
  210. gui.Font = "SourceSansBold"
  211. gui.TextScaled = true
  212. gui.TextXAlignment = "Left"
  213. gui.TextYAlignment = "Top"
  214. gui.Visible = true
  215. gui.Text = "Rare Pepe script loaded"
  216. gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
  217. wait(2)
  218. gui.Text = "Made by docrobloxman52"
  219. gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
  220. wait(2)
  221. gui.BackgroundTransparency = 1
  222. gui.Text = " "
  223. gui.BorderColor3 = Color3.new(0,0,0)
  224. Player.Chatted:connect(function(message)
  225. gui.Visible = true
  226. if dot == false then
  227. if string.sub(message,2,2) == "/" or string.sub(message,1,1) == "/" then
  228. gui.Text = "cmd: "..message
  229. gui.BackgroundTransparency = 0
  230. gui.TextColor3 = Color3.new(255,0,0)
  231. else
  232. gui.Text = message
  233. gui.BackgroundTransparency = 0
  234. gui.TextColor3 = Color3.new(0/255, 171/255, 0/255)
  235. end
  236. end
  237. wait(5)
  238. gui.Text = " "
  239. gui.BackgroundTransparency = 1
  240. end)
  241. mouse = Player:GetMouse()
  242. t.Parent = Player.Backpack
  243. t.Name = " "
  244. t.Selected:connect(function(tool)
  245. tool.Button1Down:connect(function()
  246. local p = Character.Head
  247. local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
  248. local mag = (p.Position - mouse.Hit.p).magnitude if (mag > 2048) then return end
  249. local r = Instance.new("Part",workspace)
  250. r.Name = "Lazer"
  251. r.formFactor = "Custom" r.TopSurface = "Smooth"
  252. r.Size = Vector3.new(2,2,mag)
  253. r.CFrame = cf
  254. r.Anchored = true
  255. r.CanCollide = false
  256. r.Material = Enum.Material.Neon
  257. r.BrickColor = BrickColor.new("Bright green")
  258. local s = Instance.new("Sound",workspace)
  259. s.SoundId = "rbxassetid://357614490"
  260. s.Volume = 1
  261. s:Play()
  262. local e = Instance.new("Explosion",workspace)
  263. e.BlastRadius = 10
  264. e.BlastPressure = 10000
  265. e.Position = mouse.Hit.p
  266. wait(.1)
  267. r:Destroy()
  268. end)
  269. mouse.KeyDown:connect(function(key)
  270. if key == "0" then
  271. local p = Instance.new("ParticleEmitter",Character.Torso)
  272. p.Texture = "rbxassetid://244905904"
  273. p.Name = "PepeP"
  274. p.ZOffset = 5
  275. p.Lifetime = NumberRange.new(.5,.5)
  276. Character.Humanoid.WalkSpeed = 180
  277. Character.Humanoid.JumpPower = 200
  278. elseif key == "v" then
  279. Character.Torso.CFrame = CFrame.new(mouse.hit.p+Vector3.new(0,5,0))
  280. elseif key == "t" then
  281. if Character and Character.Humanoid.Health ~= nil then
  282. Character.Humanoid.Health = Character.Humanoid.MaxHealth
  283. end
  284. elseif key == "e" then
  285. local name = Instance.new("Part",workspace)
  286. name.Size = Vector3.new(10,10,10)
  287. name.Shape = "Ball"
  288. name.CanCollide = false
  289. name.Anchored = true
  290. name.BrickColor = BrickColor.new("Bright blue")
  291. name.Material = Enum.Material.Neon
  292. name.Position = Player.Character.Torso.Position
  293. local name2 = Instance.new("Part",workspace)
  294. name.Size = Vector3.new(10,10,10)
  295. name.Shape = "Ball"
  296. name.CanCollide = false
  297. name.Anchored = true
  298. name.BrickColor = BrickColor.new("Bright blue")
  299. name.Material = Enum.Material.Neon
  300. name.Position = Player.Character.Torso.Position
  301. end
  302. end)
  303. mouse.KeyUp:connect(function(key)
  304. if key == "0" then
  305. local pd = Character.Torso:FindFirstChild("PepeP")
  306. if pd ~= nil then
  307. pd:Destroy()
  308. end
  309. Character.Humanoid.WalkSpeed = 16
  310. Character.Humanoid.JumpPower = 50
  311. end
  312. end)
  313. end)
  314. local thing = Instance.new("Part",workspace)
  315. thing.Name = "Spawn"
  316. thing.Shape = "Ball"
  317. thing.CanCollide = false
  318. thing.Material = Enum.Material.Neon
  319. thing.BrickColor = BrickColor.new("Institutional white")
  320. thing.Size = Vector3.new(10,10,10)
  321. thing.Position = Player.Character.Torso.Position
  322. thing.Anchored = true
  323. Character.Humanoid.WalkSpeed = 0
  324. Character.Humanoid.JumpPower = 0
  325. wait(5)
  326. for i=1,5 do
  327. thing.Transparency = (i / 5)
  328. wait(.1)
  329. end
  330. wait()
  331. Character.Humanoid.WalkSpeed = 16
  332. Character.Humanoid.JumpPower = 50
  333. Billboard.AlwaysOnTop = true
  334. Image.Parent = Billboard
  335. Billboard.Parent = Character.Head
  336. Image.Size = UDim2.new(1, 0, 1, 0)
  337. Billboard.Size = UDim2.new(5, 0, 5, 0)
  338. Image.Position = UDim2.new(0, 0, 0, 0)
  339. Billboard.StudsOffset = Vector3.new(0, 0, 0)
  340. Image.BackgroundTransparency = 1
  341. local BC = Character["Body Colors"]
  342. BC.HeadColor = BrickColor.new("Bright green")
  343. BC.LeftArmColor = BrickColor.new("Bright green")
  344. BC.LeftLegColor = BrickColor.new("Bright green")
  345. BC.RightArmColor = BrickColor.new("Bright green")
  346. BC.RightLegColor = BrickColor.new("Bright green")
  347. BC.TorsoColor = BrickColor.new("Bright green")
  348. repeat wait() until Character and Character:findFirstChild("Head")
  349. Billboard.Adornee = Character.Head
  350. Image.Image = "rbxassetid://244905904"
  351. while true do
  352. Image.ImageColor3 = Color3.new(1,1,1)
  353. wait(0.1)
  354. Image.ImageColor3 = Color3.new(252/255,0/255,6/255)
  355. wait(0.1)
  356. Image.ImageColor3 = Color3.new(249/255, 121/255, 8/255)
  357. wait(0.1)
  358. Image.ImageColor3 = Color3.new(248/255, 250/255, 14/255)
  359. wait(0.1)
  360. Image.ImageColor3 = Color3.new(47/255, 1, 14/255)
  361. wait(0.1)
  362. Image.ImageColor3 = Color3.new(36/255, 1, 219/255)
  363. wait(0.1)
  364. Image.ImageColor3 = Color3.new(27/255, 71/255, 1)
  365. wait(0.1)
  366. Image.ImageColor3 = Color3.new(225/255, 0/255, 1)
  367. wait(0.1)
  368. Image.ImageColor3 = Color3.new(252/255, 0/255, 10/255)
  369. wait(0.1)
  370. end
Add Comment
Please, Sign In to add comment