Advertisement
Im_Meme

DahNoob's Infamus Powers

Aug 17th, 2018
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.35 KB | None | 0 0
  1.  
  2.  
  3. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  4. local Player,game,owner = owner,game
  5. local RealPlayer = Player
  6. do
  7. print("FE Compatibility code by Mokiros")
  8. local rp = RealPlayer
  9. script.Parent = rp.Character
  10.  
  11. --RemoteEvent for communicating
  12. local Event = Instance.new("RemoteEvent")
  13. Event.Name = "UserInput_Event"
  14.  
  15. --Fake event to make stuff like Mouse.KeyDown work
  16. local function fakeEvent()
  17. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  18. t.connect = t.Connect
  19. return t
  20. end
  21.  
  22. --Creating fake input objects with fake variables
  23. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  24. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  25. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  26. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  27. end}
  28. --Merged 2 functions into one by checking amount of arguments
  29. CAS.UnbindAction = CAS.BindAction
  30.  
  31. --This function will trigger the events that have been :Connect()'ed
  32. local function te(self,ev,...)
  33. local t = m[ev]
  34. if t and t._fakeEvent then
  35. for _,f in pairs(t.Functions) do
  36. f(...)
  37. end
  38. end
  39. end
  40. m.TrigEvent = te
  41. UIS.TrigEvent = te
  42.  
  43. Event.OnServerEvent:Connect(function(plr,io)
  44. if plr~=rp then return end
  45. m.Target = io.Target
  46. m.Hit = io.Hit
  47. if not io.isMouse then
  48. local b = io.UserInputState == Enum.UserInputState.Begin
  49. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  50. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  51. end
  52. for _,t in pairs(CAS.Actions) do
  53. for _,k in pairs(t.Keys) do
  54. if k==io.KeyCode then
  55. t.Function(t.Name,io.UserInputState,io)
  56. end
  57. end
  58. end
  59. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  60. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  61. end
  62. end)
  63. Event.Parent = NLS([==[
  64. local Player = game:GetService("Players").LocalPlayer
  65. local Event = script:WaitForChild("UserInput_Event")
  66.  
  67. local Mouse = Player:GetMouse()
  68. local UIS = game:GetService("UserInputService")
  69. local input = function(io,a)
  70. if a then return end
  71. --Since InputObject is a client-side instance, we create and pass table instead
  72. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  73. end
  74. UIS.InputBegan:Connect(input)
  75. UIS.InputEnded:Connect(input)
  76.  
  77. local h,t
  78. --Give the server mouse data 30 times every second, but only if the values changed
  79. --If player is not moving their mouse, client won't fire events
  80. while wait(1/30) do
  81. if h~=Mouse.Hit or t~=Mouse.Target then
  82. h,t=Mouse.Hit,Mouse.Target
  83. Event:FireServer({isMouse=true,Target=t,Hit=h})
  84. end
  85. end]==],Player.Character)
  86.  
  87. ----Sandboxed game object that allows the usage of client-side methods and services
  88. --Real game object
  89. local _rg = game
  90.  
  91. --Metatable for fake service
  92. local fsmt = {
  93. __index = function(self,k)
  94. local s = rawget(self,"_RealService")
  95. if s then return s[k] end
  96. end,
  97. __newindex = function(self,k,v)
  98. local s = rawget(self,"_RealService")
  99. if s then s[k]=v end
  100. end,
  101. __call = function(self,...)
  102. local s = rawget(self,"_RealService")
  103. if s then return s(...) end
  104. end
  105. }
  106. local function FakeService(t,RealService)
  107. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  108. return setmetatable(t,fsmt)
  109. end
  110.  
  111. --Fake game object
  112. local g = {
  113. GetService = function(self,s)
  114. return self[s]
  115. end,
  116. Players = FakeService({
  117. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  118. },"Players"),
  119. UserInputService = FakeService(UIS,"UserInputService"),
  120. ContextActionService = FakeService(CAS,"ContextActionService"),
  121. }
  122. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  123. g.service = g.GetService
  124.  
  125. g.RunService = FakeService({
  126. RenderStepped = _rg:GetService("RunService").Heartbeat,
  127. BindToRenderStep = function(self,name,_,fun)
  128. self._btrs[name] = self.Heartbeat:Connect(fun)
  129. end,
  130. UnbindFromRenderStep = function(self,name)
  131. self._btrs[name]:Disconnect()
  132. end,
  133. },"RunService")
  134.  
  135. setmetatable(g,{
  136. __index=function(self,s)
  137. return _rg:GetService(s) or typeof(_rg[s])=="function"
  138. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  139. end,
  140. __newindex = fsmt.__newindex,
  141. __call = fsmt.__call
  142. })
  143. --Changing owner to fake player object to support owner:GetMouse()
  144. game,owner = g,g.Players.LocalPlayer
  145. end
  146.  
  147. plr = game.Players.LocalPlayer
  148. repeat
  149. wait(0.4)
  150. until plr.Character
  151. chr = plr.Character
  152. human = chr:FindFirstChild("Humanoid")
  153. mouse = plr:GetMouse()
  154. selected = false
  155. equipd = false
  156. tors = chr.Torso
  157. rarm = chr["Right Arm"]
  158. larm = chr["Left Arm"]
  159. rleg = chr["Right Leg"]
  160. lleg = chr["Left Leg"]
  161. hrp = chr.HumanoidRootPart
  162. head = chr.Head
  163. anim = human.Animator
  164. activu = false
  165. torrent = false
  166. boxingu = false
  167. Heartbeat = Instance.new("BindableEvent")
  168. Heartbeat.Name = "Heartbeat"
  169. Heartbeat.Parent = script
  170. frame = 0.03333333333333333
  171. tf = 0
  172. game:GetService("RunService").Heartbeat:connect(function(s, p)
  173. tf = tf + s
  174. if tf >= frame then
  175. for i = 1, math.floor(tf / frame) do
  176. Heartbeat:Fire()
  177. end
  178. tf = tf - frame * math.floor(tf / frame)
  179. end
  180. end)
  181. function swait(num)
  182. if num == 0 or num == nil then
  183. Heartbeat.Event:wait()
  184. else
  185. for i = 1, num do
  186. Heartbeat.Event:wait()
  187. end
  188. end
  189. end
  190. tool = Instance.new("Tool")
  191. tool.CanBeDropped = false
  192. tool.RequiresHandle = false
  193. tool.TextureId = "rbxassetid://37338767"
  194. tool.ToolTip = "hehe yea boi"
  195. tool.Name = "fir"
  196. tool.Parent = plr.Backpack
  197. modz = Instance.new("Model")
  198. modz.Name = "memes"
  199. modz.Parent = chr
  200. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  201. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  202. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  203. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  204. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  205. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  206. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  207. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  208. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  209. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  210. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  211. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  212. RS = tors:FindFirstChild("Right Shoulder")
  213. LS = tors:FindFirstChild("Left Shoulder")
  214. RH = tors:FindFirstChild("Right Hip")
  215. LH = tors:FindFirstChild("Left Hip")
  216. RJ = hrp:FindFirstChild("RootJoint")
  217. N = tors:FindFirstChild("Neck")
  218. cf = CFrame.new
  219. ang = CFrame.Angles
  220. rd = math.rad
  221. rd2 = math.random
  222. function nooutline(p)
  223. p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
  224. end
  225. function makepart(color, name, reflec, mater, parnt, cfram)
  226. local port = Instance.new("Part")
  227. port.BrickColor = BrickColor.new(color)
  228. port.Name = name
  229. port.Transparency = 1
  230. nooutline(port)
  231. port.Reflectance = reflec
  232. port.Material = mater
  233. port.Anchored = false
  234. port.CanCollide = false
  235. port.Locked = true
  236. port.Size = Vector3.new(0.2, 0.2, 0.2)
  237. port.Parent = parnt
  238. return port
  239. end
  240. function makemesh(meshtype, scale, meshid, parent)
  241. local mes = Instance.new("SpecialMesh")
  242. mes.MeshType = meshtype
  243. mes.Scale = scale
  244. if meshtype == "FileMesh" then
  245. mes.MeshId = meshid
  246. end
  247. mes.Parent = parent
  248. return mes
  249. end
  250. function makeweld(parent, p0, p1, c0, c1)
  251. local wel = Instance.new("Weld")
  252. wel.Part0 = p0
  253. wel.Part1 = p1
  254. wel.C0 = c0
  255. if c1 ~= nil then
  256. wel.C1 = c1
  257. end
  258. wel.Parent = parent
  259. return wel
  260. end
  261. function vidp(prnt)
  262. local s = Instance.new("ParticleEmitter")
  263. s.Enabled = false
  264. s.LockedToPart = true
  265. s.Color = ColorSequence.new(Color3.new(0.1411764705882353, 0.9215686274509803, 0.9215686274509803))
  266. s.LightEmission = 0.6
  267. s.Size = NumberSequence.new({
  268. NumberSequenceKeypoint.new(0, 0.275, 0),
  269. NumberSequenceKeypoint.new(0.406, 0.762, 0),
  270. NumberSequenceKeypoint.new(0.433, 2.05, 0.75),
  271. NumberSequenceKeypoint.new(0.476, 0.625, 0),
  272. NumberSequenceKeypoint.new(1, 0.05, 0)
  273. })
  274. s.Texture = "rbxassetid://31270182"
  275. s.Transparency = NumberSequence.new({
  276. NumberSequenceKeypoint.new(0, 0.6, 0),
  277. NumberSequenceKeypoint.new(0.89, 0.6, 0),
  278. NumberSequenceKeypoint.new(1, 1, 0)
  279. })
  280. s.Name = "vid"
  281. s.Lifetime = NumberRange.new(0.2)
  282. s.Rate = 25
  283. s.Speed = NumberRange.new(7, 10)
  284. s.VelocitySpread = 360
  285. s.Parent = prnt
  286. local s2 = Instance.new("ParticleEmitter")
  287. s2.Enabled = false
  288. s2.LockedToPart = false
  289. s2.Color = ColorSequence.new(Color3.new(0.1411764705882353, 0.9215686274509803, 0.9215686274509803))
  290. s2.LightEmission = 0.6
  291. s2.Size = NumberSequence.new({
  292. NumberSequenceKeypoint.new(0, 0, 0),
  293. NumberSequenceKeypoint.new(0.853, 0.125, 0.1),
  294. NumberSequenceKeypoint.new(1, 0, 0)
  295. })
  296. s2.Texture = "rbxassetid://31270182"
  297. s2.Transparency = NumberSequence.new({
  298. NumberSequenceKeypoint.new(0, 0.6, 0),
  299. NumberSequenceKeypoint.new(0.89, 0.6, 0),
  300. NumberSequenceKeypoint.new(1, 1, 0)
  301. })
  302. s2.Name = "vid2"
  303. s2.Lifetime = NumberRange.new(0.5)
  304. s2.Rate = 150
  305. s2.Speed = NumberRange.new(2, 6)
  306. s2.VelocitySpread = 360
  307. s2.Parent = prnt
  308. end
  309. function glow(tz, paz, length)
  310. if tz.Parent:FindFirstChildOfClass("Humanoid") and paz.Transparency == 1 then
  311. do
  312. local s = Instance.new("Sound")
  313. s.SoundId = "rbxassetid://221727606"
  314. s.Volume = 0.25
  315. s.Pitch = math.random(9, 11) / 10
  316. s.Parent = paz
  317. s:Play()
  318. local hmesh = Instance.new("SpecialMesh")
  319. hmesh.MeshType = "FileMesh"
  320. hmesh.MeshId = "NOSSIN"
  321. hmesh.Parent = paz.Parent
  322. paz.Transparency = 0.55
  323. paz.vid.Enabled = true
  324. paz.vid2.Enabled = true
  325. delay(length, function()
  326. paz.Transparency = 1
  327. paz.vid.Enabled = false
  328. paz.vid2.Enabled = false
  329. hmesh:Destroy()
  330. s:Destroy()
  331. end)
  332. end
  333. end
  334. end
  335. function makeglow()
  336. for _, p in pairs(chr:GetChildren()) do
  337. if p.ClassName == "Accessory" then
  338. do
  339. local h = p:FindFirstChildOfClass("Part")
  340. local nh = h:Clone()
  341. for _, n in ipairs(nh:GetChildren()) do
  342. if n.ClassName == "Attachment" or n.ClassName == "Motor6D" then
  343. n:Destroy()
  344. end
  345. end
  346. nooutline(nh)
  347. nh.Parent = nil
  348. nh.CFrame = h.CFrame
  349. nh.Transparency = 1
  350. nh.Name = "Glow"
  351. nh.Material = "Neon"
  352. nh.BrickColor = BrickColor.new("Teal")
  353. nh.CustomPhysicalProperties = PhysicalProperties.new(0.2, 0.3, 0.5)
  354. nh.CanCollide = false
  355. nh.Parent = h
  356. makeweld(nh, nh, h, cf(0, 0, 0))
  357. local m = nh:FindFirstChildOfClass("SpecialMesh")
  358. m.Scale = m.Scale + Vector3.new(0.06, 0.06, 0.06)
  359. m.TextureId = ""
  360. vidp(nh)
  361. nh.Touched:connect(function(po)
  362. glow(po, nh, 0.8)
  363. end)
  364. end
  365. elseif p.ClassName == "Part" and p ~= hrp then
  366. do
  367. local n = p:Clone()
  368. for _, m in ipairs(n:GetChildren()) do
  369. if m.ClassName == "Attachment" or m.ClassName == "Motor6D" then
  370. m:Destroy()
  371. end
  372. end
  373. nooutline(n)
  374. n.Parent = nil
  375. n.Transparency = 1
  376. n.Material = "Neon"
  377. n.Name = "Glow"
  378. n.BrickColor = BrickColor.new("Teal")
  379. n.CFrame = p.CFrame
  380. n.CustomPhysicalProperties = PhysicalProperties.new(0.2, 0.3, 0.5)
  381. n.CanCollide = false
  382. n.Parent = p
  383. makeweld(n, n, p, cf(0, 0, 0))
  384. vidp(n)
  385. n.Touched:connect(function(po)
  386. glow(po, n, 0.8)
  387. end)
  388. if n:FindFirstChildOfClass("Decal") then
  389. n:FindFirstChildOfClass("Decal"):Destroy()
  390. end
  391. if p:FindFirstChildOfClass("SpecialMesh") then
  392. local c = p:FindFirstChildOfClass("SpecialMesh"):Clone()
  393. c.Parent = nil
  394. c.Scale = c.Scale + Vector3.new(0.05, 0.05, 0.05)
  395. c.Parent = n
  396. else
  397. local m = Instance.new("BlockMesh")
  398. m.Scale = Vector3.new(1.05, 1.025, 1.05)
  399. if p == tors then
  400. m.Scale = Vector3.new(1.05, 1.05, 1.05)
  401. end
  402. m.Parent = n
  403. end
  404. end
  405. end
  406. end
  407. end
  408. makeglow()
  409. function lerpz(joint, prop, cfrmz, alp)
  410. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  411. end
  412. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  413. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  414. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  415. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  416. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  417. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  418. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  419. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  420. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  421. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  422. function resetlerp()
  423. RJ.C0 = RJC0
  424. RJ.C1 = RJC1
  425. N.C0 = NC0
  426. N.C1 = NC1
  427. RS.C0 = RSC0
  428. RS.C1 = RSC1
  429. LS.C0 = LSC0
  430. LS.C1 = LSC1
  431. RH.C0 = RHC0
  432. RH.C1 = RHC1
  433. LH.C0 = LHC0
  434. end
  435. local ign = {chr}
  436. function proj(cframe)
  437. coroutine.resume(coroutine.create(function()
  438. local mis = Instance.new("Part")
  439. mis.Anchored = true
  440. mis.CanCollide = false
  441. mis.Size = Vector3.new(1, 1, 1)
  442. mis.Transparency = 1
  443. mis.Name = "pew"
  444. mis.CFrame = cframe
  445. mis.Parent = workspace
  446. local s = Instance.new("ParticleEmitter")
  447. s.Enabled = true
  448. s.Color = ColorSequence.new(Color3.new(0.1411764705882353, 0.9215686274509803, 0.9215686274509803))
  449. s.LightEmission = 0.6
  450. s.Size = NumberSequence.new({
  451. NumberSequenceKeypoint.new(0, 0.4, 0),
  452. NumberSequenceKeypoint.new(0.0241, 0.0625, 0),
  453. NumberSequenceKeypoint.new(0.0299, 0.66, 0.22),
  454. NumberSequenceKeypoint.new(0.0344, 0.0225, 0),
  455. NumberSequenceKeypoint.new(1, 0, 0)
  456. })
  457. s.Texture = "rbxassetid://31270182"
  458. s.Transparency = NumberSequence.new({
  459. NumberSequenceKeypoint.new(0, 0.6, 0),
  460. NumberSequenceKeypoint.new(0.89, 0.6, 0),
  461. NumberSequenceKeypoint.new(1, 1, 0)
  462. })
  463. s.Name = "vid"
  464. s.Lifetime = NumberRange.new(1)
  465. s.ZOffset = 0
  466. s.Rate = 3000
  467. s.Speed = NumberRange.new(25, 50)
  468. s.VelocitySpread = 20
  469. s.EmissionDirection = "Back"
  470. s.Parent = mis
  471. game.Debris:AddItem(mis, 10)
  472. table.insert(ign, mis)
  473. local wat = 0
  474. local derp = false
  475. local v = Instance.new("Sound")
  476. v.SoundId = "rbxassetid://221727606"
  477. v.Volume = 0.5
  478. v.Looped = true
  479. v.EmitterSize = 15
  480. v.MaxDistance = 40
  481. v.Pitch = math.random(12, 13) / 10
  482. v.Parent = mis
  483. v:Play()
  484. repeat
  485. swait()
  486. wat = wat + 1
  487. local ry = Ray.new(mis.Position, mis.CFrame.lookVector * 8)
  488. local prt, pos = workspace:FindPartOnRayWithIgnoreList(ry, ign, false, true)
  489. if prt and pos and 1 > prt.Transparency then
  490. derp = true
  491. mis.CFrame = CFrame.new(pos)
  492. v:Stop()
  493. s.Enabled = false
  494. s.Speed = NumberRange.new(15, 25)
  495. s.Lifetime = NumberRange.new(5)
  496. s.VelocitySpread = 360
  497. s:Emit(40)
  498. local n = Instance.new("Sound")
  499. n.Volume = 0.75
  500. n.Pitch = rd2(9, 11) / 10
  501. n.SoundId = "rbxassetid://184374162"
  502. n.Parent = mis
  503. n:Play()
  504. hito(mis, 300, 500000, 0.01)
  505. else
  506. mis.CFrame = mis.CFrame * CFrame.new(0, 0, -5)
  507. end
  508. until wat == 50 or derp == true
  509. if wat == 50 then
  510. mis:Destroy()
  511. end
  512. if derp == true then
  513. game.Debris:AddItem(mis, 1)
  514. end
  515. end))
  516. end
  517. function makesword(swocfrm, weldp1, cframe0)
  518. local ay = function(name, size, parnt, cfram)
  519. local port = Instance.new("Part")
  520. port.BrickColor = BrickColor.new("Teal")
  521. port.Name = name
  522. port.Transparency = 1
  523. nooutline(port)
  524. port.Material = "Neon"
  525. port.Anchored = false
  526. port.CanCollide = false
  527. port.Locked = true
  528. port.Size = size
  529. port.Parent = parnt
  530. return port
  531. end
  532. local swordmo = Instance.new("Model")
  533. swordmo.Name = "swod"
  534. swordmo.Parent = modz
  535. local booval = Instance.new("BoolValue")
  536. booval.Value = true
  537. booval.Name = "mememem"
  538. booval.Parent = swordmo
  539. local function pr(par, amt, sped)
  540. local s = Instance.new("ParticleEmitter")
  541. s.Enabled = false
  542. s.LockedToPart = true
  543. s.Color = ColorSequence.new(Color3.new(0.1411764705882353, 0.9215686274509803, 0.9215686274509803))
  544. s.LightEmission = 0.6
  545. s.Size = NumberSequence.new({
  546. NumberSequenceKeypoint.new(0, 0.15, 0),
  547. NumberSequenceKeypoint.new(0.05, 0.3, 0.3),
  548. NumberSequenceKeypoint.new(0.1, 0.15, 0),
  549. NumberSequenceKeypoint.new(0.8, 0.2, 0),
  550. NumberSequenceKeypoint.new(1, 0, 0)
  551. })
  552. s.Texture = "rbxassetid://31270182"
  553. s.Transparency = NumberSequence.new({
  554. NumberSequenceKeypoint.new(0, 0.7, 0),
  555. NumberSequenceKeypoint.new(0.89, 0.7, 0),
  556. NumberSequenceKeypoint.new(1, 1, 0)
  557. })
  558. s.Name = "vid"
  559. s.Lifetime = NumberRange.new(0.75)
  560. s.Rate = 1
  561. s.Speed = sped
  562. s.VelocitySpread = 3
  563. s.Parent = par
  564. coroutine.resume(coroutine.create(function()
  565. while booval.Value do
  566. swait()
  567. s:Emit(amt)
  568. end
  569. end))
  570. return s
  571. end
  572. local ping = function(derp)
  573. local s3 = Instance.new("ParticleEmitter")
  574. s3.Enabled = false
  575. s3.LockedToPart = false
  576. s3.Color = ColorSequence.new(Color3.new(0.1411764705882353, 0.9215686274509803, 0.9215686274509803))
  577. s3.LightEmission = 0.6
  578. s3.Size = NumberSequence.new({
  579. NumberSequenceKeypoint.new(0, 0.35, 0),
  580. NumberSequenceKeypoint.new(0.2, 0.25, 0.25),
  581. NumberSequenceKeypoint.new(0.4, 0.15, 0),
  582. NumberSequenceKeypoint.new(0.853, 0.25, 0.1),
  583. NumberSequenceKeypoint.new(1, 0, 0)
  584. })
  585. s3.Texture = "rbxassetid://31270182"
  586. s3.Transparency = NumberSequence.new({
  587. NumberSequenceKeypoint.new(0, 0.4, 0),
  588. NumberSequenceKeypoint.new(0.89, 0.6, 0),
  589. NumberSequenceKeypoint.new(1, 1, 0)
  590. })
  591. s3.Name = "vid3"
  592. s3.Lifetime = NumberRange.new(0.5)
  593. s3.Acceleration = Vector3.new(0, 5, 0)
  594. s3.Rate = 350
  595. s3.Speed = NumberRange.new(10, 15)
  596. s3.VelocitySpread = 360
  597. s3.Parent = derp
  598. swait()
  599. s3:Emit(120)
  600. end
  601. local b1 = ay("b1", Vector3.new(0.3, 2.5, 0.3), swordmo, swocfrm)
  602. local p1 = pr(b1, 5, NumberRange.new(0, 1))
  603. if weldp1 then
  604. local w1 = makeweld(b1, b1, weldp1, cframe0, nil)
  605. end
  606. local bla = Instance.new("Sound")
  607. bla.SoundId = "rbxassetid://61425219"
  608. bla.Volume = 0.75
  609. bla.Pitch = math.random(7, 9) / 10
  610. bla.Parent = b1
  611. bla:Play()
  612. local b2 = ay("b2", Vector3.new(0.6, 0.75, 0.4), swordmo, swocfrm)
  613. local p2 = pr(b2, 1, NumberRange.new(0, 1))
  614. local w2 = makeweld(b2, b2, b1, ang(rd(180), rd(0), rd(0)) * cf(0, 1.5, 0), nil)
  615. local b3 = ay("b3", Vector3.new(0.7, 0.75, 0.5), swordmo, swocfrm)
  616. local p3 = pr(b3, 1, NumberRange.new(0, 3))
  617. local w3 = makeweld(b3, b3, b1, ang(rd(180), rd(90), rd(0)) * cf(0, -1.5, 0), nil)
  618. local b4 = ay("b4", Vector3.new(0.3, 0.75, 0.3), swordmo, swocfrm)
  619. local p4 = pr(b4, 1, NumberRange.new(1, 2))
  620. local w4 = makeweld(b4, b4, b3, cf(0, -0.5, 0) * ang(rd(70), rd(0), rd(0)), nil)
  621. local b5 = ay("b5", Vector3.new(0.3, 0.75, 0.3), swordmo, swocfrm)
  622. local p5 = pr(b5, 1, NumberRange.new(1, 2))
  623. local w5 = makeweld(b5, b5, b3, cf(0, -0.5, 0) * ang(rd(290), rd(0), rd(0)), nil)
  624. local b6 = ay("b6", Vector3.new(0.3, 0.5, 0.3), swordmo, swocfrm)
  625. local p6 = pr(b6, 1, NumberRange.new(1, 2))
  626. local w6 = makeweld(b6, b6, b3, cf(0, -0.25, 0) * ang(rd(35), rd(0), rd(0)), nil)
  627. local b7 = ay("b7", Vector3.new(0.3, 0.5, 0.3), swordmo, swocfrm)
  628. local p7 = pr(b7, 1, NumberRange.new(1, 2))
  629. local w7 = makeweld(b7, b7, b3, cf(0, -0.25, 0) * ang(rd(325), rd(0), rd(0)), nil)
  630. local b8 = ay("b8", Vector3.new(0.5, 5.5, 0.2), swordmo, swocfrm)
  631. local p8 = pr(b8, 9, NumberRange.new(1, 3))
  632. local w8 = makeweld(b8, b8, b1, ang(rd(0), rd(0), rd(0)) * cf(0, -4, 0), nil)
  633. local anbo = Instance.new("Part")
  634. anbo.Anchored = true
  635. anbo.CanCollide = false
  636. anbo.Size = Vector3.new(2.5, 9, 1)
  637. anbo.CFrame = b8.CFrame * cf(0, -1.5, 0)
  638. anbo.Transparency = 1
  639. anbo.Parent = workspace
  640. game.Debris:AddItem(anbo, 2)
  641. ping(anbo)
  642. local whos = Instance.new("ParticleEmitter")
  643. whos.Enabled = false
  644. whos.LockedToPart = false
  645. whos.Color = ColorSequence.new(Color3.new(0.1411764705882353, 0.9215686274509803, 0.9215686274509803))
  646. whos.LightEmission = 0.6
  647. whos.Size = NumberSequence.new({
  648. NumberSequenceKeypoint.new(0, 0.15, 0),
  649. NumberSequenceKeypoint.new(0.05, 0.3, 0.3),
  650. NumberSequenceKeypoint.new(0.1, 0.15, 0),
  651. NumberSequenceKeypoint.new(0.8, 0.2, 0),
  652. NumberSequenceKeypoint.new(1, 0, 0)
  653. })
  654. whos.Texture = "rbxassetid://31270182"
  655. whos.Transparency = NumberSequence.new({
  656. NumberSequenceKeypoint.new(0, 0.7, 0),
  657. NumberSequenceKeypoint.new(0.89, 0.7, 0),
  658. NumberSequenceKeypoint.new(1, 1, 0)
  659. })
  660. whos.Name = "whoos"
  661. whos.Lifetime = NumberRange.new(0.75)
  662. whos.Rate = 2000
  663. whos.Speed = NumberRange.new(0)
  664. whos.VelocityInheritance = 0.8
  665. whos.VelocitySpread = 3
  666. whos.Parent = b8
  667. return swordmo
  668. end
  669. function removesword(swordmodel)
  670. swordmodel.mememem.Value = false
  671. local hn = swordmodel.b1
  672. hn.Anchored = true
  673. if hn:FindFirstChildOfClass("Weld") then
  674. hn:FindFirstChildOfClass("Weld"):Destroy()
  675. end
  676. local bla = Instance.new("Sound")
  677. bla.SoundId = "rbxassetid://192783601"
  678. bla.Volume = 1.25
  679. bla.Pitch = math.random(9, 10) / 10
  680. bla.Parent = hn
  681. bla:Play()
  682. local ping = function(derp)
  683. local s3 = Instance.new("ParticleEmitter")
  684. s3.Enabled = false
  685. s3.LockedToPart = false
  686. s3.Color = ColorSequence.new(Color3.new(0.1411764705882353, 0.9215686274509803, 0.9215686274509803))
  687. s3.LightEmission = 0.6
  688. s3.Size = NumberSequence.new({
  689. NumberSequenceKeypoint.new(0, 0.35, 0),
  690. NumberSequenceKeypoint.new(0.2, 0.25, 0.25),
  691. NumberSequenceKeypoint.new(0.4, 0.15, 0),
  692. NumberSequenceKeypoint.new(0.853, 0.25, 0.1),
  693. NumberSequenceKeypoint.new(1, 0, 0)
  694. })
  695. s3.Texture = "rbxassetid://31270182"
  696. s3.Transparency = NumberSequence.new({
  697. NumberSequenceKeypoint.new(0, 0.4, 0),
  698. NumberSequenceKeypoint.new(0.89, 0.6, 0),
  699. NumberSequenceKeypoint.new(1, 1, 0)
  700. })
  701. s3.Name = "vid3"
  702. s3.Lifetime = NumberRange.new(0.5)
  703. s3.Acceleration = Vector3.new(0, 5, 0)
  704. s3.Rate = 350
  705. s3.Speed = NumberRange.new(10, 15)
  706. s3.VelocitySpread = 360
  707. s3.Parent = derp
  708. swait()
  709. s3:Emit(180)
  710. end
  711. local anbo = Instance.new("Part")
  712. anbo.Anchored = true
  713. anbo.CanCollide = false
  714. anbo.Size = Vector3.new(2.5, 9, 1)
  715. anbo.CFrame = swordmodel.b8.CFrame * cf(0, -1.5, 0)
  716. anbo.Transparency = 1
  717. anbo.Parent = workspace
  718. game.Debris:AddItem(anbo, 2)
  719. ping(anbo)
  720. game.Debris:AddItem(swordmodel, 1.25)
  721. end
  722. function eswing()
  723. if activu == true or selected == false then
  724. return
  725. end
  726. activu = true
  727. local sw = makesword(hrp.CFrame, rarm, ang(rd(90), rd(0), rd(90)) * cf(0, 1, 0.5))
  728. animo(false)
  729. local hwel = sw.b1:FindFirstChildOfClass("Weld")
  730. local hwelc0 = hwel.C0
  731. local whoo = sw.b8:FindFirstChild("whoos")
  732. for _ = 1, 12 do
  733. swait()
  734. lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 0) * ang(rd(0), rd(0), rd(-70)), 0.5)
  735. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(-6), rd(70)), 0.5)
  736. lerpz(N, "C1", NC1 * cf(0, 0, 0) * ang(rd(-13), rd(0), rd(0)), 0.5)
  737. lerpz(RS, "C0", RSC0 * cf(0.3, 0.25, 0.55) * ang(rd(-30), rd(-70), rd(15)), 0.5)
  738. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(60), rd(0)), 0.5)
  739. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(5), rd(10)), 0.5)
  740. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  741. lerpz(RH, "C0", RHC0 * cf(0.45, 0.05, -0.15) * ang(rd(-5), rd(60), rd(0)), 0.5)
  742. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  743. lerpz(LH, "C0", LHC0 * cf(0.45, 0.05, -0.35) * ang(rd(-5), rd(75), rd(0)), 0.5)
  744. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  745. hwel.C0 = hwel.C0:lerp(cf(-0.25, 0.25, 0) * ang(rd(0), rd(0), rd(40)) * hwelc0, 0.5)
  746. end
  747. for c = 1, 3 do
  748. swait()
  749. lerpz(RJ, "C0", RJC0 * cf(0, -0.25, 0) * ang(rd(0), rd(0), rd(10)), 0.1 + c / 5)
  750. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(-10)), 0.1 + c / 5)
  751. lerpz(N, "C1", NC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + c / 5)
  752. lerpz(RS, "C0", RSC0 * cf(-0.2, 0.35, 0.9) * ang(rd(-20), rd(170), rd(15)), 0.1 + c / 5)
  753. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + c / 5)
  754. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-20), rd(5), rd(10)), 0.1 + c / 5)
  755. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + c / 5)
  756. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-5), rd(-10), rd(1)), 0.1 + c / 5)
  757. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + c / 5)
  758. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-1)), 0.1 + c / 5)
  759. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + c / 5)
  760. hwel.C0 = hwel.C0:lerp(cf(-0.15, 0.15, 0) * ang(rd(0), rd(0), rd(10)) * hwelc0, 0.1 + c / 5)
  761. end
  762. whoo.Enabled = true
  763. for _ = 1, 14 do
  764. swait()
  765. hito(sw.b8, 3, 35, 0.8)
  766. lerpz(RJ, "C0", RJC0 * cf(0, -0.75, 0) * ang(rd(0), rd(0), rd(60)), 0.6)
  767. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-5), rd(0), rd(-40)), 0.6)
  768. lerpz(N, "C1", NC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.6)
  769. lerpz(RS, "C0", RSC0 * cf(-0.1, 0.65, 0.9) * ang(rd(-15), rd(135), rd(-165)), 0.6)
  770. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.6)
  771. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-30), rd(5), rd(10)), 0.6)
  772. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.6)
  773. lerpz(RH, "C0", RHC0 * cf(-0.25, 0, 0) * ang(rd(-5), rd(-50), rd(1)), 0.6)
  774. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.6)
  775. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-1)), 0.6)
  776. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.6)
  777. hwel.C0 = hwel.C0:lerp(cf(-0.25, 0.25, 0) * ang(rd(0), rd(0), rd(40)) * hwelc0, 0.6)
  778. end
  779. whoo.Enabled = false
  780. removesword(sw)
  781. animo(true)
  782. for _ = 1, 10 do
  783. swait()
  784. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  785. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  786. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  787. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  788. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  789. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  790. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  791. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  792. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  793. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  794. end
  795. resetlerp()
  796. activu = false
  797. end
  798. function torentmod()
  799. if selected == false or activu == true then
  800. return
  801. end
  802. if torrent == false then
  803. torrent = true
  804. do
  805. local viarm = Instance.new("Part")
  806. nooutline(viarm)
  807. viarm.CanCollide = false
  808. viarm.Transparency = 1
  809. viarm.Name = "shootingu"
  810. viarm.Size = Vector3.new(1.25, 1, 1.25)
  811. viarm.CFrame = rarm.CFrame
  812. viarm.Parent = modz
  813. makeweld(viarm, viarm, rarm, cf(0, 1, 0))
  814. s = Instance.new("ParticleEmitter")
  815. s.Enabled = true
  816. s.Color = ColorSequence.new(Color3.new(0.1411764705882353, 0.9215686274509803, 0.9215686274509803))
  817. s.LightEmission = 0.6
  818. s.Size = NumberSequence.new({
  819. NumberSequenceKeypoint.new(0, 0, 0),
  820. NumberSequenceKeypoint.new(0.0241, 0.0925, 0),
  821. NumberSequenceKeypoint.new(0.0299, 0.56, 0.25),
  822. NumberSequenceKeypoint.new(0.0344, 0.0925, 0),
  823. NumberSequenceKeypoint.new(1, 0, 0)
  824. })
  825. s.Texture = "rbxassetid://31270182"
  826. s.Transparency = NumberSequence.new({
  827. NumberSequenceKeypoint.new(0, 0.6, 0),
  828. NumberSequenceKeypoint.new(0.89, 0.6, 0),
  829. NumberSequenceKeypoint.new(1, 1, 0)
  830. })
  831. s.Name = "vid"
  832. s.Acceleration = viarm.CFrame.upVector * 5
  833. s.Lifetime = NumberRange.new(1)
  834. s.ZOffset = 1
  835. s.Rate = 1250
  836. s.Speed = NumberRange.new(2, 3)
  837. s.VelocitySpread = 180
  838. s.Parent = viarm
  839. coroutine.resume(coroutine.create(function()
  840. while s do
  841. swait()
  842. s.Acceleration = viarm.CFrame.upVector * 6
  843. end
  844. end))
  845. coroutine.resume(coroutine.create(function()
  846. while torrent == true do
  847. swait()
  848. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  849. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  850. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  851. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  852. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  853. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  854. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  855. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  856. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  857. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  858. end
  859. end))
  860. local shootinz = false
  861. hd = tool.Activated:connect(function()
  862. shootinz = true
  863. repeat
  864. swait(3)
  865. lerpz(RS, "C0", RSC0 * cf(rd2(-3, -1) / 10, 0, 0) * ang(rd(rd2(-5, 5)), rd(rd2(-5, 5)), rd(rd2(95, 105))), 0.8)
  866. proj(CFrame.new(viarm.Position, mouse.Hit.p + Vector3.new(rd2(-1, 1), rd2(-1, 1), 0)))
  867. local sd = Instance.new("Sound")
  868. sd.Volume = 0.3
  869. sd.Pitch = rd2(11, 13) / 10
  870. sd.SoundId = "rbxassetid://221727606"
  871. sd.Parent = viarm
  872. local sd2 = sd:Clone()
  873. sd2.SoundId = "rbxassetid://238381567"
  874. sd2.Parent = viarm
  875. sd:Play()
  876. sd2:Play()
  877. game.Debris:AddItem(sd, 1)
  878. game.Debris:AddItem(sd2, 1)
  879. until shootinz == false or torrent == false
  880. end)
  881. hu = tool.Deactivated:connect(function()
  882. shootinz = false
  883. end)
  884. end
  885. elseif torrent == true then
  886. hd:Disconnect()
  887. hu:Disconnect()
  888. torrent = false
  889. modz:FindFirstChild("shootingu"):FindFirstChild("vid").Enabled = false
  890. for _ = 1, 10 do
  891. swait()
  892. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  893. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  894. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  895. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  896. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  897. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  898. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  899. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  900. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  901. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  902. end
  903. resetlerp()
  904. modz:FindFirstChild("shootingu"):Destroy()
  905. end
  906. end
  907. function suprfast()
  908. if selected == false or activu == true then
  909. return
  910. end
  911. activu = true
  912. human.WalkSpeed = human.WalkSpeed + 30
  913. human.JumpPower = human.JumpPower + 45
  914. for _, d in ipairs(chr:GetChildren()) do
  915. if d.ClassName == "Accessory" then
  916. swait()
  917. glow(hrp, d:FindFirstChildOfClass("Part"):FindFirstChild("Glow"), 2)
  918. coroutine.resume(coroutine.create(function()
  919. local clones = {}
  920. for i = 1, 5 do
  921. local v = d:FindFirstChildOfClass("Part"):FindFirstChild("Glow"):Clone()
  922. v.Name = "nyoo"
  923. v.vid:Destroy()
  924. v.vid2:Destroy()
  925. v.AccessoryWeld:Destroy()
  926. v.Weld:Destroy()
  927. v.Transparency = 0.9
  928. v.Anchored = true
  929. v.Parent = modz
  930. table.insert(clones, v)
  931. end
  932. num = 0
  933. repeat
  934. swait()
  935. num = num % 5 + 1
  936. clones[num].CFrame = d:FindFirstChildOfClass("Part"):FindFirstChild("Glow").CFrame
  937. until activu == false
  938. for _, b in ipairs(clones) do
  939. swait()
  940. b:Destroy()
  941. end
  942. end))
  943. elseif d.ClassName == "Part" and d ~= hrp then
  944. swait()
  945. glow(hrp, d:FindFirstChild("Glow"), 2)
  946. coroutine.resume(coroutine.create(function()
  947. local clones = {}
  948. for i = 1, 5 do
  949. local v = d:FindFirstChild("Glow"):Clone()
  950. v.Name = "lel"
  951. v.vid:Destroy()
  952. v.vid2:Destroy()
  953. v.Weld:Destroy()
  954. v.Transparency = 0.9
  955. v.Anchored = true
  956. v.Parent = modz
  957. table.insert(clones, v)
  958. end
  959. num = 0
  960. repeat
  961. swait()
  962. num = num % 5 + 1
  963. clones[num].CFrame = d:FindFirstChild("Glow").CFrame
  964. until activu == false
  965. for _, b in ipairs(clones) do
  966. swait()
  967. b:Destroy()
  968. end
  969. end))
  970. end
  971. end
  972. wait(2)
  973. activu = false
  974. human.WalkSpeed = human.WalkSpeed - 30
  975. human.JumpPower = human.JumpPower - 45
  976. end
  977. function fly()
  978. if selected == false or activu == true or torrent == true then
  979. return
  980. end
  981. local memedon = {}
  982. activu = true
  983. local emi = true
  984. local mp = Instance.new("Part")
  985. mp.Size = Vector3.new(0.2, 0.2, 0.2)
  986. mp.CanCollide = false
  987. mp.Transparency = 1
  988. mp.Parent = modz
  989. table.insert(memedon, mp)
  990. makeweld(mp, mp, tors, ang(rd(-30), rd(0), rd(0)) * CFrame.new(0, -0.5, -0.5), nil)
  991. local function pr(par, amt)
  992. local s = Instance.new("ParticleEmitter")
  993. s.Enabled = false
  994. s.LockedToPart = true
  995. s.Color = ColorSequence.new(Color3.new(0.1411764705882353, 0.9215686274509803, 0.9215686274509803))
  996. s.LightEmission = 0.6
  997. s.Size = NumberSequence.new({
  998. NumberSequenceKeypoint.new(0, 0.3, 0),
  999. NumberSequenceKeypoint.new(0.8, 0.3, 0),
  1000. NumberSequenceKeypoint.new(1, 0, 0)
  1001. })
  1002. s.Texture = "rbxassetid://31270182"
  1003. s.Transparency = NumberSequence.new({
  1004. NumberSequenceKeypoint.new(0, 0.7, 0),
  1005. NumberSequenceKeypoint.new(0.89, 0.7, 0),
  1006. NumberSequenceKeypoint.new(1, 1, 0)
  1007. })
  1008. s.Name = "vid"
  1009. s.Lifetime = NumberRange.new(0.75)
  1010. s.Rate = 1
  1011. s.Speed = NumberRange.new(10, 15)
  1012. s.VelocitySpread = 3
  1013. s.Parent = par
  1014. coroutine.resume(coroutine.create(function()
  1015. while emi do
  1016. swait()
  1017. s:Emit(amt)
  1018. end
  1019. end))
  1020. return s
  1021. end
  1022. for _, d in ipairs(chr:GetChildren()) do
  1023. if d.ClassName == "Accessory" then
  1024. glow(hrp, d:FindFirstChildOfClass("Part"):FindFirstChild("Glow"), 1.5)
  1025. elseif d.ClassName == "Part" and d ~= hrp then
  1026. glow(hrp, d:FindFirstChild("Glow"), 1.5)
  1027. end
  1028. end
  1029. local f1 = makepart("Teal", "w1", 1, "Neon", modz, hrp.CFrame)
  1030. f1.Size = Vector3.new(0.4, 0.4, 0.4)
  1031. local p1 = pr(f1, 12)
  1032. p1.Acceleration = Vector3.new(-15, 0, 15)
  1033. local w1 = makeweld(f1, f1, mp, CFrame.Angles(rd(-5), rd(10), rd(-50)) * CFrame.new(0.25, 0, 0), nil)
  1034. local f2 = makepart("Teal", "w2", 1, "Neon", modz, hrp.CFrame)
  1035. f2.Size = Vector3.new(0.4, 0.4, 0.4)
  1036. local p2 = pr(f2, 12)
  1037. p2.Acceleration = Vector3.new(15, 0, 15)
  1038. local w2 = makeweld(f2, f2, mp, CFrame.Angles(rd(-5), rd(-10), rd(50)) * CFrame.new(-0.25, 0, 0), nil)
  1039. local f3 = makepart("Teal", "w3", 1, "Neon", modz, hrp.CFrame)
  1040. f3.Size = Vector3.new(1.3, 0.6, 0.6)
  1041. p3 = pr(f3, 4)
  1042. p3.Speed = NumberRange.new(10, 12)
  1043. local w3 = makeweld(f3, f3, mp, CFrame.Angles(rd(-40), rd(10), rd(-145)) * CFrame.new(2, -1, -0.5), nil)
  1044. local f4 = makepart("Teal", "w4", 1, "Neon", modz, hrp.CFrame)
  1045. f4.Size = Vector3.new(1.3, 0.6, 0.6)
  1046. p4 = pr(f4, 4)
  1047. p4.Speed = NumberRange.new(10, 12)
  1048. local w4 = makeweld(f4, f4, mp, CFrame.Angles(rd(-40), rd(-10), rd(145)) * CFrame.new(-2, -1, -0.5), nil)
  1049. local f5 = makepart("Teal", "w5", 1, "Neon", modz, hrp.CFrame)
  1050. f5.Size = Vector3.new(1.3, 0.6, 0.6)
  1051. p5 = pr(f5, 4)
  1052. p5.Speed = NumberRange.new(10, 12)
  1053. local w5 = makeweld(f5, f5, mp, CFrame.Angles(rd(-30), rd(-10), rd(-115)) * CFrame.new(3, -1.75, -1), nil)
  1054. local f6 = makepart("Teal", "w6", 1, "Neon", modz, hrp.CFrame)
  1055. f6.Size = Vector3.new(1.3, 0.6, 0.6)
  1056. p6 = pr(f6, 4)
  1057. p6.Speed = NumberRange.new(10, 12)
  1058. local w6 = makeweld(f6, f6, mp, CFrame.Angles(rd(-30), rd(10), rd(115)) * CFrame.new(-3, -1.75, -1), nil)
  1059. local f7 = makepart("Teal", "w7", 1, "Neon", modz, hrp.CFrame)
  1060. f7.Size = Vector3.new(1.9, 0.6, 0.6)
  1061. p7 = pr(f7, 6)
  1062. p7.Speed = NumberRange.new(10, 12)
  1063. local w7 = makeweld(f7, f7, mp, CFrame.Angles(rd(-40), rd(-5), rd(-140)) * CFrame.new(2.5, -1.65, -0.65), nil)
  1064. local f8 = makepart("Teal", "w8", 1, "Neon", modz, hrp.CFrame)
  1065. f8.Size = Vector3.new(1.9, 0.6, 0.6)
  1066. p8 = pr(f8, 6)
  1067. p8.Speed = NumberRange.new(10, 12)
  1068. local w8 = makeweld(f8, f8, mp, CFrame.Angles(rd(-40), rd(5), rd(140)) * CFrame.new(-2.5, -1.65, -0.65), nil)
  1069. t1 = pr(f1, 2)
  1070. t1.LockedToPart = false
  1071. t2 = pr(f2, 2)
  1072. t2.LockedToPart = false
  1073. t3 = pr(f3, 2)
  1074. t3.LockedToPart = false
  1075. t4 = pr(f4, 2)
  1076. t4.LockedToPart = false
  1077. t5 = pr(f5, 2)
  1078. t5.LockedToPart = false
  1079. t6 = pr(f6, 2)
  1080. t6.LockedToPart = false
  1081. t7 = pr(f7, 2)
  1082. t7.LockedToPart = false
  1083. t8 = pr(f8, 2)
  1084. t8.LockedToPart = false
  1085. table.insert(memedon, f1)
  1086. table.insert(memedon, f2)
  1087. table.insert(memedon, f3)
  1088. table.insert(memedon, f4)
  1089. table.insert(memedon, f5)
  1090. table.insert(memedon, f6)
  1091. table.insert(memedon, f7)
  1092. table.insert(memedon, f8)
  1093. local sd = Instance.new("Sound")
  1094. sd.Volume = 1.5
  1095. sd.Pitch = rd2(10, 12) / 10
  1096. sd.SoundId = "rbxassetid://201858072"
  1097. sd.Parent = hrp
  1098. sd:Play()
  1099. game.Debris:AddItem(sd, 1)
  1100. human.PlatformStand = true
  1101. local bg = Instance.new("BodyGyro")
  1102. bg.MaxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1103. bg.P = 2500
  1104. bg.D = 100
  1105. bg.CFrame = CFrame.new(hrp.Position, mouse.Hit.p)
  1106. bg.Parent = hrp
  1107. local bf = Instance.new("BodyVelocity")
  1108. bf.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1109. bf.P = 2500
  1110. bf.Velocity = mouse.Hit.p - hrp.Position.unit * 200
  1111. bf.Parent = hrp
  1112. for d = 1, 100 do
  1113. swait()
  1114. bg.CFrame = CFrame.new(hrp.Position, mouse.Hit.p)
  1115. bf.Velocity = mouse.Hit.p - hrp.Position.unit * (200 - d * 2)
  1116. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(80), rd(0), math.sin(-hrp.RotVelocity.Y / 5)), 0.4)
  1117. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-70), rd(0), rd(0)), 0.4)
  1118. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1119. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1120. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1121. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1122. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1123. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1124. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1125. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1126. end
  1127. bf:Destroy()
  1128. bg:Destroy()
  1129. human.PlatformStand = false
  1130. emi = false
  1131. p1.LockedToPart = false
  1132. p2.LockedToPart = false
  1133. p3.LockedToPart = false
  1134. p4.LockedToPart = false
  1135. p5.LockedToPart = false
  1136. p6.LockedToPart = false
  1137. p7.LockedToPart = false
  1138. p8.LockedToPart = false
  1139. for _ = 1, 10 do
  1140. swait()
  1141. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1142. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1143. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1144. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1145. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1146. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1147. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1148. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1149. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1150. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1151. end
  1152. delay(0.5, function()
  1153. for _, l in ipairs(memedon) do
  1154. l:Destroy()
  1155. end
  1156. end)
  1157. resetlerp()
  1158. activu = false
  1159. end
  1160. function musiclel()
  1161. if selected == false or activu == true then
  1162. return
  1163. end
  1164. if boxingu == false then
  1165. boxingu = true
  1166. do
  1167. local watz = 1
  1168. local hmm = 1
  1169. local intens = 30
  1170. local deg = 20
  1171. local derp = makepart("Teal", "hurr", 0.25, "Neon", modz, hrp.CFrame)
  1172. derp.Locked = true
  1173. local s = Instance.new("ParticleEmitter")
  1174. s.Enabled = true
  1175. s.LockedToPart = true
  1176. s.Color = ColorSequence.new(Color3.new(0.1411764705882353, 0.9215686274509803, 0.9215686274509803))
  1177. s.LightEmission = 0.6
  1178. s.Size = NumberSequence.new({
  1179. NumberSequenceKeypoint.new(0, 0.275, 0),
  1180. NumberSequenceKeypoint.new(0.406, 0.762, 0),
  1181. NumberSequenceKeypoint.new(0.433, 1.5, 0.75),
  1182. NumberSequenceKeypoint.new(0.476, 0.625, 0),
  1183. NumberSequenceKeypoint.new(1, 0.05, 0)
  1184. })
  1185. s.Texture = "rbxassetid://31270182"
  1186. s.Transparency = NumberSequence.new({
  1187. NumberSequenceKeypoint.new(0, 0.6, 0),
  1188. NumberSequenceKeypoint.new(0.89, 0.6, 0),
  1189. NumberSequenceKeypoint.new(1, 1, 0)
  1190. })
  1191. s.Name = "vid"
  1192. s.Lifetime = NumberRange.new(0.2)
  1193. s.Rate = 75
  1194. s.Speed = NumberRange.new(7, 10)
  1195. s.VelocitySpread = 360
  1196. s.ZOffset = 1
  1197. s.Parent = derp
  1198. local s2 = Instance.new("ParticleEmitter")
  1199. s2.Enabled = true
  1200. s2.LockedToPart = false
  1201. s2.Color = ColorSequence.new(Color3.new(0.1411764705882353, 0.9215686274509803, 0.9215686274509803))
  1202. s2.LightEmission = 0.6
  1203. s2.Size = NumberSequence.new({
  1204. NumberSequenceKeypoint.new(0, 0, 0),
  1205. NumberSequenceKeypoint.new(0.853, 0.125, 0.1),
  1206. NumberSequenceKeypoint.new(1, 0, 0)
  1207. })
  1208. s2.Texture = "rbxassetid://31270182"
  1209. s2.Transparency = NumberSequence.new({
  1210. NumberSequenceKeypoint.new(0, 0.6, 0),
  1211. NumberSequenceKeypoint.new(0.89, 0.6, 0),
  1212. NumberSequenceKeypoint.new(1, 1, 0)
  1213. })
  1214. s2.Name = "vid2"
  1215. s2.Lifetime = NumberRange.new(0.5)
  1216. s2.Rate = 350
  1217. s2.Speed = NumberRange.new(2, 6)
  1218. s2.VelocitySpread = 360
  1219. s2.ZOffset = 1
  1220. s2.Parent = derp
  1221. local s3 = Instance.new("ParticleEmitter")
  1222. s3.Enabled = false
  1223. s3.LockedToPart = false
  1224. s3.Color = ColorSequence.new(Color3.new(0.1411764705882353, 0.9215686274509803, 0.9215686274509803))
  1225. s3.LightEmission = 0.6
  1226. s3.Size = NumberSequence.new({
  1227. NumberSequenceKeypoint.new(0, 0.45, 0),
  1228. NumberSequenceKeypoint.new(0.853, 0.25, 0.1),
  1229. NumberSequenceKeypoint.new(1, 0, 0)
  1230. })
  1231. s3.Texture = "rbxassetid://31270182"
  1232. s3.Transparency = NumberSequence.new({
  1233. NumberSequenceKeypoint.new(0, 0.6, 0),
  1234. NumberSequenceKeypoint.new(0.89, 0.6, 0),
  1235. NumberSequenceKeypoint.new(1, 1, 0)
  1236. })
  1237. s3.Name = "vid3"
  1238. s3.Lifetime = NumberRange.new(0.5)
  1239. s3.Acceleration = Vector3.new(0, 30, 0)
  1240. s3.Rate = 350
  1241. s3.Speed = NumberRange.new(20, 30)
  1242. s3.VelocitySpread = 360
  1243. s3.Parent = derp
  1244. derp.Anchored = true
  1245. derp.Transparency = 0.5
  1246. derp.Size = Vector3.new(3, 2, 2)
  1247. derp.CFrame = hrp.CFrame
  1248. local lol = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxassetid://151760030", derp)
  1249. local sound = Instance.new("Sound")
  1250. sound.Name = "moose"
  1251. sound.Volume = 1
  1252. sound.EmitterSize = 40
  1253. sound.MaxDistance = 40
  1254. sound.Looped = true
  1255. sound.Parent = derp
  1256. coroutine.resume(coroutine.create(function()
  1257. local hey = false
  1258. while derp do
  1259. swait()
  1260. watz = watz + hmm
  1261. derp.CFrame = derp.CFrame:lerp(hrp.CFrame * cf(-1.5, 3, 2.5) * ang(0, 0, rd(deg * math.cos(watz / intens))), 0.4)
  1262. derp.Size = derp.Size:lerp(Vector3.new(3 * (1 + sound.PlaybackLoudness / 500), 2 * (1 + sound.PlaybackLoudness / 500), 1 * (1 + sound.PlaybackLoudness / 1000)), 0.7)
  1263. lol.Scale = lol.Scale:lerp(Vector3.new(1 * (1 + sound.PlaybackLoudness / 500), 1 * (1 + sound.PlaybackLoudness / 500), 1 * (1 + sound.PlaybackLoudness / 500)), 0.7)
  1264. if hey == false and (3 < lol.Scale).magnitude then
  1265. hey = true
  1266. s3:Emit(20)
  1267. delay(0.25, function()
  1268. hey = false
  1269. end)
  1270. end
  1271. end
  1272. end))
  1273. local sg = Instance.new("ScreenGui")
  1274. sg.Name = "simpleflips"
  1275. sg.Parent = plr.PlayerGui
  1276. local fr = Instance.new("Frame")
  1277. fr.AnchorPoint = Vector2.new(1, 0.5)
  1278. fr.BackgroundColor3 = Color3.new(0.09411764705882353, 0.9568627450980393, 1)
  1279. fr.BorderSizePixel = 2
  1280. fr.Position = UDim2.new(0.975, 0, 0.5, 0)
  1281. fr.Size = UDim2.new(0, 200, 0, 100)
  1282. fr.Parent = sg
  1283. local mbox = Instance.new("TextBox")
  1284. mbox.AnchorPoint = Vector2.new(0.5, 0.5)
  1285. mbox.BackgroundColor3 = Color3.new(0.45098039215686275, 0.7803921568627451, 1)
  1286. mbox.BorderSizePixel = 2
  1287. mbox.Position = UDim2.new(0.5, 0, 0.25, 0)
  1288. mbox.Size = UDim2.new(0, 150, 0, 40)
  1289. mbox.Font = "SourceSansBold"
  1290. mbox.FontSize = "Size24"
  1291. mbox.Text = "MEME"
  1292. mbox.TextWrapped = true
  1293. mbox.Parent = fr
  1294. local pley = Instance.new("TextButton")
  1295. pley.AnchorPoint = Vector2.new(0.5, 0.5)
  1296. pley.BackgroundColor3 = Color3.new(0.25098039215686274, 1, 0.3137254901960784)
  1297. pley.BorderSizePixel = 2
  1298. pley.Position = UDim2.new(0.25, 0, 0.75, 0)
  1299. pley.Size = UDim2.new(0, 75, 0, 35)
  1300. pley.Font = "SourceSansBold"
  1301. pley.FontSize = "Size18"
  1302. pley.Text = "kappa"
  1303. pley.Parent = fr
  1304. local stap = Instance.new("TextButton")
  1305. stap.AnchorPoint = Vector2.new(0.5, 0.5)
  1306. stap.BackgroundColor3 = Color3.new(1, 0.25098039215686274, 0.11764705882352941)
  1307. stap.BorderSizePixel = 2
  1308. stap.Position = UDim2.new(0.75, 0, 0.75, 0)
  1309. stap.Size = UDim2.new(0, 75, 0, 35)
  1310. stap.Font = "SourceSansBold"
  1311. stap.FontSize = "Size18"
  1312. stap.Text = "pride"
  1313. stap.Parent = fr
  1314. pl = pley.MouseButton1Click:connect(function()
  1315. sound.SoundId = "rbxassetid://" .. mbox.Text
  1316. sound:Play()
  1317. end)
  1318. st = stap.MouseButton1Click:connect(function()
  1319. sound:Stop()
  1320. end)
  1321. end
  1322. elseif boxingu == true then
  1323. activu = true
  1324. boxingu = false
  1325. local derp = modz:FindFirstChild("hurr")
  1326. local s3 = derp:FindFirstChild("vid3")
  1327. local s1 = derp:FindFirstChild("vid")
  1328. local s2 = derp:FindFirstChild("vid2")
  1329. local sound = derp:FindFirstChild("moose")
  1330. local sg = plr.PlayerGui:FindFirstChild("simpleflips")
  1331. pl:Disconnect()
  1332. st:Disconnect()
  1333. s3:Emit(40)
  1334. s1.Enabled = false
  1335. s2.Enabled = false
  1336. sound:Stop()
  1337. sg:Destroy()
  1338. derp.Transparency = 1
  1339. local poo = Instance.new("Sound")
  1340. poo.SoundId = "rbxassetid://174658105"
  1341. poo.Volume = 1.25
  1342. poo.TimePosition = 0.65
  1343. poo.Parent = derp
  1344. poo:Play()
  1345. wait(0.75)
  1346. derp:Destroy()
  1347. activu = false
  1348. end
  1349. end
  1350. function hito(partoz, magn, dmg, debtim)
  1351. for _, guy in pairs(workspace:GetChildren()) do
  1352. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("Head") and guy ~= chr and magn > (guy:FindFirstChild("Head").Position - partoz.Position).magnitude and guy:FindFirstChild("Head"):FindFirstChild("alabo") == nil then
  1353. do
  1354. local humz = guy:FindFirstChild("Humanoid")
  1355. local hed = guy:FindFirstChild("Head")
  1356. humz:TakeDamage(dmg)
  1357. local db = Instance.new("StringValue")
  1358. db.Name = "alabo"
  1359. db.Parent = hed
  1360. delay(debtim, function()
  1361. db:Destroy()
  1362. end)
  1363. end
  1364. end
  1365. end
  1366. end
  1367. function animo(yep)
  1368. if yep == true then
  1369. anim.Parent = human
  1370. chr.Animate.Disabled = false
  1371. elseif yep == false then
  1372. chr.Animate.Disabled = true
  1373. anim.Parent = nil
  1374. end
  1375. end
  1376. mouse.KeyDown:connect(function(key)
  1377. if key == "f" then
  1378. suprfast()
  1379. end
  1380. if key == "q" then
  1381. torentmod()
  1382. end
  1383. if key == "c" then
  1384. fly()
  1385. end
  1386. if key == "e" then
  1387. eswing()
  1388. end
  1389. if key == "m" then
  1390. musiclel()
  1391. end
  1392. end)
  1393. tool.Equipped:connect(function()
  1394. selected = true
  1395. end)
  1396. tool.Unequipped:connect(function()
  1397. selected = false
  1398. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement