Advertisement
Sharkkkkkk

w

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