Advertisement
SASHASHKOLIAROA

script da hood Legacy X

Sep 27th, 2020
5,000
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.76 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local LegacyX = Instance.new("ScreenGui")
  7. local OpenFrame = Instance.new("Frame")
  8. local Open = Instance.new("TextButton")
  9. local Main = Instance.new("Frame")
  10. local Frame1 = Instance.new("Frame")
  11. local Legacy = Instance.new("TextLabel")
  12. local X = Instance.new("TextLabel")
  13. local Frame2 = Instance.new("Frame")
  14. local Credits = Instance.new("TextLabel")
  15. local Line = Instance.new("TextButton")
  16. local Waves = Instance.new("TextButton")
  17. local Kombat = Instance.new("TextLabel")
  18. local Page1 = Instance.new("TextLabel")
  19. local FlyBat = Instance.new("TextButton")
  20. local FlyHammer = Instance.new("TextButton")
  21. local FlyAk47 = Instance.new("TextButton")
  22. local FlyPitchfork = Instance.new("TextButton")
  23. local FlyTacticalShotgun = Instance.new("TextButton")
  24. local FlyFramethrower = Instance.new("TextButton")
  25. local FlyRPG = Instance.new("TextButton")
  26. local FlyStopsign = Instance.new("TextButton")
  27. local MeleeReach = Instance.new("TextButton")
  28. local AntiStomp = Instance.new("TextButton")
  29. local AntiAFK = Instance.new("TextButton")
  30. local LagMusic = Instance.new("TextButton")
  31. local ChatLogs = Instance.new("TextButton")
  32. local AntiBag = Instance.new("TextButton")
  33. local TpQ = Instance.new("TextButton")
  34. local BulletProof = Instance.new("TextButton")
  35. local UnlockPlayers = Instance.new("TextButton")
  36. local LockPlayers = Instance.new("TextButton")
  37. local AllEmotes = Instance.new("TextButton")
  38. local AllAnimation = Instance.new("TextButton")
  39. local FlyX = Instance.new("TextButton")
  40. local Page2 = Instance.new("TextLabel")
  41. local Weapons = Instance.new("TextLabel")
  42. local TextBox = Instance.new("TextBox")
  43. local ReachKnife = Instance.new("TextButton")
  44. local ReachStopsign = Instance.new("TextButton")
  45. local Close = Instance.new("TextButton")
  46.  
  47. --Properties:
  48.  
  49. LegacyX.Name = "Legacy X"
  50. LegacyX.Parent = game.CoreGui
  51. LegacyX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  52.  
  53. OpenFrame.Name = "OpenFrame"
  54. OpenFrame.Parent = LegacyX
  55. OpenFrame.Active = true
  56. OpenFrame.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  57. OpenFrame.BorderSizePixel = 0
  58. OpenFrame.Position = UDim2.new(0, 0, 0.572864294, 0)
  59. OpenFrame.Size = UDim2.new(0, 87, 0, 35)
  60.  
  61. Open.Name = "Open"
  62. Open.Parent = OpenFrame
  63. Open.BackgroundColor3 = Color3.fromRGB(27, 27, 27)
  64. Open.BorderSizePixel = 0
  65. Open.Position = UDim2.new(0, 0, 0.0857142881, 0)
  66. Open.Size = UDim2.new(0, 87, 0, 29)
  67. Open.Font = Enum.Font.SourceSans
  68. Open.Text = "Open Legacy X"
  69. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  70. Open.TextSize = 14.000
  71. Open.MouseButton1Down:connect(function()
  72. wait(0) local A_1 = "[Legacy Trash] Legacy Trash Script Been Opened" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  73. Main.Visible = true
  74. OpenFrame.Visible = false
  75. end)
  76.  
  77. Main.Name = "Main"
  78. Main.Parent = LegacyX
  79. Main.Active = true
  80. Main.BackgroundColor3 = Color3.fromRGB(18, 18, 18)
  81. Main.BorderSizePixel = 0
  82. Main.Position = UDim2.new(0.146204382, 0, 0.236180887, 0)
  83. Main.Size = UDim2.new(0, 753, 0, 414)
  84. Main.Visible = false
  85. Main.Draggable = true
  86.  
  87. Frame1.Name = "Frame1"
  88. Frame1.Parent = Main
  89. Frame1.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  90. Frame1.BorderSizePixel = 0
  91. Frame1.Size = UDim2.new(0, 753, 0, 34)
  92.  
  93. Legacy.Name = "Legacy"
  94. Legacy.Parent = Frame1
  95. Legacy.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  96. Legacy.BackgroundTransparency = 1.000
  97. Legacy.BorderSizePixel = 0
  98. Legacy.Position = UDim2.new(0.401062429, 0, 0, 0)
  99. Legacy.Size = UDim2.new(0, 98, 0, 34)
  100. Legacy.Font = Enum.Font.Cartoon
  101. Legacy.Text = "Legacy"
  102. Legacy.TextColor3 = Color3.fromRGB(255, 255, 255)
  103. Legacy.TextScaled = true
  104. Legacy.TextSize = 14.000
  105. Legacy.TextWrapped = true
  106.  
  107. X.Name = "X"
  108. X.Parent = Frame1
  109. X.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  110. X.BackgroundTransparency = 1.000
  111. X.BorderSizePixel = 0
  112. X.Position = UDim2.new(0.529880524, 0, 0, 0)
  113. X.Size = UDim2.new(0, 32, 0, 34)
  114. X.Font = Enum.Font.Cartoon
  115. X.Text = "Trash"
  116. X.TextColor3 = Color3.fromRGB(255, 0, 0)
  117. X.TextScaled = true
  118. X.TextSize = 14.000
  119. X.TextWrapped = true
  120.  
  121. Frame2.Name = "Frame2"
  122. Frame2.Parent = Main
  123. Frame2.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  124. Frame2.BorderSizePixel = 0
  125. Frame2.Position = UDim2.new(0, 0, 0.937198043, 0)
  126. Frame2.Size = UDim2.new(0, 753, 0, 26)
  127.  
  128. Credits.Name = "Credits"
  129. Credits.Parent = Frame2
  130. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  131. Credits.BackgroundTransparency = 1.000
  132. Credits.BorderSizePixel = 0
  133. Credits.Size = UDim2.new(0, 753, 0, 26)
  134. Credits.Font = Enum.Font.Cartoon
  135. Credits.Text = "Made By SploitGodZ#2861 and Few Helpers Are Az123(Owner Of OneBullet360) "
  136. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  137. Credits.TextSize = 14.000
  138.  
  139. Line.Name = "Line"
  140. Line.Parent = Main
  141. Line.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  142. Line.BorderSizePixel = 0
  143. Line.Position = UDim2.new(0, 0, 0.608695626, 0)
  144. Line.Size = UDim2.new(0, 753, 0, 7)
  145. Line.Font = Enum.Font.SourceSans
  146. Line.Text = ""
  147. Line.TextColor3 = Color3.fromRGB(0, 0, 0)
  148. Line.TextSize = 14.000
  149.  
  150. Waves.Name = "Waves"
  151. Waves.Parent = Main
  152. Waves.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  153. Waves.BorderSizePixel = 0
  154. Waves.Position = UDim2.new(0.0119521916, 0, 0.202898577, 0)
  155. Waves.Size = UDim2.new(0, 129, 0, 35)
  156. Waves.Font = Enum.Font.SourceSans
  157. Waves.Text = "Waves"
  158. Waves.TextColor3 = Color3.fromRGB(0, 0, 0)
  159. Waves.TextSize = 14.000
  160. Waves.MouseButton1Down:connect(function()
  161. end)
  162.  
  163. Kombat.Name = "Kombat"
  164. Kombat.Parent = Main
  165. Kombat.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  166. Kombat.BackgroundTransparency = 1.000
  167. Kombat.BorderSizePixel = 0
  168. Kombat.Position = UDim2.new(0, 0, 0.0821256042, 0)
  169. Kombat.Size = UDim2.new(0, 98, 0, 34)
  170. Kombat.Font = Enum.Font.Cartoon
  171. Kombat.Text = "Kombat"
  172. Kombat.TextColor3 = Color3.fromRGB(255, 255, 255)
  173. Kombat.TextScaled = true
  174. Kombat.TextSize = 14.000
  175. Kombat.TextWrapped = true
  176.  
  177. Page1.Name = "Page1"
  178. Page1.Parent = Main
  179. Page1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  180. Page1.BackgroundTransparency = 1.000
  181. Page1.BorderSizePixel = 0
  182. Page1.Position = UDim2.new(0.122177988, 0, 0.0821256042, 0)
  183. Page1.Size = UDim2.new(0, 71, 0, 34)
  184. Page1.Font = Enum.Font.Cartoon
  185. Page1.Text = "Page"
  186. Page1.TextColor3 = Color3.fromRGB(255, 0, 0)
  187. Page1.TextScaled = true
  188. Page1.TextSize = 14.000
  189. Page1.TextWrapped = true
  190.  
  191. FlyBat.Name = "Fly Bat"
  192. FlyBat.Parent = Main
  193. FlyBat.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  194. FlyBat.BorderSizePixel = 0
  195. FlyBat.Position = UDim2.new(0.414342642, 0, 0.722222269, 0)
  196. FlyBat.Size = UDim2.new(0, 129, 0, 35)
  197. FlyBat.Font = Enum.Font.SourceSans
  198. FlyBat.Text = "Fly Bat"
  199. FlyBat.TextColor3 = Color3.fromRGB(0, 0, 0)
  200. FlyBat.TextSize = 14.000
  201. FlyBat.MouseButton1Down:connect(function()
  202. wait(0) local A_1 = "[Legacy Trash] Bat Fly Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  203. 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
  204. end)
  205.  
  206. FlyHammer.Name = "Fly Hammer"
  207. FlyHammer.Parent = Main
  208. FlyHammer.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  209. FlyHammer.BorderSizePixel = 0
  210. FlyHammer.Position = UDim2.new(0.585657358, 0, 0.722222269, 0)
  211. FlyHammer.Size = UDim2.new(0, 129, 0, 35)
  212. FlyHammer.Font = Enum.Font.SourceSans
  213. FlyHammer.Text = "Fly Hammer"
  214. FlyHammer.TextColor3 = Color3.fromRGB(0, 0, 0)
  215. FlyHammer.TextSize = 14.000
  216. FlyHammer.MouseButton1Down:connect(function()
  217. wait(0) local A_1 = "[Legacy Trash] Fly Hammer Fly Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  218. 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
  219. end)
  220.  
  221. FlyAk47.Name = "Fly Ak47"
  222. FlyAk47.Parent = Main
  223. FlyAk47.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  224. FlyAk47.BorderSizePixel = 0
  225. FlyAk47.Position = UDim2.new(0.755644202, 0, 0.722222209, 0)
  226. FlyAk47.Size = UDim2.new(0, 129, 0, 35)
  227. FlyAk47.Font = Enum.Font.SourceSans
  228. FlyAk47.Text = "Fly ak47"
  229. FlyAk47.TextColor3 = Color3.fromRGB(0, 0, 0)
  230. FlyAk47.TextSize = 14.000
  231. FlyAk47.MouseButton1Down:connect(function()
  232. wait(0) local A_1 = "[Legacy Trash] Ak47 Fly Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  233. 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
  234. end)
  235.  
  236. FlyPitchfork.Name = "Fly Pitchfork"
  237. FlyPitchfork.Parent = Main
  238. FlyPitchfork.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  239. FlyPitchfork.BorderSizePixel = 0
  240. FlyPitchfork.Position = UDim2.new(0.414342642, 0, 0.826086998, 0)
  241. FlyPitchfork.Size = UDim2.new(0, 129, 0, 35)
  242. FlyPitchfork.Font = Enum.Font.SourceSans
  243. FlyPitchfork.Text = "Fly Pitchfork"
  244. FlyPitchfork.TextColor3 = Color3.fromRGB(0, 0, 0)
  245. FlyPitchfork.TextSize = 14.000
  246. FlyPitchfork.MouseButton1Down:connect(function()
  247. wait(0) local A_1 = "[Legacy Trash] Pitchfork Fly Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  248. 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
  249. end)
  250.  
  251. FlyTacticalShotgun.Name = "Fly Tactical Shotgun"
  252. FlyTacticalShotgun.Parent = Main
  253. FlyTacticalShotgun.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  254. FlyTacticalShotgun.BorderSizePixel = 0
  255. FlyTacticalShotgun.Position = UDim2.new(0.755644083, 0, 0.826086998, 0)
  256. FlyTacticalShotgun.Size = UDim2.new(0, 129, 0, 35)
  257. FlyTacticalShotgun.Font = Enum.Font.SourceSans
  258. FlyTacticalShotgun.Text = "Fly Tactical Shotgun"
  259. FlyTacticalShotgun.TextColor3 = Color3.fromRGB(0, 0, 0)
  260. FlyTacticalShotgun.TextSize = 14.000
  261. FlyTacticalShotgun.MouseButton1Down:connect(function()
  262. wait(0) local A_1 = "[Legacy Trash] Tactical Shotgun Fly Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  263. 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
  264. end)
  265.  
  266. FlyFramethrower.Name = "Fly Framethrower"
  267. FlyFramethrower.Parent = Main
  268. FlyFramethrower.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  269. FlyFramethrower.BorderSizePixel = 0
  270. FlyFramethrower.Position = UDim2.new(0.584329486, 0, 0.826086998, 0)
  271. FlyFramethrower.Size = UDim2.new(0, 129, 0, 35)
  272. FlyFramethrower.Font = Enum.Font.SourceSans
  273. FlyFramethrower.Text = "Fly FlameThrower"
  274. FlyFramethrower.TextColor3 = Color3.fromRGB(0, 0, 0)
  275. FlyFramethrower.TextSize = 14.000
  276. FlyRPG.MouseButton1Down:connect(function()
  277. wait(0) local A_1 = "[Legacy Trash] Flamethrower Fly Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  278. 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
  279. end)
  280.  
  281. FlyRPG.Name = "Fly RPG"
  282. FlyRPG.Parent = Main
  283. FlyRPG.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  284. FlyRPG.BorderSizePixel = 0
  285. FlyRPG.Position = UDim2.new(0.243027896, 0, 0.722222269, 0)
  286. FlyRPG.Size = UDim2.new(0, 129, 0, 35)
  287. FlyRPG.Font = Enum.Font.SourceSans
  288. FlyRPG.Text = "Fly RPG"
  289. FlyRPG.TextColor3 = Color3.fromRGB(0, 0, 0)
  290. FlyRPG.TextSize = 14.000
  291. FlyRPG.MouseButton1Down:connect(function()
  292. wait(0) local A_1 = "[Legacy Trash] RPG Fly Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  293. 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
  294. end)
  295.  
  296. FlyStopsign.Name = "Fly Stopsign"
  297. FlyStopsign.Parent = Main
  298. FlyStopsign.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  299. FlyStopsign.BorderSizePixel = 0
  300. FlyStopsign.Position = UDim2.new(0.0717131495, 0, 0.722222209, 0)
  301. FlyStopsign.Size = UDim2.new(0, 129, 0, 35)
  302. FlyStopsign.Font = Enum.Font.SourceSans
  303. FlyStopsign.Text = "Fly Stopsign"
  304. FlyStopsign.TextColor3 = Color3.fromRGB(0, 0, 0)
  305. FlyStopsign.TextSize = 14.000
  306. FlyStopsign.MouseButton1Down:connect(function()
  307. wait(0) local A_1 = "[Legacy Trash] Stopsign Fly Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  308. 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
  309. end)
  310.  
  311. MeleeReach.Name = "Melee Reach"
  312. MeleeReach.Parent = Main
  313. MeleeReach.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  314. MeleeReach.BorderSizePixel = 0
  315. MeleeReach.Position = UDim2.new(0.828685284, 0, 0.497584581, 0)
  316. MeleeReach.Size = UDim2.new(0, 129, 0, 35)
  317. MeleeReach.Font = Enum.Font.SourceSans
  318. MeleeReach.Text = "Melee Reach"
  319. MeleeReach.TextColor3 = Color3.fromRGB(0, 0, 0)
  320. MeleeReach.TextSize = 14.000
  321. MeleeReach.MouseButton1Down:connect(function()
  322. wait(0) local A_1 = "[Legacy Trash] Melee Reach Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  323. LP = game.Players.LocalPlayer
  324. for i,v in ipairs(LP.Character:GetDescendants()) do
  325. if v:IsA("MeshPart") then v.Massless = true
  326. v.CanCollide = false
  327. v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  328.  
  329. end
  330. end
  331.  
  332. for i,v in ipairs(game.workspace:GetDescendants()) do
  333. if v:IsA("Seat") then
  334. v.Disabled = true
  335. end
  336. end
  337. x = 35
  338. y = 35
  339. z = 35
  340.  
  341.  
  342. penis = Vector3.new(x,y,z)
  343.  
  344. LP.Character.RightHand.Size = penis
  345.  
  346. LP.Character.RightHand.Transparency = 1
  347. local selectionBox = Instance.new("SelectionBox",LP.Character.RightHand)
  348. selectionBox.Adornee = LP.Character.RightHand
  349. selectionBox.Color3 = Color3.new(1,0,0)
  350.  
  351. LP.Character.LeftHand.Size = penis
  352. LP.Character.BodyEffects.SpecialParts.LeftHand.Size = penis
  353.  
  354. LP.Character.LeftHand.Transparency = 1
  355. local selectionBox = Instance.new("SelectionBox",LP.Character.LeftHand)
  356. selectionBox.Adornee = LP.Character.LeftHand
  357. selectionBox.Color3 = Color3.new(1,0,0)
  358. end)
  359.  
  360. AntiStomp.Name = "Anti Stomp"
  361. AntiStomp.Parent = Main
  362. AntiStomp.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  363. AntiStomp.BorderSizePixel = 0
  364. AntiStomp.Position = UDim2.new(0.657370567, 0, 0.497584581, 0)
  365. AntiStomp.Size = UDim2.new(0, 129, 0, 35)
  366. AntiStomp.Font = Enum.Font.SourceSans
  367. AntiStomp.Text = "Anti Stomp"
  368. AntiStomp.TextColor3 = Color3.fromRGB(0, 0, 0)
  369. AntiStomp.TextSize = 14.000
  370. AntiStomp.MouseButton1Down:connect(function()
  371. wait(0) local A_1 = "[Legacy Trash] Anti Stomp Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  372. 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 == "Brick" then ReplicatedStorage:FireServer("Stomp") end end) end) loadstring(game:HttpGet("https://pastebin.com/raw/MQ3wc7Zq", true))() end end)
  373. end)
  374.  
  375. AntiAFK.Name = "Anti-AFK"
  376. AntiAFK.Parent = Main
  377. AntiAFK.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  378. AntiAFK.BorderSizePixel = 0
  379. AntiAFK.Position = UDim2.new(0.183266938, 0, 0.497584581, 0)
  380. AntiAFK.Size = UDim2.new(0, 129, 0, 35)
  381. AntiAFK.Font = Enum.Font.SourceSans
  382. AntiAFK.Text = "Anti-AFK"
  383. AntiAFK.TextColor3 = Color3.fromRGB(0, 0, 0)
  384. AntiAFK.TextSize = 14.000
  385. AntiAFK.MouseButton1Down:connect(function()
  386. wait(0) local A_1 = "[Legacy Trash] Anti-AFK Mode Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  387. local vu = game:GetService("VirtualUser")
  388. game:GetService("Players").LocalPlayer.Idled:connect(function()
  389. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  390. wait(1)
  391. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  392. end)
  393. end)
  394.  
  395. LagMusic.Name = "Lag Music"
  396. LagMusic.Parent = Main
  397. LagMusic.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  398. LagMusic.BorderSizePixel = 0
  399. LagMusic.Position = UDim2.new(0.0119521916, 0, 0.497584581, 0)
  400. LagMusic.Size = UDim2.new(0, 129, 0, 35)
  401. LagMusic.Font = Enum.Font.SourceSans
  402. LagMusic.Text = "No Wait"
  403. LagMusic.TextColor3 = Color3.fromRGB(0, 0, 0)
  404. LagMusic.TextSize = 14.000
  405. LagMusic.MouseButton1Down:connect(function()
  406. wait(0) local A_1 = "[Legacy Trash] No Wait Mode Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  407. wait()
  408. plr.PlayerGui.MainScreenGui.PepperSpray:Destroy()
  409. plr.PlayerGui.MainScreenGui.SNOWBALLFRAME:Destroy()
  410. end)
  411.  
  412. ChatLogs.Name = "Chat Logs"
  413. ChatLogs.Parent = Main
  414. ChatLogs.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  415. ChatLogs.BorderSizePixel = 0
  416. ChatLogs.Position = UDim2.new(0.828685284, 0, 0.318840623, 0)
  417. ChatLogs.Size = UDim2.new(0, 129, 0, 35)
  418. ChatLogs.Font = Enum.Font.SourceSans
  419. ChatLogs.Text = "Chat-Logs"
  420. ChatLogs.TextColor3 = Color3.fromRGB(0, 0, 0)
  421. ChatLogs.TextSize = 14.000
  422. ChatLogs.MouseButton1Down:connect(function()
  423. wait(0) local A_1 = "[Legacy Trash] ChatLogs Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  424. --This script reveals ALL hidden messages in the default chat
  425. --chat "/spy" to toggle!
  426. enabled = true
  427. --if true will check your messages too
  428. spyOnMyself = false
  429. --if true will chat the logs publicly (fun, risky)
  430. public = true --this has to BE ON TRUE OR YOU CANT BYPASS CHAT it makes /e visible to everyon
  431. --if true will use /me to stand out
  432. publicItalics = true
  433. --customize private logs
  434. privateProperties = {
  435. Color = Color3.fromRGB(0,255,255);
  436. Font = Enum.Font.SourceSansBold;
  437. TextSize = 18;
  438. }
  439. --////////////////////////////////////////////////////////////////
  440. local StarterGui = game:GetService("StarterGui")
  441. local Players = game:GetService("Players")
  442. local player = Players.LocalPlayer
  443. local saymsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("SayMessageRequest")
  444. local getmsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("OnMessageDoneFiltering")
  445. local instance = (_G.chatSpyInstance or 0) + 1
  446. _G.chatSpyInstance = instance
  447.  
  448. local function onChatted(p,msg)
  449. if _G.chatSpyInstance == instance then
  450. if p==player and msg:lower():sub(1,4)=="/[Legacy Trash]" then
  451. enabled = not enabled
  452. wait(0.3)
  453. privateProperties.Text = "{SPY "..(enabled and "EN" or "DIS").."ABLED}"
  454. StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
  455. elseif enabled and (spyOnMyself==true or p~=player) then
  456. msg = msg:gsub("[\n\r]",''):gsub("\t",' '):gsub("[ ]+",' ')
  457. local hidden = true
  458. local conn = getmsg.OnClientEvent:Connect(function(packet,channel)
  459. if packet.SpeakerUserId==p.UserId and packet.Message==msg:sub(#msg-#packet.Message+1) and (channel=="All" or (channel=="Team" and public==false and Players[packet.FromSpeaker].Team==player.Team)) then
  460. hidden = false
  461. end
  462. end)
  463. wait(1)
  464. conn:Disconnect()
  465. if hidden and enabled then
  466. if public then
  467. saymsg:FireServer((publicItalics and "/me " or '').."[Legacy X] [".. p.Name .."]: "..msg,"All")
  468. else
  469. privateProperties.Text = "[Legacy Trash] [".. p.Name .."]: "..msg
  470. StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
  471. end
  472. end
  473. end
  474. end
  475. end
  476.  
  477. for _,p in ipairs(Players:GetPlayers()) do
  478. p.Chatted:Connect(function(msg) onChatted(p,msg) end)
  479. end
  480. Players.PlayerAdded:Connect(function(p)
  481. p.Chatted:Connect(function(msg) onChatted(p,msg) end)
  482. end)
  483. privateProperties.Text = "{[Legacy Trash] "..(enabled and "EN" or "DIS").."ABLED}"
  484. StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
  485. local chatFrame = player.PlayerGui.Chat.Frame
  486. chatFrame.ChatChannelParentFrame.Visible = true
  487. chatFrame.ChatBarParentFrame.Position = chatFrame.ChatChannelParentFrame.Position+UDim2.new(UDim.new(),chatFrame.ChatChannelParentFrame.Size.Y)
  488.  
  489. --Type /e before your messages. Lowercase only.
  490. game:GetService("Players").LocalPlayer.Chatted:Connect(function(a)
  491. if a:sub(1,3)=="/e " then
  492. local b = "VVV ".. a:sub(4) .." VVV"
  493. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(""..string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(b,"Q","Q᠎"),"W","W᠎"),"E","E᠎"),"R","R᠎"),"T","T᠎"),"Y","Y᠎"),"U","U᠎"),"I","I᠎"),"O","O᠎"),"P","P᠎"),"A","A᠎"),"S","S᠎"),"D","D᠎"),"F","F᠎"),"G","G᠎"),"H","H᠎"),"J","J᠎"),"K","K᠎"),"L","L᠎"),"Z","Z᠎"),"X","X᠎"),"C","C᠎"),"V","V᠎"),"B","B᠎"),"N","N᠎"),"M","M᠎"),"q","q᠎"),"w","w᠎"),"e","e᠎"),"r","r᠎"),"t","t᠎"),"y","y᠎"),"u","u᠎"),"i","i᠎"),"o","o᠎"),"p","p᠎"),"a","a᠎"),"s","s᠎"),"d","d᠎"),"f","f᠎"),"g","g᠎"),"h","h᠎"),"j","j᠎"),"k","k᠎"),"l","l᠎"),"z","z᠎"),"x","x᠎"),"c","c᠎"),"v","v᠎"),"b","b᠎"),"n","n᠎"),"m","m᠎"),"f᠎u᠎c᠎","f᠎u᠎؜c᠎"),"s᠎h᠎i᠎t᠎","s᠎h᠎؜i᠎t᠎"),"d᠎i᠎c᠎k᠎","d᠎i᠎؜c᠎k᠎"),"c᠎o᠎c᠎k᠎","c᠎o᠎؜c᠎k᠎"),"f᠎a᠎g᠎","f᠎a᠎؜g᠎"),"b᠎i᠎t᠎c᠎h᠎","b᠎i᠎؜t᠎c᠎h᠎"),"a᠎s᠎s᠎h᠎o᠎l᠎e᠎","a᠎s᠎؜s᠎h᠎o᠎l᠎e᠎"),"p᠎e᠎n᠎i᠎","p᠎e᠎؜n᠎i᠎"),"v᠎a᠎g᠎","v᠎a᠎؜g᠎"),"w᠎h᠎a᠎t᠎ t᠎h᠎e᠎ f᠎u᠎؜c᠎","w᠎h᠎؜a᠎t᠎ t᠎h᠎e᠎ f᠎u᠎؜c᠎"),"k؜i؜k᠎","k؜œ؜i؜k᠎"),"f؜a؜g؜g؜o؜","f؜œ؜a؜g؜g؜o؜"),"n᠎i᠎g᠎g᠎a᠎","n᠎؜i᠎g᠎g᠎a"),"n᠎i᠎g᠎g᠎e᠎r᠎","n᠎؜i᠎g᠎g᠎e᠎r᠎"),"n᠎i᠎g ","n᠎؜i᠎g "),"s᠎e᠎m᠎e᠎n᠎","s᠎e᠎؜m᠎e᠎n᠎"),"h᠎e᠎n᠎t᠎a᠎i᠎","h᠎e᠎؜n᠎t᠎a᠎i᠎"),"p᠎o᠎r᠎n᠎","p᠎o᠎؜r᠎n᠎"),"w᠎w᠎w᠎.","w᠎w᠎؜w᠎."),"᠎.c᠎o᠎m᠎","᠎.c᠎o᠎؜m᠎"),"᠎.n᠎e᠎t᠎","᠎.n᠎e᠎؜t᠎"),"᠎.o᠎r᠎g᠎","᠎.o᠎r᠎؜g᠎"),"h᠎i᠎t᠎l᠎","h᠎i᠎؜t᠎l᠎"),"l᠎o᠎l᠎i᠎c᠎o᠎n᠎","l᠎o᠎؜l᠎i᠎c᠎o᠎n᠎"),"d᠎i᠎s᠎c᠎o᠎r᠎d᠎","d᠎i᠎؜s᠎c᠎o᠎r᠎d᠎"),"l؜e؜s؜b؜o؜","l؜e؜œ؜s؜b؜o؜"),"s᠎e᠎x᠎","s᠎e᠎؜x᠎"),"b᠎u᠎l᠎l᠎s᠎h᠎؜i᠎t᠎","b᠎u᠎؜l᠎l᠎s᠎h᠎؜i᠎t᠎"),"m᠎o᠎t᠎h᠎e᠎r᠎f᠎u᠎؜c᠎","m᠎o᠎؜t᠎h᠎e᠎r᠎f᠎u᠎؜c᠎"),"p᠎u᠎s᠎s᠎","p᠎u᠎؜s᠎s᠎"),"c᠎u᠎n᠎t᠎","c᠎u᠎؜n᠎t᠎"),"c᠎u᠎m᠎","c᠎u᠎؜m᠎"),"b᠎e᠎a᠎n᠎","b᠎e᠎؜a᠎n᠎"),"c᠎h᠎i᠎n᠎","c᠎h᠎؜i᠎n᠎"),"c᠎o᠎o᠎n᠎","c᠎o᠎؜o᠎n᠎"),"c᠎o᠎c᠎a᠎i᠎n᠎e᠎","c᠎o᠎؜c᠎a᠎i᠎n᠎e᠎"),"m᠎o᠎t᠎h᠎e᠎r᠎ f᠎u᠎؜c᠎","m᠎o᠎؜t᠎h᠎e᠎r᠎ f᠎u᠎؜c᠎"),"t᠎i᠎t᠎s᠎","t᠎i᠎؜t᠎s᠎"),"t᠎i᠎t᠎t᠎","t᠎i᠎؜t᠎t᠎"),"w᠎h᠎o᠎r᠎e᠎","w᠎h᠎؜o᠎r᠎e᠎"),"s᠎l᠎u᠎t᠎","s᠎l᠎؜u᠎t᠎"),"p᠎r᠎o᠎s᠎t᠎i᠎t᠎u᠎d᠎e᠎","p᠎r᠎؜o᠎s᠎t᠎i᠎t᠎u᠎d᠎e᠎᠎"),"g᠎a᠎y᠎w᠎a᠎d᠎","g᠎a᠎؜y᠎w᠎a᠎d᠎"),"r᠎a᠎p ","r᠎a᠎؜p᠎"),"'","'᠎"),",",",᠎"),"!","!᠎"),"?","?᠎"),"/","/᠎"),"h᠎t᠎t᠎p᠎","h᠎t᠎t᠎p᠎؜"),"h᠎t᠎t᠎p᠎s᠎","h᠎t᠎t᠎p᠎s᠎؜"),"F᠎a᠎g᠎g᠎o᠎t","F᠎aggot"),"A᠎s᠎s᠎h᠎o᠎l᠎e᠎s᠎","A᠎ssholes"),"S᠎h᠎i᠎t᠎t᠎","S᠎hitt"),"m᠎o᠎f᠎o᠎","m᠎o᠎؜f᠎o᠎"),"N᠎i᠎g᠎g᠎","N᠎igg"),"p᠎r᠎o᠎s᠎t᠎i᠎t᠎u᠎t᠎e᠎᠎","p᠎r᠎᠎o᠎s᠎t᠎i᠎t᠎u᠎t᠎e᠎"),"᠎ "," ")," "," ").."","All")
  494. end
  495. end)
  496. end)
  497.  
  498. AntiBag.Name = "Anti Bag"
  499. AntiBag.Parent = Main
  500. AntiBag.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  501. AntiBag.BorderSizePixel = 0
  502. AntiBag.Position = UDim2.new(0.657370567, 0, 0.318840623, 0)
  503. AntiBag.Size = UDim2.new(0, 129, 0, 35)
  504. AntiBag.Font = Enum.Font.SourceSans
  505. AntiBag.Text = "Anti-Bag"
  506. AntiBag.TextColor3 = Color3.fromRGB(0, 0, 0)
  507. AntiBag.TextSize = 14.000
  508. AntiBag.MouseButton1Down:connect(function()
  509. wait(0) local A_1 = "[Legacy Trash] AntiBag Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  510. local LocalPlayer = game:GetService("Players").LocalPlayer
  511. local char = LocalPlayer.Character
  512. char.ChildAdded:Connect(function(sock)
  513. if sock:IsA("MeshPart") then do
  514. wait(0.1)
  515. sock:Destroy()
  516. end
  517. end
  518. end)
  519. end)
  520.  
  521. TpQ.Name = "Tp [Q]"
  522. TpQ.Parent = Main
  523. TpQ.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  524. TpQ.BorderSizePixel = 0
  525. TpQ.Position = UDim2.new(0.183266938, 0, 0.318840623, 0)
  526. TpQ.Size = UDim2.new(0, 129, 0, 35)
  527. TpQ.Font = Enum.Font.SourceSans
  528. TpQ.Text = "Anti Flashbang"
  529. TpQ.TextColor3 = Color3.fromRGB(0, 0, 0)
  530. TpQ.TextSize = 14.000
  531. TpQ.MouseButton1Down:connect(function()
  532. wait(0) local A_1 = "[Legacy Trash] Anti-Flashbang Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  533.  
  534. while true do
  535. local XD = game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui
  536.  
  537. if XD:FindFirstChild("whiteScreen") then
  538. XD.whiteScreen:Destroy()
  539. end
  540. wait(0.2)
  541. end
  542. end)
  543.  
  544. BulletProof.Name = "Bullet Proof"
  545. BulletProof.Parent = Main
  546. BulletProof.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  547. BulletProof.BorderSizePixel = 0
  548. BulletProof.Position = UDim2.new(0.0119521916, 0, 0.318840623, 0)
  549. BulletProof.Size = UDim2.new(0, 129, 0, 35)
  550. BulletProof.Font = Enum.Font.SourceSans
  551. BulletProof.Text = "Bullet Proof"
  552. BulletProof.TextColor3 = Color3.fromRGB(0, 0, 0)
  553. BulletProof.TextSize = 14.000
  554. BulletProof.MouseButton1Down:connect(function()
  555. end)
  556.  
  557. UnlockPlayers.Name = "Unlock - Players"
  558. UnlockPlayers.Parent = Main
  559. UnlockPlayers.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  560. UnlockPlayers.BorderSizePixel = 0
  561. UnlockPlayers.Position = UDim2.new(0.387782216, 0, 0.413043469, 0)
  562. UnlockPlayers.Size = UDim2.new(0, 177, 0, 35)
  563. UnlockPlayers.Font = Enum.Font.SourceSans
  564. UnlockPlayers.Text = "Unlock - Players"
  565. UnlockPlayers.TextColor3 = Color3.fromRGB(0, 0, 0)
  566. UnlockPlayers.TextSize = 14.000
  567. UnlockPlayers.MouseButton1Down:connect(function()
  568. wait(0) local A_1 = "[Legacy Trash] Untargetted Player" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  569. end)
  570.  
  571. LockPlayers.Name = "Lock - Players"
  572. LockPlayers.Parent = Main
  573. LockPlayers.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  574. LockPlayers.BorderSizePixel = 0
  575. LockPlayers.Position = UDim2.new(0.387782216, 0, 0.318840593, 0)
  576. LockPlayers.Size = UDim2.new(0, 177, 0, 35)
  577. LockPlayers.Font = Enum.Font.SourceSans
  578. LockPlayers.Text = "Lock - Players"
  579. LockPlayers.TextColor3 = Color3.fromRGB(0, 0, 0)
  580. LockPlayers.TextSize = 14.000
  581. LockPlayers.MouseButton1Down:connect(function()
  582. wait(0) local A_1 = "[Legacy Trash] Targetting Player" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  583. end)
  584.  
  585. AllEmotes.Name = "All Emotes"
  586. AllEmotes.Parent = Main
  587. AllEmotes.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  588. AllEmotes.BorderSizePixel = 0
  589. AllEmotes.Position = UDim2.new(0.657370567, 0, 0.202898577, 0)
  590. AllEmotes.Size = UDim2.new(0, 129, 0, 35)
  591. AllEmotes.Font = Enum.Font.SourceSans
  592. AllEmotes.Text = "All Emotes"
  593. AllEmotes.TextColor3 = Color3.fromRGB(0, 0, 0)
  594. AllEmotes.TextSize = 14.000
  595. AllEmotes.MouseButton1Down:connect(function()
  596. loadstring(game:HttpGet(('https://pastebin.com/raw/59es3rSu'),true))()
  597. end)
  598.  
  599. AllAnimation.Name = "All Animation"
  600. AllAnimation.Parent = Main
  601. AllAnimation.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  602. AllAnimation.BorderSizePixel = 0
  603. AllAnimation.Position = UDim2.new(0.828685284, 0, 0.202898577, 0)
  604. AllAnimation.Size = UDim2.new(0, 129, 0, 35)
  605. AllAnimation.Font = Enum.Font.SourceSans
  606. AllAnimation.Text = "All Animation"
  607. AllAnimation.TextColor3 = Color3.fromRGB(0, 0, 0)
  608. AllAnimation.TextSize = 14.000
  609. AllAnimation.MouseButton1Down:connect(function()
  610. loadstring(game:HttpGet(('https://pastebin.com/raw/58EJG2tw'),true))()
  611. end)
  612.  
  613.  
  614. FlyX.Name = "Fly [X]"
  615. FlyX.Parent = Main
  616. FlyX.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  617. FlyX.BorderSizePixel = 0
  618. FlyX.Position = UDim2.new(0.183266938, 0, 0.202898577, 0)
  619. FlyX.Size = UDim2.new(0, 129, 0, 35)
  620. FlyX.Font = Enum.Font.SourceSans
  621. FlyX.Text = "Fly [X]"
  622. FlyX.TextColor3 = Color3.fromRGB(0, 0, 0)
  623. FlyX.TextSize = 14.000
  624. FlyX.MouseButton1Down:connect(function()
  625. wait(0) local A_1 = "[Legacy Trash] Fly Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  626. local plr = game.Players.LocalPlayer
  627. local mouse = plr:GetMouse()
  628.  
  629. localplayer = plr
  630.  
  631. if workspace:FindFirstChild("Core") then
  632. workspace.Core:Destroy()
  633. end
  634.  
  635. local Core = Instance.new("Part")
  636. Core.Name = "Core"
  637. Core.Size = Vector3.new(0.05, 0.05, 0.05)
  638.  
  639. spawn(function()
  640. Core.Parent = workspace
  641. local Weld = Instance.new("Weld", Core)
  642. Weld.Part0 = Core
  643. Weld.Part1 = localplayer.Character.LowerTorso
  644. Weld.C0 = CFrame.new(0, 0, 0)
  645. end)
  646.  
  647. workspace:WaitForChild("Core")
  648.  
  649. local torso = workspace.Core
  650. flying = true
  651. local speed=40
  652. local keys={a=false,d=false,w=false,s=false}
  653. local e1
  654. local e2
  655. local function start()
  656. local pos = Instance.new("BodyPosition",torso)
  657. local gyro = Instance.new("BodyGyro",torso)
  658. pos.Name="EPIXPOS"
  659. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  660. pos.position = torso.Position
  661. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  662. gyro.cframe = torso.CFrame
  663. repeat
  664. wait()
  665. localplayer.Character.Humanoid.PlatformStand=true
  666. local new=gyro.cframe - gyro.cframe.p + pos.position
  667. if not keys.w and not keys.s and not keys.a and not keys.d then
  668. speed=40
  669. end
  670. if keys.w then
  671. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  672. speed=speed+0
  673. end
  674. if keys.s then
  675. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  676. speed=speed+0
  677. end
  678. if keys.d then
  679. new = new * CFrame.new(speed,0,0)
  680. speed=speed+0
  681. end
  682. if keys.a then
  683. new = new * CFrame.new(-speed,0,0)
  684. speed=speed+0
  685. end
  686. if speed>10 then
  687. speed=40
  688. end
  689. pos.position=new.p
  690. if keys.w then
  691. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*0),0,0)
  692. elseif keys.s then
  693. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*0),0,0)
  694. else
  695. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  696. end
  697. until flying == false
  698. if gyro then gyro:Destroy() end
  699. if pos then pos:Destroy() end
  700. flying=false
  701. localplayer.Character.Humanoid.PlatformStand=false
  702. speed=40
  703. end
  704. e1=mouse.KeyDown:connect(function(key)
  705. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  706. if key=="w" then
  707. keys.w=true
  708. elseif key=="s" then
  709. keys.s=true
  710. elseif key=="a" then
  711. keys.a=true
  712. elseif key=="d" then
  713. keys.d=true
  714. elseif key=="x" then
  715. if flying==true then
  716. flying=false
  717. else
  718. flying=true
  719. start()
  720. end
  721. end
  722. end)
  723. e2=mouse.KeyUp:connect(function(key)
  724. if key=="w" then
  725. keys.w=false
  726. elseif key=="s" then
  727. keys.s=false
  728. elseif key=="a" then
  729. keys.a=false
  730. elseif key=="d" then
  731. keys.d=false
  732. end
  733. end)
  734. start()
  735. end)
  736.  
  737. Page2.Name = "Page2"
  738. Page2.Parent = Main
  739. Page2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  740. Page2.BackgroundTransparency = 1.000
  741. Page2.BorderSizePixel = 0
  742. Page2.Position = UDim2.new(0.13413018, 0, 0.625603855, 0)
  743. Page2.Size = UDim2.new(0, 71, 0, 34)
  744. Page2.Font = Enum.Font.Cartoon
  745. Page2.Text = "Page"
  746. Page2.TextColor3 = Color3.fromRGB(255, 0, 0)
  747. Page2.TextScaled = true
  748. Page2.TextSize = 14.000
  749. Page2.TextWrapped = true
  750.  
  751. Weapons.Name = "Weapons"
  752. Weapons.Parent = Main
  753. Weapons.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  754. Weapons.BackgroundTransparency = 1.000
  755. Weapons.BorderSizePixel = 0
  756. Weapons.Position = UDim2.new(0.00398406386, 0, 0.625603855, 0)
  757. Weapons.Size = UDim2.new(0, 98, 0, 34)
  758. Weapons.Font = Enum.Font.Cartoon
  759. Weapons.Text = "Weapons"
  760. Weapons.TextColor3 = Color3.fromRGB(255, 255, 255)
  761. Weapons.TextScaled = true
  762. Weapons.TextSize = 14.000
  763. Weapons.TextWrapped = true
  764.  
  765. TextBox.Parent = Main
  766. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  767. TextBox.Position = UDim2.new(0.373858482, 0, 0.218362331, 0)
  768. TextBox.Size = UDim2.new(0, 200, 0, 28)
  769. TextBox.Font = Enum.Font.SourceSans
  770. TextBox.Text = ""
  771. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  772. TextBox.TextSize = 14.000
  773.  
  774. ReachKnife.Name = "Reach Knife"
  775. ReachKnife.Parent = Main
  776. ReachKnife.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  777. ReachKnife.BorderSizePixel = 0
  778. ReachKnife.Position = UDim2.new(0.243027896, 0, 0.826087058, 0)
  779. ReachKnife.Size = UDim2.new(0, 129, 0, 35)
  780. ReachKnife.Font = Enum.Font.SourceSans
  781. ReachKnife.Text = "Reach Knife"
  782. ReachKnife.TextColor3 = Color3.fromRGB(0, 0, 0)
  783. ReachKnife.TextSize = 14.000
  784. ReachKnife.MouseButton1Down:connect(function()
  785. wait(0) local A_1 = "[Legacy Trash] Knife Reach Enabled to 40%" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  786. game.Players.LocalPlayer.Backpack["[Knife]"].Handle.Size = Vector3.new(100, 100, 100)
  787. end)
  788.  
  789.  
  790. ReachStopsign.Name = "Reach Stopsign"
  791. ReachStopsign.Parent = Main
  792. ReachStopsign.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  793. ReachStopsign.BorderSizePixel = 0
  794. ReachStopsign.Position = UDim2.new(0.0717131495, 0, 0.826086998, 0)
  795. ReachStopsign.Size = UDim2.new(0, 129, 0, 35)
  796. ReachStopsign.Font = Enum.Font.SourceSans
  797. ReachStopsign.Text = "Reach Stopsign"
  798. ReachStopsign.TextColor3 = Color3.fromRGB(0, 0, 0)
  799. ReachStopsign.TextSize = 14.000
  800. ReachStopsign.MouseButton1Down:connect(function()
  801. wait(0) local A_1 = "[Legacy Trash] Reach Stopsign Enabled To 50%" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  802. game.Players.LocalPlayer.Backpack["[StopSign]"].Handle.Size = Vector3.new(100, 100, 100)
  803. end)
  804.  
  805.  
  806. Close.Name = "Close"
  807. Close.Parent = Main
  808. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  809. Close.BackgroundTransparency = 1.000
  810. Close.BorderSizePixel = 0
  811. Close.Position = UDim2.new(0.934927046, 0, 0, 0)
  812. Close.Size = UDim2.new(0, 48, 0, 34)
  813. Close.Font = Enum.Font.Cartoon
  814. Close.Text = "X"
  815. Close.TextColor3 = Color3.fromRGB(255, 0, 0)
  816. Close.TextScaled = true
  817. Close.TextSize = 14.000
  818. Close.TextWrapped = true
  819. Close.MouseButton1Down:connect(function()
  820. wait(0) local A_1 = "[Legacy Trash] Legacy Trash Closed" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  821. OpenFrame.Visible = true
  822. Main.Visible = false
  823. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement