wamandnj

Untitled

Dec 7th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if game:GetService("RunService"):IsClient()then error("say h/ not hl/ ya dummy")end;print("get rekt");InternalData = {}
  2. do
  3. script.Parent = owner.Character
  4. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
  5. local function NewFakeEvent()
  6. local Bind = Instance.new("BindableEvent")
  7. local Fake;Fake = {Connections = {},
  8. fakeEvent=true;
  9. Connect=function(self,Func)
  10. Bind.Event:connect(Func)
  11. self.Connections[Bind] = true
  12. return setmetatable({Connected = true},{
  13. __index = function (self,Index)
  14. if Index:lower() == "disconnect" then
  15. return function() Fake.Connections[Bind] = false;self.Connected = false end
  16. end
  17. return Fake[Index]
  18. end;
  19. __tostring = function() return "Connection" end;
  20. })
  21. end}
  22. Fake.connect = Fake.Connect;return Fake;
  23. end
  24. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  25. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  26. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  27. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  28. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  29. local function TriggerEvent(self,Event,...)
  30. local Trigger = Mouse[Event]
  31. if Trigger and Trigger.fakeEvent and Trigger.Connections then
  32. for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end
  33. end
  34. end
  35. Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent
  36. Event.OnServerEvent:Connect(function(FiredBy,Input)
  37. if FiredBy.Name ~= owner.Name then return end
  38. if Input.MouseEvent then
  39. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  40. else
  41. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  42. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end
  43. for _,Action in pairs(ContextActionService.Actions) do
  44. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  45. end
  46. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  47. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  48. end
  49. end)
  50. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  51. Event.Parent = NLS([[
  52. local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
  53. local Input = function(Input,gameProcessedEvent)
  54. if gameProcessedEvent then return end
  55. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  56. end
  57. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  58. local Hit,Target
  59. while wait(1/30) do
  60. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  61. Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  62. end
  63. end
  64. ]],owner.Character)
  65. end
  66. RealGame = game;game = setmetatable({},{
  67. __index = function (self,Index)
  68. local Sandbox = function (Thing)
  69. if Thing:IsA("Player") then
  70. local RealPlayer = Thing
  71. return setmetatable({},{
  72. __index = function (self,Index)
  73. local Type = type(RealPlayer[Index])
  74. if Type == "function" then
  75. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  76. return function (self)return InternalData["Mouse"] end
  77. end
  78. return function (self,...)return RealPlayer[Index](RealPlayer,...) end
  79. end
  80. return RealPlayer[Index]
  81. end;
  82. __tostring = function(self) return RealPlayer.Name end
  83. })
  84. end
  85. end
  86. if RealGame[Index] then
  87. local Type = type(RealGame[Index])
  88. if Type == "function" then
  89. if Index:lower() == "getservice" or Index:lower() == "service" then
  90. return function (self,Service)
  91. local FakeServices = {
  92. ["players"] = function()
  93. return setmetatable({},{
  94. __index = function (self2,Index2)
  95. local RealService = RealGame:GetService(Service)
  96. local Type2 = type(Index2)
  97. if Type2 == "function" then
  98. return function (self,...) return RealService[Index2](RealService,...)end
  99. else
  100. if Index2:lower() == "localplayer" then return Sandbox(owner) end
  101. return RealService[Index2]
  102. end
  103. end;
  104. __tostring = function(self) return RealGame:GetService(Service).Name end
  105. })
  106. end;
  107. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  108. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  109. ["runservice"] = function()
  110. return setmetatable({},{
  111. __index = function(self2,Index2)
  112. local RealService = RealGame:GetService(Service)
  113. local Type2 = type(Index2)
  114. if Type2 == "function" then
  115. return function (self,...) return RealService[Index2](RealService,...) end
  116. else
  117. local RunServices = {
  118. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  119. ["renderstepped"] = function() return RealService["Stepped"] end
  120. }
  121. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  122. return RealService[Index2]
  123. end
  124. end
  125. })
  126. end
  127. }
  128. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  129. return RealGame:GetService(Service)
  130. end
  131. end
  132. return function (self,...) return RealGame[Index](RealGame,...) end
  133. else
  134. if game:GetService(Index) then return game:GetService(Index) end
  135. return RealGame[Index]
  136. end
  137. end
  138. return nil
  139. end
  140. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("running the script noob")
  141.  
  142. --[[ by iliketrainsornot ]]--
  143.  
  144. warn("w h y")
  145. print("this cancer is made by iliketrainsornot")
  146. plr = game:GetService("Players").LocalPlayer
  147. char = plr.Character
  148. Instance.new("ForceField",char).Visible = false
  149. hed = char.Head
  150. torso = char.Torso
  151. mouse = plr:GetMouse()
  152. rarm = char["Right Arm"]
  153. larm = char["Left Arm"]
  154. rleg = char["Right Leg"]
  155. lleg = char["Left Leg"]
  156. rarm.Transparency = 1
  157. larm.Transparency = 1
  158. lleg.Transparency = 1
  159. rleg.Transparency = 1
  160. torso.Transparency = 1
  161. activ = false
  162. sound = false
  163. Create = LoadLibrary("RbxUtility").Create
  164. char.Animate:Destroy()
  165. hum = char:FindFirstChildOfClass("Humanoid")
  166. hum.Animator:Destroy()
  167. hum.MaxHealth = math.huge
  168. hum.Health = math.huge
  169. hum.Name = "despacito"
  170. hum.JumpPower = 125
  171. hum.WalkSpeed = 65
  172. for _,c in pairs(char:GetChildren()) do
  173. if (c.ClassName == "Shirt" or c.ClassName == "Pants" or c.ClassName == "ShirtGraphic") and c.Name ~= "Cloth" then
  174. c:Remove()
  175. end
  176. end
  177. hed:FindFirstChildOfClass("SpecialMesh").MeshId = "http://www.roblox.com/asset/?id=1047997"
  178. hed:FindFirstChildOfClass("SpecialMesh").TextureId = "http://www.roblox.com/asset/?id=1047998"
  179. hed.face:Destroy()
  180. hed:FindFirstChildOfClass("SpecialMesh").Scale = Vector3.new(2.5, 2.5, 2.5)
  181. hed:FindFirstChildOfClass("SpecialMesh").Offset = Vector3.new(0,1.8,0)
  182. redhead = Instance.new("Part",torso)
  183. redhead.Size = torso.Size
  184. redhead.Transparency = 0
  185. weld = Instance.new("Weld",redhead)
  186. weld.Part0 = redhead
  187. weld.Part1 = torso
  188. weld.C0 = CFrame.Angles(math.rad(-180), math.rad(-90), math.rad(0))
  189. redhead1 = Instance.new("SpecialMesh",redhead)
  190. redhead1.MeshId = hed:FindFirstChildOfClass("SpecialMesh").MeshId
  191. redhead1.Scale = Vector3.new(2.85,2.85,2.85)
  192. redhead1.TextureId = "http://www.roblox.com/asset/?id=1047998"
  193. redhead.CanCollide = false
  194. redhead1.Offset = Vector3.new(0,0.3,0)
  195. redhead1.VertexColor = Vector3.new(255,0,0)
  196. redhead = Instance.new("Part",rleg)
  197. redhead.Size = rleg.Size
  198. weld = Instance.new("Weld",redhead)
  199. weld.Part0 = redhead
  200. weld.Part1 = torso
  201. weld.C0 = CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  202. redhead1 = Instance.new("SpecialMesh",redhead)
  203. redhead1.MeshId = "rbxassetid://696339842"
  204. redhead1.Scale = Vector3.new(1.3, 1.6, 0.8)
  205. redhead.CanCollide = false
  206. redhead1.Offset = Vector3.new(0, 0, -2.1)
  207. redhead1.VertexColor = Vector3.new(0,0,0)
  208. redhead2 = Instance.new("Decal", redhead)
  209. redhead2.Color3 = Color3.fromRGB(0,0,0)
  210. redhead2.Texture = "rbxassetid://696339520"
  211. despacitotext = Instance.new("Part",hed)
  212. despacitotext.Name = "despacito"
  213. despacitotext.Size = Vector3.new(6.5,3,5.5)
  214. despacitotext.Transparency = 1
  215. despacitotext.CanCollide = false
  216. weld = Instance.new("Weld",redhead)
  217. weld.Part0 = despacitotext
  218. weld.Part1 = hed
  219. surfacegui = Instance.new("SurfaceGui",despacitotext)
  220. text = Instance.new("TextLabel",surfacegui)
  221. text.Size = UDim2.new(1,0,1,0)
  222. text.TextSize = 150
  223. text.Font = Enum.Font.Legacy
  224. text.BackgroundTransparency = 1
  225. surfacegui.AlwaysOnTop = true
  226. text.TextStrokeColor3 = Color3.fromRGB(255,0,0)
  227. text.TextStrokeTransparency = 0
  228. text.TextColor3 = Color3.fromRGB(0,0,0)
  229. text.Text = "despacito"
  230. despacito = Instance.new("Sound",char)
  231. despacito.SoundId = "rbxassetid://1345639272"
  232. despacito.Volume = 10
  233. despacito.EmitterSize = 100
  234. despacito:Play()
  235. despacito.Name = "despacito"
  236. local seffect = Instance.new("ReverbSoundEffect",despacito)
  237. char.ChildRemoved:connect(function(h)
  238. if h == despacito then
  239. despacito = Instance.new("Sound",char)
  240. despacito.SoundId = "rbxassetid://1345639272"
  241. despacito.Volume = 10
  242. despacito.EmitterSize = 100
  243. despacito:Play()
  244. despacito.Name = "despacito"
  245. despacito.TimePosition = despacito.TimePosition
  246. local seffect = Instance.new("ReverbSoundEffect",despacito)
  247. end
  248. end)
  249. function RemoveOutlines(part)
  250. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  251. end
  252. CFuncs = {
  253. Part = {
  254. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  255. local Part = Create("Part")({
  256. Parent = Parent,
  257. Reflectance = Reflectance,
  258. Transparency = Transparency,
  259. CanCollide = false,
  260. Locked = true,
  261. BrickColor = BrickColor.new(tostring(BColor)),
  262. Name = Name,
  263. Size = Size,
  264. Material = Material
  265. })
  266. RemoveOutlines(Part)
  267. if Size == Vector3.new() then
  268. Part.Size = Vector3.new(0.2, 0.2, 0.2)
  269. else
  270. Part.Size = Size
  271. end
  272. return Part
  273. end
  274. },
  275. Mesh = {
  276. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  277. local Msh = Create(Mesh)({
  278. Parent = Part,
  279. Offset = OffSet,
  280. Scale = Scale
  281. })
  282. if Mesh == "SpecialMesh" then
  283. Msh.MeshType = MeshType
  284. Msh.MeshId = MeshId
  285. end
  286. return Msh
  287. end
  288. },
  289. Weld = {
  290. Create = function(Parent, Part0, Part1, C0, C1)
  291. local Weld = Create("Weld")({
  292. Parent = Parent,
  293. Part0 = Part0,
  294. Part1 = Part1,
  295. C0 = C0,
  296. C1 = C1
  297. })
  298. return Weld
  299. end
  300. },
  301. Sound = {
  302. Create = function(id, par, vol, pit)
  303. local Sound = Create("Sound")({
  304. Volume = vol,
  305. Pitch = pit or 1,
  306. SoundId = "rbxassetid://" .. id,
  307. Parent = par or workspace
  308. })
  309. Sound:play()
  310. return Sound
  311. end
  312. },
  313. Decal = {
  314. Create = function(Color, Texture, Transparency, Name, Parent)
  315. local Decal = Create("Decal")({
  316. Color3 = Color,
  317. Texture = "rbxassetid://" .. Texture,
  318. Transparency = Transparency,
  319. Name = Name,
  320. Parent = Parent
  321. })
  322. return Decal
  323. end
  324. },
  325. BillboardGui = {
  326. Create = function(Parent, Image, Position, Size)
  327. local BillPar = CFuncs.Part.Create(Parent, "SmoothPlastic", 0, 1, BrickColor.new("Black"), "BillboardGuiPart", Vector3.new(1, 1, 1))
  328. BillPar.CFrame = CFrame.new(Position)
  329. local Bill = Create("BillboardGui")({
  330. Parent = BillPar,
  331. Adornee = BillPar,
  332. Size = UDim2.new(1, 0, 1, 0),
  333. SizeOffset = Vector2.new(Size, Size)
  334. })
  335. local d = Create("ImageLabel", Bill)({
  336. Parent = Bill,
  337. BackgroundTransparency = 1,
  338. Size = UDim2.new(1, 0, 1, 0),
  339. Image = "rbxassetid://" .. Image
  340. })
  341. return BillPar
  342. end
  343. },
  344. ParticleEmitter = {
  345. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  346. local Particle = Create("ParticleEmitter")({
  347. Parent = Parent,
  348. Color = ColorSequence.new(Color1, Color2),
  349. LightEmission = LightEmission,
  350. Size = Size,
  351. Texture = Texture,
  352. Transparency = Transparency,
  353. ZOffset = ZOffset,
  354. Acceleration = Accel,
  355. Drag = Drag,
  356. LockedToPart = LockedToPart,
  357. VelocityInheritance = VelocityInheritance,
  358. EmissionDirection = EmissionDirection,
  359. Enabled = Enabled,
  360. Lifetime = LifeTime,
  361. Rate = Rate,
  362. Rotation = Rotation,
  363. RotSpeed = RotSpeed,
  364. Speed = Speed,
  365. VelocitySpread = VelocitySpread
  366. })
  367. return Particle
  368. end
  369. },
  370. CreateTemplate = {}
  371. }
  372. function text(Pos, Text, Time, Color)
  373. local Rate = 0.03333333333333333
  374. local Pos = Pos or Vector3.new(0, 0, 0)
  375. local Text = Text or ""
  376. local Time = Time or 2
  377. local Color = Color or Color3.new(1, 0, 1)
  378. local EffectPart = CFuncs.Part.Create(hed, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  379. EffectPart.Anchored = true
  380. local BillboardGui = Create("BillboardGui")({
  381. Size = UDim2.new(3, 0, 3, 0),
  382. Adornee = EffectPart,
  383. Parent = EffectPart
  384. })
  385. local TextLabel = Create("TextLabel")({
  386. BackgroundTransparency = 1,
  387. Size = UDim2.new(1, 0, 1, 0),
  388. TextSize = 55,
  389. Text = Text,
  390. Font = Enum.Font.Cartoon,
  391. TextColor3 = Color3.fromRGB(255,255,255),
  392. TextScaled = false,
  393. Parent = BillboardGui
  394. })
  395. game.Debris:AddItem(EffectPart, Time)
  396. EffectPart.Parent = game:GetService("Workspace")
  397. delay(0, function()
  398. local Frames = Time / Rate
  399. for Frame = 1, Frames do
  400. wait(Rate)
  401. local Percent = Frame / Frames
  402. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  403. TextLabel.TextTransparency = Percent
  404. end
  405. if EffectPart and EffectPart.Parent then
  406. EffectPart:Destroy()
  407. end
  408. end)
  409. end
  410. ArtificialHB = Instance.new("BindableEvent", script)
  411. ArtificialHB.Name = "ArtificialHB"
  412.  
  413. script:WaitForChild("ArtificialHB")
  414. Frame_Speed = 1 / 60
  415. frame = Frame_Speed
  416. tf = 0
  417. allowframeloss = false
  418. tossremainder = false
  419. lastframe = tick()
  420. script.ArtificialHB:Fire()
  421.  
  422. game:GetService("RunService").Heartbeat:connect(function(s, p)
  423. tf = tf + s
  424. if tf >= frame then
  425. if allowframeloss then
  426. script.ArtificialHB:Fire()
  427. lastframe = tick()
  428. else
  429. for i = 1, math.floor(tf / frame) do
  430. script.ArtificialHB:Fire()
  431. end
  432. lastframe = tick()
  433. end
  434. if tossremainder then
  435. tf = 0
  436. else
  437. tf = tf - frame * math.floor(tf / frame)
  438. end
  439. end
  440. end)
  441.  
  442. function CreateSound(ID, PARENT, VOLUME, PITCH)
  443. --coroutine.resume(coroutine.create(function()
  444. local NEWSOUND = Instance.new("Sound", PARENT)
  445. NEWSOUND.Volume = VOLUME
  446. NEWSOUND.Pitch = PITCH
  447. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  448. NEWSOUND:play()
  449. game:GetService("Debris"):AddItem(NEWSOUND, 100)
  450. return NEWSOUND
  451. --end))
  452. end
  453. function Swait(NUMBER)
  454. if NUMBER == 0 or NUMBER == nil then
  455. ArtificialHB.Event:wait()
  456. else
  457. for i = 1, NUMBER do
  458. ArtificialHB.Event:wait()
  459. end
  460. end
  461. end
  462. function itstimetostop()
  463. sound = true
  464. local snd = Instance.new("Sound",char)
  465. snd.SoundId = "rbxassetid://358468903"
  466. snd.Volume = 10
  467. snd.TimePosition = 0.25
  468. snd.EmitterSize = 350
  469. snd:Play()
  470. 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))
  471. wait(2)
  472. 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))
  473. wait(2.6)
  474. 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))
  475. sound = false
  476. end
  477. function youbetterstop()
  478. sound = true
  479. local snd = Instance.new("Sound",char)
  480. snd.SoundId = "rbxassetid://1246891273"
  481. snd.Volume = 10
  482. snd.TimePosition = 1.2
  483. snd:Play()
  484. snd.EmitterSize = 100
  485. 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))
  486. wait(5.2)
  487. sound = false
  488. end
  489. function ecksdee()
  490. sound = true
  491. local snd = Instance.new("Sound",char)
  492. snd.SoundId = "rbxassetid://1486343908"
  493. snd.Volume = 10
  494. snd:Play()
  495. snd.EmitterSize = 150
  496. text(hed.CFrame * CFrame.new(0, 0, hed.Size.Y / 2).p + Vector3.new(0, 6, 0), "ecks", 1, Color3.fromRGB(255,255,255))
  497. wait(0.95)
  498. text(hed.CFrame * CFrame.new(0, 0, hed.Size.Y / 2).p + Vector3.new(0, 6, 0), "dee", 1, Color3.fromRGB(255,255,255))
  499. sound = false
  500. end
  501. function lukatthisdude()
  502. sound = true
  503. local snd = Instance.new("Sound",char)
  504. snd.SoundId = "rbxassetid://525498255"
  505. snd.Volume = 10
  506. snd:Play()
  507. snd.EmitterSize = 300
  508. 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))
  509. wait(27)
  510. sound = false
  511. end
  512. function stopdespacito()
  513. if despacito.Playing == true then
  514. despacito:Pause()
  515. elseif despacito.Playing == false then
  516. despacito:Play()
  517. end
  518. end
  519. function bruh()
  520. sound = true
  521. local snd = Instance.new("Sound",char)
  522. snd.SoundId = "rbxassetid://170040190"
  523. snd.Volume = 10
  524. snd:Play()
  525. snd.EmitterSize = 150
  526. 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))
  527. wait(1.7)
  528. sound = false
  529. end
  530. SHIELD = false
  531. function shield()
  532. IT = Instance.new
  533. VT = Vector3.new
  534. RootPart = char.HumanoidRootPart
  535. CF = CFrame.new
  536. if SHIELD == false then
  537. SHIELD = true
  538. warn("YO TENGO")
  539. coroutine.resume(coroutine.create(function()
  540. local yotengo = IT("Part",char)
  541. yotengo.Size = VT(5,12,0)
  542. yotengo.CFrame = RootPart.CFrame * CF(0,3,-7)
  543. yotengo.Anchored = true
  544. local mesh = IT("SpecialMesh",yotengo)
  545. mesh.MeshType = "FileMesh"
  546. mesh.MeshId = "http://www.roblox.com/asset/?id=15158180"
  547. mesh.TextureId = "http://www.roblox.com/asset/?id=15158167"
  548. mesh.Scale = VT(3,3,3)
  549. CreateSound("1236609502", yotengo, 50, 1)
  550. local woosh = yotengo.Touched:Connect(function(hit)
  551. if hit.Parent.ClassName == "Model" then
  552. hit.Parent:BreakJoints()
  553. CreateSound("978878312", hit, 2, 1)
  554. elseif hit.ClassName == "Part" and hit.Anchored == false then
  555. hit:remove()
  556. end
  557. end)
  558. woosh:disconnect()
  559. CreateSound("1236609502", yotengo, 50, 1)
  560. yotengo.Anchored = false
  561. local bv = Instance.new("BodyVelocity")
  562. bv.maxForce = Vector3.new(4e9, 4e9, 4e9)
  563. bv.velocity = RootPart.CFrame.lookVector*300
  564. bv.Parent = yotengo
  565. bv.Name = "speedy"
  566. local paw = yotengo.Touched:Connect(function(hit)
  567. if hit.Parent.ClassName == "Model" then
  568. yotengo:remove()
  569. hit.Parent:BreakJoints()
  570. wait(0.1)
  571. hit.Parent:ClearAllChildren()
  572. end
  573. end)
  574. end))
  575. elseif SHIELD == true then
  576. SHIELD = false
  577. end
  578. end
  579. mouse.KeyDown:connect(function(k)
  580. if k == "z" and sound == false then
  581. itstimetostop()
  582. elseif k == "x" and sound == false then
  583. youbetterstop()
  584. elseif k == "c" and sound == false then
  585. ecksdee()
  586. elseif k == "v" and sound == false then
  587. lukatthisdude()
  588. elseif k == "b" then
  589. stopdespacito()
  590. elseif k == "n" and sound == false then
  591. bruh()
  592. elseif k == "q" and sound == true then
  593. print("sounds delay resetted!")
  594. sound = false
  595. elseif k == "f" then
  596. shield()
  597. end
  598. end)
Add Comment
Please, Sign In to add comment