Advertisement
Sheckles

oiungfbcvhjnbnvbrytjurhed

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