Facebook
From Çakma Gamer, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 999
  1. -- Instances:
  2.  
  3. local LegacyX = Instance.new("ScreenGui")
  4. local Main = Instance.new("ImageLabel")
  5. local MainFrame = Instance.new("ImageLabel")
  6. local Line1 = Instance.new("Frame")
  7. local UICorner = Instance.new("UICorner")
  8. local X = Instance.new("TextLabel")
  9. local ScrollingFrame = Instance.new("ScrollingFrame")
  10. local FlyX = Instance.new("TextButton")
  11. local UICorner_2 = Instance.new("UICorner")
  12. local Bag = Instance.new("TextButton")
  13. local UICorner_3 = Instance.new("UICorner")
  14. local Target = Instance.new("TextButton")
  15. local UICorner_4 = Instance.new("UICorner")
  16. local FreeFists = Instance.new("TextButton")
  17. local UICorner_5 = Instance.new("UICorner")
  18. local AntiStomp = Instance.new("TextButton")
  19. local UICorner_6 = Instance.new("UICorner")
  20. local AntiFlashbang = Instance.new("TextButton")
  21. local UICorner_7 = Instance.new("UICorner")
  22. local AntiBag = Instance.new("TextButton")
  23. local UICorner_8 = Instance.new("UICorner")
  24. local Headless = Instance.new("TextButton")
  25. local UICorner_9 = Instance.new("UICorner")
  26. local Goto = Instance.new("TextButton")
  27. local UICorner_10 = Instance.new("UICorner")
  28. local Spectate = Instance.new("TextButton")
  29. local UICorner_11 = Instance.new("UICorner")
  30. local Unspectate = Instance.new("TextButton")
  31. local UICorner_12 = Instance.new("UICorner")
  32. local Cash = Instance.new("TextButton")
  33. local UICorner_13 = Instance.new("UICorner")
  34. local FistReach = Instance.new("TextButton")
  35. local UICorner_14 = Instance.new("UICorner")
  36. local FEBackflip = Instance.new("TextButton")
  37. local UICorner_15 = Instance.new("UICorner")
  38. local Maskspam = Instance.new("TextButton")
  39. local UICorner_16 = Instance.new("UICorner")
  40. local Naked = Instance.new("TextButton")
  41. local UICorner_17 = Instance.new("UICorner")
  42. local GodBullet = Instance.new("TextButton")
  43. local UICorner_18 = Instance.new("UICorner")
  44. local GodmodeUnban = Instance.new("TextButton")
  45. local UICorner_19 = Instance.new("UICorner")
  46. local FreeFistsBiggerHitbox = Instance.new("TextButton")
  47. local UICorner_20 = Instance.new("UICorner")
  48. local FixRightFists = Instance.new("TextButton")
  49. local UICorner_21 = Instance.new("UICorner")
  50. local FixLeftFists = Instance.new("TextButton")
  51. local UICorner_22 = Instance.new("UICorner")
  52. local Info = Instance.new("TextLabel")
  53. local FlyGun = Instance.new("TextButton")
  54. local UICorner_23 = Instance.new("UICorner")
  55. local FlyMeleeWeapon = Instance.new("TextButton")
  56. local UICorner_24 = Instance.new("UICorner")
  57. local Frame = Instance.new("ImageLabel")
  58. local TextBox = Instance.new("TextBox")
  59. local Fatel = Instance.new("TextLabel")
  60. local function ShrinkName()
  61.         TextBox.FocusLost:connect(function()
  62.                 for i,v in pairs(game.Players:GetChildren()) do
  63.                         if (string.sub(string.lower(v.Name),1,string.len(TextBox.Text))) == string.lower(TextBox.Text) then
  64.                                 TextBox.Text = v.Name
  65.                         end
  66.                 end
  67.         end)
  68. end
  69.  
  70. ShrinkName()
  71. function findPlayer(name)
  72.         name = name:lower()
  73.         if name == 'me' then
  74.                 return game:GetService'Players'.LocalPlayer
  75.         end
  76.         for i,v in pairs(game:GetService'Players':GetPlayers()) do
  77.                 if v.Name:lower():find(name) == 1 then
  78.                         return v
  79.                 end
  80.         end
  81. end
  82.  
  83. --Properties:
  84.  
  85. LegacyX.Name = "Legacy X"
  86. LegacyX.Parent = game.CoreGui
  87.  
  88. Main.Name = "Main"
  89. Main.Parent = LegacyX
  90. Main.Active = true
  91. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. Main.BackgroundTransparency = 1.000
  93. Main.Position = UDim2.new(0.7141518, 0, 0.537688375, 0)
  94. Main.Size = UDim2.new(0, 292, 0, 250)
  95. Main.Image = "rbxassetid://3570695787"
  96. Main.ImageColor3 = Color3.fromRGB(7, 7, 7)
  97. Main.ImageTransparency = 1.000
  98. Main.ScaleType = Enum.ScaleType.Slice
  99. Main.SliceCenter = Rect.new(100, 100, 100, 100)
  100. Main.SliceScale = 0.120
  101. Main.Draggable = true
  102.  
  103. MainFrame.Name = "Main Frame"
  104. MainFrame.Parent = Main
  105. MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  106. MainFrame.BackgroundTransparency = 1.000
  107. MainFrame.Position = UDim2.new(0.0273972563, 0, 0.0399999954, 0)
  108. MainFrame.Size = UDim2.new(0, 277, 0, 230)
  109. MainFrame.Image = "rbxassetid://3570695787"
  110. MainFrame.ImageColor3 = Color3.fromRGB(11, 11, 11)
  111. MainFrame.ScaleType = Enum.ScaleType.Slice
  112. MainFrame.SliceCenter = Rect.new(100, 100, 100, 100)
  113. MainFrame.SliceScale = 0.080
  114.  
  115. Line1.Name = "Line 1"
  116. Line1.Parent = MainFrame
  117. Line1.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  118. Line1.BorderColor3 = Color3.fromRGB(255, 0, 0)
  119. Line1.BorderSizePixel = 0
  120. Line1.Position = UDim2.new(0.0516151525, 0, 0.129272863, 0)
  121. Line1.Size = UDim2.new(0, 248, 0, 5)
  122.  
  123. UICorner.CornerRadius = UDim.new(0.200000003, 0)
  124. UICorner.Parent = Line1
  125.  
  126. X.Name = "X"
  127. X.Parent = MainFrame
  128. X.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  129. X.BackgroundTransparency = 1.000
  130. X.BorderSizePixel = 0
  131. X.Position = UDim2.new(0.212996393, 0, 0, 0)
  132. X.Size = UDim2.new(0, 28, 0, 29)
  133. X.Font = Enum.Font.Cartoon
  134. X.Text = "X"
  135. X.TextColor3 = Color3.fromRGB(255, 0, 68)
  136. X.TextSize = 24.000
  137. X.TextWrapped = true
  138.  
  139. ScrollingFrame.Parent = MainFrame
  140. ScrollingFrame.Active = true
  141. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  142. ScrollingFrame.BackgroundTransparency = 1.000
  143. ScrollingFrame.BorderSizePixel = 0
  144. ScrollingFrame.Position = UDim2.new(0, 0, 0.178260863, 0)
  145. ScrollingFrame.Size = UDim2.new(0, 277, 0, 153)
  146. ScrollingFrame.CanvasPosition = Vector2.new(0, 847)
  147. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 5, 0)
  148.  
  149. FlyX.Name = "Fly [X]"
  150. FlyX.Parent = ScrollingFrame
  151. FlyX.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  152. FlyX.BorderSizePixel = 0
  153. FlyX.Position = UDim2.new(0.109376982, 0, 0.0149849486, 0)
  154. FlyX.Size = UDim2.new(0, 216, 0, 29)
  155. FlyX.Font = Enum.Font.Cartoon
  156. FlyX.Text = "Fly [X]"
  157. FlyX.TextColor3 = Color3.fromRGB(255, 255, 255)
  158. FlyX.TextScaled = true
  159. FlyX.TextSize = 14.000
  160. FlyX.TextWrapped = true
  161.  
  162. UICorner_2.CornerRadius = UDim.new(0.25, 0)
  163. UICorner_2.Parent = FlyX
  164. FlyX.MouseButton1Down:connect(function()
  165.         wait(0) local A_1 = "[Legacy X] Fly Enabled to true." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  166.         local plr = game.Players.LocalPlayer
  167.         local mouse = plr:GetMouse()
  168.  
  169.         localplayer = plr
  170.  
  171.         if workspace:FindFirstChild("Core") then
  172.                 workspace.Core:Destroy()
  173.         end
  174.  
  175.         local Core = Instance.new("Part")
  176.         Core.Name = "Core"
  177.         Core.Size = Vector3.new(0.05, 0.05, 0.05)
  178.  
  179.         spawn(function()
  180.                 Core.Parent = workspace
  181.                 local Weld = Instance.new("Weld", Core)
  182.                 Weld.Part0 = Core
  183.                 Weld.Part1 = localplayer.Character.LowerTorso
  184.                 Weld.C0 = CFrame.new(0, 0, 0)
  185.         end)
  186.  
  187.         workspace:WaitForChild("Core")
  188.  
  189.         local torso = workspace.Core
  190.         flying = true
  191.         local speed=50
  192.         local keys={a=false,d=false,w=false,s=false}
  193.         local e1
  194.         local e2
  195.         local function start()
  196.                 local pos = Instance.new("BodyPosition",torso)
  197.                 local gyro = Instance.new("BodyGyro",torso)
  198.                 pos.Name="EPIXPOS"
  199.                 pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  200.                 pos.position = torso.Position
  201.                 gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  202.                 gyro.cframe = torso.CFrame
  203.                 repeat
  204.                         wait()
  205.                         localplayer.Character.Humanoid.PlatformStand=true
  206.                         local new=gyro.cframe - gyro.cframe.p + pos.position
  207.                         if not keys.w and not keys.s and not keys.a and not keys.d then
  208.                                 speed=50
  209.                         end
  210.                         if keys.w then
  211.                                 new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  212.                                 speed=speed+0
  213.                         end
  214.                         if keys.s then
  215.                                 new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  216.                                 speed=speed+0
  217.                         end
  218.                         if keys.d then
  219.                                 new = new * CFrame.new(speed,0,0)
  220.                                 speed=speed+0
  221.                         end
  222.                         if keys.a then
  223.                                 new = new * CFrame.new(-speed,0,0)
  224.                                 speed=speed+0
  225.                         end
  226.                         if speed>10 then
  227.                                 speed=50
  228.                         end
  229.                         pos.position=new.p
  230.                         if keys.w then
  231.                                 gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*0),0,0)
  232.                         elseif keys.s then
  233.                                 gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*0),0,0)
  234.                         else
  235.                                 gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  236.                         end
  237.                 until flying == false
  238.                 if gyro then gyro:Destroy() end
  239.                 if pos then pos:Destroy() end
  240.                 flying=false
  241.                 localplayer.Character.Humanoid.PlatformStand=false
  242.                 speed=50
  243.         end
  244.         e1=mouse.KeyDown:connect(function(key)
  245.                 if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  246.                 if key=="w" then
  247.                         keys.w=true
  248.                 elseif key=="s" then
  249.                         keys.s=true
  250.                 elseif key=="a" then
  251.                         keys.a=true
  252.                 elseif key=="d" then
  253.                         keys.d=true
  254.                 elseif key=="x" then
  255.                         if flying==true then
  256.                                 flying=false
  257.                         else
  258.                                 flying=true
  259.                                 start()
  260.                         end
  261.                 end
  262.         end)
  263.         e2=mouse.KeyUp:connect(function(key)
  264.                 if key=="w" then
  265.                         keys.w=false
  266.                 elseif key=="s" then
  267.                         keys.s=false
  268.                 elseif key=="a" then
  269.                         keys.a=false
  270.                 elseif key=="d" then
  271.                         keys.d=false
  272.                 end
  273.         end)
  274.         start()                                                                                                                                                
  275. end)
  276.  
  277. Bag.Name = "Bag"
  278. Bag.Parent = ScrollingFrame
  279. Bag.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  280. Bag.BorderSizePixel = 0
  281. Bag.Position = UDim2.new(0.109376982, 0, 0.238463193, 0)
  282. Bag.Size = UDim2.new(0, 216, 0, 29)
  283. Bag.Font = Enum.Font.Cartoon
  284. Bag.Text = "Bag"
  285. Bag.TextColor3 = Color3.fromRGB(255, 255, 255)
  286. Bag.TextScaled = true
  287. Bag.TextSize = 14.000
  288. Bag.TextWrapped = true
  289.  
  290. UICorner_3.CornerRadius = UDim.new(0.25, 0)
  291. UICorner_3.Parent = Bag
  292. Bag.MouseButton1Click:connect(function()
  293.         local TargetPlr = TextBox.Text
  294.         function getRoot(char)
  295.                 local rootPart = char:FindFirstChild('HumanoidRootPart') or char:FindFirstChild('Torso') or char:FindFirstChild('UpperTorso')
  296.                 return rootPart
  297.         end
  298.  
  299.         if TargetPlr and game.Players[TargetPlr].Character.BodyEffects['K.O'].Value == false then
  300.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Ignored.Shop['[BrownBag] - $25'].Head.CFrame
  301.                 wait(.30)
  302.                 fireclickdetector(game.Workspace.Ignored.Shop['[BrownBag] - $25'].ClickDetector)
  303.                 game.Players.LocalPlayer.Backpack:WaitForChild("[BrownBag]").Parent = game.Players.LocalPlayer.Character
  304.  
  305.                 local A_1 = "[Legacy X] Attempting To Bag " .. TargetPlr .. "." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  306.                 wait(.5)
  307.                 repeat
  308.                         pcall(function()
  309.                                 wait()
  310.                                 getRoot(game.Players[TargetPlr].Character).CFrame = getRoot(game.Players.LocalPlayer.Character).CFrame + Vector3.new(1,3,0)
  311.                                 game.Players.LocalPlayer.Character["[BrownBag]"]:Activate()
  312.                         end)
  313.                 until game.Players[TargetPlr].Character:FindFirstChild("Christmas_Sock")
  314.                 local A_1 = "[Legacy X] Successfully Bagged " .. TargetPlr .. "." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  315.         elseif game.Players[TargetPlr].Character.BodyEffects['K.O'].Value == false then
  316.                 local A_1 = "[Legacy X] " .. TargetPlr .. " Is Already Bagged." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  317.         end
  318. end)
  319.  
  320. Target.Name = "Target"
  321. Target.Parent = ScrollingFrame
  322. Target.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  323. Target.BorderSizePixel = 0
  324. Target.Position = UDim2.new(0.109376982, 0, 0.275419772, 0)
  325. Target.Size = UDim2.new(0, 216, 0, 29)
  326. Target.Font = Enum.Font.Cartoon
  327. Target.Text = "Target"
  328. Target.TextColor3 = Color3.fromRGB(255, 255, 255)
  329. Target.TextScaled = true
  330. Target.TextSize = 14.000
  331. Target.TextWrapped = true
  332.  
  333. UICorner_4.CornerRadius = UDim.new(0.25, 0)
  334. UICorner_4.Parent = Target
  335. Target.MouseButton1Click:connect(function()
  336.         local localPlayer     = game:GetService("Players").LocalPlayer;
  337.         local localCharacter  = localPlayer.Character;
  338.         local TargetPlr       = TextBox.Text;
  339.         wait(0) local A_1 = "[Legacy X] " .. TargetPlr .. "Has Been Locked." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  340.  
  341.  
  342.         if TargetPlr and game.Players[TargetPlr].Character.BodyEffects['K.O'].Value == false then
  343.                 pcall(function()
  344.  
  345.                         game.Players.LocalPlayer.Character.LeftHand.Size = Vector3.new(4,4,4)
  346.                         localCharacter.LeftHand.LeftWrist:Destroy();
  347.                         localCharacter.RightHand.RightWrist:Destroy();
  348.                         game.Players.LocalPlayer.Character.RightHand.Size = Vector3.new(4,4,4)
  349.  
  350.                 end);
  351.                 repeat
  352.                         wait();
  353.                         localCharacter.LeftHand.CFrame = game.Players[TargetPlr].Character.LowerTorso.CFrame;
  354.                         localCharacter.RightHand.CFrame = game.Players[TargetPlr].Character.LowerTorso.CFrame;
  355.                 until game.Players[TargetPlr].Character.BodyEffects['K.O'].Value == true
  356.                 wait(0) local A_1 = "[Legacy X] " .. TargetPlr .. " Has Been Successfully Eliminated!" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  357.                 game.StarterGui:SetCore("SendNotification", {
  358.                         Title = "Legacy X [Target System]";
  359.                         Text = "[Legacy X] " .. TargetPlr .. " Has been successfully knocked!";
  360.                         Duration = 15;
  361.                 })
  362.         elseif game.Players[TargetPlr].Character.BodyEffects['K.O'].Value == true then
  363.                 wait(0) local A_1 = "[Legacy X] " .. TargetPlr .. " Is Already Eliminated." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  364.                 game.StarterGui:SetCore("SendNotification", {
  365.                         Title = "Legacy X [TARGET SYSTEM]";
  366.                         Text = "[Legacy X] " .. TargetPlr .. " Is already knocked.";
  367.                         Duration = 15;
  368.                 })
  369.         end;
  370. end);
  371.  
  372. FreeFists.Name = "Free Fists"
  373. FreeFists.Parent = ScrollingFrame
  374. FreeFists.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  375. FreeFists.BorderSizePixel = 0
  376. FreeFists.Position = UDim2.new(0.109376982, 0, 0.198898003, 0)
  377. FreeFists.Size = UDim2.new(0, 216, 0, 29)
  378. FreeFists.Font = Enum.Font.Cartoon
  379. FreeFists.Text = "Free Fists"
  380. FreeFists.TextColor3 = Color3.fromRGB(255, 255, 255)
  381. FreeFists.TextScaled = true
  382. FreeFists.TextSize = 14.000
  383. FreeFists.TextWrapped = true
  384.  
  385. UICorner_5.CornerRadius = UDim.new(0.25, 0)
  386. UICorner_5.Parent = FreeFists
  387. FreeFists.MouseButton1Down:connect(function()
  388.         wait(0) local A_1 = "[Legacy X] FreeFists Switched To True." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  389.  
  390.  
  391.         local Players = game:GetService("Players")
  392.         local RunService = game:GetService("RunService")
  393.  
  394.         local LocalPlayer = Players.LocalPlayer
  395.         local Mouse = LocalPlayer:GetMouse()
  396.  
  397.         local Character = LocalPlayer.Character
  398.         local RightHand = Character.RightHand
  399.         local Character = LocalPlayer.Character
  400.         local LeftHand = Character.LeftHand
  401.  
  402.         wait(3)
  403.  
  404.         local Box = Instance.new("SelectionBox")
  405.         Box.LineThickness = 0.15
  406.         Box.Color3 = Color3.new(0, 1, 0.0313725)
  407.         Box.Adornee = RightHand
  408.         Box.Parent = RightHand
  409.  
  410.         LeftHand.LeftWrist:Destroy()
  411.  
  412.         local Box = Instance.new("SelectionBox")
  413.         Box.LineThickness = 0.15
  414.         Box.Color3 = Color3.new(0.215686, 1, 0)
  415.         Box.Adornee = LeftHand
  416.         Box.Parent = LeftHand
  417.  
  418.         RightHand.RightWrist:Destroy()
  419.  
  420.         while true do
  421.                 pcall(function()
  422.                         RightHand.Position = Mouse.Hit.p
  423.                         RightHand.Rotation = Vector3.new(0,0,0)
  424.                         RightHand.Massless = true
  425.                         LeftHand.Position = Mouse.Hit.p
  426.                         LeftHand.Rotation = Vector3.new(0,0,0)
  427.                         LeftHand.Massless = true
  428.                 end)
  429.                 pcall(function()
  430.                         local Tool = Character:FindFirstChildOfClass("Tool")
  431.                         Tool.Handle.Position = RightHand.Position
  432.                         Tool.Handle.Position = LeftHand.Position
  433.                 end)
  434.                 RunService.RenderStepped:Wait()
  435.         end
  436. end)
  437.  
  438. AntiStomp.Name = "Anti Stomp"
  439. AntiStomp.Parent = ScrollingFrame
  440. AntiStomp.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  441. AntiStomp.BorderSizePixel = 0
  442. AntiStomp.Position = UDim2.new(0.109376982, 0, 0.162810996, 0)
  443. AntiStomp.Size = UDim2.new(0, 216, 0, 29)
  444. AntiStomp.Font = Enum.Font.Cartoon
  445. AntiStomp.Text = "Anti Stomp"
  446. AntiStomp.TextColor3 = Color3.fromRGB(255, 255, 255)
  447. AntiStomp.TextScaled = true
  448. AntiStomp.TextSize = 14.000
  449. AntiStomp.TextWrapped = true
  450.  
  451. UICorner_6.CornerRadius = UDim.new(0.25, 0)
  452. UICorner_6.Parent = AntiStomp
  453. AntiStomp.MouseButton1Down:connect(function()
  454.         wait(0) local A_1 = "[Legacy X] Anti-Stomp Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  455.  
  456.         game.StarterGui:SetCore("SendNotification", {
  457.                 Title = "Legacy X";
  458.                 Text = "Anti stomp enabled."
  459.         })
  460.         pcall(function() if tostring(game.PlaceId) == "2788229376" then local corepackages = game:GetService"CorePackages" local localplayer = game:GetService"Players".LocalPlayer local run = game:GetService"RunService" run:BindToRenderStep("rrrrrrrrrrr",2000,function() pcall(function() if localplayer.Character.Humanoid.Health <= 30 then localplayer.Character.Humanoid:UnequipTools() localplayer.Character.Humanoid:Destroy() workspace.CurrentCamera.CameraSubject = localplayer.Character wait() local prt = Instance.new("Model", corepackages); Instance.new("Part", prt).Name="Torso"; Instance.new("Part", prt).Name="Head"; Instance.new("Humanoid", prt).Name="Humanoid"; localplayer.Character=prt end end) pcall(function() if localplayer.Character.Humanoid.FloorMaterial == "Plastic" then ReplicatedStorage:FireServer("Stomp") end end) end) loadstring(game:HttpGet("https://pastebin.com/raw/MQ3wc7Zq", true))() end end)
  461. end)
  462.  
  463. AntiFlashbang.Name = "AntiFlashbang"
  464. AntiFlashbang.Parent = ScrollingFrame
  465. AntiFlashbang.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  466. AntiFlashbang.BorderSizePixel = 0
  467. AntiFlashbang.Position = UDim2.new(0.109376982, 0, 0.124984942, 0)
  468. AntiFlashbang.Size = UDim2.new(0, 216, 0, 29)
  469. AntiFlashbang.Font = Enum.Font.Cartoon
  470. AntiFlashbang.Text = "Anti Flash-Bang"
  471. AntiFlashbang.TextColor3 = Color3.fromRGB(255, 255, 255)
  472. AntiFlashbang.TextScaled = true
  473. AntiFlashbang.TextSize = 14.000
  474. AntiFlashbang.TextWrapped = true
  475.  
  476. UICorner_7.CornerRadius = UDim.new(0.25, 0)
  477. UICorner_7.Parent = AntiFlashbang
  478. AntiFlashbang.MouseButton1Down:connect(function()
  479.         wait(0) local A_1 = "[Legacy X] Anti-Flashbang Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  480.  
  481.         while true do
  482.                 local XD = game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui
  483.  
  484.                 if XD:FindFirstChild("whiteScreen") then
  485.                         XD.whiteScreen:Destroy()
  486.                 end
  487.                 wait(0.2)
  488.         end                                                                            
  489. end)
  490.  
  491. AntiBag.Name = "Anti Bag"
  492. AntiBag.Parent = ScrollingFrame
  493. AntiBag.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  494. AntiBag.BorderSizePixel = 0
  495. AntiBag.Position = UDim2.new(0.109376982, 0, 0.0880284235, 0)
  496. AntiBag.Size = UDim2.new(0, 216, 0, 29)
  497. AntiBag.Font = Enum.Font.Cartoon
  498. AntiBag.Text = "Anti Bag"
  499. AntiBag.TextColor3 = Color3.fromRGB(255, 255, 255)
  500. AntiBag.TextScaled = true
  501. AntiBag.TextSize = 14.000
  502. AntiBag.TextWrapped = true
  503.  
  504. UICorner_8.CornerRadius = UDim.new(0.25, 0)
  505. UICorner_8.Parent = AntiBag
  506. AntiBag.MouseButton1Down:connect(function()
  507.         wait(0) local A_1 = "[Legacy X] Anti-Bag Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  508.         local LocalPlayer = game:GetService("Players").LocalPlayer
  509.         local char = LocalPlayer.Character
  510.         char.ChildAdded:Connect(function(sock)
  511.                 if sock:IsA("MeshPart") then do
  512.                                 wait(0)
  513.                                 sock:Destroy()
  514.                         end
  515.                 end
  516.         end)
  517. end)
  518.  
  519. Headless.Name = "Headless"
  520. Headless.Parent = ScrollingFrame
  521. Headless.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  522. Headless.BorderSizePixel = 0
  523. Headless.Position = UDim2.new(0.109376982, 0, 0.0510719046, 0)
  524. Headless.Size = UDim2.new(0, 216, 0, 29)
  525. Headless.Font = Enum.Font.Cartoon
  526. Headless.Text = "Headless"
  527. Headless.TextColor3 = Color3.fromRGB(255, 255, 255)
  528. Headless.TextScaled = true
  529. Headless.TextSize = 14.000
  530. Headless.TextWrapped = true
  531.  
  532. UICorner_9.CornerRadius = UDim.new(0.25, 0)
  533. UICorner_9.Parent = Headless
  534. Headless.MouseButton1Down:connect(function()
  535.         game.StarterGui:SetCore("SendNotification", {
  536.                 Title = "Legacy X";
  537.                 Text = "Headles Enabled. no one can see ur face or ur head."
  538.         })
  539.  
  540.         pcall(function()
  541.                 game.Players.LocalPlayer.Character.Head.Neck:Destroy()
  542.                 game.Players.LocalPlayer.Character.UpperTorso.NeckAttachment:Destroy()
  543.                 game.Players.LocalPlayer.Character.Humanoid.HealthDisplayDistance = math.huge
  544.                 game.Players.LocalPlayer.Character.Humanoid.NameDisplayDistance = math.huge
  545.                 game.Players.LocalPlayer.Character.Head.Size = Vector3.new(0,0,0)
  546.                 game.Players.LocalPlayer.Character.Head.Massless = true
  547.                 game.Players.LocalPlayer.Character.Head.CanCollide = false
  548.  
  549.                 heazd = true
  550.  
  551.                 while heazd == true do
  552.                         pcall(function()  
  553.                                 game.Players.LocalPlayer.Character.Head.NeckRigAttachment.CFrame =  CFrame.new(0, 100000.4736328125, 0)
  554.                                 game.Players.LocalPlayer.Character.UpperTorso.NeckRigAttachment.CFrame =  CFrame.new(0, 100000.4736328125, 0)
  555.                                 game.Players.LocalPlayer.Character.Head.CFrame = CFrame.new(0, 100000.4736328125, 0)
  556.                         end)
  557.                         wait()
  558.                 end
  559.         end)
  560. end)
  561.  
  562. Goto.Name = "Goto"
  563. Goto.Parent = ScrollingFrame
  564. Goto.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  565. Goto.BorderSizePixel = 0
  566. Goto.Position = UDim2.new(0.109376982, 0, 0.311941445, 0)
  567. Goto.Size = UDim2.new(0, 216, 0, 29)
  568. Goto.Font = Enum.Font.Cartoon
  569. Goto.Text = "Goto"
  570. Goto.TextColor3 = Color3.fromRGB(255, 255, 255)
  571. Goto.TextScaled = true
  572. Goto.TextSize = 14.000
  573. Goto.TextWrapped = true
  574.  
  575. UICorner_10.CornerRadius = UDim.new(0.25, 0)
  576. UICorner_10.Parent = Goto
  577. Goto.MouseButton1Click:connect(function()
  578.         local TargetPlr = TextBox.Text;
  579.         local A_1 = "[Legacy X] Teleporting To " .. TargetPlr .. "." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  580.         wait(.30)
  581.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[TargetPlr].Character.HumanoidRootPart.CFrame
  582. end)
  583.  
  584. Spectate.Name = "Spectate"
  585. Spectate.Parent = ScrollingFrame
  586. Spectate.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  587. Spectate.BorderSizePixel = 0
  588. Spectate.Position = UDim2.new(0.109376982, 0, 0.348897994, 0)
  589. Spectate.Size = UDim2.new(0, 216, 0, 29)
  590. Spectate.Font = Enum.Font.Cartoon
  591. Spectate.Text = "Spectate"
  592. Spectate.TextColor3 = Color3.fromRGB(255, 255, 255)
  593. Spectate.TextScaled = true
  594. Spectate.TextSize = 14.000
  595. Spectate.TextWrapped = true
  596.  
  597. UICorner_11.CornerRadius = UDim.new(0.25, 0)
  598. UICorner_11.Parent = Spectate
  599. Spectate.MouseButton1Click:connect(function()
  600.         local TargetPlr = TextBox.Text;
  601.         game.Workspace.Camera.CameraSubject = game.Players[TargetPlr].Character.Humanoid;
  602.         local A_1 = "[Legacy X] Spectating " .. TargetPlr .. "." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  603. end)
  604.  
  605. Unspectate.Name = "Unspectate"
  606. Unspectate.Parent = ScrollingFrame
  607. Unspectate.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  608. Unspectate.BorderSizePixel = 0
  609. Unspectate.Position = UDim2.new(0.109376982, 0, 0.385854483, 0)
  610. Unspectate.Size = UDim2.new(0, 216, 0, 29)
  611. Unspectate.Font = Enum.Font.Cartoon
  612. Unspectate.Text = "Unspectate"
  613. Unspectate.TextColor3 = Color3.fromRGB(255, 255, 255)
  614. Unspectate.TextScaled = true
  615. Unspectate.TextSize = 14.000
  616. Unspectate.TextWrapped = true
  617.  
  618. UICorner_12.CornerRadius = UDim.new(0.25, 0)
  619. UICorner_12.Parent = Unspectate
  620. Unspectate.MouseButton1Click:connect(function()
  621.         local TargetPlr = TextBox.Text;
  622.         local A_1 = "[Legacy X] Stopped Spectating " .. TargetPlr .. "." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  623.         game.Workspace.Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  624. end)
  625.  
  626. Cash.Name = "Cash"
  627. Cash.Parent = ScrollingFrame
  628. Cash.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  629. Cash.BorderSizePixel = 0
  630. Cash.Position = UDim2.new(0.109376982, 0, 0.423680574, 0)
  631. Cash.Size = UDim2.new(0, 216, 0, 29)
  632. Cash.Font = Enum.Font.Cartoon
  633. Cash.Text = "Cash"
  634. Cash.TextColor3 = Color3.fromRGB(255, 255, 255)
  635. Cash.TextScaled = true
  636. Cash.TextSize = 14.000
  637. Cash.TextWrapped = true
  638.  
  639. UICorner_13.CornerRadius = UDim.new(0.25, 0)
  640. UICorner_13.Parent = Cash
  641. Cash.MouseButton1Click:connect(function()
  642.         local TargetPlr = TextBox.Text;
  643.         local A_1 = "[Legacy X] " .. TargetPlr .. " Has $" .. game.Players[TargetPlr].DataFolder.Currency.Value .. "." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  644. end)
  645.  
  646. FistReach.Name = "Fist Reach"
  647. FistReach.Parent = ScrollingFrame
  648. FistReach.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  649. FistReach.BorderSizePixel = 0
  650. FistReach.Position = UDim2.new(0.109376982, 0, 0.462810993, 0)
  651. FistReach.Size = UDim2.new(0, 216, 0, 29)
  652. FistReach.Font = Enum.Font.Cartoon
  653. FistReach.Text = "Fist Reach"
  654. FistReach.TextColor3 = Color3.fromRGB(255, 255, 255)
  655. FistReach.TextScaled = true
  656. FistReach.TextSize = 14.000
  657. FistReach.TextWrapped = true
  658.  
  659. UICorner_14.CornerRadius = UDim.new(0.25, 0)
  660. UICorner_14.Parent = FistReach
  661. FistReach.MouseButton1Down:connect(function()
  662.         game.StarterGui:SetCore("SendNotification", {
  663.                 Title = "Legacy X";
  664.                 Text = "Melee Reach Enabled."
  665.         })
  666.         LP = game.Players.LocalPlayer
  667.  
  668.         for i,v in ipairs(LP.Character:GetDescendants()) do
  669.  
  670.                 if v:IsA("MeshPart") then v.Massless = true
  671.  
  672.                         v.CanCollide = false
  673.  
  674.                         v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  675.  
  676.  
  677.                 end
  678.  
  679.         end
  680.  
  681.  
  682.         for i,v in ipairs(game.workspace:GetDescendants()) do
  683.  
  684.                 if v:IsA("Seat") then
  685.  
  686.                         v.Disabled = true
  687.  
  688.                 end
  689.  
  690.         end
  691.  
  692.         x = 45
  693.  
  694.         y = 45
  695.  
  696.         z = 45
  697.  
  698.  
  699.  
  700.         penis = Vector3.new(x,y,z)
  701.  
  702.  
  703.         LP.Character.RightHand.Size = penis
  704.  
  705.  
  706.         local selectionBox = Instance.new("SelectionBox",LP.Character.RightHand)
  707.  
  708.         selectionBox.Adornee = LP.Character.RightHand
  709.         selectionBox = Enum.Material.Neon
  710.         selectionBox.Color3 = Color3.new(1, 1, 1)  
  711.  
  712.         LP.Character.LeftHand.Size = penis
  713.  
  714.         LP.Character.BodyEffects.SpecialParts.LeftHand.Size = penis
  715.  
  716.  
  717.  
  718.         local selectionBox = Instance.new("SelectionBox",LP.Character.LeftHand)
  719.  
  720.         selectionBox.Adornee = LP.Character.LeftHand
  721.         selectionBox = Enum.Material.Neon
  722.         selectionBox.Color3 = Color3.new(1, 1, 1)
  723.  
  724. end)
  725.  
  726. FEBackflip.Name = "FE Backflip"
  727. FEBackflip.Parent = ScrollingFrame
  728. FEBackflip.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  729. FEBackflip.BorderSizePixel = 0
  730. FEBackflip.Position = UDim2.new(0.109376982, 0, 0.499332726, 0)
  731. FEBackflip.Size = UDim2.new(0, 216, 0, 29)
  732. FEBackflip.Font = Enum.Font.Cartoon
  733. FEBackflip.Text = "Fe Backflip"
  734. FEBackflip.TextColor3 = Color3.fromRGB(255, 255, 255)
  735. FEBackflip.TextScaled = true
  736. FEBackflip.TextSize = 14.000
  737. FEBackflip.TextWrapped = true
  738.  
  739. UICorner_15.CornerRadius = UDim.new(0.25, 0)
  740. UICorner_15.Parent = FEBackflip
  741. FEBackflip.MouseButton1Down:connect(function()
  742.         wait(5)
  743.  
  744.         --[[ Info ]]--
  745.  
  746.         local ver = "2.00"
  747.         local scriptname = "feFlip"
  748.  
  749.  
  750.         --[[ Keybinds ]]--
  751.  
  752.         local FrontflipKey = Enum.KeyCode.Z
  753.         local BackflipKey = Enum.KeyCode.X
  754.         local AirjumpKey = Enum.KeyCode.C
  755.  
  756.  
  757.         --[[ Dependencies ]]--
  758.  
  759.         local ca = game:GetService("ContextActionService")
  760.         local zeezy = game:GetService("Players").LocalPlayer
  761.         local h = 0.0174533
  762.         local antigrav
  763.  
  764.  
  765.         --[[ Functions ]]--
  766.  
  767.         function zeezyFrontflip(act,inp,obj)
  768.                 if inp == Enum.UserInputState.Begin then
  769.                         zeezy.Character.Humanoid:ChangeState("Jumping")
  770.                         wait()
  771.                         zeezy.Character.Humanoid.Sit = true
  772.                         for i = 1,360 do
  773.                                 delay(i/720,function()
  774.                                         zeezy.Character.Humanoid.Sit = true
  775.                                         zeezy.Character.HumanoidRootPart.CFrame = zeezy.Character.HumanoidRootPart.CFrame * CFrame.Angles(-h,0,0)
  776.                                 end)
  777.                         end
  778.                         wait(0.55)
  779.                         zeezy.Character.Humanoid.Sit = false
  780.                 end
  781.         end
  782.  
  783.         function zeezyBackflip(act,inp,obj)
  784.                 if inp == Enum.UserInputState.Begin then
  785.                         zeezy.Character.Humanoid:ChangeState("Jumping")
  786.                         wait()
  787.                         zeezy.Character.Humanoid.Sit = true
  788.                         for i = 1,360 do
  789.                                 delay(i/720,function()
  790.                                         zeezy.Character.Humanoid.Sit = true
  791.                                         zeezy.Character.HumanoidRootPart.CFrame = zeezy.Character.HumanoidRootPart.CFrame * CFrame.Angles(h,0,0)
  792.                                 end)
  793.                         end
  794.                         wait(0.55)
  795.                         zeezy.Character.Humanoid.Sit = false
  796.                 end
  797.         end
  798.  
  799.         function zeezyAirjump(act,inp,obj)
  800.                 if inp == Enum.UserInputState.Begin then
  801.                         zeezy.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated")
  802.                         wait()
  803.                         zeezy.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") 
  804.                 end
  805.         end
  806.  
  807.  
  808.         --[[ Binds ]]--
  809.  
  810.         ca:BindAction("zeezyFrontflip",zeezyFrontflip,false,FrontflipKey)
  811.         ca:BindAction("zeezyBackflip",zeezyBackflip,false,BackflipKey)
  812.         ca:BindAction("zeezyAirjump",zeezyAirjump,false,AirjumpKey)
  813.  
  814.         --[[ Load Message ]]--
  815.  
  816.         local notifSound = Instance.new("Sound",workspace)
  817.         notifSound.PlaybackSpeed = 1.5
  818.         notifSound.Volume = 0.15
  819.         notifSound.SoundId = "rbxassetid://170765130"
  820.         notifSound.PlayOnRemove = true
  821.         notifSound:Destroy()
  822.         game.StarterGui:SetCore("SendNotification", {Title = "Legacy X", Text = "febackslip loaded successfully!", Icon = "rbxassetid://505845268", Duration = 5, Button1 = "Okay"})
  823. end)
  824.  
  825. Maskspam.Name = "Maskspam"
  826. Maskspam.Parent = ScrollingFrame
  827. Maskspam.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  828. Maskspam.BorderSizePixel = 0
  829. Maskspam.Position = UDim2.new(0.109376982, 0, 0.534984887, 0)
  830. Maskspam.Size = UDim2.new(0, 216, 0, 29)
  831. Maskspam.Font = Enum.Font.Cartoon
  832. Maskspam.Text = "Mask Spam | Lag Reset"
  833. Maskspam.TextColor3 = Color3.fromRGB(255, 255, 255)
  834. Maskspam.TextScaled = true
  835. Maskspam.TextSize = 14.000
  836. Maskspam.TextWrapped = true
  837.  
  838. UICorner_16.CornerRadius = UDim.new(0.25, 0)
  839. UICorner_16.Parent = Maskspam
  840. Maskspam.MouseButton1Down:connect(function()
  841.         local notifSound = Instance.new("Sound",workspace)
  842.         notifSound.PlaybackSpeed = 1.5
  843.         notifSound.Volume = 0.15
  844.         notifSound.SoundId = "rbxassetid://170765130"
  845.         notifSound.PlayOnRemove = true
  846.         notifSound:Destroy()
  847.         game.StarterGui:SetCore("SendNotification", {Title = "Legacy X", Text = "Mask Spam | Health Spam [Enabled]", Icon = "rbxassetid://505845268", Duration = 5, Button1 = "Okay"})
  848.         gsPlayers = game:GetService("Players")
  849.         gsWorkspace = game:GetService("Workspace")
  850.         gsLighting = game:GetService("Lighting")
  851.         gsReplicatedStorage = game:GetService("ReplicatedStorage")
  852.         gsCoreGui = game:GetService("CoreGui")
  853.         gsTween = game:GetService("TweenService")
  854.         gsHttp = game:GetService("HttpService")
  855.  
  856.         LP = gsPlayers.LocalPlayer
  857.         Mouse = LP:GetMouse()
  858.  
  859.         LP.Character.ChildAdded:Connect(function(b)
  860.                 wait(0)
  861.                 if b:IsA("Accessory") then b.Handle.Mesh:Destroy()
  862.                         b.Parent = gsWorkspace
  863.                 end
  864.         end)
  865. end)
  866.  
  867.  
  868. Naked.Name = "Naked"
  869. Naked.Parent = ScrollingFrame
  870. Naked.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  871. Naked.BorderSizePixel = 0
  872. Naked.Position = UDim2.new(0.109376982, 0, 0.570637047, 0)
  873. Naked.Size = UDim2.new(0, 216, 0, 29)
  874. Naked.Font = Enum.Font.Cartoon
  875. Naked.Text = "Naked"
  876. Naked.TextColor3 = Color3.fromRGB(255, 255, 255)
  877. Naked.TextScaled = true
  878. Naked.TextSize = 14.000
  879. Naked.TextWrapped = true
  880.  
  881. UICorner_17.CornerRadius = UDim.new(0.25, 0)
  882. UICorner_17.Parent = Naked
  883. Naked.MouseButton1Down:connect(function()
  884.         local notifSound = Instance.new("Sound",workspace)
  885.         notifSound.PlaybackSpeed = 1.5
  886.         notifSound.Volume = 0.15
  887.         notifSound.SoundId = "rbxassetid://170765130"
  888.         notifSound.PlayOnRemove = true
  889.         notifSound:Destroy()
  890.         game.StarterGui:SetCore("SendNotification", {Title = "Legacy X", Text = "Removing ur clothes ;))", Icon = "rbxassetid://505845268", Duration = 5, Button1 = "Okay"})
  891.         while wait() do
  892.                 pcall(function()
  893.                         if game.Players.LocalPlayer.Character:FindFirstChild("Shirt") then
  894.                                 game.Players.LocalPlayer.Character.Shirt:Destroy()
  895.                         elseif game.Players.LocalPlayer.Character:FindFirstChild("Pants") then
  896.                                 game.Players.LocalPlayer.Character.Pants:Destroy()
  897.                         end
  898.                 end)
  899.         end
  900. end)
  901.  
  902. GodBullet.Name = "GodBullet"
  903. GodBullet.Parent = ScrollingFrame
  904. GodBullet.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  905. GodBullet.BorderSizePixel = 0
  906. GodBullet.Position = UDim2.new(0.109376982, 0, 0.605419636, 0)
  907. GodBullet.Size = UDim2.new(0, 216, 0, 29)
  908. GodBullet.Font = Enum.Font.Cartoon
  909. GodBullet.Text = "God Bullet"
  910. GodBullet.TextColor3 = Color3.fromRGB(255, 255, 255)
  911. GodBullet.TextScaled = true
  912. GodBullet.TextSize = 14.000
  913. GodBullet.TextWrapped = true
  914.  
  915. UICorner_18.CornerRadius = UDim.new(0.25, 0)
  916. UICorner_18.Parent = GodBullet
  917. GodBullet.MouseButton1Down:connect(function()
  918.         wait(0) local A_1 = "[Legacy X] Bulletproof Switched To True." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  919.  
  920.         game.StarterGui:SetCore("SendNotification", {
  921.                 Title = "Legacy X";
  922.                 Text = "God Bullet enabled. bullets wont damage u anymore!"
  923.         })
  924.         local ps = game:GetService("Players")
  925.         local lp = ps.LocalPlayer
  926.         local char = lp.Character
  927.  
  928.         char.BodyEffects.Armor:Destroy()
  929.         char.BodyEffects.Defense:Destroy()
  930.  
  931.         local Clone1 = Instance.new("IntValue")
  932.         Clone1.Name = "Armor"
  933.         Clone1.Parent = char.BodyEffects
  934.  
  935.         local Clone2 = Instance.new("NumberValue")
  936.         Clone2.Name = "Defense"
  937.         Clone2.Parent = char.BodyEffects
  938. end)
  939.  
  940. GodmodeUnban.Name = "Godmode + Unban"
  941. GodmodeUnban.Parent = ScrollingFrame
  942. GodmodeUnban.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  943. GodmodeUnban.BorderSizePixel = 0
  944. GodmodeUnban.Position = UDim2.new(0.10576687, 0, 0.640202224, 0)
  945. GodmodeUnban.Size = UDim2.new(0, 216, 0, 29)
  946. GodmodeUnban.Font = Enum.Font.Cartoon
  947. GodmodeUnban.Text = "God Mode + Unban"
  948. GodmodeUnban.TextColor3 = Color3.fromRGB(255, 255, 255)
  949. GodmodeUnban.TextScaled = true
  950. GodmodeUnban.TextSize = 14.000
  951. GodmodeUnban.TextWrapped = true
  952.  
  953. UICorner_19.CornerRadius = UDim.new(0.25, 0)
  954. UICorner_19.Parent = GodmodeUnban
  955. GodmodeUnban.MouseButton1Down:connect(function()
  956.         wait(0) local A_1 = "[Legacy X] Godmode and Unban Enabled." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  957.         local notifSound = Instance.new("Sound",workspace)
  958.         notifSound.PlaybackSpeed = 1.5
  959.         notifSound.Volume = 0.15
  960.         notifSound.SoundId = "rbxassetid://170765130"
  961.         notifSound.PlayOnRemove = true
  962.         notifSound:Destroy()
  963.         game.StarterGui:SetCore("SendNotification", {Title = "Legacy X", Text = "God Mode Enabled | Unban Enabled [Guns Only With God Mode]", Icon = "rbxassetid://505845268", Duration = 5, Button1 = "Okay"})
  964.         local name = game.Players.LocalPlayer.Name
  965.         game.Players.LocalPlayer.Character.Humanoid.Health = 0
  966.         game.Players.LocalPlayer.Character:ClearAllChildren()
  967.         local lol =    game.Workspace:WaitForChild(name)
  968.         local money = Instance.new("Folder",game.Players.LocalPlayer.Character);money.Name = "FULLY_LOADED_CHAR"
  969.         lol.Parent = game.Workspace.Players
  970.         game.Players.LocalPlayer.Character:WaitForChild("BodyEffects")
  971.         game.Players.LocalPlayer.Character.BodyEffects.BreakingParts:Destroy()
  972. end)
  973.  
  974. FreeFistsBiggerHitbox.Name = "Free Fists Bigger Hitbox"
  975. FreeFistsBiggerHitbox.Parent = ScrollingFrame
  976. FreeFistsBiggerHitbox.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  977. FreeFistsBiggerHitbox.BorderSizePixel = 0
  978. FreeFistsBiggerHitbox.Position = UDim2.new(0.109376982, 0, 0.676723957, 0)
  979. FreeFistsBiggerHitbox.Size = UDim2.new(0, 216, 0, 29)
  980. FreeFistsBiggerHitbox.Font = Enum.Font.Cartoon
  981. FreeFistsBiggerHitbox.Text = "FreeFists [HitBox]"
  982. FreeFistsBiggerHitbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  983. FreeFistsBiggerHitbox.TextScaled = true
  984. FreeFistsBiggerHitbox.TextSize = 14.000
  985. FreeFistsBiggerHitbox.TextWrapped = true
  986.  
  987. UICorner_20.CornerRadius = UDim.new(0.25, 0)
  988. UICorner_20.Parent = FreeFistsBiggerHitbox
  989. FreeFistsBiggerHitbox.MouseButton1Down:connect(function()
  990.         wait(0) local A_1 = "[Legacy X] FreeFists Switched To True." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  991.  
  992.  
  993.         local Players = game:GetService("Players")
  994.         local RunService = game:GetService("RunService")
  995.  
  996.         local LocalPlayer = Players.LocalPlayer
  997.         local Mouse = LocalPlayer:GetMouse()
  998.  
  999.         local Character = LocalPlayer.Character
  1000.         local RightHand = Character.RightHand
  1001.         local Character = LocalPlayer.Character
  1002.         local LeftHand = Character.LeftHand
  1003.  
  1004.         wait(3)
  1005.  
  1006.         local Box = Instance.new("SelectionBox")
  1007.         Box.LineThickness = 0.15
  1008.         Box.Color3 = Color3.new(0, 1, 0.0313725)
  1009.         Box.Adornee = RightHand
  1010.         Box.Parent = RightHand
  1011.  
  1012.         LeftHand.LeftWrist:Destroy()
  1013.         game.Players.LocalPlayer.Character.LeftHand.Size = Vector3.new(4,4,4)
  1014.  
  1015.         local Box = Instance.new("SelectionBox")
  1016.         Box.LineThickness = 0.15
  1017.         Box.Color3 = Color3.new(0.215686, 1, 0)
  1018.         Box.Adornee = LeftHand
  1019.         Box.Parent = LeftHand
  1020.  
  1021.         RightHand.RightWrist:Destroy()
  1022.         game.Players.LocalPlayer.Character.RightHand.Size = Vector3.new(4,4,4)
  1023.  
  1024.         while true do
  1025.                 pcall(function()
  1026.                         RightHand.Position = Mouse.Hit.p
  1027.                         RightHand.Rotation = Vector3.new(0,0,0)
  1028.                         RightHand.Massless = true
  1029.                         LeftHand.Position = Mouse.Hit.p
  1030.                         LeftHand.Rotation = Vector3.new(0,0,0)
  1031.                         LeftHand.Massless = true
  1032.                 end)
  1033.                 pcall(function()
  1034.                         local Tool = Character:FindFirstChildOfClass("Tool")
  1035.                         Tool.Handle.Position = RightHand.Position
  1036.                         Tool.Handle.Position = LeftHand.Position
  1037.                 end)
  1038.                 RunService.RenderStepped:Wait()
  1039.         end
  1040. end)
  1041.  
  1042.  
  1043. FixRightFists.Name = "Fix Right Fists"
  1044. FixRightFists.Parent = ScrollingFrame
  1045. FixRightFists.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  1046. FixRightFists.BorderSizePixel = 0
  1047. FixRightFists.Position = UDim2.new(0.109376982, 0, 0.712376118, 0)
  1048. FixRightFists.Size = UDim2.new(0, 216, 0, 29)
  1049. FixRightFists.Font = Enum.Font.Cartoon
  1050. FixRightFists.Text = "Fix Right Fist"
  1051. FixRightFists.TextColor3 = Color3.fromRGB(255, 255, 255)
  1052. FixRightFists.TextScaled = true
  1053. FixRightFists.TextSize = 14.000
  1054. FixRightFists.TextWrapped = true
  1055.  
  1056. UICorner_21.CornerRadius = UDim.new(0.25, 0)
  1057. UICorner_21.Parent = FixRightFists
  1058. FixRightFists.MouseButton1Down:connect(function()
  1059.         game.Players.LocalPlayer.Character.RightHand.Size = Vector3.new(1,1,1)
  1060. end)
  1061.  
  1062. FixLeftFists.Name = "Fix Left Fists"
  1063. FixLeftFists.Parent = ScrollingFrame
  1064. FixLeftFists.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  1065. FixLeftFists.BorderSizePixel = 0
  1066. FixLeftFists.Position = UDim2.new(0.10576687, 0, 0.748028278, 0)
  1067. FixLeftFists.Size = UDim2.new(0, 216, 0, 29)
  1068. FixLeftFists.Font = Enum.Font.Cartoon
  1069. FixLeftFists.Text = "Fix Left Fist"
  1070. FixLeftFists.TextColor3 = Color3.fromRGB(255, 255, 255)
  1071. FixLeftFists.TextScaled = true
  1072. FixLeftFists.TextSize = 14.000
  1073. FixLeftFists.TextWrapped = true
  1074.  
  1075. UICorner_22.CornerRadius = UDim.new(0.25, 0)
  1076. UICorner_22.Parent = FixLeftFists
  1077. FixLeftFists.MouseButton1Down:connect(function()
  1078.         game.Players.LocalPlayer.Character.LeftHand.Size = Vector3.new(1,1,1)
  1079. end)
  1080.  
  1081. Info.Name = "Info"
  1082. Info.Parent = ScrollingFrame
  1083. Info.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1084. Info.BackgroundTransparency = 1.000
  1085. Info.BorderColor3 = Color3.fromRGB(27, 42, 53)
  1086. Info.Position = UDim2.new(0.0263444912, 0, 0.951430261, 0)
  1087. Info.Size = UDim2.new(0, 262, 0, 50)
  1088. Info.Font = Enum.Font.SourceSans
  1089. Info.Text = " Hi Legacy X Was Made By Owner: SploitGodZ Scripters: Bill Cosby#4429 "
  1090. Info.TextColor3 = Color3.fromRGB(140, 140, 140)
  1091. Info.TextScaled = true
  1092. Info.TextSize = 14.000
  1093. Info.TextWrapped = true
  1094.  
  1095. FlyGun.Name = "Fly Gun"
  1096. FlyGun.Parent = ScrollingFrame
  1097. FlyGun.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  1098. FlyGun.BorderSizePixel = 0
  1099. FlyGun.Position = UDim2.new(0.10576687, 0, 0.787158728, 0)
  1100. FlyGun.Size = UDim2.new(0, 216, 0, 29)
  1101. FlyGun.Font = Enum.Font.Cartoon
  1102. FlyGun.Text = "Airstrike [Guns Only]"
  1103. FlyGun.TextColor3 = Color3.fromRGB(255, 255, 255)
  1104. FlyGun.TextScaled = true
  1105. FlyGun.TextSize = 14.000
  1106. FlyGun.TextWrapped = true
  1107.  
  1108. UICorner_23.CornerRadius = UDim.new(0.25, 0)
  1109. UICorner_23.Parent = FlyGun
  1110. FlyGun.MouseButton1Down:connect(function()
  1111.         wait(0) local A_1 = "[Legacy X] Airstrike Switched To True." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  1112.  
  1113.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do                 if v:isA("Tool") then                     local a = Instance.new("SelectionBox",v.Handle)                     a.Adornee = v.Handle                         v.GripPos = Vector3.new(10,-10,10)                     lplayer.Character.Humanoid:UnequipTools()                 end end
  1114. end)
  1115.  
  1116. FlyMeleeWeapon.Name = "Fly Melee Weapon"
  1117. FlyMeleeWeapon.Parent = ScrollingFrame
  1118. FlyMeleeWeapon.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  1119. FlyMeleeWeapon.BorderSizePixel = 0
  1120. FlyMeleeWeapon.Position = UDim2.new(0.10576687, 0, 0.824550033, 0)
  1121. FlyMeleeWeapon.Size = UDim2.new(0, 216, 0, 29)
  1122. FlyMeleeWeapon.Font = Enum.Font.Cartoon
  1123. FlyMeleeWeapon.Text = "Fly Melee Weapon"
  1124. FlyMeleeWeapon.TextColor3 = Color3.fromRGB(255, 255, 255)
  1125. FlyMeleeWeapon.TextScaled = true
  1126. FlyMeleeWeapon.TextSize = 14.000
  1127. FlyMeleeWeapon.TextWrapped = true
  1128.  
  1129. UICorner_24.CornerRadius = UDim.new(0.25, 0)
  1130. UICorner_24.Parent = FlyMeleeWeapon
  1131. FlyMeleeWeapon.MouseButton1Down:connect(function()
  1132. wait(0) local A_1 = "[Legacy X] Fly Melee Weapons Enabled." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  1133.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do                 if v:isA("Tool") then                     local a = Instance.new("SelectionBox",v.Handle)                     a.Adornee = v.Handle                         v.GripPos = Vector3.new(15,15,15)                     lplayer.Character.Humanoid:UnequipTools()                 end end
  1134. end)
  1135. Frame.Name = "Frame"
  1136. Frame.Parent = MainFrame
  1137. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1138. Frame.BackgroundTransparency = 1.000
  1139. Frame.Position = UDim2.new(0.176895306, 0, 0.847826242, 0)
  1140. Frame.Size = UDim2.new(0, 180, 0, 29)
  1141. Frame.Image = "rbxassetid://3570695787"
  1142. Frame.ImageColor3 = Color3.fromRGB(24, 24, 24)
  1143. Frame.ScaleType = Enum.ScaleType.Slice
  1144. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  1145. Frame.SliceScale = 0.080
  1146.  
  1147. TextBox.Parent = Frame
  1148. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1149. TextBox.BackgroundTransparency = 1.000
  1150. TextBox.BorderSizePixel = 0
  1151. TextBox.Size = UDim2.new(0, 180, 0, 29)
  1152. TextBox.Font = Enum.Font.PatrickHand
  1153. TextBox.Text = "Command Here."
  1154. TextBox.TextColor3 = Color3.fromRGB(255, 0, 98)
  1155. TextBox.TextSize = 14.000
  1156.  
  1157. Fatel.Name = "Fatel"
  1158. Fatel.Parent = MainFrame
  1159. Fatel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1160. Fatel.BackgroundTransparency = 1.000
  1161. Fatel.BorderSizePixel = 0
  1162. Fatel.Size = UDim2.new(0, 66, 0, 29)
  1163. Fatel.Font = Enum.Font.Cartoon
  1164. Fatel.Text = "Legacy"
  1165. Fatel.TextColor3 = Color3.fromRGB(255, 255, 255)
  1166. Fatel.TextSize = 21.000
  1167. Fatel.TextWrapped = true
  1168.  
  1169. -- Scripts:
  1170.  
  1171. local function VZEQVF_fake_script() -- LegacyX.IntroScript
  1172.         local script = Instance.new('LocalScript', LegacyX)
  1173.  
  1174.         -- // Variables
  1175.         local StarterFrame     = script.Parent.Main
  1176.         local TweenService     = game:GetService("TweenService");
  1177.        
  1178.         -- // Properties
  1179.         StarterFrame.Size = UDim2.new(0, 292, 0, 57)
  1180.         StarterFrame["Main Frame"].Visible = false;
  1181.        
  1182.         -- // Functions
  1183.         function TweenFrameSize(frame, endudim2, tweentime)
  1184.        
  1185.                 local goal = {};
  1186.                 goal.Size = endudim2
  1187.        
  1188.                 local info = TweenInfo.new(tweentime);
  1189.        
  1190.                 local a = TweenService:Create(frame, info, goal);
  1191.                 a:Play();
  1192.         end
  1193.        
  1194.        
  1195.         -- // Fade In
  1196.         wait(2);
  1197.        
  1198.         repeat
  1199.                 wait();
  1200.                 StarterFrame.ImageTransparency = StarterFrame.ImageTransparency - 0.07;
  1201.         until StarterFrame.ImageTransparency <= 0;
  1202.        
  1203.         TweenFrameSize(StarterFrame, UDim2.new(0, 292, 0, 250), .20);
  1204.         wait(.20)
  1205.        
  1206.         StarterFrame["Main Frame"].Visible = true
  1207.        
  1208. end
  1209. coroutine.wrap(VZEQVF_fake_script)()
  1210.  
  1211. -- // Keybind
  1212. local Toggled = false
  1213. game:GetService("UserInputService").InputBegan:connect(function(Key, g)
  1214.         if g then return end;
  1215.         if Key.KeyCode == Enum.KeyCode.V then
  1216.                 if Toggled == false then
  1217.                         Toggled = true
  1218.                         Main.Visible = false
  1219.                 elseif Toggled == true then
  1220.                         Toggled = false;
  1221.                         Main.Visible = true;
  1222.                 end;
  1223.         end;
  1224. end)
  1225.  

Replies to Da hood Unban- rss

Title Name Language When
Re: Da hood Unban- Mungo Plover text 1 Year ago.
Re: Da hood Unban- Eratic Pudu text 1 Year ago.