Advertisement
Sheckles

ree

Jun 2nd, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.31 KB | None | 0 0
  1. --An edit by OmegaNoscope/hecc#5638, ask me before you leak.
  2. plr = game:GetService("Players").LocalPlayer
  3. char = plr.Character
  4. Instance.new("ForceField",char).Visible = false
  5. hed = char.Head
  6. torso = char.Torso
  7. mouse = plr:GetMouse()
  8. rarm = char["Right Arm"]
  9. larm = char["Left Arm"]
  10. rleg = char["Right Leg"]
  11. lleg = char["Left Leg"]
  12. rarm.Transparency = 0
  13. larm.Transparency = 0
  14. lleg.Transparency = 0
  15. rleg.Transparency = 0
  16. torso.Transparency = 0
  17. activ = false
  18. sound = false
  19. Create = LoadLibrary("RbxUtility").Create
  20. char.Animate:Destroy()
  21. hum = char:FindFirstChildOfClass("Humanoid")
  22. hum.Animator:Destroy()
  23. hum.MaxHealth = math.huge
  24. hum.Health = math.huge
  25. hum.Name = "despacito"
  26. hum.JumpPower = 125
  27. hum.WalkSpeed = 65
  28. for _,c in pairs(char:GetChildren()) do
  29. if (c.ClassName == "Shirt" or c.ClassName == "Pants" or c.ClassName == "ShirtGraphic") and c.Name ~= "Cloth" then
  30. end
  31. end
  32. hed:FindFirstChildOfClass("SpecialMesh").MeshId = "http://www.roblox.com/asset/?id=0"
  33. hed:FindFirstChildOfClass("SpecialMesh").TextureId = "http://www.roblox.com/asset/?id=1047998"
  34. hed.face:Destroy()
  35. hed:FindFirstChildOfClass("SpecialMesh").Scale = Vector3.new(2.5, 2.5, 2.5)
  36. hed:FindFirstChildOfClass("SpecialMesh").Offset = Vector3.new(0,1.8,0)
  37. redhead = Instance.new("Part",torso)
  38. redhead.Size = torso.Size
  39. redhead.Transparency = 0
  40. weld = Instance.new("Weld",redhead)
  41. weld.Part0 = redhead
  42. weld.Part1 = torso
  43. weld.C0 = CFrame.Angles(math.rad(-180), math.rad(-90), math.rad(0))
  44. redhead1 = Instance.new("SpecialMesh",redhead)
  45. redhead1.MeshId = hed:FindFirstChildOfClass("SpecialMesh").MeshId
  46. redhead1.Scale = Vector3.new(2.85,2.85,2.85)
  47. redhead1.TextureId = "http://www.roblox.com/asset/?id=1047998"
  48. redhead.CanCollide = false
  49. redhead1.Offset = Vector3.new(0,0.3,0)
  50. redhead1.VertexColor = Vector3.new(255,0,0)
  51. redhead = Instance.new("Part",rleg)
  52. redhead.Size = rleg.Size
  53. weld = Instance.new("Weld",redhead)
  54. weld.Part0 = redhead
  55. weld.Part1 = torso
  56. weld.C0 = CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  57. redhead1 = Instance.new("SpecialMesh",redhead)
  58. redhead1.MeshId = "rbxassetid://0"
  59. redhead1.Scale = Vector3.new(1.3, 1.6, 0.8)
  60. redhead.CanCollide = false
  61. redhead1.Offset = Vector3.new(0, 0, -2.1)
  62. redhead1.VertexColor = Vector3.new(0,0,0)
  63. redhead2 = Instance.new("Decal", redhead)
  64. redhead2.Color3 = Color3.fromRGB(0,0,0)
  65. redhead2.Texture = "rbxassetid://696339520"
  66. despacitotext = Instance.new("Part",hed)
  67. despacitotext.Name = "This is a Skid Remover."
  68. despacitotext.Size = Vector3.new(6.5,3,5.5)
  69. despacitotext.Transparency = 1
  70. despacitotext.CanCollide = false
  71. weld = Instance.new("Weld",redhead)
  72. weld.Part0 = despacitotext
  73. weld.Part1 = hed
  74. surfacegui = Instance.new("SurfaceGui",despacitotext)
  75. text = Instance.new("TextLabel",surfacegui)
  76. text.Size = UDim2.new(1,0,1,0)
  77. text.TextSize = 150
  78. text.Font = Enum.Font.Legacy
  79. text.BackgroundTransparency = 1
  80. surfacegui.AlwaysOnTop = true
  81. text.TextStrokeColor3 = Color3.fromRGB(255,255,255)
  82. text.TextStrokeTransparency = 0
  83. text.TextColor3 = Color3.fromRGB(255,255,255)
  84. text.Text = "This is a Skid Remover."
  85. despacito = Instance.new("Sound",char)
  86. despacito.SoundId = "rbxassetid://1372475373"
  87. despacito.Volume = 1
  88. despacito.EmitterSize = 100
  89. despacito:Play()
  90. despacito.Name = "despacito"
  91. char.ChildRemoved:connect(function(h)
  92. if h == despacito then
  93. despacito = Instance.new("Sound",char)
  94. despacito.SoundId = "rbxassetid://0"
  95. despacito.Volume = 10
  96. despacito.EmitterSize = 100
  97. despacito:Play()
  98. despacito.Name = "despacito"
  99. despacito.TimePosition = despacito.TimePosition
  100. end
  101. end)
  102. function RemoveOutlines(part)
  103. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  104. end
  105. CFuncs = {
  106. Part = {
  107. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  108. local Part = Create("Part")({
  109. Parent = Parent,
  110. Reflectance = Reflectance,
  111. Transparency = Transparency,
  112. CanCollide = false,
  113. Locked = true,
  114. BrickColor = BrickColor.new(tostring(BColor)),
  115. Name = Name,
  116. Size = Size,
  117. Material = Material
  118. })
  119. RemoveOutlines(Part)
  120. if Size == Vector3.new() then
  121. Part.Size = Vector3.new(0.2, 0.2, 0.2)
  122. else
  123. Part.Size = Size
  124. end
  125. return Part
  126. end
  127. },
  128. Mesh = {
  129. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  130. local Msh = Create(Mesh)({
  131. Parent = Part,
  132. Offset = OffSet,
  133. Scale = Scale
  134. })
  135. if Mesh == "SpecialMesh" then
  136. Msh.MeshType = MeshType
  137. Msh.MeshId = MeshId
  138. end
  139. return Msh
  140. end
  141. },
  142. Weld = {
  143. Create = function(Parent, Part0, Part1, C0, C1)
  144. local Weld = Create("Weld")({
  145. Parent = Parent,
  146. Part0 = Part0,
  147. Part1 = Part1,
  148. C0 = C0,
  149. C1 = C1
  150. })
  151. return Weld
  152. end
  153. },
  154. Sound = {
  155. Create = function(id, par, vol, pit)
  156. local Sound = Create("Sound")({
  157. Volume = vol,
  158. Pitch = pit or 1,
  159. SoundId = "rbxassetid://" .. id,
  160. Parent = par or workspace
  161. })
  162. Sound:play()
  163. return Sound
  164. end
  165. },
  166. Decal = {
  167. Create = function(Color, Texture, Transparency, Name, Parent)
  168. local Decal = Create("Decal")({
  169. Color3 = Color,
  170. Texture = "rbxassetid://" .. Texture,
  171. Transparency = Transparency,
  172. Name = Name,
  173. Parent = Parent
  174. })
  175. return Decal
  176. end
  177. },
  178. BillboardGui = {
  179. Create = function(Parent, Image, Position, Size)
  180. local BillPar = CFuncs.Part.Create(Parent, "SmoothPlastic", 0, 1, BrickColor.new("Black"), "BillboardGuiPart", Vector3.new(1, 1, 1))
  181. BillPar.CFrame = CFrame.new(Position)
  182. local Bill = Create("BillboardGui")({
  183. Parent = BillPar,
  184. Adornee = BillPar,
  185. Size = UDim2.new(1, 0, 1, 0),
  186. SizeOffset = Vector2.new(Size, Size)
  187. })
  188. local d = Create("ImageLabel", Bill)({
  189. Parent = Bill,
  190. BackgroundTransparency = 1,
  191. Size = UDim2.new(1, 0, 1, 0),
  192. Image = "rbxassetid://" .. Image
  193. })
  194. return BillPar
  195. end
  196. },
  197. ParticleEmitter = {
  198. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  199. local Particle = Create("ParticleEmitter")({
  200. Parent = Parent,
  201. Color = ColorSequence.new(Color1, Color2),
  202. LightEmission = LightEmission,
  203. Size = Size,
  204. Texture = Texture,
  205. Transparency = Transparency,
  206. ZOffset = ZOffset,
  207. Acceleration = Accel,
  208. Drag = Drag,
  209. LockedToPart = LockedToPart,
  210. VelocityInheritance = VelocityInheritance,
  211. EmissionDirection = EmissionDirection,
  212. Enabled = Enabled,
  213. Lifetime = LifeTime,
  214. Rate = Rate,
  215. Rotation = Rotation,
  216. RotSpeed = RotSpeed,
  217. Speed = Speed,
  218. VelocitySpread = VelocitySpread
  219. })
  220. return Particle
  221. end
  222. },
  223. CreateTemplate = {}
  224. }
  225. function text(Pos, Text, Time, Color)
  226. local Rate = 0.03333333333333333
  227. local Pos = Pos or Vector3.new(0, 0, 0)
  228. local Text = Text or ""
  229. local Time = Time or 2
  230. local Color = Color or Color3.new(1, 0, 1)
  231. local EffectPart = CFuncs.Part.Create(hed, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  232. EffectPart.Anchored = true
  233. local BillboardGui = Create("BillboardGui")({
  234. Size = UDim2.new(3, 0, 3, 0),
  235. Adornee = EffectPart,
  236. Parent = EffectPart
  237. })
  238. local TextLabel = Create("TextLabel")({
  239. BackgroundTransparency = 1,
  240. Size = UDim2.new(1, 0, 1, 0),
  241. TextSize = 55,
  242. Text = Text,
  243. Font = Enum.Font.Cartoon,
  244. TextColor3 = Color3.fromRGB(255,255,255),
  245. TextScaled = false,
  246. Parent = BillboardGui
  247. })
  248. game.Debris:AddItem(EffectPart, Time)
  249. EffectPart.Parent = game:GetService("Workspace")
  250. delay(0, function()
  251. local Frames = Time / Rate
  252. for Frame = 1, Frames do
  253. wait(Rate)
  254. local Percent = Frame / Frames
  255. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  256. TextLabel.TextTransparency = Percent
  257. end
  258. if EffectPart and EffectPart.Parent then
  259. EffectPart:Destroy()
  260. end
  261. end)
  262. end
  263. ArtificialHB = Instance.new("BindableEvent", script)
  264. ArtificialHB.Name = "ArtificialHB"
  265.  
  266. script:WaitForChild("ArtificialHB")
  267. Frame_Speed = 1 / 60
  268. frame = Frame_Speed
  269. tf = 0
  270. allowframeloss = false
  271. tossremainder = false
  272. lastframe = tick()
  273. script.ArtificialHB:Fire()
  274.  
  275. game:GetService("RunService").Heartbeat:connect(function(s, p)
  276. tf = tf + s
  277. if tf >= frame then
  278. if allowframeloss then
  279. script.ArtificialHB:Fire()
  280. lastframe = tick()
  281. else
  282. for i = 1, math.floor(tf / frame) do
  283. script.ArtificialHB:Fire()
  284. end
  285. lastframe = tick()
  286. end
  287. if tossremainder then
  288. tf = 0
  289. else
  290. tf = tf - frame * math.floor(tf / frame)
  291. end
  292. end
  293. end)
  294.  
  295. function CreateSound(ID, PARENT, VOLUME, PITCH)
  296. --coroutine.resume(coroutine.create(function()
  297. local NEWSOUND = Instance.new("Sound", PARENT)
  298. NEWSOUND.Volume = VOLUME
  299. NEWSOUND.Pitch = PITCH
  300. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  301. NEWSOUND:play()
  302. game:GetService("Debris"):AddItem(NEWSOUND, 100)
  303. return NEWSOUND
  304. --end))
  305. end
  306. function Swait(NUMBER)
  307. if NUMBER == 0 or NUMBER == nil then
  308. ArtificialHB.Event:wait()
  309. else
  310. for i = 1, NUMBER do
  311. ArtificialHB.Event:wait()
  312. end
  313. end
  314. end
  315. function itstimetostop()
  316. sound = true
  317. local snd = Instance.new("Sound",char)
  318. snd.SoundId = "rbxassetid://358468903"
  319. snd.Volume = 10
  320. snd.TimePosition = 0.25
  321. snd.EmitterSize = 350
  322. snd:Play()
  323. text(hed.CFrame * CFrame.new(0, 0, hed.Size.Y / 2).p + Vector3.new(0, 6, 0), "ITS TIME TO STOP", 2, Color3.fromRGB(255,255,255))
  324. wait(2)
  325. text(hed.CFrame * CFrame.new(0, 0, hed.Size.Y / 2).p + Vector3.new(0, 6, 0), "ITS TIME TO STOP OKAY", 2, Color3.fromRGB(255,255,255))
  326. wait(2.6)
  327. text(hed.CFrame * CFrame.new(0, 0, hed.Size.Y / 2).p + Vector3.new(0, 6, 0), "NO MORE", 2, Color3.fromRGB(255,255,255))
  328. sound = false
  329. end
  330. function youbetterstop()
  331. sound = true
  332. local snd = Instance.new("Sound",char)
  333. snd.SoundId = "rbxassetid://1246891273"
  334. snd.Volume = 10
  335. snd.TimePosition = 1.2
  336. snd:Play()
  337. snd.EmitterSize = 100
  338. text(hed.CFrame * CFrame.new(0, 0, hed.Size.Y / 2).p + Vector3.new(0, 6, 0), "youbetterstop.mp3", 5.2, Color3.fromRGB(255,255,255))
  339. wait(5.2)
  340. sound = false
  341. end
  342. function ecksdee()
  343. sound = true
  344. local snd = Instance.new("Sound",char)
  345. snd.SoundId = "rbxassetid://1486343908"
  346. snd.Volume = 10
  347. snd:Play()
  348. snd.EmitterSize = 150
  349. text(hed.CFrame * CFrame.new(0, 0, hed.Size.Y / 2).p + Vector3.new(0, 6, 0), "ecks", 1, Color3.fromRGB(255,255,255))
  350. wait(0.95)
  351. text(hed.CFrame * CFrame.new(0, 0, hed.Size.Y / 2).p + Vector3.new(0, 6, 0), "dee", 1, Color3.fromRGB(255,255,255))
  352. sound = false
  353. end
  354. function lukatthisdude()
  355. sound = true
  356. local snd = Instance.new("Sound",char)
  357. snd.SoundId = "rbxassetid://525498255"
  358. snd.Volume = 10
  359. snd:Play()
  360. snd.EmitterSize = 300
  361. text(hed.CFrame * CFrame.new(0, 0, hed.Size.Y / 2).p + Vector3.new(0, 6, 0), "lookatthisdude.mp3", 27, Color3.fromRGB(255,255,255))
  362. wait(27)
  363. sound = false
  364. end
  365. function stopdespacito()
  366. if despacito.Playing == true then
  367. despacito:Pause()
  368. elseif despacito.Playing == false then
  369. despacito:Play()
  370. end
  371. end
  372. function bruh()
  373. sound = true
  374. local snd = Instance.new("Sound",char)
  375. snd.SoundId = "rbxassetid://170040190"
  376. snd.Volume = 10
  377. snd:Play()
  378. snd.EmitterSize = 150
  379. text(hed.CFrame * CFrame.new(0, 0, hed.Size.Y / 2).p + Vector3.new(0, 6, 0), "bRUH", 1.7, Color3.fromRGB(255,255,255))
  380. wait(1.7)
  381. sound = false
  382. end
  383. SHIELD = false
  384. function shield()
  385. IT = Instance.new
  386. VT = Vector3.new
  387. RootPart = char.HumanoidRootPart
  388. CF = CFrame.new
  389. if SHIELD == false then
  390. SHIELD = true
  391. warn("YO TENGO")
  392. coroutine.resume(coroutine.create(function()
  393. local yotengo = IT("Part",char)
  394. yotengo.Size = VT(5,12,0)
  395. yotengo.CFrame = RootPart.CFrame * CF(0,3,-7)
  396. yotengo.Anchored = true
  397. local mesh = IT("SpecialMesh",yotengo)
  398. mesh.MeshType = "FileMesh"
  399. mesh.MeshId = "http://www.roblox.com/asset/?id=1254392112"
  400. mesh.TextureId = "http://www.roblox.com/asset/?id=18390713"
  401. mesh.Scale = VT(3,3,3)
  402. CreateSound("0", yotengo, 50, 1)
  403. local woosh = yotengo.Touched:Connect(function(hit)
  404. if hit.Parent.ClassName == "Model" then
  405. hit.Parent:BreakJoints()
  406. CreateSound("0", hit, 2, 1)
  407. elseif hit.ClassName == "Part" and hit.Anchored == false then
  408. hit:remove()
  409. end
  410. end)
  411. woosh:disconnect()
  412. CreateSound("0", yotengo, 50, 1)
  413. yotengo.Anchored = false
  414. local bv = Instance.new("BodyVelocity")
  415. bv.maxForce = Vector3.new(4e9, 4e9, 4e9)
  416. bv.velocity = RootPart.CFrame.lookVector*300
  417. bv.Parent = yotengo
  418. bv.Name = "speedy"
  419. local paw = yotengo.Touched:Connect(function(hit)
  420. if hit.Parent.ClassName == "Model" then
  421. yotengo:remove()
  422. hit.Parent:BreakJoints()
  423. wait(0.1)
  424. hit.Parent:ClearAllChildren()
  425. end
  426. end)
  427. end))
  428. elseif SHIELD == true then
  429. SHIELD = false
  430. end
  431. end
  432. mouse.KeyDown:connect(function(k)
  433. if k == "|" and sound == false then
  434. itstimetostop()
  435. elseif k == "|" and sound == false then
  436. youbetterstop()
  437. elseif k == "|" and sound == false then
  438. ecksdee()
  439. elseif k == "|" and sound == false then
  440. lukatthisdude()
  441. elseif k == "|" then
  442. stopdespacito()
  443. elseif k == "|" and sound == false then
  444. bruh()
  445. elseif k == "|" and sound == true then
  446. print("sounds delay resetted!")
  447. sound = false
  448. elseif k == "e" then
  449. shield()
  450. end
  451. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement