Advertisement
user1321

Untitled

Jan 9th, 2024
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 105.02 KB | None | 0 0
  1. getgenv().Credit = 'Ticxyy stand, discord.gg/utFYVgpAqv' --Dont change this.
  2.  
  3. getgenv().Owner = 'Faisal_jss' --Username of owners.
  4.  
  5. getgenv().Settings = {
  6. --// ! Main ! \\--
  7. ['Position'] = 'Back', --Position Of Stand [Back | Left | Right]
  8. ['CrewID'] = 14664667, --Must Be In Group For It To Work
  9. ['Attack'] = 'Heavy', --Heavy = Super Punch Light = Spam Punch [Heavy | Light]
  10. ['StandMode'] = 'Star Platinum : OverHeaven', --[Star Platinum : OverHeaven | Star Platinum: The World | Star Platinum, Za Warudo! | TheWorld | Cmoon | King Crimson | Killer Queen | MIH | D4C]
  11. ['FlyMode'] = 'Glide', --[Glide | Fly | Hover | Heaven]
  12. ['Prediction'] = 0.39, --Prediction For Attack Or Targetting
  13. ['GunPrediction'] = 0.17, --Prediction For Gun Kill
  14. ['AttackMode'] = 'Sky', --[Sky | Under] If [Sky] The Stand Will Attack Infront Of Then And If [Under] The Stand Will Attack In Underground
  15. ['GunMode'] = 'Under', --[Sky | Under] The Stand Will Shooting Just Like What In The Settings
  16. ['Resolver'] = false, --[true | false] Turn On Or Off Resolver If Someone Using Anti Lock
  17. --// ! Misc ! \\--
  18. ['LowGraphics'] = false, --[true | false] Turns graphics down so your stand doesnt lag too much
  19.  
  20. ['AntiStomp'] = true, --[true | false] The Stand Will Cannot Be Stomped Or Grabbed
  21. ['CustomName'] = 'Master', --Custom Name Text Default Is [Master] Example Of it 'Im Here, Master!'
  22. ['Hidescreen'] = true, --[true | false] If [true] You WIll See White Blank Screen But The Performance Is Gonna Be Good]
  23. ['ChatCmds'] = true, --[true | false] Chatted When You Use Some Command
  24. ['AutoMask'] = false, --[true | false] Auto Buy Mask When The Stand Respawn
  25. ['FPSCAP'] = false, --[false | This is so your main account gets the most fps (MAXED IS 60, SUGGEST 30 FPS ON STANDS)
  26. ['Msg'] = 'Yare Yare Daze.', --When You Say [/e msg] It Makes All The Alts Say That Message
  27. ['Alt'] = false,
  28. --// ! Sounds ! \\--
  29. --\\ MUST HAVE BOOMBOX //--
  30. ['Sounds'] = true, --[true | false] Sounds when you use some commands like Mimic! Or Summon! The Stand And Etc
  31. ['SummonMusic'] = true, --[true | false]
  32. ['CustomSong'] = 7083210943 --Enter A Song ID And Say 'Song!'
  33.  
  34. }
  35. if getgenv().Credit == 'Ticxyy stand, discord.gg/utFYVgpAqv' then
  36. -- By ticxyylolz#9164
  37. -- Script Name: Ticxyy stand
  38. -- https://discord.gg/ticxyy
  39. -- if you complain about horrible source please kys
  40. wait(0.1)
  41. if not game['Loaded'] or not game:GetService("Players").LocalPlayer then
  42. game['Loaded']:Wait();
  43. game:WaitForChild(game:GetService("Players"));
  44. game:GetService("Players"):WaitForChild(game:GetService("Players").LocalPlayer.Name)
  45. end
  46.  
  47. game.Players.LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(-116,-58,146)
  48. StandOwner = getgenv().Owner
  49. Pos = getgenv().Settings.Position
  50. CrewID = getgenv().Settings.CrewID
  51. Attack = getgenv().Settings.Attack
  52. StandMode = getgenv().Settings.StandMode
  53. FlyMode = getgenv().Settings.FlyMode
  54. Prediction = getgenv().Settings.Prediction
  55. gunkillprediction = getgenv().Settings.GunPrediction
  56. CustomName = getgenv().Settings.CustomName
  57. AutoMask = getgenv().Settings.AutoMask
  58. ChatCmds = getgenv().Settings.ChatCmds
  59. AttackMode = getgenv().Settings.AttackMode
  60. GunMode = getgenv().Settings.GunMode
  61. SummonPose = getgenv().Settings.SummonPose
  62. PosingType = getgenv().Settings.Posing
  63. Hidescreen = getgenv().Settings.Hidescreen
  64. Smoothing = getgenv().Settings.Smoothing
  65. Sounds = getgenv().Settings.Sounds
  66. SummonMusic = getgenv().Settings.SummonMusic
  67. VanishAppear = getgenv().Settings.VanishAppearSound
  68. CustomSong = getgenv().Settings.CustomSong
  69. resolve = getgenv().Settings.Resolver
  70. Bind = getgenv().Settings.AntiStomp
  71. Fpscap = getgenv().Settings.FPSCAP
  72. lowgraphics = getgenv().Settings.LowGraphics
  73. Alt = getgenv().Settings.Alt
  74. game.StarterGui:SetCore("SendNotification", {
  75. Title = "Tunder z v.2";
  76. Text = "thx for using our Stand Skript";
  77. Duration = 30;
  78. })
  79. Wait(1)
  80.  
  81. local ScriptName = "Ticxyy Stand Rewrite V1.1"
  82. if getgenv().StandLoaded ~= nil then
  83. game.StarterGui:SetCore("SendNotification", {
  84. Title = "Already Excuted";
  85. Text = "thx for using our executer";
  86. Duration = 30;
  87. })
  88. return
  89. end
  90.  
  91. STAND = game:GetService('Players'):FindFirstChild(game:GetService('Players').LocalPlayer.Name)
  92. OWNER = game:GetService("Players"):FindFirstChild(StandOwner)
  93. rs = game:GetService("RunService")
  94.  
  95. function getRoot(v)local rootPart = v.Character:FindFirstChild('HumanoidRootPart') return rootPart end
  96. function getTorso(v)local Torso = v.Character:FindFirstChild('UpperTorso')return Torso end
  97. function getHumanoid(v)local Humanoid = v.Character:FindFirstChildOfClass("Humanoid")return Humanoid end
  98. function KO(v)local KOEffect = v.Character:FindFirstChild('BodyEffects'):FindFirstChild('K.O')return KOEffect end
  99. function Dead(v)local DeadEffect = v.Character:FindFirstChild('BodyEffects'):FindFirstChild('Dead')return DeadEffect end
  100. function Attacking(v) local Attacks = v.Character:FindFirstChild('BodyEffects'):FindFirstChild('Attacking') return Attacks end
  101.  
  102. if game:GetService("Players"):FindFirstChild(StandOwner) then
  103. game.StarterGui:SetCore("SendNotification", {
  104. Title = "Owner Found";
  105. Text = "thx for using our executer";
  106. Duration = 30;
  107. })
  108. getgenv().StandLoaded = true
  109. else
  110. game.StarterGui:SetCore("SendNotification", {
  111. Title = "Tunder z v.2";
  112. Text = "The Owner Is Not In Your Server πŸ’€";
  113. Duration = 30;
  114. })
  115. return
  116. end
  117.  
  118. assert(getrawmetatable)
  119. gmt = getrawmetatable(game)
  120. setreadonly(gmt, false)
  121. old = gmt.__namecall
  122. gmt.__namecall =
  123. newcclosure(
  124. function(self, ...)
  125. local args = {...}
  126. if tostring(self) == "RemoteFunction" then return end
  127. if tostring(self) == "MainEvent" then
  128. if tostring(args[1]) == "DropMoney" or tostring(args[1]) == "TimerDecrease" or tostring(args[1]) == "Grabbing" or tostring(args[1]) == "Block" or tostring(args[1]) == "Stomp" or tostring(args[1]) == "JoinCrew" or tostring(args[1]) == "LeaveCrew" or tostring(args[1]) == "PhoneCall" or tostring(args[1]) == "Boombox" or tostring(args[1]) == "BoomboxStop" or tostring(args[1]) == "EnterPromoCode" or tostring(args[1]) == "PurchaseSkinCrate" or tostring(args[1]) == "TimerMoney" or tostring(args[1]) == "Reload" or tostring(args[1]) == "UpdateMousePos" or tostring(args[1]) == "FireworkText" or tostring(args[1]) == "ChargeButton" or tostring(args[1]) == "ResetNew" then
  129. else
  130. return
  131. end
  132. end
  133. return old(self, ...)
  134. end)
  135.  
  136. local g
  137. g = hookmetamethod(game, "__namecall", function(...)
  138. local f = {
  139. ...
  140. }
  141. local c = f[1]
  142. local a = getnamecallmethod()
  143. local _ = getcallingscript()
  144. if (a == "FireServer" and c == d and e(b, f[2])) then
  145. return
  146. end
  147. if (not checkcaller() and getfenv(2).crash) then
  148. hookfunction(getfenv(2).crash, function()
  149. end)
  150. end
  151. return g(...)
  152. end)
  153.  
  154. game.StarterGui:SetCore("SendNotification", {
  155. Title = "Tunder z v.2";
  156. Text = "Dahood Anti Cheat Is Bad Lol πŸ’€";
  157. Duration = 30;
  158. })
  159. game.StarterGui:SetCore("SendNotification", {
  160. Title = "Tunder z v.2";
  161. Text = "Bypassed πŸ’€";
  162. Duration = 30;
  163. })
  164. local vu = game:GetService("VirtualUser") -- AntiAfk
  165. STAND.Idled:connect(function()
  166. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  167. wait(1)
  168. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  169. end)
  170.  
  171. if tonumber(Fpscap) then
  172. _G.FPS = Fpscap
  173. local clock = tick()
  174.  
  175. _G.fps = true
  176. rs.heartbeat:connect(function()
  177. if _G.fps == true then
  178. while clock + 1 / _G.FPS > tick() do end
  179. wait()
  180. clock = tick()
  181. end
  182. end)
  183. end
  184.  
  185. for d, e in pairs(game.Workspace:GetDescendants()) do
  186. if e:IsA("Seat") then
  187. e:Destroy()
  188. end
  189. end
  190.  
  191. local float = Instance.new("Part",game.Workspace)
  192. float.Parent = game.Workspace
  193. float.Name = "FLOATPART"
  194. float.Transparency = 0
  195. float.Anchored = true
  196. float.Size = Vector3.new(6,1,6)
  197.  
  198. if lowgraphics == true then
  199. local decalsyeeted = true -- Leaving this on makes games look shitty but the fps goes up by at least 20.
  200. local g = game
  201. local w = g.Workspace
  202. local l = g.Lighting
  203. local t = w.Terrain
  204. t.WaterWaveSize = 0
  205. t.WaterWaveSpeed = 0
  206. t.WaterReflectance = 0
  207. t.WaterTransparency = 0
  208. l.GlobalShadows = false
  209. l.FogEnd = 9e9
  210. l.Brightness = 0
  211. settings().Rendering.QualityLevel = "Level01"
  212. for i, v in pairs(g:GetDescendants()) do
  213. if v:IsA("Part") or v:IsA("Union") or v:IsA("CornerWedgePart") or v:IsA("TrussPart") then
  214. v.Material = "Plastic"
  215. v.Reflectance = 0
  216. elseif v:IsA("Decal") or v:IsA("Texture") and decalsyeeted then
  217. v.Transparency = 1
  218. elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then
  219. v.Lifetime = NumberRange.new(0)
  220. elseif v:IsA("Explosion") then
  221. v.BlastPressure = 1
  222. v.BlastRadius = 1
  223. elseif v:IsA("Fire") or v:IsA("SpotLight") or v:IsA("Smoke") or v:IsA("Sparkles") then
  224. v.Enabled = false
  225. elseif v:IsA("MeshPart") then
  226. v.Material = "Plastic"
  227. v.Reflectance = 0
  228. v.TextureID = 10385902758728957
  229. end
  230. end
  231. for i, e in pairs(l:GetChildren()) do
  232. if e:IsA("BlurEffect") or e:IsA("SunRaysEffect") or e:IsA("ColorCorrectionEffect") or e:IsA("BloomEffect") or e:IsA("DepthOfFieldEffect") then
  233. e.Enabled = false
  234. end
  235. end
  236. print("Low Graphics Enabled!")
  237. end
  238.  
  239. --local
  240. local SkyP = 0
  241. local UnderP = -6.8
  242. local delta = 0
  243. local duration = 0.7
  244. local StopHoverAnim = false
  245. local Move = 0
  246. local reversing = false
  247. --locals for Attack!
  248. local StudLimit = 75
  249. local MainEvent = game:GetService("ReplicatedStorage").MainEvent
  250.  
  251. function Stop()
  252. getHumanoid(STAND):UnequipTools()
  253. StopHoverAnim = false
  254. follow = false
  255. looking = false
  256. noclip = false
  257. vanish = false
  258. bring = false
  259. Knocked = false
  260. Kills = false
  261. StompTarget = false
  262. circle = false
  263. Arrest = false
  264. Frame = false
  265. knifenear = false
  266. killnear = false
  267. Viewing = false
  268. barragepos = false
  269. barragepunch = false
  270. mimicpunch = false
  271. block = false
  272. mimic = false
  273. Fog = false
  274. UpFog = false
  275. WideFog = false
  276. FlatFog = false
  277. GunKnock = false
  278. GunStomp = false
  279. Strafe = false
  280. Locking = false
  281. ORA = false
  282. Stab = false
  283. Line = false
  284. Stabbing = false
  285. AutoWeight = false
  286. Annoy = false
  287. KnifeKills = false
  288. KnifeAnnoy = false
  289. autodrop = false
  290. lettucefarm = false
  291. AutoArmor = false
  292. Glitch = false
  293. SMITE = false
  294. Bagging = false
  295. Sneak = false
  296. boxing = false
  297. if getRoot(STAND):FindFirstChild("BodyPosition") then getRoot(STAND).BodyPosition:Destroy()end
  298. if getRoot(STAND):FindFirstChild("BodyGyro") then getRoot(STAND).BodyGyro:Destroy()end
  299. end
  300. Stop()
  301. function GripPos(Y)
  302. local LastObject = STAND.Character:FindFirstChildOfClass("Tool")
  303. getHumanoid(STAND):UnequipTools() wait(.1)
  304. LastObject.GripPos = Vector3.new(-0,-Y,0) wait(.1)
  305. STAND.Character:FindFirstChild("Humanoid"):EquipTool(LastObject)
  306. end
  307.  
  308. function Hit()
  309. if Attack == 'Heavy' then
  310. if STAND.Character:FindFirstChild('Combat') then
  311. STAND.Character:FindFirstChild('Combat'):Activate()
  312. else
  313. STAND.Backpack:FindFirstChild('Combat').Parent = STAND.Character
  314. end
  315. else
  316. if Attack == 'Light' then
  317. if STAND.Character:FindFirstChild('Combat') then
  318. STAND.Character:FindFirstChild('Combat'):Activate()
  319. STAND.Character:FindFirstChild('Combat'):Deactivate()
  320. else
  321. STAND.Backpack:FindFirstChild('Combat').Parent = STAND.Character
  322. end
  323. end
  324. end
  325. end
  326.  
  327. function KnifeHit()
  328. if Attack == 'Heavy' then
  329. if STAND.Character:FindFirstChild('[Knife]') then
  330. STAND.Character:FindFirstChild('[Knife]'):Activate()
  331. else
  332. STAND.Backpack:FindFirstChild('[Knife]').Parent = STAND.Character
  333. end
  334. else
  335. if Attack == 'Light' then
  336. if STAND.Character:FindFirstChild('[Knife]') then
  337. STAND.Character:FindFirstChild('[Knife]'):Activate()
  338. STAND.Character:FindFirstChild('[Knife]'):Deactivate()
  339. else
  340. STAND.Backpack:FindFirstChild('[Knife]').Parent = STAND.Character
  341. end
  342. end
  343. end
  344. end
  345.  
  346. function LowerArm(TP)
  347. STAND.Character:FindFirstChild('RightHand').CFrame = TP
  348. STAND.Character:FindFirstChild('LeftHand').CFrame = TP
  349. STAND.Character:FindFirstChild('RightFoot').CFrame = TP
  350. STAND.Character:FindFirstChild('LeftFoot').CFrame = TP
  351. STAND.Character:FindFirstChild('Head').CFrame = TP
  352. end
  353.  
  354. function Reset()
  355. game.ReplicatedStorage.MainEvent:FireServer("ResetNew")
  356. getHumanoid(STAND):ChangeState'Dead'
  357. end
  358.  
  359. function TargetMalee(TARGET)
  360. q = getRoot(TARGET)
  361. w = TARGET.Character:FindFirstChild('Head')
  362. e = getHumanoid(TARGET)
  363. t = getRoot(STAND)
  364. for _,v in ipairs(STAND.Character:WaitForChild("Humanoid"):GetPlayingAnimationTracks()) do v:Stop() end
  365. if game.Workspace.Vehicles:FindFirstChild(TARGET.Name) then
  366. t.CFrame = CFrame.new(game.Workspace.Vehicles[TARGET.Name].Position)*CFrame.new(game.Workspace.Vehicles[TARGET.Name].Velocity*.4)*CFrame.new(0,0,0)
  367. else
  368. if resolve == true then
  369. if AttackMode == "Under" then
  370. if STAND.Character:FindFirstChild("BodyEffects"):FindFirstChild("Movement"):FindFirstChild("ReduceWalk") then
  371. t.CFrame = CFrame.new(q.Position + Vector3.new(0,UnderP,0) + (e.MoveDirection*Prediction*e.WalkSpeed))*CFrame.Angles(math.pi*0.5,0,0)
  372. else
  373. t.CFrame = q.CFrame*CFrame.new(0,500,0)
  374. end
  375. else
  376. if AttackMode == "Sky" then
  377. if STAND.Character:FindFirstChild("BodyEffects"):FindFirstChild("Movement"):FindFirstChild("ReduceWalk") then
  378. t.CFrame = CFrame.new(q.Position + Vector3.new(0,SkyP,0) + (e.MoveDirection*Prediction*e.WalkSpeed))
  379. else
  380. t.CFrame = q.CFrame*CFrame.new(0,500,0)
  381. end
  382. end
  383. end
  384. else
  385. if AttackMode == "Under" then
  386. if STAND.Character:FindFirstChild("BodyEffects"):FindFirstChild("Movement"):FindFirstChild("ReduceWalk") then
  387. t.CFrame = CFrame.new(q.Position.X+(w.Velocity.X*Prediction),q.Position.Y+(w.Velocity.Y*0),q.Position.Z+(w.Velocity.Z*Prediction))*CFrame.new(0,UnderP,0)*CFrame.Angles(math.pi*0.5,0,0)
  388. else
  389. t.CFrame = q.CFrame*CFrame.new(0,500,0)
  390. end
  391. else
  392. if AttackMode == "Sky" then
  393. if STAND.Character:FindFirstChild("BodyEffects"):FindFirstChild("Movement"):FindFirstChild("ReduceWalk") then
  394. t.CFrame = CFrame.new(q.Position.X+(w.Velocity.X*Prediction),q.Position.Y+(w.Velocity.Y*0),q.Position.Z+(w.Velocity.Z*Prediction))*CFrame.new(0,0,0)
  395. else
  396. t.CFrame = q.CFrame*CFrame.new(0,500,0)
  397. end
  398. end
  399. end
  400. end
  401. game.Workspace.Camera.CameraSubject = getHumanoid(TARGET)
  402. end
  403. end
  404.  
  405. function TargetKnife(TARGET)
  406. for _,v in ipairs(STAND.Character:WaitForChild("Humanoid"):GetPlayingAnimationTracks()) do v:Stop() end
  407. if game.Workspace.Vehicles:FindFirstChild(TARGET.Name) then
  408. getRoot(STAND).CFrame = CFrame.new(game.Workspace.Vehicles[TARGET.Name].Position)*CFrame.new(game.Workspace.Vehicles[TARGET.Name].Velocity*.4)*CFrame.new(0,0,0)
  409. else
  410. if resolve == true then
  411. getRoot(STAND).CFrame = CFrame.new(getRoot(TARGET).Position + Vector3.new(0,UnderP,0) + (getHumanoid(TARGET).MoveDirection*Prediction*getHumanoid(TARGET).WalkSpeed))*CFrame.Angles(math.pi*0.5,0,0)
  412. else
  413. getRoot(STAND).CFrame = CFrame.new(getRoot(TARGET).Position.X+(getRoot(TARGET).Velocity.X*Prediction),getRoot(TARGET).Position.Y+(getRoot(TARGET).Velocity.Y*0),getRoot(TARGET).Position.Z+(getRoot(TARGET).Velocity.Z*Prediction))*CFrame.new(0,UnderP,0)*CFrame.Angles(math.pi*0.5,0,0)
  414. end
  415. end
  416. end
  417.  
  418. function Grab(Target)
  419. Stop()
  420. noclip = true
  421. repeat rs.heartbeat:Wait()
  422. if KO(TARGET).Value == true then
  423. getRoot(STAND).CFrame = CFrame.new(getTorso(TARGET).Position)*CFrame.new(0,3,0)
  424. wait(.2)
  425. game.ReplicatedStorage.MainEvent:FireServer("Grabbing",true)
  426. wait(.3)
  427. getRoot(STAND).CFrame = getRoot(OWNER).CFrame*CFrame.new(0,3,0)
  428. end
  429. until KO(TARGET).Value == false
  430. Summon()
  431. end
  432.  
  433.  
  434. function Bring(Target)
  435. Stop()
  436. bring = true
  437. noclip = true
  438. if KO(TARGET).Value == false then
  439. game.Workspace.Camera.CameraSubject = getHumanoid(STAND)
  440. repeat rs.heartbeat:Wait()
  441. if KO(TARGET).Value == false then
  442. Hit()
  443. TargetMalee(Target)
  444. game.Workspace.Camera.CameraSubject = getRoot(TARGET)
  445. end
  446. until KO(TARGET).Value == true or bring == false
  447.  
  448. repeat rs.heartbeat:Wait()
  449. getRoot(STAND).CFrame = getRoot(TARGET).CFrame*CFrame.new(0,300,0)
  450. until Attacking(STAND).Value == false
  451. if Alt == false then
  452. repeat rs.heartbeat:Wait()
  453. if KO(TARGET).Value == true then
  454. getRoot(STAND).CFrame = CFrame.new(getTorso(TARGET).Position)*CFrame.new(0,3,0)
  455. wait(.2)
  456. game.ReplicatedStorage.MainEvent:FireServer("Grabbing")
  457. wait(.3)
  458. getRoot(STAND).CFrame = OWNER.Character:FindFirstChild('HumanoidRootPart').CFrame*CFrame.new(0,3,0)
  459. end
  460. until KO(TARGET).Value == false or bring == false
  461. end
  462. Summon()
  463. else
  464. if Alt == false then
  465. repeat rs.heartbeat:Wait()
  466. if KO(TARGET).Value == true then
  467. getRoot(STAND).CFrame = CFrame.new(getTorso(TARGET).Position)*CFrame.new(0,3,0)
  468. wait(.2)
  469. game.ReplicatedStorage.MainEvent:FireServer("Grabbing")
  470. wait(.3)
  471. getRoot(STAND).CFrame = getRoot(OWNER).CFrame*CFrame.new(0,3,0)
  472. end
  473. until KO(TARGET).Value == false or bring == false
  474. end
  475. Summon()
  476. end
  477. end
  478.  
  479. function GetNearest()
  480. local ClosestPlayer
  481. local ClosestDistance = math.huge
  482. for _,v in pairs(game.Players:GetPlayers()) do
  483. if v.Character and OWNER.Character then
  484. if v.Character:FindFirstChild('BodyEffects') and v.Character:FindFirstChild('BodyEffects'):FindFirstChild('Defense') and v.Character:FindFirstChild('BodyEffects'):FindFirstChild('BreakingParts') then
  485. if v ~= OWNER and v:FindFirstChild('DataFolder') and v:FindFirstChild('DataFolder'):FindFirstChild('Information') then
  486. if v.Character:WaitForChild('BodyEffects')['K.O'].Value == false then
  487. if v:FindFirstChild('DataFolder'):FindFirstChild('Information'):FindFirstChild('Crew') then
  488. if v.Character:FindFirstChild('HumanoidRootPart') then
  489. if v.DataFolder.Information.Crew.Value ~= OWNER.DataFolder.Information.Crew.Value or not v.DataFolder.Information:FindFirstChild('Crew') then
  490. local Distance = (v.Character:FindFirstChild('HumanoidRootPart').Position - getRoot(OWNER).Position).Magnitude
  491. if Distance < ClosestDistance then
  492. if Distance <= StudLimit then
  493. ClosestDistance = Distance
  494. ClosestPlayer = v
  495. end
  496. end
  497. end
  498. end
  499. else
  500. if v.Character:FindFirstChild('HumanoidRootPart') then
  501. local Distance = (v.Character:FindFirstChild('HumanoidRootPart').Position - getRoot(OWNER).Position).Magnitude
  502. if Distance < ClosestDistance then
  503. if Distance <= StudLimit then
  504. ClosestDistance = Distance
  505. ClosestPlayer = v
  506. end
  507. end
  508. end
  509. end
  510. end
  511. end
  512. end
  513. end
  514. end
  515. return ClosestPlayer
  516. end
  517.  
  518. function GetNearest2()
  519. local ClosestPlayer
  520. local ClosestDistance = math.huge
  521. for _,v in pairs(game.Players:GetPlayers()) do
  522. if v.Character and OWNER.Character then
  523. if v.Character:FindFirstChild('BodyEffects') and v.Character:FindFirstChild('BodyEffects'):FindFirstChild('Defense') and v.Character:FindFirstChild('BodyEffects'):FindFirstChild('BreakingParts') then
  524. if v ~= OWNER and v:FindFirstChild('DataFolder') and v:FindFirstChild('DataFolder'):FindFirstChild('Information') then
  525. if v.Character:WaitForChild('BodyEffects')['K.O'].Value == true then
  526. if v:FindFirstChild('DataFolder'):FindFirstChild('Information'):FindFirstChild('Crew') then
  527. if v.Character:FindFirstChild('HumanoidRootPart') then
  528. if v.DataFolder.Information.Crew.Value ~= OWNER.DataFolder.Information.Crew.Value or not v.DataFolder.Information:FindFirstChild('Crew') then
  529. local Distance = (v.Character:FindFirstChild('HumanoidRootPart').Position - getRoot(OWNER).Position).Magnitude
  530. if Distance < ClosestDistance then
  531. if Distance <= StudLimit then
  532. ClosestDistance = Distance
  533. ClosestPlayer = v
  534. end
  535. end
  536. end
  537. end
  538. else
  539. if v.Character:FindFirstChild('HumanoidRootPart') then
  540. local Distance = (v.Character:FindFirstChild('HumanoidRootPart').Position - getRoot(OWNER).Position).Magnitude
  541. if Distance < ClosestDistance then
  542. if Distance <= StudLimit then
  543. ClosestDistance = Distance
  544. ClosestPlayer = v
  545. end
  546. end
  547. end
  548. end
  549. end
  550. end
  551. end
  552. end
  553. end
  554. return ClosestPlayer
  555. end
  556.  
  557. --Animations
  558. function ANIMATION()
  559. if not game:GetService("Workspace"):FindFirstChild("barrage1") and not game:GetService("Workspace"):FindFirstChild("barrage2") and not game:GetService("Workspace"):FindFirstChild("barrage3") and not game:GetService("Workspace"):FindFirstChild("barrage4") then
  560. local barrage1 = Instance.new('Animation',game:GetService("Workspace"))
  561. barrage1.AnimationId = 'rbxassetid://8254787838'
  562. barrage1.Name = "barrage1"
  563. local barrage2 = Instance.new('Animation',game:GetService("Workspace"))
  564. barrage2.AnimationId = 'rbxassetid://8254789608'
  565. barrage2.Name = "barrage2"
  566. local barrage3 = Instance.new('Animation',game:GetService("Workspace"))
  567. barrage3.AnimationId = 'rbxassetid://8254792138'
  568. barrage3.Name = "barrage3"
  569. local barrage4 = Instance.new('Animation',game:GetService("Workspace"))
  570. barrage4.AnimationId = 'rbxassetid://8254794168'
  571. barrage4.Name = "barrage4"
  572. Barraging1 = getHumanoid(STAND):LoadAnimation(barrage1)
  573. Barraging2 = getHumanoid(STAND):LoadAnimation(barrage2)
  574. Barraging3 = getHumanoid(STAND):LoadAnimation(barrage3)
  575. Barraging4 = getHumanoid(STAND):LoadAnimation(barrage4)
  576. else
  577. local barrage1 = game:GetService("Workspace").barrage1
  578. local barrage2 = game:GetService("Workspace").barrage2
  579. local barrage3 = game:GetService("Workspace").barrage3
  580. local barrage4 = game:GetService("Workspace").barrage4
  581. Barraging1 = getHumanoid(STAND):LoadAnimation(barrage1)
  582. Barraging2 = getHumanoid(STAND):LoadAnimation(barrage2)
  583. Barraging3 = getHumanoid(STAND):LoadAnimation(barrage3)
  584. Barraging4 = getHumanoid(STAND):LoadAnimation(barrage4)
  585. end
  586.  
  587. if not game:GetService("Workspace"):FindFirstChild("FLY") and
  588. not game:GetService("Workspace"):FindFirstChild("HOVER") and
  589. not game:GetService("Workspace"):FindFirstChild("HOVERV2") and
  590. not game:GetService("Workspace"):FindFirstChild("HOVERV3") and
  591. not game:GetService("Workspace"):FindFirstChild("GLIDE") then
  592. local Hover = Instance.new('Animation',game:GetService("Workspace"))
  593. local Glide = Instance.new('Animation',game:GetService("Workspace"))
  594. local Fly = Instance.new('Animation',game:GetService("Workspace"))
  595. local HoverV2 = Instance.new('Animation',game:GetService("Workspace"))
  596. local HoverV3 = Instance.new('Animation',game:GetService("Workspace"))
  597. Hover.AnimationId = 'rbxassetid://3541114300'
  598. Glide.AnimationId = 'rbxassetid://3084858603'
  599. Fly.AnimationId = 'rbxassetid://3541044388'
  600. HoverV2.AnimationId = 'rbxassetid://13850634687'
  601. HoverV3.AnimationId = 'rbxassetid://13850660986'
  602. Hover.Name = "HOVER"
  603. Glide.Name = "GLIDE"
  604. Fly.Name = "FLY"
  605. HoverV2.Name = "HOVERV2"
  606. HoverV3.Name = "HOVERV3"
  607. GLIDE = getHumanoid(STAND):LoadAnimation(Glide)
  608. FLY = getHumanoid(STAND):LoadAnimation(Fly)
  609. HOVER = getHumanoid(STAND):LoadAnimation(Hover)
  610. HOVERV2 = getHumanoid(STAND):LoadAnimation(HoverV2)
  611. HOVERV3 = getHumanoid(STAND):LoadAnimation(HoverV3)
  612. else
  613. GLIDE = getHumanoid(STAND):LoadAnimation(game:GetService("Workspace").GLIDE)
  614. FLY = getHumanoid(STAND):LoadAnimation(game:GetService("Workspace").FLY)
  615. HOVER = getHumanoid(STAND):LoadAnimation(game:GetService("Workspace").HOVER)
  616. HOVERV2 = getHumanoid(STAND):LoadAnimation(game:GetService("Workspace").HOVERV2)
  617. HOVERV3 = getHumanoid(STAND):LoadAnimation(game:GetService("Workspace").HOVERV3)
  618. end
  619. -- Poses :
  620. if not game:GetService("Workspace"):FindFirstChild("TopRock") then
  621. TopRock = Instance.new('Animation',game:GetService("Workspace"));
  622. TopRock.AnimationId = 'rbxassetid://3361276673';
  623. TopRock.Name = 'TopRock';
  624. Pose1 = getHumanoid(STAND):LoadAnimation(TopRock);
  625. Pose1.Looped = true;
  626. Pose1.Priority = Enum.AnimationPriority.Action;
  627. else
  628. TopRock = game:GetService("Workspace"):FindFirstChild("TopRock");
  629. Pose1 = getHumanoid(STAND):LoadAnimation(TopRock);
  630. Pose1.Looped = true;
  631. Pose1.Priority = Enum.AnimationPriority.Action;
  632. end
  633.  
  634. if not game:GetService("Workspace"):FindFirstChild("Beckon") then
  635. Beckon = Instance.new('Animation',game:GetService("Workspace"));
  636. Beckon.AnimationId = 'rbxassetid://5230598276';
  637. Beckon.Name = 'Beckon';
  638. Pose2 = getHumanoid(STAND):LoadAnimation(Beckon);
  639. Pose2.Looped = true;
  640. Pose2.Priority = Enum.AnimationPriority.Action;
  641. else
  642. Beckon = game:GetService("Workspace"):FindFirstChild("Beckon");
  643. Pose2 = getHumanoid(STAND):LoadAnimation(Beckon);
  644. Pose2.Looped = true;
  645. Pose2.Priority = Enum.AnimationPriority.Action;
  646. end
  647.  
  648. if not game:GetService("Workspace"):FindFirstChild("Godlike") then
  649. Godlike = Instance.new('Animation', game:GetService("Workspace"));
  650. Godlike.AnimationId = 'rbxassetid://3337994105';
  651. Godlike.Name = 'Godlike';
  652. Pose3 = getHumanoid(STAND):LoadAnimation(Godlike);
  653. Pose3.Looped = true;
  654. Pose3.Priority = Enum.AnimationPriority.Action;
  655. else
  656. Godlike = game:GetService("Workspace"):FindFirstChild("Godlike");
  657. Pose3 = getHumanoid(STAND):LoadAnimation(Godlike);
  658. Pose3.Looped = true;
  659. Pose3.Priority = Enum.AnimationPriority.Action;
  660. end
  661.  
  662.  
  663. end
  664. ANIMATION()
  665. function TWEEN(CFRAME)
  666. local Tween = game:GetService('TweenService'):Create(getRoot(STAND),TweenInfo.new(.2,Enum.EasingStyle.Linear),{CFrame = CFRAME})
  667. Tween:Play();
  668. Tween.Completed:Wait();
  669. end
  670.  
  671. function MoveTo(X,Y,Z)
  672. getHumanoid(STAND):ChangeState(8)
  673. if STAND.Character.Head:FindFirstChildWhichIsA("Motor6D") then
  674. if not getRoot(STAND):FindFirstChildWhichIsA("BodyPosition") then
  675. local BP = Instance.new("BodyPosition",getRoot(STAND))
  676. BP.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  677. BP.P = 3500
  678. BP.D = 500
  679. getHumanoid(STAND).AutoRotate = false
  680. end
  681. if not getRoot(STAND):FindFirstChildWhichIsA("BodyGyro") then
  682. local bg = Instance.new("BodyGyro",getRoot(STAND))
  683. bg.maxTorque = Vector3.new(9e9,9e9,9e9)
  684. bg.P = 10000
  685. end
  686. getRoot(STAND).BodyGyro.CFrame = getRoot(OWNER).CFrame
  687. getRoot(STAND).BodyPosition.Position = getRoot(OWNER).CFrame*CFrame.new(X,Y,Z).Position
  688. else
  689. getRoot(STAND).CFrame = getRoot(OWNER).CFrame*CFrame.new(X,Y,Z)
  690. STAND.Character:FindFirstChild('RightHand').CFrame = getRoot(STAND).CFrame*CFrame.new(0,4,5)
  691. STAND.Character:FindFirstChild('LeftHand').CFrame = getRoot(STAND).CFrame*CFrame.new(0,4,0)
  692. STAND.Character:FindFirstChild('RightFoot').CFrame = getRoot(STAND).CFrame*CFrame.new(0,4,0)
  693. STAND.Character:FindFirstChild('LeftFoot').CFrame = getRoot(STAND).CFrame*CFrame.new(0,4,0)
  694. STAND.Character:FindFirstChild('Head').CFrame = getRoot(STAND).CFrame*CFrame.new(0,4,0)
  695. end
  696. end
  697.  
  698. function MoveToTarget(X,Y,Z)
  699. if not getRoot(STAND):FindFirstChildWhichIsA("BodyPosition") then
  700. local BP = Instance.new("BodyPosition",getRoot(STAND))
  701. BP.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  702. BP.P = 2500
  703. BP.D = 300
  704. getHumanoid(STAND).AutoRotate = false
  705. end
  706. if not getRoot(STAND):FindFirstChildWhichIsA("BodyGyro") then
  707. local bg = Instance.new("BodyGyro",getRoot(STAND))
  708. bg.maxTorque = Vector3.new(9e9,9e9,9e9)
  709. bg.P = 2500
  710. end
  711. getRoot(STAND).BodyGyro.CFrame = getRoot(TARGET).CFrame
  712. getRoot(STAND).BodyPosition.Position = getRoot(TARGET).CFrame*CFrame.new(X,Y,Z).Position
  713. end
  714.  
  715. -- Poses :
  716. local function pose1()
  717. if Posing1 == true then
  718. rs:UnbindFromRenderStep("POSING")
  719. Posing1 = false
  720. Pose1:Stop(0.5)
  721. else
  722. Posing1 = true
  723. rs:BindToRenderStep("POSING",-1 ,function()
  724. pcall(function()
  725. if Posing1 == true then
  726. for i,v in pairs(STAND.Character:WaitForChild("Humanoid"):GetPlayingAnimationTracks()) do
  727. if (v.Animation.AnimationId:match("rbxassetid://3541114300")) or
  728. (v.Animation.AnimationId:match("rbxassetid://3084858603")) or
  729. (v.Animation.AnimationId:match("rbxassetid://13850634687")) then
  730. v:Stop();
  731. end
  732. end
  733. if not Pose1.IsPlaying then
  734. Pose1:Play();
  735. Pose1:AdjustSpeed(0);
  736. Pose1.TimePosition = 0.42;
  737. end
  738. end
  739. end)
  740. end)
  741. end
  742. end
  743.  
  744. local function pose2()
  745. if Posing2 == true then
  746. rs:UnbindFromRenderStep("POSING")
  747. Posing2 = false
  748. Pose2:Stop(0.5)
  749. else
  750. Posing2 = true
  751. rs:BindToRenderStep("POSING",-1 ,function()
  752. pcall(function()
  753. if Posing2 == true then
  754. if not Pose2.IsPlaying then
  755. Pose2:Play();
  756. Pose2:AdjustSpeed(0);
  757. Pose2.TimePosition = 0.42;
  758. end
  759. end
  760. end)
  761. end)
  762. end
  763. end
  764.  
  765. local function pose3()
  766. if Posing3 == true then
  767. rs:UnbindFromRenderStep("POSING")
  768. Posing3 = false
  769. Pose3:Stop(0.5)
  770. else
  771. Posing3 = true
  772. rs:BindToRenderStep("POSING",-1 ,function()
  773. pcall(function()
  774. if Posing3 == true then
  775. for i,v in pairs(STAND.Character:WaitForChild("Humanoid"):GetPlayingAnimationTracks()) do
  776. if (v.Animation.AnimationId:match("rbxassetid://3541114300")) or
  777. (v.Animation.AnimationId:match("rbxassetid://3084858603")) or
  778. (v.Animation.AnimationId:match("rbxassetid://13850634687")) then
  779. v:Stop();
  780. end
  781. end
  782. if not Pose3.IsPlaying then
  783. Pose3:Play();
  784. Pose3:AdjustSpeed(0);
  785. Pose3.TimePosition = 0.85;
  786. end
  787. end
  788. end)
  789. end)
  790. end
  791. end
  792.  
  793. --BOOMBOX
  794. local OriginalKeyUpValue = 0
  795. function StopAudio()
  796. if STAND.Character.LowerTorso:FindFirstChild("BOOMBOXSOUND") then
  797. game:GetService("ReplicatedStorage"):WaitForChild("MainEvent"):FireServer("BoomboxStop")
  798. end
  799. end
  800.  
  801. function STOPLMAO(ID,Key)
  802. local cor = coroutine.wrap(function()
  803. wait(STAND.Character.LowerTorso.BOOMBOXSOUND.TimeLength-0.1)
  804. if STAND.Character.LowerTorso.BOOMBOXSOUND.SoundId == "rbxassetid://"..ID and OriginalKeyUpValue == Key then
  805. StopAudio()
  806. end
  807. end)
  808. cor()
  809. end
  810.  
  811. function play(ID,STOP,TOOL)
  812. if STAND.Backpack:FindFirstChild("[Boombox]") then
  813. local Tool = nil
  814. if STAND.Character:FindFirstChildWhichIsA("Tool") and LMAO == true then
  815. Tool = STAND.Character:FindFirstChildWhichIsA("Tool")
  816. STAND.Character:FindFirstChildWhichIsA("Tool").Parent = STAND.Backpack
  817. end
  818. STAND.Backpack["[Boombox]"].Parent = STAND.Character
  819. game.ReplicatedStorage.MainEvent:FireServer("Boombox",ID)
  820. STAND.Character["[Boombox]"].Parent = STAND.Backpack
  821. STAND.PlayerGui.MainScreenGui.BoomboxFrame.Visible = false
  822. if Tool ~= true then
  823. if Tool then
  824. Tool.Parent = STAND.Character
  825. end
  826. end
  827. if STOP == true then
  828. STAND.Character.LowerTorso:WaitForChild("BOOMBOXSOUND")
  829. local cor = coroutine.wrap(function()
  830. repeat Wait() until STAND.Character.LowerTorso.BOOMBOXSOUND.SoundId == "rbxassetid://"..ID and STAND.Character.LowerTorso.BOOMBOXSOUND.TimeLength > 0.01
  831. OriginalKeyUpValue = OriginalKeyUpValue+1
  832. STOPLMAO(ID,OriginalKeyUpValue)
  833. end)
  834. cor()
  835. end
  836. end
  837. end
  838.  
  839. function SummonAudio()
  840. if SummonMusic == true and StandMode == 'Star Platinum : OverHeaven' then
  841. play(5684695930,true,true)
  842. elseif SummonMusic == true and StandMode == "Star Platinum, Za Warudo!" then
  843. play(5736107502,true,true)
  844. elseif SummonMusic == true and StandMode == 'Star Platinum : The World' then
  845. play(2404992854,true,true)
  846. elseif SummonMusic == true and StandMode == "TheWorld" then
  847. play(5129686200,true,true)
  848. elseif SummonMusic == true and StandMode == 'C moon' then
  849. play(2404992854,true,true)
  850. elseif SummonMusic == true and StandMode == "Cmoon" then
  851. play(8258958078,true,true)
  852. elseif SummonMusic == true and StandMode == "King Crimson" then
  853. play(3373956700,true,true)
  854. elseif SummonMusic == true and StandMode == "MIH" then
  855. play(8713037614,true,true)
  856. elseif SummonMusic == true and StandMode == 'D4C' then
  857. play(8769131644,true,true)
  858. elseif SummonMusic == true and StandMode == 'Killer Queen' then
  859. play(5818138638,true,true)
  860. end
  861. end
  862.  
  863.  
  864. function Summon()
  865. Stop()
  866. follow = true
  867. noclip = true
  868. blocking = true
  869. if FlyMode == 'Heaven' then
  870. HOVER:Play(0.28)
  871. HOVERV2:Play(0.28)
  872. else
  873. HOVER:Play(0.28)
  874. end
  875. end
  876.  
  877. function SummonPose1()
  878. Stop()
  879. noclip = true
  880. getRoot(STAND).CFrame = getRoot(OWNER).CFrame*CFrame.new(0,-100,0)
  881. rs.Stepped:Wait()
  882. getRoot(STAND).CFrame = getRoot(OWNER).CFrame*CFrame.new(0.4,-3,3)
  883. local BP = Instance.new("BodyPosition")
  884. BP.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  885. BP.P = 2500
  886. BP.D = 275
  887. BP.Parent = getRoot(STAND)
  888. BP.Position = getRoot(STAND).Position
  889. rs:BindToRenderStep("Summon", -1 , function()
  890. BP.Position = getRoot(OWNER).CFrame*CFrame.new(1.4,1.85,1.7).Position
  891. end)
  892. pose1()
  893. wait(1.2)
  894. SummonAudio()
  895. pose1()
  896. rs:UnbindFromRenderStep("Summon")
  897. getRoot(STAND):FindFirstChildWhichIsA("BodyPosition"):Destroy()
  898. Summon()
  899. end
  900.  
  901. function SummonPose2()
  902. Stop()
  903. noclip = true
  904. pose2(1)
  905. getRoot(STAND).CFrame = getRoot(OWNER).CFrame*CFrame.new(0,-100,0)
  906. rs.Stepped:Wait()
  907. getRoot(STAND).CFrame = getRoot(OWNER).CFrame*CFrame.new(0,-3,3)
  908. rs.Stepped:Wait()
  909. local BP = Instance.new("BodyPosition")
  910. BP.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  911. BP.P = 300
  912. BP.D = 100
  913. BP.Parent = getRoot(STAND)
  914. BP.Position = getRoot(STAND).Position
  915. rs:BindToRenderStep("Summon", -1 , function()
  916. BP.Position = getRoot(OWNER).CFrame*CFrame.new(1.4,1,3).Position
  917. end)
  918. wait(1.2)
  919. SummonAudio()
  920. rs:UnbindFromRenderStep("Summon")
  921. getRoot(STAND):FindFirstChildWhichIsA("BodyPosition"):Destroy()
  922. pose2()
  923. Summon()
  924. end
  925.  
  926. function SummonPose3()
  927. Stop()
  928. noclip = true
  929. pose3(1)
  930. getRoot(STAND).CFrame = getRoot(OWNER).CFrame*CFrame.new(0,-100,0)
  931. rs.Stepped:Wait()
  932. getRoot(STAND).CFrame = getRoot(OWNER).CFrame*CFrame.new(0,-3,1.65)
  933. rs.Stepped:Wait()
  934. local BP = Instance.new("BodyPosition")
  935. BP.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  936. BP.P = 300
  937. BP.D = 100
  938. BP.Parent = getRoot(STAND)
  939. BP.Position = getRoot(STAND).Position
  940. rs:BindToRenderStep("Summon", -1 , function()
  941. BP.Position = getRoot(OWNER).CFrame*CFrame.new(0,2,3).Position
  942. end)
  943. wait(1)
  944. SummonAudio()
  945. rs:UnbindFromRenderStep("Summon")
  946. getRoot(STAND):FindFirstChildWhichIsA("BodyPosition"):Destroy()
  947. pose3()
  948. Summon()
  949. end
  950.  
  951. function Barrage()
  952. if Sounds == true and StandMode == 'Star Platinum : OverHeaven' then
  953. play(6181278583,false,true)
  954. elseif Sounds == true and StandMode == "Star Platinum,Za Warudo!" then
  955. play(6181278583,false,true)
  956. elseif Sounds == true and StandMode == 'Star Platinum: The World' then
  957. play(6181278583,false,true)
  958. elseif Sounds == true and StandMode == "TheWorld" then
  959. play(6889746326,false,true)
  960. end
  961. Stop()
  962. noclip = true
  963. barragepunch = true
  964. barragepos = true
  965. repeat rs.heartbeat:Wait()
  966. if STAND.Character:FindFirstChild('Combat') then
  967. STAND.Character:FindFirstChild('Combat'):Activate()
  968. STAND.Character:FindFirstChild('Combat'):Deactivate()
  969. else
  970. STAND.Backpack:FindFirstChild('Combat').Parent = STAND.Character
  971. end
  972. for i,v in pairs(STAND.Character:WaitForChild("Humanoid"):GetPlayingAnimationTracks()) do
  973. if (v.Animation.AnimationId:match("rbxassetid://3541114300")) or
  974. (v.Animation.AnimationId:match("rbxassetid://13850634687")) or
  975. (v.Animation.AnimationId:match("rbxassetid://13850660986")) or
  976. (v.Animation.AnimationId:match("rbxassetid://2788309317")) or
  977. (v.Animation.AnimationId:match("rbxassetid://2788308661")) or
  978. (v.Animation.AnimationId:match("rbxassetid://2788311138")) or
  979. (v.Animation.AnimationId:match("rbxassetid://2788309982")) then
  980. v:Stop();
  981. end
  982. end
  983.  
  984. Barraging1:Play()
  985. Barraging2:Stop()
  986. Barraging3:Stop()
  987. Barraging4:Stop()
  988. Barraging1:AdjustSpeed(8.15)
  989. wait(0.013)
  990. Barraging1:Stop()
  991. Barraging2:Play()
  992. Barraging3:Stop()
  993. Barraging4:Stop()
  994. Barraging2:AdjustSpeed(8.15)
  995. wait(0.013)
  996. Barraging1:Stop()
  997. Barraging2:Stop()
  998. Barraging3:Play()
  999. Barraging4:Stop()
  1000. Barraging3:AdjustSpeed(8.15)
  1001. wait(0.013)
  1002. Barraging1:Stop()
  1003. Barraging2:Stop()
  1004. Barraging3:Stop()
  1005. Barraging4:Play()
  1006. Barraging4:AdjustSpeed(8.15)
  1007.  
  1008. until barragepunch == false
  1009.  
  1010. end
  1011.  
  1012. function Nobarrage()
  1013. StopAudio()
  1014. wait()
  1015. if Sounds == true then
  1016. play(6603004272,true,true)
  1017. end
  1018. Summon()
  1019. end
  1020.  
  1021. function Vanish()
  1022. Stop()
  1023. noclip = true
  1024. MoveTo(-0.2,-10,1.4)
  1025. wait(0.250)
  1026. getRoot(STAND):FindFirstChildWhichIsA("BodyPosition"):Destroy()
  1027. getRoot(STAND).CFrame = getRoot(OWNER).CFrame*CFrame.new(0,-100,0)
  1028. vanish = true
  1029. end
  1030.  
  1031. function BuyKnife()
  1032. noclip = true
  1033. repeat Wait()
  1034. getRoot(STAND).CFrame = game.Workspace.Ignored.Shop['[Knife] - $155'].Head.CFrame*CFrame.new(0,-5,0)
  1035. fireclickdetector(game.Workspace.Ignored.Shop['[Knife] - $155'].ClickDetector)
  1036. until STAND.Backpack:FindFirstChild("[Knife]")
  1037. STAND.Backpack:FindFirstChild('[Knife]').Parent = STAND.Character
  1038. end
  1039.  
  1040. function BuyWeight()
  1041. HeavyWeights = 0
  1042. Weights = 0
  1043. repeat wait()
  1044. getRoot(STAND).CFrame = game.Workspace.Ignored.Shop["[HeavyWeights] - $258"].Head.CFrame
  1045. fireclickdetector(game.Workspace.Ignored.Shop["[HeavyWeights] - $258"].ClickDetector)
  1046. for i,v in pairs(STAND.Backpack:GetChildren()) do
  1047. if v.Name == "[HeavyWeights]" then
  1048. HeavyWeights = HeavyWeights + 1
  1049. v.Parent = STAND.Character
  1050. end
  1051. end
  1052. until HeavyWeights >= 2
  1053.  
  1054. repeat wait()
  1055. getRoot(STAND).CFrame = game.Workspace.Ignored.Shop["[Weights] - $124"].Head.CFrame
  1056. fireclickdetector(game.Workspace.Ignored.Shop["[Weights] - $124"].ClickDetector)
  1057. for i,v in pairs(STAND.Backpack:GetChildren()) do
  1058. if v.Name == "[Weights]" then
  1059. Weights = Weights + 1
  1060. v.Parent = STAND.Character
  1061. end
  1062. end
  1063. until Weights >= 2
  1064.  
  1065. for i,v in pairs(STAND.Backpack:GetChildren()) do
  1066. if v.Name == "[Weights]" and v.Name == "[HeavyWeights]" then
  1067. v.Parent = STAND.Character
  1068. end
  1069. end
  1070.  
  1071. AutoWeight = true
  1072. end
  1073.  
  1074. function Heal()
  1075. Stop()
  1076. noclip = true
  1077. getHumanoid(STAND):UnequipTools()
  1078. repeat Wait()
  1079. getRoot(STAND).CFrame=game.Workspace.Ignored.Shop["[Taco] - $2"].Head.CFrame*CFrame.new(0,-5,0)
  1080. fireclickdetector(game.Workspace.Ignored.Shop["[Taco] - $2"].ClickDetector)
  1081. until STAND.Backpack:FindFirstChild("[Taco]")
  1082. STAND.Backpack:FindFirstChild("[Taco]").Parent = STAND.Character
  1083. GripPos(10)
  1084. wait(.1)
  1085. follow = true
  1086. repeat Wait()
  1087. STAND.Character:FindFirstChild('[Taco]'):Activate()
  1088. until not STAND.Character:FindFirstChild('[Taco]')
  1089. end
  1090.  
  1091. function SAVEOWNER()
  1092. Stop()
  1093. noclip = true
  1094. follow = false
  1095. getHumanoid(STAND):UnequipTools()
  1096. game.Workspace.Camera.CameraSubject = getHumanoid(STAND)
  1097. repeat rs.heartbeat:Wait()
  1098. if KO(OWNER).Value == true then
  1099. getRoot(STAND).CFrame=CFrame.new(getTorso(OWNER).Position)*CFrame.new(0,3,0)
  1100. wait(.2)
  1101. game.ReplicatedStorage.MainEvent:FireServer("Grabbing")
  1102. wait(.1)
  1103. getRoot(STAND).CFrame = CFrame.new(-484,41,-100)
  1104. wait(.4)
  1105. game.ReplicatedStorage.MainEvent:FireServer("Grabbing")
  1106. end
  1107.  
  1108. if KO(OWNER).Value == false then
  1109. follow = true
  1110. end
  1111. until KO(OWNER).Value == false
  1112. end
  1113.  
  1114. function TP(cframe)
  1115. if Alt == false then
  1116. Stop()
  1117. noclip = true
  1118. if Sounds == true then
  1119. play(8655611378,true,true)
  1120. end
  1121. if KO(OWNER).Value == false then
  1122. game.ReplicatedStorage.MainEvent:FireServer("LeaveCrew")
  1123. if STAND.Backpack:FindFirstChild("Combat") then STAND.Backpack:FindFirstChild("Combat").Parent = STAND.Character end
  1124. wait()
  1125. repeat rs.heartbeat:Wait()
  1126. if KO(OWNER).Value == false then
  1127. game.ReplicatedStorage.MainEvent:FireServer("ChargeButton")
  1128. circle = true
  1129. end
  1130. until KO(OWNER).Value == true
  1131.  
  1132. circle = false
  1133.  
  1134. repeat rs.heartbeat:Wait()
  1135. getRoot(STAND).CFrame = CFrame.new(getTorso(OWNER).Position)*CFrame.new(0,100,0)
  1136. until Attacking(STAND).Value == false
  1137.  
  1138. repeat rs.heartbeat:Wait()
  1139. if KO(OWNER).Value == true then
  1140. circle = false
  1141. getRoot(STAND).CFrame=CFrame.new(getTorso(OWNER).Position)*CFrame.new(0,3,0)wait(.2)
  1142. game.ReplicatedStorage.MainEvent:FireServer("Grabbing") wait(.1)
  1143. getRoot(STAND).CFrame = cframe wait(.4)
  1144. game.ReplicatedStorage.MainEvent:FireServer("Grabbing")
  1145. end
  1146. until KO(OWNER).Value == false
  1147. Summon()
  1148. wait(2)
  1149. game.ReplicatedStorage.MainEvent:FireServer("JoinCrew",CrewID)
  1150. else
  1151. if KO(OWNER).Value == true then
  1152. repeat rs.heartbeat:Wait()
  1153. if KO(OWNER).Value == true then
  1154. circle = false
  1155. getRoot(STAND).CFrame=CFrame.new(getTorso(OWNER).Position)*CFrame.new(0,3,0) wait(.2)
  1156. game.ReplicatedStorage.MainEvent:FireServer("Grabbing") wait(.1)
  1157. getRoot(STAND).CFrame = cframe wait(.4)
  1158. game.ReplicatedStorage.MainEvent:FireServer("Grabbing")
  1159. end
  1160. until KO(OWNER).Value == false
  1161. Summon()
  1162. end
  1163. end
  1164. end
  1165. end
  1166.  
  1167. function TPGrabbed(cframe)
  1168. if Sounds == true then
  1169. play(8655611378,true,true)
  1170. end
  1171. Stop()
  1172. noclip = true
  1173. getRoot(STAND).CFrame = cframe
  1174. wait(.5)
  1175. game.ReplicatedStorage.MainEvent:FireServer("Grabbing")
  1176. wait(.5)
  1177. follow = true
  1178. end
  1179.  
  1180. function FollowMode()
  1181. if FlyMode == 'Fly' then
  1182. HOVER:Play(0.28)
  1183. function Moved()
  1184. HOVER:Play(0.28)
  1185. if getHumanoid(OWNER).MoveDirection.magnitude > 0 and StopHoverAnim == false then
  1186. if FLY.IsPlaying == true then
  1187. return
  1188. end
  1189. HOVER:Stop(0.3)
  1190. FLY:Play(0.3)
  1191. else
  1192. wait(.2)
  1193. FLY:Stop(0.28)
  1194. HOVER:Play(0.28)
  1195. end
  1196. end
  1197. getHumanoid(OWNER):GetPropertyChangedSignal("MoveDirection"):Connect(Moved)
  1198. else
  1199. if FlyMode == 'Glide' then
  1200. HOVER:Play(0.28)
  1201. function Moved()
  1202. if getHumanoid(OWNER).MoveDirection.magnitude > 0 and StopHoverAnim == false then
  1203. if GLIDE.IsPlaying == true then
  1204. return
  1205. end
  1206. HOVER:Stop(0.28)
  1207. GLIDE:Play(0.28)
  1208. else
  1209. wait(.2)
  1210. GLIDE:Stop(0.28)
  1211. HOVER:Play(0.28)
  1212. end
  1213. end
  1214. getHumanoid(OWNER):GetPropertyChangedSignal("MoveDirection"):Connect(Moved)
  1215. else
  1216. if FlyMode == 'Heaven' then
  1217. HOVER:Play(0.28)
  1218. HOVERV2:Play(0.28)
  1219. function Moved()
  1220. if getHumanoid(OWNER).MoveDirection.magnitude > 0 and StopHoverAnim == false then
  1221. if GLIDE.IsPlaying == true then
  1222. return
  1223. end
  1224. HOVER:Stop(0.3)
  1225. HOVERV2:Stop(0.3)
  1226. GLIDE:Play(0.3)
  1227. else
  1228. wait(.2)
  1229. HOVER:Play(0.28)
  1230. HOVERV2:Play(0.28)
  1231. GLIDE:Stop(0.28)
  1232. end
  1233. end
  1234. getHumanoid(OWNER):GetPropertyChangedSignal("MoveDirection"):Connect(Moved)
  1235. end
  1236. end
  1237. end
  1238. end
  1239. FollowMode()
  1240.  
  1241. function MaskHide()
  1242. if StopHoverAnim == false then
  1243. getHumanoid(STAND):UnequipTools()
  1244. repeat Wait()
  1245. getRoot(STAND).CFrame=game.Workspace.Ignored.Shop["[Riot Mask] - $62"].Head.CFrame*CFrame.new(0,-5,0)
  1246. fireclickdetector(game.Workspace.Ignored.Shop["[Riot Mask] - $62"].ClickDetector)
  1247. until STAND.Backpack:FindFirstChild("[Mask]")
  1248. STAND.Backpack:FindFirstChild("[Mask]").Parent = STAND.Character
  1249. STAND.Character:FindFirstChild('[Mask]'):Activate()
  1250. getHumanoid(STAND):UnequipTools()
  1251. end
  1252. end
  1253.  
  1254. if AutoMask == true then
  1255. noclip = true
  1256. MaskHide()
  1257. noclip = false
  1258. end
  1259.  
  1260. getRoot(STAND).CFrame=CFrame.new(-116,-58,146)
  1261.  
  1262. function Chat(msg)
  1263. local A_1 = msg
  1264. local A_2 = "All"
  1265. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  1266. Event:FireServer(A_1,A_2)
  1267. end
  1268.  
  1269. TARGET = nil
  1270. Arg = ''
  1271. function Create(command,callback)
  1272. callback = callback or function() end
  1273. game.ReplicatedStorage.DefaultChatSystemChatEvents.OnMessageDoneFiltering.OnClientEvent:Connect(function(msg)
  1274. if msg.Message:lower() == command:lower() and msg.FromSpeaker == tostring(OWNER.Name) then
  1275. pcall(callback)
  1276. end
  1277. end)
  1278. end
  1279.  
  1280. function gplr(String)
  1281. local strl = String:lower()
  1282. for i,v in pairs(game:FindService("Players"):GetPlayers()) do
  1283. if v.Name:lower():sub(1,#String) == String:lower() or v.DisplayName:lower():sub(1,#String) == String:lower() then
  1284. return v
  1285. end
  1286. end
  1287. end
  1288.  
  1289. function CreateTargetAbility(command,callback)
  1290. callback = callback or function() end
  1291. game.ReplicatedStorage.DefaultChatSystemChatEvents.OnMessageDoneFiltering.OnClientEvent:Connect(function(msg)
  1292. if msg.FromSpeaker == tostring(OWNER.Name) then
  1293. local msgString = msg.Message:split(" ")
  1294. local cmdName = msg
  1295.  
  1296. if msgString[1]:lower() == command:lower() then
  1297.  
  1298. local args = {}
  1299.  
  1300. for i = 2,#msgString,1 do
  1301. table.insert(args,msgString[i])
  1302. end
  1303.  
  1304. if args[1] then
  1305. local GetPlayer = gplr(args[1])
  1306. if GetPlayer then
  1307. TARGET = GetPlayer
  1308. pcall(callback)
  1309. else
  1310. Chat("Invalid Target.")
  1311. end
  1312. end
  1313. end
  1314. end
  1315. end)
  1316. end
  1317.  
  1318. function Arg(command,callback)
  1319. callback = callback or function() end
  1320. game.ReplicatedStorage.DefaultChatSystemChatEvents.OnMessageDoneFiltering.OnClientEvent:Connect(function(msg)
  1321. if msg.FromSpeaker == tostring(OWNER.Name) then
  1322. local msgString = msg.Message:split(" ")
  1323. local cmdName = msg
  1324.  
  1325. if msgString[1]:lower() == command:lower() then
  1326.  
  1327. local args = {}
  1328.  
  1329. for i = 2,#msgString,1 do
  1330. table.insert(args,msgString[i])
  1331. end
  1332.  
  1333. if args[1] then
  1334. local argument = args[1]
  1335. if argument then
  1336. Arg = argument
  1337. pcall(callback)
  1338. end
  1339. end
  1340. end
  1341. end
  1342. end)
  1343. end
  1344.  
  1345. Arg('Tp!',function()
  1346. if Arg == "base" then
  1347. TP(CFrame.new(-797,-39,-886))
  1348. elseif Arg == "Roof" then
  1349. TP(CFrame.new(-328,80,-298))
  1350. elseif Arg == "bank" then
  1351. TP(CFrame.new(-445,39,-284))
  1352. elseif Arg == "club" then
  1353. TP(CFrame.new(-264,-6.,-379))
  1354. elseif Arg == "casino" then
  1355. TP(CFrame.new(-1001,80,-230))
  1356. elseif Arg == "ufo" then
  1357. TP(CFrame.new(69,139,-688))
  1358. elseif Arg == "mil" then
  1359. TP(CFrame.new(36,50,-832))
  1360. elseif Arg == "school" then
  1361. TP(CFrame.new(-586,68,326))
  1362. elseif Arg == "shop1" then
  1363. TP(CFrame.new(-335.141,23,-298))
  1364. elseif Arg == "shop2" then
  1365. TP(CFrame.new(298,49,-615))
  1366. elseif Arg == "rev" then
  1367. TP(CFrame.new(-638,21,-126))
  1368. elseif Arg == "db" then
  1369. TP(CFrame.new(25,25,-834))
  1370. elseif Arg == "pool" then
  1371. TP(CFrame.new(1-847,51,-300))
  1372. elseif Arg == "armor" then
  1373. TP(CFrame.new(408,48,-43))
  1374. elseif Arg == "subway" then
  1375. TP(CFrame.new(646,47,-68))
  1376. elseif Arg == "subway1" then
  1377. TP(CFrame.new(-371,-21,113))
  1378. elseif Arg == "sewer" then
  1379. TP(CFrame.new(172,-41,156))
  1380. elseif Arg == "wheel" then
  1381. TP(CFrame.new(159,157,-722))
  1382. elseif Arg == "safe1" then
  1383. TP(CFrame.new(0,15,213))
  1384. elseif Arg == "safe2" then
  1385. TP(CFrame.new(-116,-58,146))
  1386. elseif Arg == "safe3" then
  1387. TP(CFrame.new(-547,173.,-0))
  1388. elseif Arg == "safe4" then
  1389. TP(CFrame.new(-1100,110.,-90))
  1390. elseif Arg == "Basketball" then
  1391. TP(CFrame.new(-908,21,-500))
  1392. elseif Arg == "boxing" then
  1393. TP(CFrame.new(-234,22,-1119))
  1394. else
  1395. local GetPlayer = gplr(Arg)
  1396. if GetPlayer then
  1397. TP(CFrame.new(getTorso(GetPlayer).Position)*CFrame.new(0,0,0))
  1398. else
  1399. Chat('Invalid Place.')
  1400. end
  1401. end
  1402. end)
  1403.  
  1404. Arg('Drop!',function()
  1405. if Arg == "base" then
  1406. TPGrabbed(CFrame.new(-797,-39,-886))
  1407. elseif Arg == "bank" then
  1408. TPGrabbed(CFrame.new(-445,39,-284))
  1409. elseif Arg == "club" then
  1410. TPGrabbed(CFrame.new(-264,-6.,-379))
  1411. elseif Arg == "casino" then
  1412. TPGrabbed(CFrame.new(-1001,80,-230))
  1413. elseif Arg == "ufo" then
  1414. TPGrabbed(CFrame.new(69,139,-688))
  1415. elseif Arg == "mil" then
  1416. TPGrabbed(CFrame.new(36,50,-832))
  1417. elseif Arg == "school" then
  1418. TPGrabbed(CFrame.new(-586,68,326))
  1419. elseif Arg == "shop1" then
  1420. TPGrabbed(CFrame.new(-335.141,23,-298))
  1421. elseif Arg == "shop2" then
  1422. TPGrabbed(CFrame.new(298,49,-615))
  1423. elseif Arg == "rev" then
  1424. TPGrabbed(CFrame.new(-638,21,-126))
  1425. elseif Arg == "db" then
  1426. TPGrabbed(CFrame.new(25,25,-834))
  1427. elseif Arg == "pool" then
  1428. TPGrabbed(CFrame.new(1-847,51,-300))
  1429. elseif Arg == "armor" then
  1430. TPGrabbed(CFrame.new(408,48,-43))
  1431. elseif Arg == "subway" then
  1432. TPGrabbed(CFrame.new(646,47,-68))
  1433. elseif Arg == "subway1" then
  1434. TPGrabbed(CFrame.new(-371,-21,113))
  1435. elseif Arg == "sewer" then
  1436. TPGrabbed(CFrame.new(172,-41,156))
  1437. elseif Arg == "wheel" then
  1438. TPGrabbed(CFrame.new(159,157,-722))
  1439. elseif Arg == "safe1" then
  1440. TPGrabbed(CFrame.new(-908,21,-500))
  1441. elseif Arg == "safe2" then
  1442. TPGrabbed(CFrame.new(-116,-58,146))
  1443. elseif Arg == "safe3" then
  1444. TPGrabbed(CFrame.new(-547,173.,-0))
  1445. elseif Arg == "Basketball" then
  1446. TPGrabbed(CFrame.new(-908,21,-500))
  1447. elseif Arg == "boxing" then
  1448. TPGrabbed(CFrame.new(-234,22,-1119))
  1449. else
  1450. local GetPlayer = gplr(Arg)
  1451. if GetPlayer then
  1452. TPGrabbed(CFrame.new(getTorso(GetPlayer).Position)*CFrame.new(0,0,0))
  1453. else
  1454. Chat('Invalid Place.')
  1455. end
  1456. end
  1457. end)
  1458.  
  1459. Arg('Prediction!',function()
  1460. accomidationfactor = Arg
  1461. end)
  1462.  
  1463. Arg("Say!", function()
  1464. Chat(""..Arg.."")
  1465. end)
  1466.  
  1467. Arg("Redeem!", function()
  1468. game.ReplicatedStorage.MainEvent:FireServer("EnterPromoCode",Arg)
  1469. end)
  1470.  
  1471. Create("Drop!",function()
  1472. if Sounds == true then
  1473. play(8655611378,true,true)
  1474. end
  1475.  
  1476. if Pos == "Alt" then
  1477. follow = false
  1478. noclip = true
  1479. getRoot(STAND).CFrame = getRoot(OWNER).CFrame*CFrame.new(0,3,0) wait(1)
  1480. game.ReplicatedStorage.MainEvent:FireServer("Grabbing")
  1481. follow = true
  1482. else
  1483. game.ReplicatedStorage.MainEvent:FireServer("Grabbing")
  1484.  
  1485. end
  1486. end)
  1487.  
  1488. Create("Throw!",function()
  1489. if Sounds == true then
  1490. play(8655611378,true,true)
  1491. end
  1492.  
  1493. if Pos == "Alt" then
  1494. follow = false
  1495. noclip = true
  1496. getRoot(STAND).CFrame = getRoot(OWNER).CFrame*CFrame.new(0,3,0) wait(1)
  1497. game.ReplicatedStorage.MainEvent:FireServer("Grabbing",true)
  1498. follow = true
  1499. else
  1500. game.ReplicatedStorage.MainEvent:FireServer("Grabbing",true)
  1501.  
  1502. end
  1503. end)
  1504.  
  1505. Create("ShowSc!",function()
  1506. rs:Set3dRenderingEnabled(true)
  1507. end)
  1508.  
  1509. Create("Hidesc!",function()
  1510. rs:Set3dRenderingEnabled(false)
  1511. end)
  1512.  
  1513. Create('Rejoin!',function()
  1514. game:GetService('TeleportService'):TeleportToPlaceInstance(game.PlaceId,game.JobId,STAND)
  1515. end)
  1516.  
  1517. Create('Re!',function()
  1518. game.ReplicatedStorage.MainEvent:FireServer("ResetNew")getHumanoid(STAND):ChangeState'Dead'
  1519. end)
  1520.  
  1521. Create('Refresh!',function()
  1522. game:GetService("ReplicatedStorage").MainEvent:FireServer("Block",false)
  1523. end)
  1524.  
  1525. Create('Summon!',function()
  1526. SummonAudio()
  1527. Summon()
  1528. end)
  1529.  
  1530. Create('Summon1!',function()
  1531. SummonPose1()
  1532. end)
  1533.  
  1534. Create('Summon2!',function()
  1535. SummonPose2()
  1536. end)
  1537.  
  1538. Create('Summon3!',function()
  1539. SummonPose3()
  1540. end)
  1541.  
  1542. OWNER.Chatted:Connect(function(msg)
  1543. if msg == ('/e q') then
  1544. SummonAudio()
  1545. Summon()
  1546. end
  1547. end)
  1548.  
  1549. OWNER.Chatted:Connect(function(msg)
  1550. if msg == ('/e q1') then
  1551. SummonPose1()
  1552. end
  1553. end)
  1554.  
  1555. OWNER.Chatted:Connect(function(msg)
  1556. if msg == ('/e q2') then
  1557. SummonPose2()
  1558. end
  1559. end)
  1560.  
  1561. OWNER.Chatted:Connect(function(msg)
  1562. if msg == ('/e q3') then
  1563. SummonPose3()
  1564. end
  1565. end)
  1566.  
  1567. Create("Desummon!",function()
  1568. Vanish()
  1569. end)
  1570.  
  1571. Create("Killer Queen!",function()
  1572. if SummonMusic == true then
  1573. play(5818138638,true,true)
  1574. end
  1575. Summon()
  1576. end)
  1577.  
  1578. Create("Star Platinum: The World",function()
  1579. if SummonMusic == true then
  1580. play(2404992854,true,true)
  1581. end
  1582. Summon()
  1583. end)
  1584.  
  1585. Create("Star Platinum : OverHeaven",function()
  1586. if SummonMusic == true then
  1587. play(5684695930,true,true)
  1588. end
  1589. Summon()
  1590. end)
  1591.  
  1592. Create("Star Platinum,Za Warudo!",function()
  1593. if SummonMusic == true then
  1594. play(5736107502,true,true)
  1595. end
  1596. Summon()
  1597. end)
  1598.  
  1599. Create("Star Platinum!",function()
  1600. Summon()
  1601. end)
  1602.  
  1603. Create("ZA WARUDO : OVER HEAVEN",function()
  1604. if SummonMusic == true then
  1605. play(5129686200,true,true)
  1606. end
  1607. Summon()
  1608. end)
  1609.  
  1610. Create("C moon!",function()
  1611. if SummonMusic == true then
  1612. play(8258958078,true,true)
  1613. end
  1614. Summon()
  1615. end)
  1616.  
  1617. Create("D4C!",function()
  1618. if SummonMusic == true then
  1619. play(8769131644,true,true)
  1620. end
  1621. Summon()
  1622. end)
  1623.  
  1624. Create("King Crimson!",function()
  1625. if SummonMusic == true then
  1626. play(3373956700,true,true)
  1627. end
  1628. Summon()
  1629. end)
  1630.  
  1631. Create("Made In Heaven!",function()
  1632. if SummonMusic == true then
  1633. play(8713037614,true,true)
  1634. end
  1635. Summon()
  1636. end)
  1637.  
  1638. Create('Save!',function()
  1639. SAVEOWNER()
  1640. end)
  1641.  
  1642. OWNER.Chatted:Connect(function(msg)
  1643. if msg == ('/e w') then
  1644. Vanish()
  1645. end
  1646. end)
  1647.  
  1648. Create('Vanish!',function()
  1649. Vanish()
  1650. end)
  1651.  
  1652. Create('Power!',function()
  1653. if STAND.DataFolder.Information.FightingStyle.Value == 'Boxing' then
  1654. Stop()
  1655. noclip = true
  1656. Chat('FightingStyle :'..STAND.DataFolder.Information.FightingStyle.Value..' detected.') wait(.1)
  1657. Chat('Switching FightingStyle to Default')
  1658. repeat wait()
  1659. getRoot(STAND).CFrame = game.Workspace.Ignored.Shop["[Default Moveset] - $0"].Head.CFrame
  1660. fireclickdetector(game.Workspace.Ignored.Shop["[Default Moveset] - $0"].ClickDetector)
  1661. until STAND.DataFolder.Information.FightingStyle.Value == 'Default'
  1662. follow = true
  1663. end
  1664. if Sounds == true then
  1665. play(2152227673, true, true)
  1666. end
  1667.  
  1668. while wait() do
  1669. pcall(function()
  1670. for i,v in pairs(game:GetService('Players'):GetChildren()) do
  1671. if (v.Character.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.LeftHand.Position).Magnitude <= 50 then
  1672. firetouchinterest(game.Players.LocalPlayer.Character['RightHand'], v.Character.UpperTorso, 0)
  1673. firetouchinterest(game.Players.LocalPlayer.Character['LeftHand'], v.Character.UpperTorso, 0)
  1674. firetouchinterest(game.Players.LocalPlayer.Character['RightFoot'], v.Character.UpperTorso, 0)
  1675. firetouchinterest(game.Players.LocalPlayer.Character['LeftFoot'], v.Character.UpperTorso, 0)
  1676. firetouchinterest(game.Players.LocalPlayer.Character['RightLowerLeg'], v.Character.UpperTorso, 0)
  1677. firetouchinterest(game.Players.LocalPlayer.Character['LeftLowerLeg'], v.Character.UpperTorso, 0)
  1678. end
  1679. end
  1680. end)
  1681. end
  1682. end)
  1683.  
  1684. Create("Autoarmor!",function()
  1685. if ChatCmds == true then
  1686. Chat('Auto Armor Enabled!')
  1687. end
  1688. AutoArmor = true
  1689. end)
  1690.  
  1691. Create("Unautoarmor!",function()
  1692. if ChatCmds == true then
  1693. Chat('Auto Armor Disabled!')
  1694. end
  1695. AutoArmor = false
  1696. end)
  1697.  
  1698. Create("Wallet!",function()
  1699. if STAND.Backpack:FindFirstChild("Wallet") then
  1700. if Sounds == true then
  1701. play(134732869,true,true)
  1702. end
  1703. STAND.Backpack:FindFirstChild("Wallet").Parent = STAND.Character
  1704. end
  1705. end)
  1706.  
  1707. Create("Unwallet!",function()
  1708. if Sounds == true then
  1709. play(8655611378,true,true)
  1710. end
  1711. getHumanoid(STAND):UnequipTools()
  1712. end)
  1713.  
  1714. Create("Autodrop!",function()
  1715. Chat("AutoDrop Enabled!")
  1716. autodrop = true
  1717. end)
  1718.  
  1719. Create("Unautodrop!",function()
  1720. Chat("AutoDrop Disabled!")
  1721. autodrop = false
  1722. end)
  1723.  
  1724. Create("Moveset1!",function()
  1725. Stop()
  1726. noclip = true
  1727. repeat wait()
  1728. getRoot(STAND).CFrame = game.Workspace.Ignored.Shop["[Default Moveset] - $0"].Head.CFrame
  1729. fireclickdetector(game.Workspace.Ignored.Shop["[Default Moveset] - $0"].ClickDetector)
  1730. until STAND.DataFolder.Information.FightingStyle.Value == 'Default'
  1731. Chat('FightingStyle : '..STAND.DataFolder.Information.FightingStyle.Value)
  1732. follow = true
  1733. end)
  1734.  
  1735. Create("Moveset2!",function()
  1736. Stop()
  1737. noclip = true
  1738. repeat wait()
  1739. getRoot(STAND).CFrame = game.Workspace.Ignored.Shop["Boxing Moveset (Require: Max Box Stat) - $0"].Head.CFrame
  1740. fireclickdetector(game.Workspace.Ignored.Shop["Boxing Moveset (Require: Max Box Stat) - $0"].ClickDetector)
  1741. until STAND.DataFolder.Information.FightingStyle.Value == 'Boxing'
  1742. Chat('FightingStyle : '..STAND.DataFolder.Information.FightingStyle.Value)
  1743. follow = true
  1744. end)
  1745.  
  1746.  
  1747. Create("Nuke!",function()
  1748. Stop()
  1749. noclip = true
  1750. t = 0
  1751. repeat wait()
  1752. getRoot(STAND).CFrame = game.Workspace.Ignored.Shop["[Grenade] - $721"].Head.CFrame
  1753. fireclickdetector(game.Workspace.Ignored.Shop["[Grenade] - $721"].ClickDetector)
  1754. for i,v in pairs(STAND.Backpack:GetChildren()) do
  1755. if v.Name == "[Grenade]" then
  1756. t = t + 1
  1757. v.Parent = STAND.Character
  1758. end
  1759. end
  1760. until t >= 10
  1761. getHumanoid(STAND):UnequipTools()
  1762. follow = true
  1763. wait(.1)
  1764. for i,v in pairs(STAND.Backpack:GetChildren()) do
  1765. wait(0.05)
  1766. spawn(function()
  1767. if v.Name == "[Grenade]" then
  1768. v.Parent = STAND.Character; v:Activate(); wait(0.1); v:Deactivate(); wait(0.1); v:Activate()
  1769. end
  1770. end)
  1771. end
  1772. end)
  1773.  
  1774. Create("Hidden!",function()
  1775. if Sounds == true then
  1776. play(8655611378,true,true)
  1777. end
  1778. AttackMode = "Under"
  1779. end)
  1780.  
  1781. Create("Default!",function()
  1782. if Sounds == true then
  1783. play(8655611378,true,true)
  1784. end
  1785. AttackMode = "Sky"
  1786. end)
  1787.  
  1788. Create("ghidden!",function()
  1789. if Sounds == true then
  1790. play(8655611378,true,true)
  1791. end
  1792. GunMode = "Under"
  1793. end)
  1794.  
  1795. Create("gdefault!",function()
  1796. if Sounds == true then
  1797. play(8655611378,true,true)
  1798. end
  1799. GunMode = "Sky"
  1800. end)
  1801.  
  1802.  
  1803. Create("Hide!",function()
  1804. Stop()
  1805. noclip = true
  1806. MaskHide()
  1807. follow = true
  1808. if Sounds == true then
  1809. play(8655611378,true,true)
  1810. end
  1811. end)
  1812.  
  1813. Create('Weight!',function()
  1814. Stop()
  1815. BuyWeight()
  1816. end)
  1817.  
  1818. Create('Dcash!',function()
  1819. if Sounds == true then
  1820. play(8655611378,true,true)
  1821. end
  1822. game.ReplicatedStorage.MainEvent:FireServer("DropMoney","10000")
  1823. end)
  1824.  
  1825. Create('Resolver!',function()
  1826. resolve = true
  1827. end)
  1828.  
  1829. Create('Noresolver!',function()
  1830. resolve = false
  1831. end)
  1832.  
  1833. Create('Bind!',function()
  1834. Bind = true
  1835. end)
  1836.  
  1837. Create('Unbind!',function()
  1838. Bind = false
  1839. end)
  1840.  
  1841. Create("pose1",function()
  1842. pose1()
  1843. if Sounds == true then
  1844. play(8655611378,true,true)
  1845. end
  1846. end)
  1847.  
  1848. Create("pose2",function()
  1849. pose2()
  1850. if Sounds == true then
  1851. play(8655611378,true,true)
  1852. end
  1853. end)
  1854.  
  1855. Create("pose3",function()
  1856. pose3()
  1857. if Sounds == true then
  1858. play(8655611378,true,true)
  1859. end
  1860. end)
  1861.  
  1862. Create("leave!",function()
  1863. game:Shutdown()
  1864. end)
  1865.  
  1866. Create("StopAudio!",function()
  1867. StopAudio()
  1868. end)
  1869.  
  1870. Create("Song!",function()
  1871. play(CustomSong,false,true)
  1872. end)
  1873.  
  1874. Create('Heal!',function()
  1875. Heal()
  1876. end)
  1877.  
  1878. Create('Stop!',function()
  1879. Stop()
  1880. end)
  1881.  
  1882. Create('Uncrew!',function()
  1883. game.ReplicatedStorage.MainEvent:FireServer("LeaveCrew")
  1884. end)
  1885.  
  1886. Create('Crew!',function()
  1887. game.ReplicatedStorage.MainEvent:FireServer("JoinCrew",CrewID)
  1888. wait(1)
  1889. game.ReplicatedStorage.MainEvent:FireServer("JoinCrew",CrewID)
  1890. end)
  1891.  
  1892. Create('Sneak!',function()
  1893. Stop()
  1894. Sneak = true
  1895. end)
  1896.  
  1897. Create('Barrage!',function()
  1898. Barrage()
  1899. end)
  1900.  
  1901. Create('Nobarrage!',function()
  1902. Nobarrage()
  1903. end)
  1904. local FogDistance = 3000
  1905. local FogSpeed = 500
  1906.  
  1907. function FOG()
  1908. repeat rs.heartbeat:Wait(0.005)
  1909. getHumanoid(STAND):ChangeState(16)
  1910. for _,v in ipairs(STAND.Character:WaitForChild("Humanoid"):GetPlayingAnimationTracks()) do v:Stop() end
  1911. if STAND.Character:FindFirstChild('Combat') then STAND.Character:FindFirstChild('Combat'):Activate() else STAND.Backpack:FindFirstChild('Combat').Parent = STAND.Character end
  1912. local Rany = math.random(18,38)
  1913. getRoot(STAND).CFrame = CFrame.Angles(0,FogSpeed*math.pi*delta,0)* CFrame.new(0,Rany,FogDistance)
  1914. LowerArm(CFrame.Angles(0,FogSpeed*math.pi*delta,0)* CFrame.new(0,Rany,-FogDistance))
  1915. until Fog == false
  1916. end
  1917.  
  1918. function WideFOG()
  1919. repeat rs.heartbeat:Wait(0.005)
  1920. getHumanoid(STAND):ChangeState(16)
  1921. for _,v in ipairs(STAND.Character:WaitForChild("Humanoid"):GetPlayingAnimationTracks()) do v:Stop() end
  1922. if STAND.Character:FindFirstChild('Combat') then STAND.Character:FindFirstChild('Combat'):Activate() else STAND.Backpack:FindFirstChild('Combat').Parent = STAND.Character end
  1923. local Rany = math.random(18,70)
  1924. getRoot(STAND).CFrame = CFrame.Angles(0,FogSpeed*math.pi*delta,0)* CFrame.new(0,Rany,FogDistance)
  1925. LowerArm(CFrame.Angles(0,FogSpeed*math.pi*delta,0)* CFrame.new(0,Rany,-FogDistance))
  1926. until WideFog == false
  1927. end
  1928.  
  1929. function UpFOG()
  1930. repeat rs.heartbeat:Wait(0.005)
  1931. getHumanoid(STAND):ChangeState(16)
  1932. for _,v in ipairs(STAND.Character:WaitForChild("Humanoid"):GetPlayingAnimationTracks()) do v:Stop() end
  1933. if STAND.Character:FindFirstChild('Combat') then STAND.Character:FindFirstChild('Combat'):Activate() else STAND.Backpack:FindFirstChild('Combat').Parent = STAND.Character end
  1934. local Rany = math.random(45,58)
  1935. getRoot(STAND).CFrame = CFrame.Angles(0,FogSpeed*math.pi*delta,0)* CFrame.new(0,Rany,FogDistance)
  1936. LowerArm(CFrame.Angles(0,FogSpeed*math.pi*delta,0)* CFrame.new(0,Rany,-FogDistance))
  1937. until UpFog == false
  1938. end
  1939.  
  1940. function FlatFOG()
  1941. repeat rs.heartbeat:Wait(0.005)
  1942. getHumanoid(STAND):ChangeState(16)
  1943. for _,v in ipairs(STAND.Character:WaitForChild("Humanoid"):GetPlayingAnimationTracks()) do v:Stop() end
  1944. if STAND.Character:FindFirstChild('Combat') then STAND.Character:FindFirstChild('Combat'):Activate() else STAND.Backpack:FindFirstChild('Combat').Parent = STAND.Character end
  1945. getRoot(STAND).CFrame = CFrame.Angles(0,FogSpeed*math.pi*delta,0)* CFrame.new(0,20,FogDistance)
  1946. LowerArm(CFrame.Angles(0,FogSpeed*math.pi*delta,0)* CFrame.new(0,20,-FogDistance))
  1947. until FlatFog == false
  1948. end
  1949.  
  1950. Create('Fog!',function()
  1951. if Alt == false then
  1952. Stop()
  1953. noclip = true
  1954. Fog = true
  1955. FOG()
  1956. elseif Alt == true then
  1957. wait(2)
  1958. Stop()
  1959. noclip = true
  1960. Fog = true
  1961. FOG()
  1962. end
  1963. end)
  1964.  
  1965. Create('Test!',function()
  1966. if Alt == false then
  1967. wait(1)
  1968. local A_1 = "Working" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  1969. elseif Alt == true then
  1970. wait(2)
  1971. Stop()
  1972. noclip = true
  1973. end
  1974. end)
  1975.  
  1976. Create('Owner!',function()
  1977. if Alt == false then
  1978. wait(1)
  1979. local A_1 = "DM me1al0ne/faisal8754 To Buy Script!" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  1980. wait(1)
  1981. local A_1 = "Join Discord Server" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  1982. wait(1)
  1983. local A_1 = "Join Discord Server" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  1984. noclip = true
  1985. elseif Alt == true then
  1986. wait(2)
  1987. noclip = true
  1988. end
  1989. end)
  1990.  
  1991. Create('Upfog!',function()
  1992. if Alt == false then
  1993. Stop()
  1994. noclip = true
  1995. UpFog = true
  1996. UpFOG()
  1997. elseif Alt == true then
  1998. wait(2)
  1999. Stop()
  2000. noclip = true
  2001. UpFog = true
  2002. UpFOG()
  2003. end
  2004. end)
  2005.  
  2006. Create('Mimic!',function()
  2007. if ChatCmds == true then
  2008. Chat("Mimic Enabled "..CustomName.."!")
  2009. end
  2010. if Sounds == true then
  2011. play(8655611378,true,true)
  2012. end
  2013. Stop()
  2014. follow = true
  2015. noclip = true
  2016. mimic = true
  2017. Block = true
  2018. mimicpunch = true
  2019. end)
  2020.  
  2021. Create('Unmimic!',function()
  2022. if ChatCmds == true then
  2023. Chat("Mimic Disabled "..CustomName.."!")
  2024. end
  2025. if Sounds == true then
  2026. play(8655611378,true,true)
  2027. end
  2028. Stop()
  2029. follow = true
  2030. noclip = true
  2031. end)
  2032.  
  2033. Arg('Altmode!',function()
  2034. local GetPlayer = gplr(Arg)
  2035. if GetPlayer.Name == STAND.Name then
  2036. if ChatCmds == true then
  2037. Chat("Alt mode activated "..CustomName.."!")
  2038. end
  2039. Alt = true
  2040. if Sounds == true then
  2041. play(8655611378,true,true)
  2042. end
  2043. end
  2044. end)
  2045.  
  2046. Arg('Left!',function()
  2047. local GetPlayer = gplr(Arg)
  2048. if GetPlayer.Name == STAND.Name then
  2049. if ChatCmds == true then
  2050. Chat("Position Set To Left "..CustomName.."!")
  2051. end
  2052. Pos = "Left"
  2053. if Sounds == true then
  2054. play(8655611378,true,true)
  2055. end
  2056. end
  2057. end)
  2058.  
  2059. Arg('Right!',function()
  2060. local GetPlayer = gplr(Arg)
  2061. if GetPlayer.Name == STAND.Name then
  2062. if ChatCmds == true then
  2063. Chat("Position Set To Right "..CustomName.."!")
  2064. end
  2065. Pos = "Right"
  2066. if Sounds == true then
  2067. play(8655611378,true,true)
  2068. end
  2069. end
  2070. end)
  2071.  
  2072. Arg('Back!',function()
  2073. local GetPlayer = gplr(Arg)
  2074. if GetPlayer.Name == STAND.Name then
  2075. if ChatCmds == true then
  2076. Chat("Position Set To Back "..CustomName.."!")
  2077. end
  2078. Pos = "Back"
  2079. if Sounds == true then
  2080. play(8655611378,true,true)
  2081. end
  2082. end
  2083. end)
  2084.  
  2085. Create("left!",function()
  2086. if ChatCmds == true then
  2087. Chat("Position Set To Left "..CustomName.."!")
  2088. end
  2089. Pos = "Left"
  2090. if Sounds == true then
  2091. play(8655611378,true,true)
  2092. end
  2093. end)
  2094.  
  2095. Create("right!",function()
  2096. if ChatCmds == true then
  2097. Chat("Position Set To Right "..CustomName.."!")
  2098. end
  2099. Pos = "Right"
  2100. if Sounds == true then
  2101. play(8655611378,true,true)
  2102. end
  2103. end)
  2104.  
  2105. Create("back!",function()
  2106. if ChatCmds == true then
  2107. Chat("Position Set To Back "..CustomName.."!")
  2108. end
  2109. Pos = "Back"
  2110. if Sounds == true then
  2111. play(8655611378,true,true)
  2112. end
  2113. end)
  2114.  
  2115. Create("Under!",function()
  2116. Pos = "Under"
  2117. if Sounds == true then
  2118. play(8655611378,true,true)
  2119. end
  2120. end)
  2121.  
  2122. Create("Alt!",function()
  2123. Pos = "Alt"
  2124. if Sounds == true then
  2125. play(8655611378,true,true)
  2126. end
  2127. end)
  2128.  
  2129. Create("light!",function()
  2130. if Sounds == true then
  2131. play(8655611378,true,true)
  2132. end
  2133. Attack = "Light"
  2134. end)
  2135.  
  2136. Create("Heavy!",function()
  2137. if Sounds == true then
  2138. play(8655611378,true,true)
  2139. end
  2140. Attack = "Heavy"
  2141. end)
  2142.  
  2143. CreateTargetAbility("Unview!",function()
  2144. if TARGET then
  2145. viewing = false
  2146. end
  2147. end)
  2148.  
  2149. CreateTargetAbility("Grab!",function()
  2150. if TARGET then
  2151. Grab(TARGET)
  2152. end
  2153. end)
  2154.  
  2155. CreateTargetAbility("Bring!",function()
  2156. if TARGET then
  2157. Bring(TARGET)
  2158. end
  2159. end)
  2160.  
  2161.  
  2162. CreateTargetAbility("View!",function()
  2163. if TARGET then
  2164. Viewing = true
  2165. end
  2166. end)
  2167.  
  2168. CreateTargetAbility("Smite!",function()
  2169. if TARGET then
  2170. SMITE = true
  2171. end
  2172. end)
  2173.  
  2174. CreateTargetAbility("Knock!",function()
  2175. if TARGET then
  2176. Stop()
  2177. noclip = true
  2178. Knocked = true
  2179. end
  2180. end)
  2181.  
  2182. CreateTargetAbility("bag!",function()
  2183. if TARGET then
  2184. Stop()
  2185. noclip = true
  2186. getHumanoid(STAND):UnequipTools()
  2187. repeat rs.heartbeat:Wait()
  2188. getRoot(STAND).CFrame = game.Workspace.Ignored.Shop["[BrownBag] - $26"].Head.CFrame
  2189. fireclickdetector(game.Workspace.Ignored.Shop["[BrownBag] - $26"].ClickDetector)
  2190. until STAND.Backpack:FindFirstChild("[BrownBag]")
  2191. STAND.Backpack:FindFirstChild("[BrownBag]").Parent = STAND.Character wait(.1)
  2192. STAND.Character["[BrownBag]"]:Activate() wait(.7)
  2193. Bagging = true
  2194. repeat rs.heartbeat:Wait()
  2195. if KO(TARGET).Value == false and not TARGET.Character:FindFirstChild("Christmas_Sock") then
  2196. getRoot(STAND).CFrame = CFrame.new(getRoot(TARGET).Position.X+(getRoot(TARGET).Velocity.X*Prediction),getRoot(TARGET).Position.Y+(getRoot(TARGET).Velocity.Y*0),getRoot(TARGET).Position.Z+(getRoot(TARGET).Velocity.Z*Prediction))*CFrame.new(0,0,0)
  2197. STAND.Character["[BrownBag]"]:Activate()
  2198. end
  2199. until TARGET.Character:FindFirstChild("Christmas_Sock") or not STAND.Character:FindFirstChild("[BrownBag]") or Bagging == false
  2200. getRoot(STAND).CFrame = getRoot(TARGET).CFrame*CFrame.new(0,100,0) wait(1)
  2201. Summon()
  2202. end
  2203. end)
  2204.  
  2205. CreateTargetAbility("Stomp!",function()
  2206. if TARGET then
  2207. Stop()
  2208. noclip = true
  2209. StompTarget = true
  2210. end
  2211. end)
  2212.  
  2213. CreateTargetAbility("autokill!",function()
  2214. if TARGET then
  2215. Stop()
  2216. noclip = true
  2217. Kills = true
  2218. end
  2219. end)
  2220.  
  2221. CreateTargetAbility("Stab!",function()
  2222. if TARGET then
  2223. Stop()
  2224. noclip = true
  2225. BuyKnife()
  2226. Stabbing = true
  2227. end
  2228. end)
  2229.  
  2230. CreateTargetAbility("Astab!",function()
  2231. if TARGET then
  2232. Stop()
  2233. noclip = true
  2234. BuyKnife()
  2235. KnifeKills = true
  2236. end
  2237. end)
  2238.  
  2239. CreateTargetAbility("KAnnoy!",function()
  2240. if TARGET then
  2241. Stop()
  2242. noclip = true
  2243. BuyKnife()
  2244. KnifeAnnoy = true
  2245. end
  2246. end)
  2247.  
  2248. CreateTargetAbility("Annoy!",function()
  2249. if TARGET then
  2250. Stop()
  2251. noclip = true
  2252. Annoy = true
  2253. end
  2254. end)
  2255.  
  2256. CreateTargetAbility("Frame!",function()
  2257. if TARGET then
  2258. Stop()
  2259. noclip = true
  2260. Frame = true
  2261. end
  2262. end)
  2263.  
  2264. CreateTargetAbility("Arrest!",function()
  2265. if TARGET then
  2266. if STAND.DataFolder:FindFirstChild("Officer").Value == 1 then
  2267. Stop()
  2268. noclip = true
  2269. Arrest = true
  2270. else
  2271. Chat('I am not officer'..CustomName..'.')
  2272. end
  2273. end
  2274. end)
  2275.  
  2276. Create("Knife!",function()
  2277. Stop()
  2278. noclip = true
  2279. BuyKnife()
  2280. follow = true
  2281. end)
  2282.  
  2283. Create("Gun!",function()
  2284. Stop()
  2285. noclip = true
  2286. repeat Wait()
  2287. getRoot(STAND).CFrame=game.Workspace.Ignored.Shop["[LMG] - $3863"].Head.CFrame*CFrame.new(0,-5,0)
  2288. fireclickdetector(game.Workspace.Ignored.Shop["[LMG] - $3863"].ClickDetector)
  2289. until STAND.Backpack:FindFirstChild("[LMG]")
  2290.  
  2291. getRoot(STAND).CFrame=game.Workspace.Ignored.Shop['200 [LMG Ammo] - $309'].Head.CFrame*CFrame.new(0,-5,0)
  2292. fireclickdetector(game.Workspace.Ignored.Shop["200 [LMG Ammo] - $309"].ClickDetector) wait(1)
  2293. fireclickdetector(game.Workspace.Ignored.Shop["200 [LMG Ammo] - $309"].ClickDetector) wait(1)
  2294. fireclickdetector(game.Workspace.Ignored.Shop["200 [LMG Ammo] - $309"].ClickDetector) wait(1)
  2295. fireclickdetector(game.Workspace.Ignored.Shop["200 [LMG Ammo] - $309"].ClickDetector) wait(1)
  2296. fireclickdetector(game.Workspace.Ignored.Shop["200 [LMG Ammo] - $309"].ClickDetector) wait(1)
  2297. fireclickdetector(game.Workspace.Ignored.Shop["200 [LMG Ammo] - $309"].ClickDetector) wait(1)
  2298. fireclickdetector(game.Workspace.Ignored.Shop["200 [LMG Ammo] - $309"].ClickDetector) wait(1)
  2299. fireclickdetector(game.Workspace.Ignored.Shop["200 [LMG Ammo] - $309"].ClickDetector)
  2300. follow = true
  2301. end)
  2302.  
  2303. CreateTargetAbility("Gstomp!",function()
  2304. if TARGET then
  2305. Stop()
  2306. if STAND.Backpack:FindFirstChild("[LMG]") then
  2307. STAND.Backpack:FindFirstChild("[LMG]").Parent = STAND.Character
  2308. if GunMode == 'Sky' then
  2309. GripPos(-7)
  2310. elseif GunMode == 'Under' then
  2311. GripPos(7)
  2312. end
  2313. end
  2314. blocking = false
  2315. noclip = true
  2316. GunStomp = true
  2317. end
  2318. end)
  2319.  
  2320. CreateTargetAbility("Gknock!",function()
  2321. if TARGET then
  2322. Stop()
  2323. if STAND.Backpack:FindFirstChild("[LMG]") then
  2324. STAND.Backpack:FindFirstChild("[LMG]").Parent = STAND.Character
  2325. end
  2326. blocking = false
  2327. noclip = true
  2328. GunKnock = true
  2329. end
  2330. end)
  2331.  
  2332. --SILENT CMD
  2333. local commands = {}
  2334. local prefix = "/"
  2335. local Players = game.Players
  2336.  
  2337. commands.e = function(arguments)
  2338. local CMD = arguments[1]
  2339. if CMD == 'b' then
  2340. TARGET = gplr(arguments[2])
  2341. if TARGET then
  2342. Stop()
  2343. Bring(TARGET)
  2344. end
  2345. elseif CMD == 't' then
  2346. if TARGET then
  2347. Stop()
  2348. noclip = true
  2349. Knocked = true
  2350. end
  2351. elseif CMD == 't2' then
  2352. TARGET = gplr(arguments[2])
  2353. if TARGET then
  2354. Stop()
  2355. noclip = true
  2356. Kills = true
  2357. end
  2358. elseif CMD == 's' then
  2359. TARGET = gplr(arguments[2])
  2360. if TARGET then
  2361. Stop()
  2362. noclip = true
  2363. StompTarget = true
  2364. end
  2365. elseif CMD == 'arrest' then
  2366. TARGET = gplr(arguments[2])
  2367. if TARGET then
  2368. Stop()
  2369. noclip = true
  2370. Arrest = true
  2371. end
  2372. elseif CMD == 'frame' then
  2373. TARGET = gplr(arguments[2])
  2374. if TARGET then
  2375. Stop()
  2376. noclip = true
  2377. Frame = true
  2378. end
  2379. end
  2380. end
  2381. OWNER.Chatted:Connect(function(msg)
  2382. msg = string.lower(msg)
  2383. local splitString = msg:split(" ")
  2384. local slashCommand = splitString[1]
  2385. local cmd = slashCommand:split(prefix)
  2386. local cmdName = cmd[2]
  2387. if commands[cmdName] then
  2388. local arguments = {}
  2389. for i = 2,#splitString,1 do
  2390. table.insert(arguments,splitString[i])
  2391. end
  2392. commands[cmdName](arguments)
  2393. end
  2394. end)
  2395.  
  2396. Create("Attack!",function()
  2397. Stop()
  2398. if Sounds == true then
  2399. play(8655611378,true,true)
  2400. end
  2401. noclip = true
  2402. killnear = true
  2403. end)
  2404.  
  2405. Create("Unattack!",function()
  2406. Stop()
  2407. if Sounds == true then
  2408. play(8655611378,true,true)
  2409. end
  2410. noclip = true
  2411. follow = true
  2412. end)
  2413.  
  2414. Create("Stab!",function()
  2415. Stop()
  2416. BuyKnife()
  2417. if Sounds == true then
  2418. play(8655611378,true,true)
  2419. end
  2420. noclip = true
  2421. knifenear = true
  2422. end)
  2423.  
  2424. Create("Unstab!",function()
  2425. Stop()
  2426. if Sounds == true then
  2427. play(8655611378,true,true)
  2428. end
  2429. noclip = true
  2430. follow = true
  2431. end)
  2432.  
  2433. Create("Ora!",function()
  2434. Stop()
  2435. if Sounds == true then
  2436. play(8655611378,true,true)
  2437. end
  2438. noclip = true
  2439. ORA = true
  2440. end)
  2441.  
  2442. rs.Heartbeat:connect(function()
  2443. if Knocked == true and KO(TARGET).Value == false then
  2444. StopHoverAnim = true
  2445. noclip = true
  2446. Hit()
  2447. TargetMalee(TARGET)
  2448. else
  2449. if Knocked == true and KO(TARGET).Value == true then
  2450. Summon()
  2451. end
  2452. end
  2453. end)
  2454.  
  2455. rs.Heartbeat:connect(function()
  2456. if Annoy == true and KO(TARGET).Value == false then
  2457. StopHoverAnim = true
  2458. noclip = true
  2459. TargetMalee(TARGET)
  2460. if STAND.Character:FindFirstChild('Combat') then STAND.Character:FindFirstChild('Combat'):Activate() STAND.Character:FindFirstChild('Combat'):Deactivate() else STAND.Backpack:FindFirstChild('Combat').Parent = STAND.Character end
  2461. else
  2462. if Annoy == true and KO(TARGET).Value == true then
  2463. getRoot(STAND).CFrame = CFrame.new(getTorso(TARGET).Position)*CFrame.new(0,-4.5,0)*CFrame.Angles(math.pi*0.5,0,0)
  2464. if STAND.Character:FindFirstChild('Combat') then STAND.Character:FindFirstChild('Combat'):Activate() STAND.Character:FindFirstChild('Combat'):Deactivate() else STAND.Backpack:FindFirstChild('Combat').Parent = STAND.Character end
  2465. end
  2466. end
  2467. end)
  2468.  
  2469. rs.Heartbeat:connect(function()
  2470. if KnifeAnnoy == true and KO(TARGET).Value == false then
  2471. StopHoverAnim = true
  2472. noclip = true
  2473. KnifeHit()
  2474. TargetKnife(TARGET)
  2475. else
  2476. if KnifeAnnoy == true and KO(TARGET).Value == true then
  2477. getRoot(STAND).CFrame = CFrame.new(getTorso(TARGET).Position)*CFrame.new(0,-4.5,0)*CFrame.Angles(math.pi*0.5,0,0)
  2478. if STAND.Character:FindFirstChild('[Knife]') then STAND.Character:FindFirstChild('[Knife]'):Activate() STAND.Character:FindFirstChild('[Knife]'):Deactivate() else STAND.Backpack:FindFirstChild('[Knife]').Parent = STAND.Character end
  2479. end
  2480. end
  2481. end)
  2482.  
  2483. rs.Heartbeat:connect(function()
  2484. if Stabbing == true and KO(TARGET).Value == false then
  2485. StopHoverAnim = true
  2486. noclip = true
  2487. KnifeHit()
  2488. TargetKnife(TARGET)
  2489. else
  2490. if Stabbing == true and KO(TARGET).Value == true then
  2491. Summon()
  2492. end
  2493. end
  2494. end)
  2495.  
  2496. rs.Heartbeat:connect(function()
  2497. if KnifeKills == true and KO(TARGET).Value == false then
  2498. StopHoverAnim = true
  2499. noclip = true
  2500. KnifeHit()
  2501. TargetKnife(TARGET)
  2502. else
  2503. if KnifeKills == true and KO(TARGET).Value == true then
  2504. if Attacking(STAND).Value == true then
  2505. getRoot(STAND).CFrame = getRoot(TARGET).CFrame*CFrame.new(0,300,0)
  2506. else
  2507. getRoot(STAND).CFrame = CFrame.new(getTorso(TARGET).Position)*CFrame.new(0,3,0)
  2508. game.ReplicatedStorage.MainEvent:FireServer("Stomp")
  2509. if Dead(TARGET).Value == true then
  2510. getRoot(STAND).CFrame = CFrame.new(getRoot(TARGET).Position)*CFrame.new(0,300,0)
  2511. end
  2512. end
  2513. end
  2514. end
  2515. end)
  2516.  
  2517. rs.Heartbeat:connect(function()
  2518. if StompTarget == true and KO(TARGET).Value == false then
  2519. StopHoverAnim = true
  2520. noclip = true
  2521. Hit()
  2522. TargetMalee(TARGET)
  2523. else
  2524. if StompTarget == true and KO(TARGET).Value == true then
  2525. if Alt == false then
  2526. if Attacking(STAND).Value == true then
  2527. getRoot(STAND).CFrame = getRoot(TARGET).CFrame*CFrame.new(0,300,0)
  2528. else
  2529. getRoot(STAND).CFrame = CFrame.new(getTorso(TARGET).Position)*CFrame.new(0,3,0)
  2530. game.ReplicatedStorage.MainEvent:FireServer("Stomp")
  2531. noclip = true
  2532. if Dead(TARGET).Value == true then
  2533. Summon()
  2534. end
  2535. end
  2536. else
  2537. Summon()
  2538. end
  2539. end
  2540. end
  2541. end)
  2542.  
  2543. rs.Heartbeat:connect(function()
  2544. if Kills == true and KO(TARGET).Value == false then
  2545. StopHoverAnim = true
  2546. noclip = true
  2547. Hit()
  2548. TargetMalee(TARGET)
  2549. else
  2550. if Kills == true and KO(TARGET).Value == true then
  2551. if Alt == false then
  2552. if Attacking(STAND).Value == true then
  2553. getRoot(STAND).CFrame = getRoot(TARGET).CFrame*CFrame.new(0,300,0)
  2554. else
  2555. getRoot(STAND).CFrame = CFrame.new(getTorso(TARGET).Position)*CFrame.new(0,3,0)
  2556. game.ReplicatedStorage.MainEvent:FireServer("Stomp")
  2557. if Dead(TARGET).Value == true then
  2558. getRoot(STAND).CFrame = CFrame.new(getRoot(TARGET).Position)*CFrame.new(0,300,0)
  2559. end
  2560. end
  2561. else
  2562. getRoot(STAND).CFrame = CFrame.new(getRoot(TARGET).Position)*CFrame.new(0,300,0)
  2563. end
  2564. end
  2565. end
  2566. end)
  2567.  
  2568. rs.Heartbeat:connect(function()
  2569. if Arrest == true and KO(TARGET).Value == false then
  2570. StopHoverAnim = true
  2571. noclip = true
  2572. Hit()
  2573. TargetMalee(TARGET)
  2574. else
  2575. if Arrest == true and KO(TARGET).Value == true then
  2576. if Attacking(STAND).Value == true then
  2577. getRoot(STAND).CFrame = getRoot(TARGET).CFrame*CFrame.new(0,300,0)
  2578. else
  2579. game.Workspace.Camera.CameraSubject = getHumanoid(STAND)
  2580. getRoot(STAND).CFrame = CFrame.new(getTorso(TARGET).Position)*CFrame.new(0,3,0)
  2581. if STAND.Backpack:FindFirstChild("Cuff") then
  2582. STAND.Backpack:FindFirstChild("Cuff").Parent = STAND.Character
  2583. end
  2584. STAND.Character:FindFirstChild('Cuff'):Activate()
  2585. if TARGET.Character:FindFirstChild("BodyEffects"):FindFirstChild("Cuff").Value == true then
  2586. Summon()
  2587. end
  2588. end
  2589. end
  2590. end
  2591. end)
  2592.  
  2593. rs.Heartbeat:connect(function()
  2594. if Frame == true and Pos == "Right" then
  2595. MoveToTarget(2,2,2.5)
  2596. elseif Frame == true and Pos == "Left" then
  2597. MoveToTarget(-2,2,2.5)
  2598. elseif Frame == true and Pos == "Back" then
  2599. MoveToTarget(.6,2,3)
  2600. end
  2601. end)
  2602.  
  2603. rs.Heartbeat:connect(function()
  2604. if SMITE == true and game:GetService('Players'):FindFirstChild(TARGET.Name) then
  2605. StopHoverAnim = true
  2606. getRoot(STAND).CFrame = CFrame.new(getRoot(TARGET).Position + Vector3.new(0,0,0) + (getHumanoid(TARGET).MoveDirection*0.80*getHumanoid(TARGET).WalkSpeed))
  2607. local vel = getRoot(STAND).Velocity
  2608. getRoot(STAND).Velocity = Vector3.new(0,-99999999,0)
  2609. rs.Stepped:Wait()
  2610. getRoot(STAND).Velocity = vel
  2611. end
  2612. end)
  2613.  
  2614. rs.Heartbeat:connect(function()
  2615. if killnear == true then
  2616. StopHoverAnim = true
  2617. follow = false
  2618. noclip = true
  2619. local TARGET = GetNearest()
  2620. if TARGET then
  2621. if KO(TARGET).Value == false then
  2622. TargetMalee(TARGET)
  2623. Hit()
  2624. end
  2625. else
  2626. follow = true
  2627. noclip = true
  2628. StopHoverAnim = false
  2629. end
  2630. end
  2631. end)
  2632.  
  2633. rs.Heartbeat:connect(function()
  2634. if ORA == true then
  2635. StopHoverAnim = true
  2636. follow = false
  2637. noclip = true
  2638. local TARGET = GetNearest()
  2639. if TARGET then
  2640. if KO(TARGET).Value == false then
  2641. Hit()
  2642. if STAND.Character:FindFirstChild("BodyEffects"):FindFirstChild("Movement"):FindFirstChild("ReduceWalk") then
  2643. StopHoverAnim = true
  2644. follow = false
  2645. noclip = true
  2646. TargetMalee(TARGET)
  2647. else
  2648. StopHoverAnim = false
  2649. follow = true
  2650. end
  2651. else
  2652. if KO(TARGET).Value == true then
  2653. StopHoverAnim = true
  2654. follow = false
  2655. noclip = true
  2656. game.ReplicatedStorage.MainEvent:FireServer("Stomp")
  2657. getRoot(STAND).CFrame = CFrame.new(getTorso(TARGET).Position)*CFrame.new(0,3,0)
  2658. if Dead(TARGET).Value == true then
  2659. follow = true
  2660. noclip = true
  2661. StopHoverAnim = false
  2662. end
  2663. end
  2664. end
  2665. else
  2666. follow = true
  2667. noclip = true
  2668. StopHoverAnim = false
  2669. end
  2670. end
  2671. end)
  2672.  
  2673. rs.Heartbeat:connect(function()
  2674. if knifenear == true then
  2675. StopHoverAnim = true
  2676. follow = false
  2677. noclip = true
  2678. local TARGET = GetNearest()
  2679. if TARGET then
  2680. if KO(TARGET).Value == false then
  2681. TargetKnife(TARGET)
  2682. KnifeHit()
  2683. end
  2684. else
  2685. follow = true
  2686. noclip = true
  2687. StopHoverAnim = false
  2688. end
  2689. end
  2690. end)
  2691.  
  2692. rs.heartbeat:connect(function()
  2693. if GunKnock == true and KO(TARGET).Value == false then
  2694. StopHoverAnim = true
  2695. noclip = true
  2696. Locking = true
  2697. STAND.Character:FindFirstChild('RightHand').CFrame = getRoot(TARGET).CFrame*CFrame.new(0,5,0)
  2698. STAND.Character:FindFirstChild('LeftHand').CFrame = getRoot(STAND).CFrame*CFrame.new(0,0,0)
  2699. STAND.Character:FindFirstChild('RightFoot').CFrame = getRoot(STAND).CFrame*CFrame.new(0,0,0)
  2700. STAND.Character:FindFirstChild('LeftFoot').CFrame = getRoot(STAND).CFrame*CFrame.new(0,0,0)
  2701. STAND.Character:FindFirstChild('Head').CFrame = getRoot(STAND).CFrame*CFrame.new(0,0,0)
  2702. getRoot(STAND).CFrame = getRoot(TARGET).CFrame * CFrame.new(0,-9,0)
  2703.  
  2704. MainEvent:FireServer("Block",false)
  2705. if STAND.Character:FindFirstChildWhichIsA("Tool") then
  2706. if STAND.Character:FindFirstChildWhichIsA("Tool"):FindFirstChild("Ammo") then
  2707. if STAND.Character:FindFirstChildWhichIsA("Tool"):FindFirstChild("Ammo").Value <= 0 then
  2708. game:GetService("ReplicatedStorage").MainEvent:FireServer("Reload",STAND.Character:FindFirstChildWhichIsA("Tool"))
  2709. end
  2710. end
  2711. end
  2712. STAND.Character:FindFirstChild('[LMG]'):Activate()
  2713. elseif GunKnock == true and KO(TARGET).Value == true then
  2714. STAND.Character:FindFirstChild('[LMG]'):Deactivate()
  2715. StopHoverAnim = false
  2716. GunKnock = false
  2717. Strafe = false
  2718. Locking = false
  2719. follow = true
  2720. noclip = true
  2721. end
  2722. end)
  2723.  
  2724. rs.heartbeat:connect(function()
  2725. if GunStomp == true and KO(TARGET).Value == false then
  2726. StopHoverAnim = true
  2727. noclip = true
  2728. Locking = true
  2729. STAND.Character:FindFirstChild('RightHand').CFrame = getRoot(TARGET).CFrame*CFrame.new(0,5,0)
  2730. STAND.Character:FindFirstChild('LeftHand').CFrame = getRoot(STAND).CFrame*CFrame.new(0,0,0)
  2731. STAND.Character:FindFirstChild('RightFoot').CFrame = getRoot(STAND).CFrame*CFrame.new(0,0,0)
  2732. STAND.Character:FindFirstChild('LeftFoot').CFrame = getRoot(STAND).CFrame*CFrame.new(0,0,0)
  2733. STAND.Character:FindFirstChild('Head').CFrame = getRoot(STAND).CFrame*CFrame.new(0,0,0)
  2734. getRoot(STAND).CFrame = getRoot(TARGET).CFrame * CFrame.new(0,-9,0)
  2735.  
  2736. MainEvent:FireServer("Block",false)
  2737. if STAND.Character:FindFirstChildWhichIsA("Tool") then
  2738. if STAND.Character:FindFirstChildWhichIsA("Tool"):FindFirstChild("Ammo") then
  2739. if STAND.Character:FindFirstChildWhichIsA("Tool"):FindFirstChild("Ammo").Value <= 0 then
  2740. game:GetService("ReplicatedStorage").MainEvent:FireServer("Reload",STAND.Character:FindFirstChildWhichIsA("Tool"))
  2741. end
  2742. end
  2743. end
  2744. STAND.Character:FindFirstChild('[LMG]'):Activate()
  2745. elseif GunKnock == true and KO(TARGET).Value == true then
  2746. getRoot(STAND).CFrame = CFrame.new(getTorso(TARGET).Position)*CFrame.new(0,3,0)
  2747. Strafe = false
  2748. game.ReplicatedStorage.MainEvent:FireServer("Stomp")
  2749. if Dead(guntarget).Value == true then
  2750. STAND.Character:FindFirstChild('[LMG]'):Deactivate()
  2751. StopHoverAnim = false
  2752. GunKnock = false
  2753. Locking = false
  2754. follow = true
  2755. noclip = true
  2756. end
  2757. end
  2758. end)
  2759.  
  2760. rs.heartbeat:connect(function()
  2761. if AutoArmor == true then
  2762. if STAND.Character:FindFirstChild("BodyEffects"):FindFirstChild("Armor").Value <= 30 then
  2763. follow = false
  2764. repeat
  2765. getRoot(STAND).CFrame = game:GetService("Workspace").Ignored.Shop["[High-Medium Armor] - $3039"].Head.CFrame
  2766. fireclickdetector(game:GetService("Workspace").Ignored.Shop["[High-Medium Armor] - $3039"].ClickDetector)
  2767. game:GetService("RunService").Heartbeat:Wait()
  2768. until STAND.Character:FindFirstChild("BodyEffects"):FindFirstChild("Armor").Value >= 50
  2769. follow = true
  2770. end
  2771. end
  2772. end)
  2773.  
  2774. rs.heartbeat:connect(function()
  2775. if follow == true and Pos == "Right" then
  2776. MoveTo(2,2,2.5)
  2777. elseif follow == true and Pos == "Left" then
  2778. MoveTo(-2,2,2.5)
  2779. elseif follow == true and Pos == "Back" then
  2780. MoveTo(.6,2,3)
  2781. elseif follow == true and Pos == "Under" then
  2782. MoveTo(.6,-15,3)
  2783. elseif follow == true and Pos == "Alt" then
  2784. local RanX = math.random(-1000,1000)
  2785. local RanZ = math.random(-1000,1000)
  2786. MoveTo(RanX,-495,RanZ)
  2787. end
  2788.  
  2789. if looking == true then
  2790. --STAND.Character:SetPrimaryPartCFrame(CFrame.lookAt(getRoot(STAND).Position,getRoot(OWNER).Position*Vector3.new(1,0,1) + getRoot(STAND).Position*Vector3.new(0,1,0)))
  2791. end
  2792.  
  2793. if noclip == true then
  2794. game.Workspace.FLOATPART.CFrame = getRoot(STAND).CFrame*CFrame.new(0,-3.4 ,0)
  2795. for i,v in pairs(STAND.Character:GetDescendants()) do
  2796. if v:IsA("BasePart") or v:IsA("MeshPart") then
  2797. v.CanCollide = false
  2798. v.Velocity = Vector3.new(0,0,0)
  2799. end
  2800. end
  2801. else
  2802. game.Workspace.FLOATPART.CFrame = getRoot(STAND).CFrame*CFrame.new(0,30.4 ,0)
  2803. end
  2804. end)
  2805. rs.Stepped:Connect(function(a,b)
  2806. delta = (delta + b/duration) % 1
  2807.  
  2808. if Strafe == true then
  2809. if resolve == true then
  2810. if GunMode == 'Sky' then
  2811. getRoot(STAND).CFrame = CFrame.new(getRoot(TARGET).Position + Vector3.new(0,7,0) + (getHumanoid(TARGET).MoveDirection*Prediction*getHumanoid(TARGET).WalkSpeed))*CFrame.Angles(0,5*math.pi*delta,0)
  2812. elseif GunMode == 'Under' then
  2813. getRoot(STAND).CFrame = CFrame.new(getRoot(TARGET).Position + Vector3.new(0,-7,0) + (getHumanoid(TARGET).MoveDirection*Prediction*getHumanoid(TARGET).WalkSpeed))*CFrame.Angles(0,5*math.pi*delta,0)
  2814. end
  2815. else
  2816. if GunMode == 'Sky' then
  2817. getRoot(STAND).CFrame = CFrame.new(getRoot(TARGET).Velocity*Prediction)*CFrame.Angles(0,5*math.pi*delta,0)* CFrame.new(0,7,10)+ getRoot(TARGET).Position
  2818. elseif GunMode == 'Under' then
  2819. getRoot(STAND).CFrame = CFrame.new(getRoot(TARGET).Velocity*Prediction)*CFrame.Angles(0,5*math.pi*delta,0)* CFrame.new(0,-7,10)+ getRoot(TARGET).Position
  2820. end
  2821. end
  2822. end
  2823. if circle == true then
  2824. getRoot(STAND).CFrame = CFrame.Angles(0,2*math.pi*delta,0)* CFrame.new(0,0,5)+ getRoot(OWNER).Position
  2825. end
  2826. end)
  2827.  
  2828. rs.Stepped:connect(function()
  2829. if vanish == true then
  2830. RanX = math.random(-1000,1000)
  2831. RanZ = math.random(-1000,1000)
  2832. getRoot(STAND).CFrame = CFrame.new(RanX,449,RanX)
  2833. end
  2834. end)
  2835.  
  2836. rs.Stepped:connect(function()
  2837. if autodrop == true then
  2838. game.ReplicatedStorage.MainEvent:FireServer("DropMoney","10000")
  2839. end
  2840. end)
  2841.  
  2842. rs.Stepped:connect(function()
  2843. if lettucefarm == true then
  2844. noclip = true
  2845. getRoot(STAND).CFrame = game.Workspace.Ignored.Shop["[Lettuce] - $5"].Head.CFrame*CFrame.new(0,-8,0)
  2846. fireclickdetector(game:GetService("Workspace").Ignored.Shop["[Lettuce] - $5"].ClickDetector)
  2847. if STAND.Backpack:FindFirstChild("[Lettuce]") then
  2848. STAND.Backpack:FindFirstChild("[Lettuce]").Parent = STAND.Character
  2849. end
  2850. STAND.Character:FindFirstChild('[Lettuce]'):Activate()
  2851. end
  2852. end)
  2853.  
  2854. rs.Stepped:connect(function()
  2855. if AutoWeight == true then
  2856. for i,v in pairs(STAND.Backpack:GetChildren()) do
  2857. if v.Name == "[Weights]" and v.Name == "[HeavyWeights]" then
  2858. v.Parent = STAND.Character
  2859. end
  2860. end
  2861.  
  2862. for i,v in pairs(STAND.Character:GetChildren()) do
  2863. if v.Name == "[Weights]" and v.Name == "[HeavyWeights]" then
  2864. v:Activate()
  2865. end
  2866. end
  2867.  
  2868. local RanX = math.random(-1000,1000)
  2869. local RanZ = math.random(-1000,1000)
  2870. getRoot(STAND).CFrame = CFrame.new(RanX,400,RanZ)
  2871. end
  2872. end)
  2873.  
  2874. rs.Stepped:connect(function()
  2875. if boxing == true then
  2876. TWEEN(CFrame.new(-279.363251, 22.5704575, -1142.79883, -0.629518926, -4.21714468e-08, -0.776985168, -6.35824335e-08, 1, -2.76080292e-09, 0.776985168, 4.76646278e-08, -0.629518926))
  2877. if STAND.Backpack:FindFirstChild("Combat") then
  2878. STAND.Backpack:FindFirstChild("Combat").Parent = STAND.Character
  2879. end
  2880. wait()
  2881. STAND.Character:FindFirstChild('Combat'):Activate()
  2882. STAND.Character:FindFirstChild('Combat'):Deactivate()
  2883. end
  2884. end)
  2885.  
  2886. rs.Stepped:connect(function()
  2887. if blocking == true then
  2888. if STAND.Character:FindFirstChild('BodyEffects'):FindFirstChild('Block') then STAND.Character:FindFirstChild('BodyEffects'):FindFirstChild('Block'):Destroy() end
  2889. MainEvent:FireServer("Block",true) wait()
  2890. MainEvent:FireServer("Block",false)
  2891. end
  2892.  
  2893. if Bind == true and Dead(STAND).Value == false and KO(STAND).Value == false then
  2894. if getHumanoid(STAND).Health <= 80 then
  2895. game.ReplicatedStorage.MainEvent:FireServer("ResetNew")
  2896. getHumanoid(STAND):ChangeState'Dead'
  2897. end
  2898. end
  2899. end)
  2900.  
  2901. rs.heartbeat:connect(function()
  2902. if Sneak == true then
  2903. STAND.Character:WaitForChild("Humanoid"):ChangeState(5)
  2904. for _,v in ipairs(STAND.Character:WaitForChild("Humanoid"):GetPlayingAnimationTracks()) do v:Stop() end
  2905. getRoot(STAND).CFrame = getRoot(OWNER).CFrame * CFrame.new(0,-9,0)
  2906. if STAND.Character:FindFirstChild('Combat') then
  2907. STAND.Character:FindFirstChild('Combat'):Activate()
  2908. STAND.Character:FindFirstChild('Combat'):Deactivate()
  2909. else
  2910. STAND.Backpack:FindFirstChild('Combat').Parent = STAND.Character
  2911. end
  2912. for i,v in pairs(STAND.Character:GetDescendants()) do
  2913. if v:IsA("BasePart") or v:IsA("MeshPart") then
  2914. v.CanCollide = false
  2915. v.Velocity = Vector3.new(0,0,0)
  2916. end
  2917. end
  2918. end
  2919. end)
  2920.  
  2921. rs.Stepped:connect(function()
  2922. if barragepos == true then
  2923. StopHoverAnim = true
  2924. MoveTo(0,0.85,-4.85)
  2925. end
  2926. end)
  2927.  
  2928. rs.Stepped:connect(function()
  2929. if mimicpunch == true then
  2930. if Attacking(STAND).Value == true then
  2931. game:GetService("VirtualUser"):ClickButton1(Vector2.new())
  2932. if STAND.Backpack:FindFirstChild("Combat") then
  2933. STAND.Backpack:FindFirstChild("Combat").Parent = STAND.Character
  2934. end
  2935. end
  2936. end
  2937. end)
  2938.  
  2939. rs.Stepped:connect(function()
  2940. if mimic == true then
  2941. if Attacking(STAND).Value == true then
  2942. getRoot(STAND).CFrame = getRoot(OWNER).CFrame*CFrame.new(0,0,-6)
  2943. Hit()
  2944. else
  2945. if Block == true then
  2946. if OWNER.Character:FindFirstChild('BodyEffects'):FindFirstChild("Block") then
  2947. MainEvent:FireServer("Block",true)
  2948. getRoot(STAND).CFrame = getRoot(OWNER).CFrame*CFrame.new(0,0,-6)
  2949. else
  2950. MainEvent:FireServer("Block",false)
  2951. end
  2952. end
  2953. --end
  2954. end
  2955. end
  2956. end)
  2957.  
  2958. rs.Stepped:connect(function()
  2959. if Viewing == true then
  2960. game.Workspace.Camera.CameraSubject = getHumanoid(TARGET)
  2961. end
  2962. end)
  2963.  
  2964.  
  2965. rs.Stepped:Connect(function()
  2966. for i,v in pairs(STAND.Character:WaitForChild("Humanoid"):GetPlayingAnimationTracks()) do
  2967. if (v.Animation.AnimationId:match("rbxassetid://2788315673"))
  2968. or (v.Animation.AnimationId:match("rbxassetid://2788316350"))
  2969. or (v.Animation.AnimationId:match("rbxassetid://2788313790"))
  2970. or (v.Animation.AnimationId:match("rbxassetid://2788312709"))
  2971. or (v.Animation.AnimationId:match("rbxassetid://2788314837"))
  2972. or (v.Animation.AnimationId:match("rbxassetid://2788289281"))
  2973. or (v.Animation.AnimationId:match("rbxassetid://3354699999"))
  2974. or (v.Animation.AnimationId:match("rbxassetid://2788292075"))
  2975. or (v.Animation.AnimationId:match("rbxassetid://2968344043"))
  2976. or (v.Animation.AnimationId:match("rbxassetid://2838893290")) then
  2977. v:Stop();
  2978. end
  2979. end
  2980. end)
  2981.  
  2982. --respawn
  2983. STAND.CharacterAdded:connect(function()
  2984. blocking = true
  2985. barragepos = false
  2986. barragepunch = false
  2987. mimicpunch = false
  2988. block = false
  2989. mimic = false
  2990. Fog = false
  2991. UpFog = false
  2992. WideFog = false
  2993. FlatFog = false
  2994. STAND.Character:WaitForChild("FULLY_LOADED_CHAR")
  2995. if AutoMask == true then MaskHide() end
  2996. getRoot(STAND).CFrame=CFrame.new(-116,-58,146)
  2997. end)
  2998. STAND.CharacterAdded:connect(function() follow = false noclip = false looking = false STAND.Character:WaitForChild("FULLY_LOADED_CHAR") FollowMode() ANIMATION() end)
  2999. OWNER.CharacterAdded:connect(function() STAND.Character:WaitForChild("FULLY_LOADED_CHAR") getHumanoid(OWNER):GetPropertyChangedSignal("MoveDirection"):Connect(Moved) end)
  3000. if Hidescreen == true then rs:Set3dRenderingEnabled(false) else rs:Set3dRenderingEnabled(true) end
  3001. local mt = getrawmetatable(game)
  3002. local old = mt.__namecall
  3003. setreadonly(mt,false)
  3004. mt.__namecall = newcclosure(function(...)
  3005. local args = {...}
  3006. if Locking == true and getnamecallmethod() == "FireServer" and args[2] == "UpdateMousePos" then
  3007. if resolve == true then
  3008. args[3] = TARGET.Character.HumanoidRootPart.Position + Vector3.new(0, 0, 0) + (TARGET.Character.Humanoid.MoveDirection * gunkillprediction * TARGET.Character.Humanoid.WalkSpeed)
  3009. else
  3010. args[3] = TARGET.Character.HumanoidRootPart.Position + Vector3.new(0, 0, 0) + (TARGET.Character.HumanoidRootPart.Velocity * gunkillprediction)
  3011. end
  3012.  
  3013. return old(unpack(args))
  3014. end
  3015. return old(...)
  3016. end)
  3017. game.StarterGui:SetCore("SendNotification", {
  3018. Title = "Tunder z v.2";
  3019. Text = "Fixed By FaisalπŸ’€";
  3020. Duration = 30;
  3021. })
  3022. game.StarterGui:SetCore("SendNotification", {
  3023. Title = "Tunder z v.2";
  3024. Text = "Join Discord Or I Will Patched It πŸ’€";
  3025. Duration = 30;
  3026. })
  3027. function output(plr, msg)
  3028. game.StarterGui:SetCore("SendNotification", {
  3029. Title = "Tunder z v.2";
  3030. Text = "Fixed By Faisal Join Discord: https://discord.gg/7F4RGFHdmt";
  3031. Duration = 30;
  3032. })
  3033. end
  3034.  
  3035. for i,v in pairs(game.Players:GetChildren()) do
  3036. v.Chatted:Connect(function(msg)
  3037. output(v, msg)
  3038. end)
  3039. end
  3040.  
  3041. game.Players.ChildAdded:Connect(function(plr)
  3042. if plr:IsA("Player") then
  3043. plr.Chatted:Connect(function(msg)
  3044. output(plr, msg)
  3045. end)
  3046. end
  3047. end)
  3048. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement