Advertisement
Tree_hub

Untitled

Jan 24th, 2023
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 144.80 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2.  
  3. local Window = Library.CreateLib("Script Quality| Made By ProEternalx1 |Contact Me If theres Problems", "BloodTheme")
  4.  
  5. local Tab = Window:NewTab("Home")
  6. local Section = Tab:NewSection("Extender Hub Showcase")
  7. Section:NewButton("Click", "ButtonInfo", function()
  8. setclipboard("https://discord.gg/wnS6ywxPTr")
  9. end)
  10.  
  11. local Section = Tab:NewSection("Choose Your Quality")
  12.  
  13. Section:NewButton("LOW QUALITY", "ButtonInfo", function()
  14. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Loading Low Quality Script | Extender Hub On Top","All")
  15. wait(1)
  16. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  17.  
  18. local Window = Library.CreateLib("Extender Hub V4 | Low Quality", "Ocean")
  19.  
  20. local Tab = Window:NewTab("Versions")
  21. local Section = Tab:NewSection("V1")
  22. local Section = Tab:NewSection("V2")
  23. local Section = Tab:NewSection("V3")
  24. local Section = Tab:NewSection("V4 | Latest Version")
  25. local Section = Tab:NewSection("V5")
  26.  
  27. local Section = Tab:NewSection("Update")
  28. local Section = Tab:NewSection("Renamed 5 Buttons To Different Names")
  29. local Section = Tab:NewSection("Made Custom Hitbox Work")
  30. local Section = Tab:NewSection("Revamped Modded Guns")
  31. local Section = Tab:NewSection("Fixed Hitbox script")
  32.  
  33. local Tab = Window:NewTab("LEAKS")
  34. local Section = Tab:NewSection("V5 Leaks")
  35. local Section = Tab:NewSection("Making More Scripts In Script Hub")
  36. local Section = Tab:NewSection("Renaming Alot Of Things")
  37. local Section = Tab:NewSection("Making Aimbot Better")
  38. local Section = Tab:NewSection("Making A Better Tracers")
  39. local Section = Tab:NewSection("Fixed Options")
  40.  
  41. local Tab = Window:NewTab("Home")
  42. local Section = Tab:NewSection("Created By ProEternalx1")
  43. local Section = Tab:NewSection("yezsh did expand script")
  44. local Section = Tab:NewSection("Welcome To Externder Hub")
  45. Section:NewSlider("Walkspeed", "Walkspeed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  46. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  47. end)
  48. Section:NewSlider("Jump Power", "Walkspeed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  49. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  50. end)
  51.  
  52. local Tab = Window:NewTab("Kriff Ziz Hub")
  53. local Section = Tab:NewSection("Prison Hub Made By ProEternalx1")
  54. Section:NewButton("Click (press , to open", "You have to be r15", function()
  55. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  56.  
  57. local Window = Library.CreateLib("Kriff Ziz | Made By ProEternalx1 |Contact Me If theres Problems", "Midnight")
  58.  
  59. local Tab = Window:NewTab("Player")
  60. local Section = Tab:NewSection("local player")
  61. Section:NewLabel("Walkspeed")
  62. Section:NewSlider("Walkspeed", "Walkspeed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  63. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  64. end)
  65.  
  66. Section:NewLabel("Jump Power")
  67. Section:NewSlider("JumpPower", "JumpPower", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  68. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  69. end)
  70.  
  71. local Section = Tab:NewSection("Fly Script | E To Disable Flight!")
  72. Section:NewButton("Fly", "Fly Around", function()
  73. loadstring(game:HttpGet("https://pastebin.com/raw/rFpi04KR"))()
  74. end)
  75.  
  76. local Tab = Window:NewTab("Misc")
  77.  
  78. local Section = Tab:NewSection("Admin | Gives Admin!")
  79. Section:NewButton("Get Admin!", "Get Yourself A Free Admin!", function()
  80. loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
  81. end)
  82.  
  83.  
  84. local Section = Tab:NewSection("Noclip! | Reset To Stop Noclip!")
  85. Section:NewButton("noclip", "walk anywhere without getting blocked by a wall!", function()
  86. local StealthMode = true -- If game has an anticheat that checks the logs
  87.  
  88. local Indicator
  89.  
  90. if not StealthMode then
  91. local ScreenGui = Instance.new("ScreenGui", game.CoreGui)
  92. print("NOCLIP: Press E to Activate")
  93. Indicator = Instance.new("TextLabel", ScreenGui)
  94. Indicator.AnchorPoint = Vector2.new(0, 1)
  95. Indicator.Position = UDim2.new(0, 0, 1, 0)
  96. Indicator.Size = UDim2.new(0, 200, 0, 50)
  97. Indicator.BackgroundTransparency = 1
  98. Indicator.TextScaled = true
  99. Indicator.TextStrokeTransparency = 0
  100. Indicator.TextColor3 = Color3.new(0, 0, 0)
  101. Indicator.TextStrokeColor3 = Color3.new(1, 1, 1)
  102. Indicator.Text = "Noclip: Enabled"
  103. end
  104.  
  105. local noclip = false
  106. local player = game.Players.LocalPlayer
  107. local character = player.Character or player.CharacterAdded:Wait()
  108.  
  109. local mouse = player:GetMouse()
  110.  
  111. mouse.KeyDown:Connect(function(key)
  112. if key == "e" then
  113. noclip = not noclip
  114.  
  115. if not StealthMode then
  116. Indicator.Text = "Noclip: " .. (noclip and "Enabled" or "Disabled")
  117. end
  118. end
  119. end)
  120.  
  121. while true do
  122. player = game.Players.LocalPlayer
  123. character = player.Character
  124.  
  125. if noclip then
  126. for _, v in pairs(character:GetDescendants()) do
  127. pcall(function()
  128. if v:IsA("BasePart") then
  129. v.CanCollide = false
  130. end
  131. end)
  132. end
  133. end
  134.  
  135. game:GetService("RunService").Stepped:wait()
  136. end
  137. end)
  138.  
  139. local Section = Tab:NewSection("Teleport! | Reset To Stop Noclip!")
  140. Section:NewButton("tptool", "walk anywhere without getting blocked by a wall!", function()
  141. mouse = game.Players.LocalPlayer:GetMouse()
  142. tool = Instance.new("Tool")
  143. tool.RequiresHandle = false
  144. tool.Name = "Equip to Click TP"
  145. tool.Activated:connect(function()
  146. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  147. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  148. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  149. end)
  150. tool.Parent = game.Players.LocalPlayer.Backpack
  151. end)
  152.  
  153. local Tab = Window:NewTab("Weapons")
  154. local Section = Tab:NewSection("local weapons")
  155. Section:NewButton("Get All Weapons | Updated! NEW/BETTER VERSION", "Gets Every Weapons", function()
  156. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  157. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  158. print(lol)
  159. end
  160. end)
  161.  
  162. local Section = Tab:NewSection("Mod")
  163.  
  164. Section:NewLabel("AK-47")
  165.  
  166. Section:NewButton("MOD AK-47", "Mod Your AK-47!", function()
  167. local player = game:GetService("Players").LocalPlayer
  168. local gun = player.Backpack:FindFirstChild("AK-47")
  169. local sM = require(gun:FindFirstChild("GunStates"))
  170. sM["Damage"] = 40
  171. sM["MaxAmmo"] = 9999991
  172. sM["StoredAmmo"] = 9999991
  173. sM["FireRate"] = 0.05
  174. sM["AmmoPerClip"] = 9999991
  175. sM["Range"] = 5000
  176. sM["ReloadTime"] = 0.05
  177. sM["Bullets"] = 1
  178. sM["AutoFire"] = true
  179. end)
  180.  
  181. Section:NewLabel("M9")
  182.  
  183. Section:NewButton("MOD M9", "Mod Your M9!", function()
  184. local player = game:GetService("Players").LocalPlayer
  185. local gun = player.Backpack:FindFirstChild("M9")
  186. local sM = require(gun:FindFirstChild("GunStates"))
  187. sM["Damage"] = 40
  188. sM["MaxAmmo"] = 9999991
  189. sM["StoredAmmo"] = 9999991
  190. sM["FireRate"] = 0.05
  191. sM["AmmoPerClip"] = 9999991
  192. sM["Range"] = 5000
  193. sM["ReloadTime"] = 0.05
  194. sM["Bullets"] = 1
  195. sM["AutoFire"] = true
  196. end)
  197.  
  198. Section:NewLabel("Remington 870")
  199.  
  200. Section:NewButton("MOD Remington 870", "Mod Your Remington 870!", function()
  201. local player = game:GetService("Players").LocalPlayer
  202. local gun = player.Backpack:FindFirstChild("Remington 870")
  203. local sM = require(gun:FindFirstChild("GunStates"))
  204. sM["Damage"] = 40
  205. sM["MaxAmmo"] = 9999991
  206. sM["StoredAmmo"] = 9999991
  207. sM["FireRate"] = 0.05
  208. sM["AmmoPerClip"] = 9999991
  209. sM["Range"] = 5000
  210. sM["ReloadTime"] = 0.05
  211. sM["Bullets"] = 1
  212. sM["AutoFire"] = true
  213. end)
  214.  
  215. local Tab = Window:NewTab("Updates!")
  216.  
  217. local Section = Tab:NewSection("Update")
  218.  
  219. Section:NewLabel("Added Admin Commands! | Click F9 To Open Script! | credits to the owners!")
  220.  
  221. Section:NewLabel("Added Modded Guns! | It Will Mod You Gun Yeah")
  222.  
  223. Section:NewLabel("Added Misc! | I Added Misc Cuz Yes")
  224.  
  225. Section:NewLabel("Changed The Color Script! | I Changed The Color Because Pro")
  226.  
  227. Section:NewLabel("Added Weapons! | I Added Weapons So Its Better")
  228.  
  229. Section:NewLabel("Added Updates! | dont care im adding updates")
  230.  
  231. Section:NewLabel("Added Credits! | dont care im adding credits also")
  232.  
  233. local Tab = Window:NewTab("Credits!")
  234.  
  235. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  236.  
  237. local Window = Library.CreateLib("Prison Hub | Made By ProEternalx1 |Contact Me If theres Problems", "Midnight")
  238.  
  239. local Tab = Window:NewTab("Player")
  240. local Section = Tab:NewSection("local player")
  241. Section:NewLabel("Walkspeed")
  242. Section:NewSlider("Walkspeed", "Walkspeed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  243. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  244. end)
  245.  
  246. Section:NewLabel("Jump Power")
  247. Section:NewSlider("JumpPower", "JumpPower", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  248. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  249. end)
  250.  
  251. local Section = Tab:NewSection("Fly Script | E To Disable Flight!")
  252. Section:NewButton("Fly", "Fly Around", function()
  253. loadstring(game:HttpGet("https://pastebin.com/raw/rFpi04KR"))()
  254. end)
  255.  
  256. local Tab = Window:NewTab("Misc")
  257.  
  258. local Section = Tab:NewSection("Admin | Gives Admin!")
  259. Section:NewButton("Get Admin!", "Get Yourself A Free Admin!", function()
  260. loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
  261. end)
  262.  
  263.  
  264. local Section = Tab:NewSection("Noclip! | Reset To Stop Noclip!")
  265. Section:NewButton("noclip", "walk anywhere without getting blocked by a wall!", function()
  266. local StealthMode = true -- If game has an anticheat that checks the logs
  267.  
  268. local Indicator
  269.  
  270. if not StealthMode then
  271. local ScreenGui = Instance.new("ScreenGui", game.CoreGui)
  272. print("NOCLIP: Press E to Activate")
  273. Indicator = Instance.new("TextLabel", ScreenGui)
  274. Indicator.AnchorPoint = Vector2.new(0, 1)
  275. Indicator.Position = UDim2.new(0, 0, 1, 0)
  276. Indicator.Size = UDim2.new(0, 200, 0, 50)
  277. Indicator.BackgroundTransparency = 1
  278. Indicator.TextScaled = true
  279. Indicator.TextStrokeTransparency = 0
  280. Indicator.TextColor3 = Color3.new(0, 0, 0)
  281. Indicator.TextStrokeColor3 = Color3.new(1, 1, 1)
  282. Indicator.Text = "Noclip: Enabled"
  283. end
  284.  
  285. local noclip = false
  286. local player = game.Players.LocalPlayer
  287. local character = player.Character or player.CharacterAdded:Wait()
  288.  
  289. local mouse = player:GetMouse()
  290.  
  291. mouse.KeyDown:Connect(function(key)
  292. if key == "e" then
  293. noclip = not noclip
  294.  
  295. if not StealthMode then
  296. Indicator.Text = "Noclip: " .. (noclip and "Enabled" or "Disabled")
  297. end
  298. end
  299. end)
  300.  
  301. while true do
  302. player = game.Players.LocalPlayer
  303. character = player.Character
  304.  
  305. if noclip then
  306. for _, v in pairs(character:GetDescendants()) do
  307. pcall(function()
  308. if v:IsA("BasePart") then
  309. v.CanCollide = false
  310. end
  311. end)
  312. end
  313. end
  314.  
  315. game:GetService("RunService").Stepped:wait()
  316. end
  317. end)
  318.  
  319. local Section = Tab:NewSection("Teleport! | Reset To Stop Noclip!")
  320. Section:NewButton("tptool", "walk anywhere without getting blocked by a wall!", function()
  321. mouse = game.Players.LocalPlayer:GetMouse()
  322. tool = Instance.new("Tool")
  323. tool.RequiresHandle = false
  324. tool.Name = "Equip to Click TP"
  325. tool.Activated:connect(function()
  326. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  327. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  328. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  329. end)
  330. tool.Parent = game.Players.LocalPlayer.Backpack
  331. end)
  332.  
  333. local Tab = Window:NewTab("Weapons")
  334. local Section = Tab:NewSection("local weapons")
  335. Section:NewButton("Get All Weapons | Outdated", "Gets Every Weapons", function()
  336. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  337. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  338. print(lol)
  339. end
  340. end)
  341.  
  342. local Section = Tab:NewSection("Mod")
  343.  
  344. Section:NewLabel("AK-47")
  345.  
  346. Section:NewButton("MOD AK-47", "Mod Your AK-47!", function()
  347. local player = game:GetService("Players").LocalPlayer
  348. local gun = player.Backpack:FindFirstChild("AK-47")
  349. local sM = require(gun:FindFirstChild("GunStates"))
  350. sM["Damage"] = 40
  351. sM["MaxAmmo"] = 9999991
  352. sM["StoredAmmo"] = 9999991
  353. sM["FireRate"] = 0.05
  354. sM["AmmoPerClip"] = 9999991
  355. sM["Range"] = 5000
  356. sM["ReloadTime"] = 0.05
  357. sM["Bullets"] = 1
  358. sM["AutoFire"] = true
  359. end)
  360.  
  361. Section:NewLabel("M9")
  362.  
  363. Section:NewButton("MOD M9", "Mod Your M9!", function()
  364. local player = game:GetService("Players").LocalPlayer
  365. local gun = player.Backpack:FindFirstChild("M9")
  366. local sM = require(gun:FindFirstChild("GunStates"))
  367. sM["Damage"] = 40
  368. sM["MaxAmmo"] = 9999991
  369. sM["StoredAmmo"] = 9999991
  370. sM["FireRate"] = 0.05
  371. sM["AmmoPerClip"] = 9999991
  372. sM["Range"] = 5000
  373. sM["ReloadTime"] = 0.05
  374. sM["Bullets"] = 1
  375. sM["AutoFire"] = true
  376. end)
  377.  
  378. Section:NewLabel("Remington 870")
  379.  
  380. Section:NewButton("MOD Remington 870", "Mod Your Remington 870!", function()
  381. local player = game:GetService("Players").LocalPlayer
  382. local gun = player.Backpack:FindFirstChild("Remington 870")
  383. local sM = require(gun:FindFirstChild("GunStates"))
  384. sM["Damage"] = 45000
  385. sM["MaxAmmo"] = 9999991
  386. sM["StoredAmmo"] = 9999991
  387. sM["FireRate"] = 0.05
  388. sM["AmmoPerClip"] = 9999991
  389. sM["Range"] = 5000
  390. sM["ReloadTime"] = 0.05
  391. sM["Bullets"] = 1
  392. sM["AutoFire"] = true
  393. end)
  394.  
  395. Section:NewLabel("Taser")
  396.  
  397. Section:NewButton("MOD Taser", "Mod Your Taser!", function()
  398. local player = game:GetService("Players").LocalPlayer
  399. local gun = player.Backpack:FindFirstChild("Taser")
  400. local sM = require(gun:FindFirstChild("GunStates"))
  401. sM["Damage"] = 40
  402. sM["MaxAmmo"] = 9999991
  403. sM["StoredAmmo"] = 9999991
  404. sM["FireRate"] = 0.05
  405. sM["AmmoPerClip"] = 9999991
  406. sM["Range"] = 5000
  407. sM["ReloadTime"] = 0.05
  408. sM["Bullets"] = 1
  409. sM["AutoFire"] = true
  410. end)
  411.  
  412. local Tab = Window:NewTab("Updates!")
  413.  
  414. local Section = Tab:NewSection("Update")
  415.  
  416. Section:NewLabel("Added Admin Commands! | Click F9 To Open Script! | credits to the owners!")
  417.  
  418. Section:NewLabel("Added Modded Guns! | It Will Mod You Gun Yeah")
  419.  
  420. Section:NewLabel("Added Misc! | I Added Misc Cuz Yes")
  421.  
  422. Section:NewLabel("Changed The Color Script! | I Changed The Color Because Pro")
  423.  
  424. Section:NewLabel("Added Weapons! | I Added Weapons So Its Better")
  425.  
  426. Section:NewLabel("Added Updates! | dont care im adding updates")
  427.  
  428. Section:NewLabel("Added Credits! | dont care im adding credits also")
  429.  
  430. local Tab = Window:NewTab("Credits!")
  431.  
  432. local Section = Tab:NewSection("Credits")
  433.  
  434. Section:NewLabel("Credits For The Owner Of Admin CMD")
  435.  
  436. local Tab = Window:NewTab("Date And Time!")
  437.  
  438. local Section = Tab:NewSection("Time And Date")
  439.  
  440. Section:NewLabel("1/18/2023")
  441.  
  442. end)
  443.  
  444. local Tab = Window:NewTab("Animation Packs")
  445. local Section = Tab:NewSection("Emotes")
  446.  
  447. Section:NewButton("Click (press , to open", "You have to be r15", function()
  448. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Gi7331/scripts/main/Emote.lua"))()
  449. end)
  450.  
  451. local Tab = Window:NewTab("Flag Wars")
  452. local Section = Tab:NewSection("Modded Guns")
  453.  
  454. Section:NewButton("Click", "ButtonInfo", function()
  455. local mt = getrawmetatable(game)
  456. setreadonly(mt, false)
  457. local index = mt.__index
  458.  
  459. local Mods = {
  460. -- Guns (Spas, Sniper, etc)
  461. ["RecoilMax"] = 0.1,
  462. ["RecoilMin"] = 0.1,
  463. ["MuzzleFlashSize0"] = 0,
  464. ["MuzzleFlashSize1"] = 0,
  465. ["FlashBrightness"] = 0,
  466. ["AmmoCapacity"] = 9e9,
  467. ["ShotCooldown"] = 0,
  468. ["CurrentAmmo"] = 9e9,
  469. ["BulletSpeed"] = 9e9,
  470. ["FireMode"] = "Automatic",
  471. ["GravityFactor"] = 0,
  472. ["MaxSpread"] = 0,
  473. ["MinSpread"] = 0,
  474. ["HitDamage"] = 500,
  475. ["NumProjectiles"] = 1,
  476. -- Melee (Shovel, Sword, etc)
  477. ["Cooldown"] = 0.5,
  478. ["Value"] = 0.5,
  479. ["DirtDamage"] = 500000,
  480. ["SwingCooldown"] = 0.5,
  481. ["HitRate"] = 0.5,
  482. }
  483.  
  484. mt.__index = function(a,b)
  485. if Mods[tostring(a)] then
  486. if tostring(b) == "Value" then
  487. return Mods[tostring(a)]
  488. end
  489. end
  490. return index(a,b)
  491. end
  492. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Done!","All")
  493. end)
  494.  
  495.  
  496. local Tab = Window:NewTab("Misc")
  497. local Section = Tab:NewSection("Expand Your Hitbox")
  498.  
  499. Section:NewButton("Click", "ButtonInfo", function()
  500. _G.HeadSize = 20 _G.Disabled = true game:GetService('RunService').RenderStepped:connect(function() if _G.Disabled then for i,v in next, game:GetService('Players'):GetPlayers() do if v.Name ~= game:GetService('Players').LocalPlayer.Name then pcall(function() v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize) v.Character.HumanoidRootPart.Transparency = 0.9 v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Red") v.Character.HumanoidRootPart.Material = "Neon" v.Character.HumanoidRootPart.CanCollide = false end) end end end end)
  501. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Done!","All")
  502. end)
  503.  
  504.  
  505. local Section = Tab:NewSection("ESP")
  506. Section:NewButton("Click", "See Players", function()
  507. getgenv().enabled = true --Toggle on/off
  508. getgenv().filluseteamcolor = true --Toggle fill color using player team color on/off
  509. getgenv().outlineuseteamcolor = true --Toggle outline color using player team color on/off
  510. getgenv().fillcolor = Color3.new(0, 0, 0) --Change fill color, no need to edit if using team color
  511. getgenv().outlinecolor = Color3.new(1, 1, 1) --Change outline color, no need to edit if using team color
  512. getgenv().filltrans = 0.7 --Change fill transparency
  513. getgenv().outlinetrans = 0.3 --Change outline transparency
  514.  
  515. loadstring(game:HttpGet("https://raw.githubusercontent.com/zntly/highlight-esp/main/esp.lua"))()
  516. end)
  517.  
  518. local Section = Tab:NewSection("Tp To Random User")
  519. Section:NewButton("Click", "See Players", function()
  520.  
  521. end)
  522.  
  523. local Section = Tab:NewSection("Custom Hitbox")
  524.  
  525. Section:NewSlider("Custom Hitbox", "SliderInfo", 110, 0, function(s) -- 110 (MaxValue) | 0 (MinValue)
  526. game.Players.LocalPlayer.Character.Humanoid.Brick = s
  527. end)
  528.  
  529. local Section = Tab:NewSection("Tracer")
  530.  
  531. Section:NewButton("Aimbot", "ButtonInfo", function()
  532. local dwCamera = workspace.CurrentCamera
  533. local dwRunService = game:GetService("RunService")
  534. local dwUIS = game:GetService("UserInputService")
  535. local dwEntities = game:GetService("Players")
  536. local dwLocalPlayer = dwEntities.LocalPlayer
  537. local dwMouse = dwLocalPlayer:GetMouse()
  538.  
  539. local settings = {
  540. Aimbot = true,
  541. Aiming = false,
  542. Aimbot_AimPart = "Head",
  543. Aimbot_TeamCheck = true,
  544. Aimbot_Draw_FOV = true,
  545. Aimbot_FOV_Radius = 60,
  546. Aimbot_FOV_Color = Color3.fromRGB(255,255,255)
  547. }
  548.  
  549. local fovcircle = Drawing.new("Circle")
  550. fovcircle.Visible = settings.Aimbot_Draw_FOV
  551. fovcircle.Radius = settings.Aimbot_FOV_Radius
  552. fovcircle.Color = settings.Aimbot_FOV_Color
  553. fovcircle.Thickness = 1
  554. fovcircle.Filled = false
  555. fovcircle.Transparency = 1
  556.  
  557. fovcircle.Position = Vector2.new(dwCamera.ViewportSize.X / 2, dwCamera.ViewportSize.Y / 2)
  558.  
  559. dwUIS.InputBegan:Connect(function(i)
  560. if i.UserInputType == Enum.UserInputType.MouseButton2 then
  561. settings.Aiming = true
  562. end
  563. end)
  564.  
  565. dwUIS.InputEnded:Connect(function(i)
  566. if i.UserInputType == Enum.UserInputType.MouseButton2 then
  567. settings.Aiming = false
  568. end
  569. end)
  570.  
  571. dwRunService.RenderStepped:Connect(function()
  572.  
  573. local dist = math.huge
  574. local closest_char = nil
  575.  
  576. if settings.Aiming then
  577.  
  578. for i,v in next, dwEntities:GetChildren() do
  579.  
  580. if v ~= dwLocalPlayer and
  581. v.Character and
  582. v.Character:FindFirstChild("HumanoidRootPart") and
  583. v.Character:FindFirstChild("Humanoid") and
  584. v.Character:FindFirstChild("Humanoid").Health > 0 then
  585.  
  586. if settings.Aimbot_TeamCheck == true and
  587. v.Team ~= dwLocalPlayer.Team or
  588. settings.Aimbot_TeamCheck == false then
  589.  
  590. local char = v.Character
  591. local char_part_pos, is_onscreen = dwCamera:WorldToViewportPoint(char[settings.Aimbot_AimPart].Position)
  592.  
  593. if is_onscreen then
  594.  
  595. local mag = (Vector2.new(dwMouse.X, dwMouse.Y) - Vector2.new(char_part_pos.X, char_part_pos.Y)).Magnitude
  596.  
  597. if mag < dist and mag < settings.Aimbot_FOV_Radius then
  598.  
  599. dist = mag
  600. closest_char = char
  601.  
  602. end
  603. end
  604. end
  605. end
  606. end
  607.  
  608. if closest_char ~= nil and
  609. closest_char:FindFirstChild("HumanoidRootPart") and
  610. closest_char:FindFirstChild("Humanoid") and
  611. closest_char:FindFirstChild("Humanoid").Health > 0 then
  612.  
  613. dwCamera.CFrame = CFrame.new(dwCamera.CFrame.Position, closest_char[settings.Aimbot_AimPart].Position)
  614. end
  615. end
  616. end)
  617. end)
  618.  
  619. local Tab = Window:NewTab("UI Toggles")
  620. local Section = Tab:NewSection("Toggles")
  621.  
  622. Section:NewKeybind("Close/Open Ui", "KeybindInfo", Enum.KeyCode.B, function()
  623. Library:ToggleUI()
  624. end)
  625.  
  626. Section:NewKeybind("TP Hold Z to tp", "KeybindInfo", Enum.KeyCode.Z, function()
  627. local Plr = game:GetService("Players").LocalPlayer
  628. local Mouse = Plr:GetMouse()
  629.  
  630. Mouse.Button1Down:connect(
  631. function()
  632. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.Z) then
  633. return
  634. end
  635. if not Mouse.Target then
  636. return
  637. end
  638. Plr.Character:MoveTo(Mouse.Hit.p)
  639. end
  640. )
  641. end)
  642.  
  643.  
  644. Section:NewKeybind("Chatspammer", "KeybindInfo", Enum.KeyCode.M, function()
  645. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  646. wait(5)
  647. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  648. wait(5)
  649. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  650. wait(5)
  651. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  652. wait(5)
  653. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  654. wait(5)
  655. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  656. wait(5)
  657. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  658. wait(5)
  659. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  660. wait(5)
  661. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  662. wait(5)
  663. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  664. wait(5)
  665. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  666. wait(5)
  667. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  668. wait(5)
  669. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  670. wait(5)
  671. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  672. wait(5)
  673. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  674. wait(5)
  675. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  676. wait(5)
  677. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  678. wait(1)
  679. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  680. wait(1)
  681. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  682. wait(1)
  683. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  684. wait(1)
  685. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  686. wait(1)
  687. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  688. wait(1)
  689. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  690. wait(1)
  691. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  692. wait(1)
  693. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  694. wait(1)
  695. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  696. wait(1)
  697. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  698. wait(1)
  699. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  700. wait(1)
  701. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  702. wait(1)
  703. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  704. wait(1)
  705. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  706. wait(1)
  707. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  708. wait(1)
  709. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  710. wait(1)
  711. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  712. wait(1)
  713. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  714. wait(1)
  715. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  716. wait(1)
  717. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  718. wait(1)
  719. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  720. wait(1)
  721. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  722. wait(1)
  723. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  724. wait(1)
  725. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  726. wait(1)
  727. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  728. wait(1)
  729. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  730. wait(1)
  731. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  732. wait(1)
  733. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  734. wait(1)
  735. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  736. wait(1)
  737. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  738. wait(1)
  739. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  740. wait(1)
  741. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  742. wait(1)
  743. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  744. wait(1)
  745. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  746. wait(1)
  747. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  748. wait(1)
  749. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  750. wait(1)
  751. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  752. wait(1)
  753. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  754. wait(1)
  755. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  756. wait(1)
  757. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  758. wait(1)
  759. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  760. wait(1)
  761. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  762. wait(1)
  763. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  764. wait(1)
  765. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  766. wait(1)
  767. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  768. wait(1)
  769. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  770. wait(1)
  771. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  772. wait(1)
  773. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  774. wait(1)
  775. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  776. wait(1)
  777. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  778. wait(1)
  779. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  780. wait(1)
  781. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  782. wait(1)
  783. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  784. wait(1)
  785. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  786. wait(1)
  787. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  788. wait(1)
  789. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  790. wait(1)
  791. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  792. wait(1)
  793. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  794. wait(1)
  795. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  796. wait(1)
  797. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  798. wait(1)
  799. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  800. wait(1)
  801. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  802. wait(1)
  803. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  804. wait(1)
  805. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  806. wait(1)
  807. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  808. wait(1)
  809. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  810. wait(1)
  811. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  812. wait(1)
  813. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  814. wait(1)
  815. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  816. wait(1)
  817. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  818. wait(1)
  819. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  820. wait(1)
  821. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  822. wait(1)
  823. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  824. wait(1)
  825. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  826. wait(1)
  827. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  828. wait(1)
  829. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  830. wait(1)
  831. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  832. wait(1)
  833. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  834. wait(1)
  835. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  836. wait(1)
  837. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  838. wait(1)
  839. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  840. wait(1)
  841. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  842. wait(1)
  843. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  844. wait(1)
  845. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  846. wait(1)
  847. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  848. wait(1)
  849. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  850. wait(1)
  851. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  852. wait(1)
  853. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  854. wait(1)
  855. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  856. wait(1)
  857. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  858. wait(1)
  859. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  860. wait(1)
  861. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  862. wait(1)
  863. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  864. wait(1)
  865. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  866. wait(1)
  867. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  868. wait(1)
  869. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  870. wait(1)
  871. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  872. wait(1)
  873. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  874. wait(1)
  875. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  876. wait(1)
  877. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  878. wait(1)
  879. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  880. wait(1)
  881. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  882. wait(1)
  883. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  884. wait(1)
  885. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  886. wait(1)
  887. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  888. wait(1)
  889. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  890. wait(1)
  891. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  892. wait(1)
  893. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  894. wait(1)
  895. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  896. wait(1)
  897. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  898. wait(1)
  899. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  900. wait(1)
  901. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  902. wait(1)
  903. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  904. wait(1)
  905. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  906. wait(1)
  907. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  908. wait(1)
  909. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  910. wait(1)
  911. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  912. wait(1)
  913. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  914. wait(1)
  915. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  916. wait(1)
  917. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  918. wait(1)
  919. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  920. wait(1)
  921. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  922. wait(1)
  923. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  924. wait(1)
  925. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  926. wait(1)
  927. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  928. wait(1)
  929. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  930. wait(1)
  931. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  932. wait(1)
  933. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  934. wait(1)
  935. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  936. wait(1)
  937. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  938. wait(1)
  939. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  940. wait(1)
  941. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  942. wait(1)
  943. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  944. wait(1)
  945. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  946. wait(1)
  947. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  948. wait(1)
  949. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  950. wait(1)
  951. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  952. wait(1)
  953. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  954. wait(1)
  955. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  956. wait(1)
  957. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  958. wait(1)
  959. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  960. wait(1)
  961. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  962. wait(1)
  963. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  964. wait(1)
  965. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  966. wait(1)
  967. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  968. wait(1)
  969. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  970. wait(1)
  971. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  972. wait(1)
  973. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  974. wait(1)
  975. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  976. wait(1)
  977. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  978. wait(1)
  979. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  980. wait(1)
  981. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  982. wait(1)
  983. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  984. wait(1)
  985. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  986. wait(1)
  987. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  988. wait(1)
  989. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  990. wait(1)
  991. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  992. wait(1)
  993. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  994. wait(1)
  995. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  996. wait(1)
  997. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  998. wait(1)
  999. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1000. wait(1)
  1001. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1002. wait(1)
  1003. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1004. wait(1)
  1005. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1006. wait(1)
  1007. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1008. wait(1)
  1009. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1010. wait(1)
  1011. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1012. wait(1)
  1013. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1014. wait(1)
  1015. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1016. wait(1)
  1017. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1018. wait(1)
  1019. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1020. wait(1)
  1021. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1022. wait(1)
  1023. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1024. wait(1)
  1025. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1026. wait(1)
  1027. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1028. wait(1)
  1029. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1030. wait(1)
  1031. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1032. wait(1)
  1033. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1034. wait(1)
  1035. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1036. wait(1)
  1037. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1038. wait(1)
  1039. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1040. wait(1)
  1041. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1042. wait(1)
  1043. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1044. wait(1)
  1045. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1046. wait(1)
  1047. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1048. wait(1)
  1049. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1050. wait(1)
  1051. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1052. wait(1)
  1053. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1054. wait(1)
  1055. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1056. wait(1)
  1057. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1058. wait(1)
  1059. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1060. wait(1)
  1061. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1062. wait(1)
  1063. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1064. wait(1)
  1065. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1066. wait(1)
  1067. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1068. wait(1)
  1069. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1070. wait(1)
  1071. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1072. wait(1)
  1073. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1074. wait(1)
  1075. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1076. wait(1)
  1077. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1078. wait(1)
  1079. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1080. wait(1)
  1081. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1082. wait(1)
  1083. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1084. wait(1)
  1085. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1086. wait(1)
  1087. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1088. wait(1)
  1089. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1090. wait(1)
  1091. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1092. wait(1)
  1093. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1094. wait(1)
  1095. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1096. wait(1)
  1097. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1098. wait(1)
  1099. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1100. wait(1)
  1101. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1102. wait(1)
  1103. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1104. wait(1)
  1105. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1106. wait(1)
  1107. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1108. wait(1)
  1109. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1110. wait(1)
  1111. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1112. wait(1)
  1113. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1114. wait(1)
  1115. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1116. wait(1)
  1117. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1118. wait(1)
  1119. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1120. wait(1)
  1121. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1122. wait(1)
  1123. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1124. wait(1)
  1125. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1126. wait(1)
  1127. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1128. wait(1)
  1129. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1130. wait(1)
  1131. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1132. wait(1)
  1133. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1134. wait(1)
  1135. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1136. wait(1)
  1137. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1138. wait(1)
  1139. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1140. wait(1)
  1141. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1142. wait(1)
  1143. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1144. wait(1)
  1145. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1146. wait(1)
  1147. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1148. wait(1)
  1149. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1150. wait(1)
  1151. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1152. wait(1)
  1153. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1154. wait(1)
  1155. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1156. wait(1)
  1157. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1158. wait(1)
  1159. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1160. wait(1)
  1161. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1162. wait(1)
  1163. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1164. wait(1)
  1165. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1166. wait(1)
  1167. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1168. wait(1)
  1169. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1170. wait(1)
  1171. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1172. wait(1)
  1173. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1174. wait(1)
  1175. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1176. wait(1)
  1177. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1178. wait(1)
  1179. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1180. wait(1)
  1181. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1182. wait(1)
  1183. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1184. wait(1)
  1185. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1186. wait(1)
  1187. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1188. wait(1)
  1189. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1190. wait(1)
  1191. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1192. wait(1)
  1193. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1194. wait(1)
  1195. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1196. wait(1)
  1197. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1198. wait(1)
  1199. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1200. wait(1)
  1201. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1202. wait(1)
  1203. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1204. wait(1)
  1205. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1206. wait(1)
  1207. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1208. wait(1)
  1209. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1210. wait(1)
  1211. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1212. wait(1)
  1213. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1214. wait(1)
  1215. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1216. wait(1)
  1217. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1218. wait(1)
  1219. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1220. wait(1)
  1221. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1222. wait(1)
  1223. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1224. wait(1)
  1225. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1226. wait(1)
  1227. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1228. wait(1)
  1229. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1230. wait(1)
  1231. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Im Tracing You Like Im Tracing Your Mom","All")
  1232. wait(1)
  1233. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1234. wait(1)
  1235. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Im Tracing You Like Im Tracing Your Mom","All")
  1236. wait(1)
  1237. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1238. wait(1)
  1239. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Im Tracing You Like Im Tracing Your Mom","All")
  1240. wait(1)
  1241. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1242. wait(1)
  1243. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Im Tracing You Like Im Tracing Your Mom","All")
  1244. wait(1)
  1245. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1246. wait(1)
  1247. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Im Tracing You Like Im Tracing Your Mom","All")
  1248. wait(1)
  1249. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1250. wait(1)
  1251. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1252. wait(1)
  1253. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1254. wait(1)
  1255. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1256. wait(1)
  1257. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1258. wait(1)
  1259. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1260. wait(1)
  1261. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1262. wait(1)
  1263. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1264. wait(1)
  1265. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1266. wait(1)
  1267. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1268. wait(1)
  1269. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1270. wait(1)
  1271. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1272. wait(1)
  1273. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1274. wait(1)
  1275. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1276. wait(1)
  1277. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1278. wait(1)
  1279. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1280. wait(1)
  1281. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1282. wait(1)
  1283. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1284. wait(1)
  1285. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1286. wait(1)
  1287. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1288. wait(1)
  1289. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1290. wait(1)
  1291. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1292. wait(1)
  1293. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1294. wait(1)
  1295. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1296. wait(1)
  1297. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1298. wait(1)
  1299. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1300. wait(1)
  1301. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1302. wait(1)
  1303. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1304. wait(1)
  1305. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1306. wait(1)
  1307. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1308. wait(1)
  1309. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1310. wait(1)
  1311. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1312. wait(1)
  1313. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : I Wonder Why I Wonder How You Died","All")
  1314. wait(1)
  1315. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub Has A Pro Gaming Chair","All")
  1316. wait(1)
  1317. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Roses Are Red Violets Are Blue You Just Died Out Of You","All")
  1318. wait(1)
  1319. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Extender Hub > V.j Hub","All")
  1320. wait(1)
  1321. end)
  1322.  
  1323. local Tab = Window:NewTab("Script Gui")
  1324. local Section = Tab:NewSection("Script Hub")
  1325.  
  1326. Section:NewButton("Artenis Z/Softbed", "Bedwars", function()
  1327. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : Loaded Vape V4","All")
  1328. loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  1329. end)
  1330.  
  1331. Section:NewButton("Keyboard Gui", "For Scripts", function()
  1332. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : Loaded Keyboard Gui","All")
  1333. end)
  1334.  
  1335. Section:NewButton("Phantom Forces", "For Scripts", function()
  1336. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : Loaded Phatom Forces","All")
  1337. loadstring(game:HttpGet("https://raw.githubusercontent.com/Wheeleee/AIMWARE/main/Startup"))()
  1338. end)
  1339.  
  1340. local Section = Tab:NewSection("Arsenal")
  1341.  
  1342. Section:NewButton("Owl Hub", "Executes Owl Hub", function()
  1343. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  1344. end)
  1345.  
  1346. Section:NewButton("V.G Hub", "Executes V.G Hub", function()
  1347. loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()
  1348. end)
  1349.  
  1350. local Section = Tab:NewSection("Combat Warriors")
  1351.  
  1352. Section:NewButton("Nova Hub", "Executes Nova Hub", function()
  1353. loadstring(game:HttpGet("https://raw.githubusercontent.com/SussyImposterRed/Scripts/main/NOVA_HUB_SOURCE"))()
  1354. end)
  1355.  
  1356. Section:NewButton("Hydra Hub", "Executes Hydra Hub", function()
  1357. loadstring(game:HttpGet("https://raw.githubusercontent.com/CheeseOnGithub/cheese-hook/main/main%20hydra%20ui.lua",true))()
  1358. end)
  1359.  
  1360. local Section = Tab:NewSection("Zombie Attack")
  1361.  
  1362. Section:NewButton("Zombie Hub", "Executes Zombie Hub", function()
  1363. loadstring(game:HttpGet("https://raw.githubusercontent.com/anisnouacer1/My-Roblox-Scripts/main/Zombie%20Attack.lua"))()
  1364. end)
  1365.  
  1366. local Section = Tab:NewSection("Evade")
  1367.  
  1368. Section:NewButton("Evade Hub", "Executes Evade Hub", function()
  1369. loadstring(game:HttpGet('https://raw.githubusercontent.com/9Strew/roblox/main/gamescripts/evade.lua'))()
  1370. end)
  1371.  
  1372. local Section = Tab:NewSection("Edward The Man Eating Train")
  1373.  
  1374. Section:NewButton("Edward Hub", "Executes Edward Hub", function()
  1375. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraIsMe2/ToraIsMe2/main/0edward", true))()
  1376. end)
  1377.  
  1378. Section:NewButton("Choo Choo Hub", "Executes Choo Choo Hub", function()
  1379. for i,v in pairs(getgc(true)) do
  1380. if type(v) == "table" and rawget(v,"IntValue_MaxDamageRange") ~= nil then
  1381. --add other tables below this--
  1382. v.IntValue_PelletCount = 100
  1383. v.IntValue_MaxMagazine = 1000
  1384. v.IntValue_MaxReserve = 1000
  1385. end
  1386. end
  1387. end)
  1388.  
  1389. end)
  1390.  
  1391. Section:NewButton("HIGH QUALITY", "ButtonInfo", function()
  1392. game:GetService("StarterGui"):SetCore("SendNotification", {
  1393. Title = "Notification";
  1394. Text = "Loaded High Quality Script!";
  1395. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  1396. Duration = 16;
  1397.  
  1398. game:GetService("StarterGui"):SetCore("SendNotification", {
  1399. Title = "Notification";
  1400. Text = "This Was Made By Hubble Bubble Scripter!";
  1401. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  1402. Duration = 16;
  1403.  
  1404. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  1405.  
  1406. local Window = Library.CreateLib("Extender Hub V3 | HIGH QUALITY", "BloodTheme")
  1407.  
  1408. local Tab = Window:NewTab("Versions")
  1409. local Section = Tab:NewSection("V1")
  1410. local Section = Tab:NewSection("V2")
  1411. local Section = Tab:NewSection("V3 | Latest Version")
  1412. local Section = Tab:NewSection("V4")
  1413. local Section = Tab:NewSection("V5")
  1414.  
  1415. local Tab = Window:NewTab("Updates")
  1416. local Section = Tab:NewSection("Renamed 5 Buttons To Different Names")
  1417. local Section = Tab:NewSection("Made Custom Hitbox Work")
  1418. local Section = Tab:NewSection("Revamped Modded Guns")
  1419. local Section = Tab:NewSection("Fixed Hitbox script")
  1420. local Section = Tab:NewSection("MADE FE SCRIPTS")
  1421.  
  1422. local Tab = Window:NewTab("LEAKS")
  1423. local Section = Tab:NewSection("V5 Leaks")
  1424. local Section = Tab:NewSection("Making More Scripts In Script Hub")
  1425. local Section = Tab:NewSection("Renaming Alot Of Things")
  1426. local Section = Tab:NewSection("Making Aimbot Better")
  1427. local Section = Tab:NewSection("Making A Better Tracers")
  1428. local Section = Tab:NewSection("Fixed Options")
  1429.  
  1430. local Tab = Window:NewTab("Home")
  1431. local Section = Tab:NewSection("Created By ProEternalx1")
  1432. local Section = Tab:NewSection("yezsh did expand script")
  1433. local Section = Tab:NewSection("Welcome To Externder Hub")
  1434. Section:NewSlider("Walkspeed", "Walkspeed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  1435. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  1436. end)
  1437. Section:NewSlider("Jump Power", "Walkspeed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  1438. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  1439. end)
  1440.  
  1441.  
  1442. local Tab = Window:NewTab("Flag Wars")
  1443. local Section = Tab:NewSection("Modded Guns")
  1444.  
  1445. Section:NewButton("Click", "ButtonInfo", function()
  1446. game:GetService("StarterGui"):SetCore("SendNotification", {
  1447. Title = "Notification";
  1448. Text = "Succesfully Modded Your Guns!";
  1449. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  1450. Duration = 16;
  1451. local mt = getrawmetatable(game)
  1452. setreadonly(mt, false)
  1453. local index = mt.__index
  1454.  
  1455. local Mods = {
  1456. -- Guns (Spas, Sniper, etc)
  1457. ["RecoilMax"] = 0.1,
  1458. ["RecoilMin"] = 0.1,
  1459. ["MuzzleFlashSize0"] = 0,
  1460. ["MuzzleFlashSize1"] = 0,
  1461. ["FlashBrightness"] = 0,
  1462. ["AmmoCapacity"] = 9e9,
  1463. ["ShotCooldown"] = 0,
  1464. ["CurrentAmmo"] = 9e9,
  1465. ["BulletSpeed"] = 9e9,
  1466. ["FireMode"] = "Automatic",
  1467. ["GravityFactor"] = 0,
  1468. ["MaxSpread"] = 0,
  1469. ["MinSpread"] = 0,
  1470. ["HitDamage"] = 500,
  1471. ["NumProjectiles"] = 1,
  1472. -- Melee (Shovel, Sword, etc)
  1473. ["Cooldown"] = 0.5,
  1474. ["Value"] = 0.5,
  1475. ["DirtDamage"] = 500000,
  1476. ["SwingCooldown"] = 0.5,
  1477. ["HitRate"] = 0.5,
  1478. }
  1479.  
  1480. mt.__index = function(a,b)
  1481. if Mods[tostring(a)] then
  1482. if tostring(b) == "Value" then
  1483. return Mods[tostring(a)]
  1484. end
  1485. end
  1486. return index(a,b)
  1487. end
  1488. end)
  1489.  
  1490. local Section = Tab:NewSection("Prison Hub Made By ProEternalx1")
  1491. Section:NewButton("Click", "Prison", function()
  1492. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  1493.  
  1494. local Window = Library.CreateLib("Kriff Ziz | Made By ProEternalx1 |Contact Me If theres Problems", "Midnight")
  1495.  
  1496. local Tab = Window:NewTab("Player")
  1497. local Section = Tab:NewSection("local player")
  1498. Section:NewLabel("Walkspeed")
  1499. Section:NewSlider("Walkspeed", "Walkspeed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  1500. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  1501. end)
  1502.  
  1503. Section:NewLabel("Jump Power")
  1504. Section:NewSlider("JumpPower", "JumpPower", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  1505. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  1506. end)
  1507.  
  1508. local Section = Tab:NewSection("Fly Script | E To Disable Flight!")
  1509. Section:NewButton("Fly", "Fly Around", function()
  1510. loadstring(game:HttpGet("https://pastebin.com/raw/rFpi04KR"))()
  1511. end)
  1512.  
  1513. local Tab = Window:NewTab("Misc")
  1514.  
  1515. local Section = Tab:NewSection("Admin | Gives Admin!")
  1516. Section:NewButton("Get Admin!", "Get Yourself A Free Admin!", function()
  1517. loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
  1518. end)
  1519.  
  1520.  
  1521. local Section = Tab:NewSection("Noclip! | Reset To Stop Noclip!")
  1522. Section:NewButton("noclip", "walk anywhere without getting blocked by a wall!", function()
  1523. local StealthMode = true -- If game has an anticheat that checks the logs
  1524.  
  1525. local Indicator
  1526.  
  1527. if not StealthMode then
  1528. local ScreenGui = Instance.new("ScreenGui", game.CoreGui)
  1529. print("NOCLIP: Press E to Activate")
  1530. Indicator = Instance.new("TextLabel", ScreenGui)
  1531. Indicator.AnchorPoint = Vector2.new(0, 1)
  1532. Indicator.Position = UDim2.new(0, 0, 1, 0)
  1533. Indicator.Size = UDim2.new(0, 200, 0, 50)
  1534. Indicator.BackgroundTransparency = 1
  1535. Indicator.TextScaled = true
  1536. Indicator.TextStrokeTransparency = 0
  1537. Indicator.TextColor3 = Color3.new(0, 0, 0)
  1538. Indicator.TextStrokeColor3 = Color3.new(1, 1, 1)
  1539. Indicator.Text = "Noclip: Enabled"
  1540. end
  1541.  
  1542. local noclip = false
  1543. local player = game.Players.LocalPlayer
  1544. local character = player.Character or player.CharacterAdded:Wait()
  1545.  
  1546. local mouse = player:GetMouse()
  1547.  
  1548. mouse.KeyDown:Connect(function(key)
  1549. if key == "O" then
  1550. noclip = not noclip
  1551.  
  1552. if not StealthMode then
  1553. Indicator.Text = "Noclip: " .. (noclip and "Enabled" or "Disabled")
  1554. end
  1555. end
  1556. end)
  1557.  
  1558. while true do
  1559. player = game.Players.LocalPlayer
  1560. character = player.Character
  1561.  
  1562. if noclip then
  1563. for _, v in pairs(character:GetDescendants()) do
  1564. pcall(function()
  1565. if v:IsA("BasePart") then
  1566. v.CanCollide = false
  1567. end
  1568. end)
  1569. end
  1570. end
  1571.  
  1572. game:GetService("RunService").Stepped:wait()
  1573. end
  1574. end)
  1575.  
  1576. local Section = Tab:NewSection("Teleport! | Reset To Stop Noclip!")
  1577. Section:NewButton("tptool", "walk anywhere without getting blocked by a wall!", function()
  1578. mouse = game.Players.LocalPlayer:GetMouse()
  1579. tool = Instance.new("Tool")
  1580. tool.RequiresHandle = false
  1581. tool.Name = "Equip to Click TP"
  1582. tool.Activated:connect(function()
  1583. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  1584. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  1585. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  1586. end)
  1587. tool.Parent = game.Players.LocalPlayer.Backpack
  1588. end)
  1589.  
  1590. local Tab = Window:NewTab("Weapons")
  1591. local Section = Tab:NewSection("local weapons")
  1592. Section:NewButton("Get All Weapons | Updated! NEW/BETTER VERSION", "Gets Every Weapons", function()
  1593. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  1594. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  1595. print(lol)
  1596. end
  1597. end)
  1598.  
  1599. local Section = Tab:NewSection("Mod")
  1600.  
  1601. Section:NewLabel("AK-47")
  1602.  
  1603. Section:NewButton("MOD AK-47", "Mod Your AK-47!", function()
  1604. local player = game:GetService("Players").LocalPlayer
  1605. local gun = player.Backpack:FindFirstChild("AK-47")
  1606. local sM = require(gun:FindFirstChild("GunStates"))
  1607. sM["Damage"] = 40
  1608. sM["MaxAmmo"] = 9999991
  1609. sM["StoredAmmo"] = 9999991
  1610. sM["FireRate"] = 0.05
  1611. sM["AmmoPerClip"] = 9999991
  1612. sM["Range"] = 5000
  1613. sM["ReloadTime"] = 0.05
  1614. sM["Bullets"] = 1
  1615. sM["AutoFire"] = true
  1616. end)
  1617.  
  1618. Section:NewLabel("M9")
  1619.  
  1620. Section:NewButton("MOD M9", "Mod Your M9!", function()
  1621. local player = game:GetService("Players").LocalPlayer
  1622. local gun = player.Backpack:FindFirstChild("M9")
  1623. local sM = require(gun:FindFirstChild("GunStates"))
  1624. sM["Damage"] = 40
  1625. sM["MaxAmmo"] = 9999991
  1626. sM["StoredAmmo"] = 9999991
  1627. sM["FireRate"] = 0.05
  1628. sM["AmmoPerClip"] = 9999991
  1629. sM["Range"] = 5000
  1630. sM["ReloadTime"] = 0.05
  1631. sM["Bullets"] = 1
  1632. sM["AutoFire"] = true
  1633. end)
  1634.  
  1635. Section:NewLabel("Remington 870")
  1636.  
  1637. Section:NewButton("MOD Remington 870", "Mod Your Remington 870!", function()
  1638. local player = game:GetService("Players").LocalPlayer
  1639. local gun = player.Backpack:FindFirstChild("Remington 870")
  1640. local sM = require(gun:FindFirstChild("GunStates"))
  1641. sM["Damage"] = 40
  1642. sM["MaxAmmo"] = 9999991
  1643. sM["StoredAmmo"] = 9999991
  1644. sM["FireRate"] = 0.05
  1645. sM["AmmoPerClip"] = 9999991
  1646. sM["Range"] = 5000
  1647. sM["ReloadTime"] = 0.05
  1648. sM["Bullets"] = 1
  1649. sM["AutoFire"] = true
  1650. end)
  1651.  
  1652. local Tab = Window:NewTab("Updates!")
  1653.  
  1654. local Section = Tab:NewSection("Update")
  1655.  
  1656. Section:NewLabel("Added Admin Commands! | Click F9 To Open Script! | credits to the owners!")
  1657.  
  1658. Section:NewLabel("Added Modded Guns! | It Will Mod You Gun Yeah")
  1659.  
  1660. Section:NewLabel("Added Misc! | I Added Misc Cuz Yes")
  1661.  
  1662. Section:NewLabel("Changed The Color Script! | I Changed The Color Because Pro")
  1663.  
  1664. Section:NewLabel("Added Weapons! | I Added Weapons So Its Better")
  1665.  
  1666. Section:NewLabel("Added Updates! | dont care im adding updates")
  1667.  
  1668. Section:NewLabel("Added Credits! | dont care im adding credits also")
  1669.  
  1670. local Tab = Window:NewTab("Credits!")
  1671.  
  1672. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  1673.  
  1674. local Window = Library.CreateLib("Prison Hub | Made By ProEternalx1 |Contact Me If theres Problems", "Midnight")
  1675.  
  1676. local Tab = Window:NewTab("Player")
  1677. local Section = Tab:NewSection("local player")
  1678. Section:NewLabel("Walkspeed")
  1679. Section:NewSlider("Walkspeed", "Walkspeed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  1680. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  1681. end)
  1682.  
  1683. Section:NewLabel("Jump Power")
  1684. Section:NewSlider("JumpPower", "JumpPower", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  1685. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  1686. end)
  1687.  
  1688. local Section = Tab:NewSection("Fly Script | E To Disable Flight!")
  1689. Section:NewButton("Fly", "Fly Around", function()
  1690. loadstring(game:HttpGet("https://pastebin.com/raw/rFpi04KR"))()
  1691. end)
  1692.  
  1693. local Tab = Window:NewTab("Misc")
  1694.  
  1695. local Section = Tab:NewSection("Admin | Gives Admin!")
  1696. Section:NewButton("Get Admin!", "Get Yourself A Free Admin!", function()
  1697. loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
  1698. end)
  1699.  
  1700.  
  1701. local Section = Tab:NewSection("Noclip! | Reset To Stop Noclip!")
  1702. Section:NewButton("noclip", "walk anywhere without getting blocked by a wall!", function()
  1703. local StealthMode = true -- If game has an anticheat that checks the logs
  1704.  
  1705. local Indicator
  1706.  
  1707. if not StealthMode then
  1708. local ScreenGui = Instance.new("ScreenGui", game.CoreGui)
  1709. print("NOCLIP: Press E to Activate")
  1710. Indicator = Instance.new("TextLabel", ScreenGui)
  1711. Indicator.AnchorPoint = Vector2.new(0, 1)
  1712. Indicator.Position = UDim2.new(0, 0, 1, 0)
  1713. Indicator.Size = UDim2.new(0, 200, 0, 50)
  1714. Indicator.BackgroundTransparency = 1
  1715. Indicator.TextScaled = true
  1716. Indicator.TextStrokeTransparency = 0
  1717. Indicator.TextColor3 = Color3.new(0, 0, 0)
  1718. Indicator.TextStrokeColor3 = Color3.new(1, 1, 1)
  1719. Indicator.Text = "Noclip: Enabled"
  1720. end
  1721.  
  1722. local noclip = false
  1723. local player = game.Players.LocalPlayer
  1724. local character = player.Character or player.CharacterAdded:Wait()
  1725.  
  1726. local mouse = player:GetMouse()
  1727.  
  1728. mouse.KeyDown:Connect(function(key)
  1729. if key == "e" then
  1730. noclip = not noclip
  1731.  
  1732. if not StealthMode then
  1733. Indicator.Text = "Noclip: " .. (noclip and "Enabled" or "Disabled")
  1734. end
  1735. end
  1736. end)
  1737.  
  1738. while true do
  1739. player = game.Players.LocalPlayer
  1740. character = player.Character
  1741.  
  1742. if noclip then
  1743. for _, v in pairs(character:GetDescendants()) do
  1744. pcall(function()
  1745. if v:IsA("BasePart") then
  1746. v.CanCollide = false
  1747. end
  1748. end)
  1749. end
  1750. end
  1751.  
  1752. game:GetService("RunService").Stepped:wait()
  1753. end
  1754. end)
  1755.  
  1756. local Section = Tab:NewSection("Teleport! | Reset To Stop Noclip!")
  1757. Section:NewButton("tptool", "walk anywhere without getting blocked by a wall!", function()
  1758. mouse = game.Players.LocalPlayer:GetMouse()
  1759. tool = Instance.new("Tool")
  1760. tool.RequiresHandle = false
  1761. tool.Name = "Equip to Click TP"
  1762. tool.Activated:connect(function()
  1763. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  1764. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  1765. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  1766. end)
  1767. tool.Parent = game.Players.LocalPlayer.Backpack
  1768. end)
  1769.  
  1770. local Tab = Window:NewTab("Weapons")
  1771. local Section = Tab:NewSection("local weapons")
  1772. Section:NewButton("Get All Weapons | Updated", "Gets Every Weapons", function()
  1773. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  1774. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  1775. print(lol)
  1776. end
  1777. end)
  1778.  
  1779. local Section = Tab:NewSection("Mod")
  1780.  
  1781. Section:NewLabel("AK-47")
  1782.  
  1783. Section:NewButton("MOD AK-47", "Mod Your AK-47!", function()
  1784. local player = game:GetService("Players").LocalPlayer
  1785. local gun = player.Backpack:FindFirstChild("AK-47")
  1786. local sM = require(gun:FindFirstChild("GunStates"))
  1787. sM["Damage"] = 40
  1788. sM["MaxAmmo"] = 9999991
  1789. sM["StoredAmmo"] = 9999991
  1790. sM["FireRate"] = 0.05
  1791. sM["AmmoPerClip"] = 9999991
  1792. sM["Range"] = 5000
  1793. sM["ReloadTime"] = 0.05
  1794. sM["Bullets"] = 1
  1795. sM["AutoFire"] = true
  1796. end)
  1797.  
  1798. Section:NewLabel("M9")
  1799.  
  1800. Section:NewButton("MOD M9", "Mod Your M9!", function()
  1801. local player = game:GetService("Players").LocalPlayer
  1802. local gun = player.Backpack:FindFirstChild("M9")
  1803. local sM = require(gun:FindFirstChild("GunStates"))
  1804. sM["Damage"] = 1
  1805. sM["MaxAmmo"] = 9999991
  1806. sM["StoredAmmo"] = 9999991
  1807. sM["FireRate"] = 0.05
  1808. sM["AmmoPerClip"] = 9999991
  1809. sM["Range"] = 5000
  1810. sM["ReloadTime"] = 0.05
  1811. sM["Bullets"] = 1
  1812. sM["AutoFire"] = true
  1813. end)
  1814.  
  1815. Section:NewLabel("Remington 870")
  1816.  
  1817. Section:NewButton("MOD Remington 870", "Mod Your Remington 870!", function()
  1818. local player = game:GetService("Players").LocalPlayer
  1819. local gun = player.Backpack:FindFirstChild("Remington 870")
  1820. local sM = require(gun:FindFirstChild("GunStates"))
  1821. sM["Damage"] = 45000
  1822. sM["MaxAmmo"] = 9999991
  1823. sM["StoredAmmo"] = 9999991
  1824. sM["FireRate"] = 0.05
  1825. sM["AmmoPerClip"] = 9999991
  1826. sM["Range"] = 5000
  1827. sM["ReloadTime"] = 0.05
  1828. sM["Bullets"] = 1
  1829. sM["AutoFire"] = true
  1830. end)
  1831.  
  1832. Section:NewLabel("Taser")
  1833.  
  1834. Section:NewButton("MOD Taser", "Mod Your Taser!", function()
  1835. local player = game:GetService("Players").LocalPlayer
  1836. local gun = player.Backpack:FindFirstChild("Taser")
  1837. local sM = require(gun:FindFirstChild("GunStates"))
  1838. sM["Damage"] = 40
  1839. sM["MaxAmmo"] = 9999991
  1840. sM["StoredAmmo"] = 9999991
  1841. sM["FireRate"] = 0.05
  1842. sM["AmmoPerClip"] = 9999991
  1843. sM["Range"] = 5000
  1844. sM["ReloadTime"] = 0.05
  1845. sM["Bullets"] = 1
  1846. sM["AutoFire"] = true
  1847. end)
  1848.  
  1849. local Tab = Window:NewTab("Updates!")
  1850.  
  1851. local Section = Tab:NewSection("Update")
  1852.  
  1853. Section:NewLabel("Added Admin Commands! | Click F9 To Open Script! | credits to the owners!")
  1854.  
  1855. Section:NewLabel("Added Modded Guns! | It Will Mod You Gun Yeah")
  1856.  
  1857. Section:NewLabel("Added Misc! | I Added Misc Cuz Yes")
  1858.  
  1859. Section:NewLabel("Changed The Color Script! | I Changed The Color Because Pro")
  1860.  
  1861. Section:NewLabel("Added Weapons! | I Added Weapons So Its Better")
  1862.  
  1863. Section:NewLabel("Added Updates! | dont care im adding updates")
  1864.  
  1865. Section:NewLabel("Added Credits! | dont care im adding credits also")
  1866.  
  1867. local Tab = Window:NewTab("Credits!")
  1868.  
  1869. local Section = Tab:NewSection("Credits")
  1870.  
  1871. Section:NewLabel("Credits For The Owner Of Admin CMD")
  1872.  
  1873. local Tab = Window:NewTab("Date And Time!")
  1874.  
  1875. local Section = Tab:NewSection("Time And Date")
  1876.  
  1877. Section:NewLabel("1/18/2023")
  1878.  
  1879. end)
  1880.  
  1881.  
  1882. local Tab = Window:NewTab("Misc")
  1883. local Section = Tab:NewSection("Expand Your Hitbox")
  1884.  
  1885. Section:NewButton("Click", "ButtonInfo", function()
  1886. game:GetService("StarterGui"):SetCore("SendNotification", {
  1887. Title = "Notification";
  1888. Text = "Expanded Your Hitbox XD";
  1889. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  1890. Duration = 16;
  1891.  
  1892. _G.HeadSize = 15 _G.Disabled = true game:GetService('RunService').RenderStepped:connect(function() if _G.Disabled then for i,v in next, game:GetService('Players'):GetPlayers() do if v.Name ~= game:GetService('Players').LocalPlayer.Name then pcall(function() v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize) v.Character.HumanoidRootPart.Transparency = 0.9 v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Red") v.Character.HumanoidRootPart.Material = "Neon" v.Character.HumanoidRootPart.CanCollide = false end) end end end end)
  1893. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Done!","All")
  1894. end)
  1895.  
  1896.  
  1897. local Section = Tab:NewSection("Mouse Fe Fling")
  1898. Section:NewButton("Click", "ButtonInfo", function()
  1899. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  1900. if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then
  1901. game:GetService("RunService").Heartbeat:connect(function()
  1902. v.Velocity = Vector3.new(0,-30,0)
  1903. wait(0.5)
  1904. end)
  1905. end
  1906. end
  1907.  
  1908. function rmesh(HatName)
  1909. for _,mesh in next, workspace[game.Players.LocalPlayer.Name][HatName]:GetDescendants() do
  1910. if mesh:IsA("Mesh") or mesh:IsA("SpecialMesh") then
  1911. mesh:Remove()
  1912. end
  1913. end
  1914. end
  1915.  
  1916. function create(part, parent, position, rotation)
  1917. part.AccessoryWeld:Remove()
  1918. Instance.new("Attachment",part)
  1919. Instance.new("AlignPosition",part)
  1920. Instance.new("AlignOrientation",part)
  1921. Instance.new("Attachment",parent)
  1922. part.AlignPosition.Attachment0 = part.Attachment
  1923. part.AlignOrientation.Attachment0 = part.Attachment
  1924. part.AlignPosition.Attachment1 = parent.Attachment
  1925. part.AlignOrientation.Attachment1 = parent.Attachment
  1926. part.Attachment.Position = position
  1927. part.Attachment.Orientation = rotation
  1928. part.AlignPosition.Responsiveness = 200
  1929. part.AlignOrientation.Responsiveness = 200
  1930. part.AlignPosition.MaxForce = 9999999
  1931. part.AlignPosition.RigidityEnabled = false
  1932. part.AlignOrientation.MaxTorque = 9999999
  1933. end
  1934.  
  1935. local LocalPlayer = game.Players.LocalPlayer
  1936.  
  1937. function eswait(num)
  1938. if num == 0 or num == nil then
  1939. game:service("RunService").Stepped:wait(0)
  1940. else
  1941. for i = 0, num do
  1942. game:service("RunService").Stepped:wait(0)
  1943. end
  1944. end
  1945. end
  1946.  
  1947. function makepart(hat,part)
  1948. Instance.new('Part',workspace[LocalPlayer.Name])
  1949. workspace[LocalPlayer.Name].Part.Name = 'lerp'..hat
  1950. workspace[LocalPlayer.Name]['lerp'..hat].CanCollide = false
  1951. workspace[LocalPlayer.Name]['lerp'..hat].Size = workspace[LocalPlayer.Name][hat].Handle.Size
  1952. workspace[LocalPlayer.Name]['lerp'..hat].Transparency = 1
  1953. Instance.new('Weld',workspace[LocalPlayer.Name]['lerp'..hat])
  1954. create(workspace[LocalPlayer.Name][hat].Handle,workspace[LocalPlayer.Name]['lerp'..hat],Vector3.new(),Vector3.new())
  1955. workspace[LocalPlayer.Name]['lerp'..hat].Weld.Part0 = workspace[LocalPlayer.Name]['lerp'..hat]
  1956. workspace[LocalPlayer.Name]['lerp'..hat].Weld.Part1 = workspace[LocalPlayer.Name][part]
  1957. workspace[LocalPlayer.Name]['lerp'..hat].Weld.C0 = workspace[LocalPlayer.Name]['lerp'..hat].CFrame:inverse() * workspace[LocalPlayer.Name][part].CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),math.rad(0),0)
  1958. end
  1959.  
  1960. local hatsine = 0
  1961.  
  1962. local hatchange = 1
  1963.  
  1964. function clerp(hat,ppx,ppy,pppz,rrrx,rrry,rrz,lppx,lppy,lpppz,lrrrx,lrrry,lrrz,speed)
  1965. coroutine.wrap(function()
  1966. while true do
  1967. hatsine = hatsine + speed
  1968. workspace[game.Players.LocalPlayer.Name]['lerp'..hat].Weld.C0 = workspace[game.Players.LocalPlayer.Name]['lerp'..hat].Weld.C0:lerp(CFrame.new(ppx + lppx * math.sin(hatsine/11), ppy + lppy * math.sin(hatsine/11), pppz + lpppz * math.sin(hatsine/11)) * CFrame.Angles(math.rad(rrrx + lrrrx * math.sin(hatsine/11)), math.rad(rrry + lrrry * math.sin(hatsine/11)), math.rad(rrz + lrrz * math.sin(hatsine/11))),0.1)
  1969. eswait()
  1970. end
  1971. end)()
  1972. end
  1973.  
  1974. local player = game.Players.LocalPlayer
  1975. local character1 = player.Character
  1976. local mouse = player:GetMouse()
  1977.  
  1978. local fakebody = Instance.new("Part", character1)
  1979. fakebody.Transparency = 1
  1980. fakebody.Anchored = true
  1981. fakebody.CanCollide = false
  1982. fakebody.Position = character1.Head.Position
  1983. fakebody.Name = "FPart"
  1984. wait()
  1985. _G.ReanimationType = "PDeath" --PDeath, Fling, Simple
  1986. _G.Velocity = Vector3.new(36,0,0)
  1987. _G.FlingBlock = true
  1988. _G.FlingBlockTransparency = 1
  1989. _G.HighlightFlingBlock = true
  1990. _G.FlingBlockPosition = "FPart"
  1991. _G.HighlightFlingBlockColor = Color3.fromRGB(255,0,0)
  1992.  
  1993. loadstring(game:HttpGet("https://raw.githubusercontent.com/GelatekWasTaken/Reanimation.lua/main/Main/Main.lua"))()
  1994. wait(1)
  1995.  
  1996. mouse.KeyDown:connect(function(key)
  1997. if key == "e" then
  1998. character1.Reanimate.FPart.Position = mouse.Hit.p
  1999. end
  2000. end)
  2001.  
  2002. rmesh('Pink Hair')
  2003. rmesh('Kate Hair')
  2004.  
  2005. makepart('Kate Hair','Right Arm')
  2006. clerp('Kate Hair',0,1,0,0,0,0,0,0,0,0,0,0,1)
  2007.  
  2008. makepart('Pink Hair','Right Arm')
  2009. clerp('Pink Hair',0,0.5,-2,-90,0,0,0,0,0,0,0,0,1)
  2010.  
  2011. local Scale = game.Players.LocalPlayer.Character.Torso.Size.X/2*(game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted") ~= nil and game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted").Scale.Z or 1)*0.8
  2012. local Speed = 20*Scale
  2013. local Gravity = 0.1
  2014.  
  2015. local Player = game.Players.LocalPlayer
  2016. local Character = Player.Character.Reanimate
  2017. local Humanoid = Character.Humanoid
  2018. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,false)
  2019. local Torso = Character.HumanoidRootPart
  2020. local Mouse = game.Players.LocalPlayer:GetMouse()
  2021. local RenderStepped = game:GetService("RunService").RenderStepped
  2022. local Camera = Workspace.CurrentCamera
  2023. Camera:ClearAllChildren()
  2024. local Model = Instance.new("Model",Character)
  2025. local IgnoreList = {Character,Workspace.Terrain}
  2026.  
  2027. local Part0Joint = CFrame.new(Vector3.new(1,0.75,0)*Scale*1.25)
  2028. local Part1Joint = CFrame.new(Vector3.new(-0.5,0.75,0)*Scale*1.25)
  2029. local RotationOffset = CFrame.Angles(math.rad(90),math.rad(0),0)
  2030. local Gangster = false
  2031.  
  2032. local Part0JointHead = CFrame.new(Vector3.new(0,1,0)*Scale*1.25)
  2033. local Part1JointHead = CFrame.new(Vector3.new(0,-0.5,0)*Scale*1.25)
  2034. local RotationOffsetHead = CFrame.Angles(0,0,0)
  2035.  
  2036. local Handle = Instance.new("Part",Model)
  2037. Handle.CanCollide = false
  2038. Handle.Name = "Handle"
  2039. Handle.Position = Vector3.new(0,100,0)
  2040. Handle:BreakJoints()
  2041. Handle.FormFactor = "Custom"
  2042. Handle.Size = Vector3.new(0.2,0.2,0.2)
  2043. Handle.TopSurface = "SmoothNoOutlines"
  2044. Handle.BottomSurface = "SmoothNoOutlines"
  2045. Handle.FrontSurface = "SmoothNoOutlines"
  2046. Handle.BackSurface = "SmoothNoOutlines"
  2047. Handle.RightSurface = "SmoothNoOutlines"
  2048. Handle.LeftSurface = "SmoothNoOutlines"
  2049. Handle.BrickColor = BrickColor.new("Black")
  2050. local Mesh = Instance.new("BlockMesh",Handle)
  2051. Mesh.Scale = Vector3.new(0.25,1,0.4) / 0.2 * Scale
  2052. local HandleWeld = Instance.new("Motor6D")
  2053. HandleWeld.Part0 = Character["Right Arm"]
  2054. HandleWeld.Part1 = Handle
  2055. HandleWeld.C0 = CFrame.new(Vector3.new(0,-1,0)*Scale) * CFrame.Angles(math.rad(-105),0,0)
  2056. HandleWeld.Parent = Handle
  2057.  
  2058. local Part = Instance.new("Part",Model)
  2059. Part.CanCollide = false
  2060. Part.Position = Vector3.new(0,100,0)
  2061. Part:BreakJoints()
  2062. Part.FormFactor = "Custom"
  2063. Part.Size = Vector3.new(0.2,0.2,0.2)
  2064. Part.TopSurface = "SmoothNoOutlines"
  2065. Part.BottomSurface = "SmoothNoOutlines"
  2066. Part.FrontSurface = "SmoothNoOutlines"
  2067. Part.BackSurface = "SmoothNoOutlines"
  2068. Part.RightSurface = "SmoothNoOutlines"
  2069. Part.LeftSurface = "SmoothNoOutlines"
  2070. Part.BrickColor = BrickColor.new("Black")
  2071. local Mesh = Instance.new("CylinderMesh",Part)
  2072. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  2073. local PartWeld = Instance.new("Motor6D")
  2074. PartWeld.Part0 = Handle
  2075. PartWeld.Part1 = Part
  2076. PartWeld.C0 = CFrame.new(Vector3.new(-0.115,-0.475,-0.190)*Scale) * CFrame.Angles(0,0,0)
  2077. PartWeld.Parent = Part
  2078.  
  2079. local Part = Instance.new("Part",Model)
  2080. Part.CanCollide = false
  2081. Part.Position = Vector3.new(0,100,0)
  2082. Part:BreakJoints()
  2083. Part.FormFactor = "Custom"
  2084. Part.Size = Vector3.new(0.2,0.2,0.2)
  2085. Part.TopSurface = "SmoothNoOutlines"
  2086. Part.BottomSurface = "SmoothNoOutlines"
  2087. Part.FrontSurface = "SmoothNoOutlines"
  2088. Part.BackSurface = "SmoothNoOutlines"
  2089. Part.RightSurface = "SmoothNoOutlines"
  2090. Part.LeftSurface = "SmoothNoOutlines"
  2091. Part.BrickColor = BrickColor.new("Black")
  2092. local Mesh = Instance.new("CylinderMesh",Part)
  2093. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  2094. local PartWeld = Instance.new("Motor6D")
  2095. PartWeld.Part0 = Handle
  2096. PartWeld.Part1 = Part
  2097. PartWeld.C0 = CFrame.new(Vector3.new(0.115,-0.475,0.190)*Scale) * CFrame.Angles(0,0,0)
  2098. PartWeld.Parent = Part
  2099.  
  2100. local Part = Instance.new("Part",Model)
  2101. Part.CanCollide = false
  2102. Part.Position = Vector3.new(0,100,0)
  2103. Part:BreakJoints()
  2104. Part.FormFactor = "Custom"
  2105. Part.Size = Vector3.new(0.2,0.2,0.2)
  2106. Part.TopSurface = "SmoothNoOutlines"
  2107. Part.BottomSurface = "SmoothNoOutlines"
  2108. Part.FrontSurface = "SmoothNoOutlines"
  2109. Part.BackSurface = "SmoothNoOutlines"
  2110. Part.RightSurface = "SmoothNoOutlines"
  2111. Part.LeftSurface = "SmoothNoOutlines"
  2112. Part.BrickColor = BrickColor.new("Black")
  2113. local Mesh = Instance.new("CylinderMesh",Part)
  2114. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  2115. local PartWeld = Instance.new("Motor6D")
  2116. PartWeld.Part0 = Handle
  2117. PartWeld.Part1 = Part
  2118. PartWeld.C0 = CFrame.new(Vector3.new(-0.115,-0.475,0.190)*Scale) * CFrame.Angles(0,0,0)
  2119. PartWeld.Parent = Part
  2120.  
  2121. local Part = Instance.new("Part",Model)
  2122. Part.CanCollide = false
  2123. Part.Position = Vector3.new(0,100,0)
  2124. Part:BreakJoints()
  2125. Part.FormFactor = "Custom"
  2126. Part.Size = Vector3.new(0.2,0.2,0.2)
  2127. Part.TopSurface = "SmoothNoOutlines"
  2128. Part.BottomSurface = "SmoothNoOutlines"
  2129. Part.FrontSurface = "SmoothNoOutlines"
  2130. Part.BackSurface = "SmoothNoOutlines"
  2131. Part.RightSurface = "SmoothNoOutlines"
  2132. Part.LeftSurface = "SmoothNoOutlines"
  2133. Part.BrickColor = BrickColor.new("Black")
  2134. local Mesh = Instance.new("CylinderMesh",Part)
  2135. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  2136. local PartWeld = Instance.new("Motor6D")
  2137. PartWeld.Part0 = Handle
  2138. PartWeld.Part1 = Part
  2139. PartWeld.C0 = CFrame.new(Vector3.new(0.115,-0.475,-0.190)*Scale) * CFrame.Angles(0,0,0)
  2140. PartWeld.Parent = Part
  2141.  
  2142. local Part = Instance.new("Part",Model)
  2143. Part.CanCollide = false
  2144. Part.Position = Vector3.new(0,100,0)
  2145. Part:BreakJoints()
  2146. Part.FormFactor = "Custom"
  2147. Part.Size = Vector3.new(0.2,0.2,0.2)
  2148. Part.TopSurface = "SmoothNoOutlines"
  2149. Part.BottomSurface = "SmoothNoOutlines"
  2150. Part.FrontSurface = "SmoothNoOutlines"
  2151. Part.BackSurface = "SmoothNoOutlines"
  2152. Part.RightSurface = "SmoothNoOutlines"
  2153. Part.LeftSurface = "SmoothNoOutlines"
  2154. Part.BrickColor = BrickColor.new("Black")
  2155. local Mesh = Instance.new("BlockMesh",Part)
  2156. Mesh.Scale = Vector3.new(0.23,0.2,0.1) / 0.2 * Scale
  2157. local PartWeld = Instance.new("Motor6D")
  2158. PartWeld.Part0 = Handle
  2159. PartWeld.Part1 = Part
  2160. PartWeld.C0 = CFrame.new(Vector3.new(0,-0.475,-0.175)*Scale) * CFrame.Angles(0,0,0)
  2161. PartWeld.Parent = Part
  2162.  
  2163. local Part = Instance.new("Part",Model)
  2164. Part.CanCollide = false
  2165. Part.Position = Vector3.new(0,100,0)
  2166. Part:BreakJoints()
  2167. Part.FormFactor = "Custom"
  2168. Part.Size = Vector3.new(0.2,0.2,0.2)
  2169. Part.TopSurface = "SmoothNoOutlines"
  2170. Part.BottomSurface = "SmoothNoOutlines"
  2171. Part.FrontSurface = "SmoothNoOutlines"
  2172. Part.BackSurface = "SmoothNoOutlines"
  2173. Part.RightSurface = "SmoothNoOutlines"
  2174. Part.LeftSurface = "SmoothNoOutlines"
  2175. Part.BrickColor = BrickColor.new("Black")
  2176. local Mesh = Instance.new("BlockMesh",Part)
  2177. Mesh.Scale = Vector3.new(0.23,0.2,0.1) / 0.2 * Scale
  2178. local PartWeld = Instance.new("Motor6D")
  2179. PartWeld.Part0 = Handle
  2180. PartWeld.Part1 = Part
  2181. PartWeld.C0 = CFrame.new(Vector3.new(0,-0.475,0.175)*Scale) * CFrame.Angles(0,0,0)
  2182. PartWeld.Parent = Part
  2183.  
  2184. local Part = Instance.new("Part",Model)
  2185. Part.CanCollide = false
  2186. Part.Position = Vector3.new(0,100,0)
  2187. Part:BreakJoints()
  2188. Part.FormFactor = "Custom"
  2189. Part.Size = Vector3.new(0.2,0.2,0.2)
  2190. Part.TopSurface = "SmoothNoOutlines"
  2191. Part.BottomSurface = "SmoothNoOutlines"
  2192. Part.FrontSurface = "SmoothNoOutlines"
  2193. Part.BackSurface = "SmoothNoOutlines"
  2194. Part.RightSurface = "SmoothNoOutlines"
  2195. Part.LeftSurface = "SmoothNoOutlines"
  2196. Part.BrickColor = BrickColor.new("Black")
  2197. local Mesh = Instance.new("BlockMesh",Part)
  2198. Mesh.Scale = Vector3.new(0.1,0.2,0.38) / 0.2 * Scale
  2199. local PartWeld = Instance.new("Motor6D")
  2200. PartWeld.Part0 = Handle
  2201. PartWeld.Part1 = Part
  2202. PartWeld.C0 = CFrame.new(Vector3.new(-0.1,-0.475,0)*Scale) * CFrame.Angles(0,0,0)
  2203. PartWeld.Parent = Part
  2204.  
  2205. local Part = Instance.new("Part",Model)
  2206. Part.CanCollide = false
  2207. Part.Position = Vector3.new(0,100,0)
  2208. Part:BreakJoints()
  2209. Part.FormFactor = "Custom"
  2210. Part.Size = Vector3.new(0.2,0.2,0.2)
  2211. Part.TopSurface = "SmoothNoOutlines"
  2212. Part.BottomSurface = "SmoothNoOutlines"
  2213. Part.FrontSurface = "SmoothNoOutlines"
  2214. Part.BackSurface = "SmoothNoOutlines"
  2215. Part.RightSurface = "SmoothNoOutlines"
  2216. Part.LeftSurface = "SmoothNoOutlines"
  2217. Part.BrickColor = BrickColor.new("Black")
  2218. local Mesh = Instance.new("BlockMesh",Part)
  2219. Mesh.Scale = Vector3.new(0.1,0.2,0.38) / 0.2 * Scale
  2220. local PartWeld = Instance.new("Motor6D")
  2221. PartWeld.Part0 = Handle
  2222. PartWeld.Part1 = Part
  2223. PartWeld.C0 = CFrame.new(Vector3.new(0.1,-0.475,0)*Scale) * CFrame.Angles(0,0,0)
  2224. PartWeld.Parent = Part
  2225.  
  2226. local Part = Instance.new("Part",Model)
  2227. Part.CanCollide = false
  2228. Part.Position = Vector3.new(0,100,0)
  2229. Part:BreakJoints()
  2230. Part.FormFactor = "Custom"
  2231. Part.Size = Vector3.new(0.2,0.2,0.2)
  2232. Part.TopSurface = "SmoothNoOutlines"
  2233. Part.BottomSurface = "SmoothNoOutlines"
  2234. Part.FrontSurface = "SmoothNoOutlines"
  2235. Part.BackSurface = "SmoothNoOutlines"
  2236. Part.RightSurface = "SmoothNoOutlines"
  2237. Part.LeftSurface = "SmoothNoOutlines"
  2238. Part.BrickColor = BrickColor.new("Black")
  2239. local Mesh = Instance.new("BlockMesh",Part)
  2240. Mesh.Scale = Vector3.new(0.1,0.3,0.05) / 0.2 * Scale
  2241. local PartWeld = Instance.new("Motor6D")
  2242. PartWeld.Part0 = Handle
  2243. PartWeld.Part1 = Part
  2244. PartWeld.C0 = CFrame.Angles(math.rad(15),0,0) * CFrame.new(Vector3.new(0,0.25,-0.75)*Scale) * CFrame.Angles(math.rad(-10),0,0)
  2245. PartWeld.Parent = Part
  2246.  
  2247. local Part = Instance.new("Part",Model)
  2248. Part.CanCollide = false
  2249. Part.Position = Vector3.new(0,100,0)
  2250. Part:BreakJoints()
  2251. Part.FormFactor = "Custom"
  2252. Part.Size = Vector3.new(0.2,0.2,0.2)
  2253. Part.TopSurface = "SmoothNoOutlines"
  2254. Part.BottomSurface = "SmoothNoOutlines"
  2255. Part.FrontSurface = "SmoothNoOutlines"
  2256. Part.BackSurface = "SmoothNoOutlines"
  2257. Part.RightSurface = "SmoothNoOutlines"
  2258. Part.LeftSurface = "SmoothNoOutlines"
  2259. Part.BrickColor = BrickColor.new("Black")
  2260. local Mesh = Instance.new("BlockMesh",Part)
  2261. Mesh.Scale = Vector3.new(0.1,0.05,0.625) / 0.2 * Scale
  2262. local PartWeld = Instance.new("Motor6D")
  2263. PartWeld.Part0 = Handle
  2264. PartWeld.Part1 = Part
  2265. PartWeld.C0 = CFrame.Angles(math.rad(15),0,0) * CFrame.new(Vector3.new(0,0.1,-0.435)*Scale)
  2266. PartWeld.Parent = Part
  2267.  
  2268. for i = 0,80,10 do
  2269. local Part = Instance.new("Part",Model)
  2270. Part.CanCollide = false
  2271. Part.Position = Vector3.new(0,100,0)
  2272. Part:BreakJoints()
  2273. Part.FormFactor = "Custom"
  2274. Part.Size = Vector3.new(0.2,0.2,0.2)
  2275. Part.TopSurface = "SmoothNoOutlines"
  2276. Part.BottomSurface = "SmoothNoOutlines"
  2277. Part.FrontSurface = "SmoothNoOutlines"
  2278. Part.BackSurface = "SmoothNoOutlines"
  2279. Part.RightSurface = "SmoothNoOutlines"
  2280. Part.LeftSurface = "SmoothNoOutlines"
  2281. Part.BrickColor = BrickColor.new("Black")
  2282. local Mesh = Instance.new("BlockMesh",Part)
  2283. Mesh.Scale = Vector3.new(0.25,0.15,0.03555*2) / 0.2 * Scale
  2284. local PartWeld = Instance.new("Motor6D")
  2285. PartWeld.Part0 = Handle
  2286. PartWeld.Part1 = Part
  2287. PartWeld.C0 = CFrame.new(Vector3.new(0,0.15,0.315)*Scale) * CFrame.Angles(math.rad(i-65),0,0) * CFrame.new(Vector3.new(0,0.2,0)*Scale)
  2288. PartWeld.Parent = Part
  2289. end
  2290.  
  2291. local Barrel = Instance.new("Part",Model)
  2292. Barrel.CanCollide = false
  2293. Barrel.Position = Vector3.new(0,100,0)
  2294. Barrel:BreakJoints()
  2295. Barrel.FormFactor = "Custom"
  2296. Barrel.Size = Vector3.new(0.2,0.2,0.2)
  2297. Barrel.TopSurface = "SmoothNoOutlines"
  2298. Barrel.BottomSurface = "SmoothNoOutlines"
  2299. Barrel.FrontSurface = "SmoothNoOutlines"
  2300. Barrel.BackSurface = "SmoothNoOutlines"
  2301. Barrel.RightSurface = "SmoothNoOutlines"
  2302. Barrel.LeftSurface = "SmoothNoOutlines"
  2303. Barrel.BrickColor = BrickColor.new("Black")
  2304. local Mesh = Instance.new("BlockMesh",Barrel)
  2305. Mesh.Scale = Vector3.new(0.25,0.2,2) / 0.2 * Scale
  2306. local BarrelWeld = Instance.new("Motor6D")
  2307. BarrelWeld.Part0 = Handle
  2308. BarrelWeld.Part1 = Barrel
  2309. BarrelWeld.C0 = CFrame.Angles(math.rad(15),0,0) * CFrame.new(Vector3.new(0,0.5,-0.7)*Scale)
  2310. BarrelWeld.Parent = Barrel
  2311.  
  2312. local Barrel1 = Barrel
  2313.  
  2314. local Barrel2 = Instance.new("Part",Model)
  2315. Barrel2.CanCollide = false
  2316. Barrel2.Position = Vector3.new(0,100,0)
  2317. Barrel2:BreakJoints()
  2318. Barrel2.FormFactor = "Custom"
  2319. Barrel2.Size = Vector3.new(0.2,0.2,0.2)
  2320. Barrel2.TopSurface = "SmoothNoOutlines"
  2321. Barrel2.BottomSurface = "SmoothNoOutlines"
  2322. Barrel2.FrontSurface = "SmoothNoOutlines"
  2323. Barrel2.BackSurface = "SmoothNoOutlines"
  2324. Barrel2.RightSurface = "SmoothNoOutlines"
  2325. Barrel2.LeftSurface = "SmoothNoOutlines"
  2326. Barrel2.BrickColor = BrickColor.new("Really black")
  2327. local Mesh = Instance.new("BlockMesh",Barrel2)
  2328. Mesh.Scale = Vector3.new(0.25,0.25,2) / 0.2 * Scale
  2329. local Barrel2Weld = Instance.new("Motor6D")
  2330. Barrel2Weld.Part0 = Barrel
  2331. Barrel2Weld.Part1 = Barrel2
  2332. Barrel2Weld.C0 = CFrame.new(Vector3.new(0,0.225,0)*Scale)
  2333. Barrel2Weld.Parent = Barrel2
  2334.  
  2335. local RealBarrel = Instance.new("Part",Model)
  2336. RealBarrel.CanCollide = false
  2337. RealBarrel.Position = Vector3.new(0,100,0)
  2338. RealBarrel:BreakJoints()
  2339. RealBarrel.FormFactor = "Custom"
  2340. RealBarrel.Size = Vector3.new(0.2,0.2,0.2)
  2341. RealBarrel.TopSurface = "SmoothNoOutlines"
  2342. RealBarrel.BottomSurface = "SmoothNoOutlines"
  2343. RealBarrel.FrontSurface = "SmoothNoOutlines"
  2344. RealBarrel.BackSurface = "SmoothNoOutlines"
  2345. RealBarrel.RightSurface = "SmoothNoOutlines"
  2346. RealBarrel.LeftSurface = "SmoothNoOutlines"
  2347. RealBarrel.BrickColor = BrickColor.new("Dark grey metallic")
  2348. local Mesh = Instance.new("CylinderMesh",RealBarrel)
  2349. Mesh.Scale = Vector3.new(0.2,2,0.2) / 0.2 * Scale
  2350. local RealBarrelWeld = Instance.new("Motor6D")
  2351. RealBarrelWeld.Part0 = Barrel
  2352. RealBarrelWeld.Part1 = RealBarrel
  2353. RealBarrelWeld.C0 = CFrame.new(Vector3.new(0,0.1,-0.01)*Scale) * CFrame.Angles(math.rad(-90),0,0)
  2354. RealBarrelWeld.Parent = RealBarrel
  2355.  
  2356. for i = 1,75,15 do
  2357. local Part = Instance.new("Part",Model)
  2358. Part.CanCollide = false
  2359. Part.Position = Vector3.new(0,100,0)
  2360. Part:BreakJoints()
  2361. Part.FormFactor = "Custom"
  2362. Part.Size = Vector3.new(0.2,0.2,0.2)
  2363. Part.TopSurface = "SmoothNoOutlines"
  2364. Part.BottomSurface = "SmoothNoOutlines"
  2365. Part.FrontSurface = "SmoothNoOutlines"
  2366. Part.BackSurface = "SmoothNoOutlines"
  2367. Part.RightSurface = "SmoothNoOutlines"
  2368. Part.LeftSurface = "SmoothNoOutlines"
  2369. Part.BrickColor = BrickColor.new("Black")
  2370. local Mesh = Instance.new("BlockMesh",Part)
  2371. Mesh.Scale = Vector3.new(0.05,0.065,0.05) / 0.2 * Scale
  2372. local PartWeld = Instance.new("Motor6D")
  2373. PartWeld.Part0 = Handle
  2374. PartWeld.Part1 = Part
  2375. PartWeld.C0 = CFrame.new(Vector3.new(0,0.525,-0.515)*Scale) * CFrame.Angles(math.rad(i),0,0) * CFrame.new(Vector3.new(0,0,0.2)*Scale)
  2376. PartWeld.Parent = Part
  2377. end
  2378.  
  2379. local Part = Instance.new("Part",Model)
  2380. Part.CanCollide = false
  2381. Part.Position = Vector3.new(0,100,0)
  2382. Part:BreakJoints()
  2383. Part.FormFactor = "Custom"
  2384. Part.Size = Vector3.new(0.2,0.2,0.2)
  2385. Part.TopSurface = "SmoothNoOutlines"
  2386. Part.BottomSurface = "SmoothNoOutlines"
  2387. Part.FrontSurface = "SmoothNoOutlines"
  2388. Part.BackSurface = "SmoothNoOutlines"
  2389. Part.RightSurface = "SmoothNoOutlines"
  2390. Part.LeftSurface = "SmoothNoOutlines"
  2391. Part.BrickColor = BrickColor.new("Really black")
  2392. local Mesh = Instance.new("BlockMesh",Part)
  2393. Mesh.Scale = Vector3.new(0.05,0.11,0.1) / 0.2 * Scale
  2394. local PartWeld = Instance.new("Motor6D")
  2395. PartWeld.Part0 = Barrel2
  2396. PartWeld.Part1 = Part
  2397. PartWeld.C0 = CFrame.new(Vector3.new(0.06,0.135,0.925)*Scale)
  2398. PartWeld.Parent = Part
  2399.  
  2400. local Part = Instance.new("Part",Model)
  2401. Part.CanCollide = false
  2402. Part.Position = Vector3.new(0,100,0)
  2403. Part:BreakJoints()
  2404. Part.FormFactor = "Custom"
  2405. Part.Size = Vector3.new(0.2,0.2,0.2)
  2406. Part.TopSurface = "SmoothNoOutlines"
  2407. Part.BottomSurface = "SmoothNoOutlines"
  2408. Part.FrontSurface = "SmoothNoOutlines"
  2409. Part.BackSurface = "SmoothNoOutlines"
  2410. Part.RightSurface = "SmoothNoOutlines"
  2411. Part.LeftSurface = "SmoothNoOutlines"
  2412. Part.BrickColor = BrickColor.new("Really black")
  2413. local Mesh = Instance.new("BlockMesh",Part)
  2414. Mesh.Scale = Vector3.new(0.05,0.11,0.1) / 0.2 * Scale
  2415. local PartWeld = Instance.new("Motor6D")
  2416. PartWeld.Part0 = Barrel2
  2417. PartWeld.Part1 = Part
  2418. PartWeld.C0 = CFrame.new(Vector3.new(-0.06,0.135,0.925)*Scale)
  2419. PartWeld.Parent = Part
  2420.  
  2421. local Part = Instance.new("Part",Model)
  2422. Part.CanCollide = false
  2423. Part.Position = Vector3.new(0,100,0)
  2424. Part:BreakJoints()
  2425. Part.FormFactor = "Custom"
  2426. Part.Size = Vector3.new(0.2,0.2,0.2)
  2427. Part.TopSurface = "SmoothNoOutlines"
  2428. Part.BottomSurface = "SmoothNoOutlines"
  2429. Part.FrontSurface = "SmoothNoOutlines"
  2430. Part.BackSurface = "SmoothNoOutlines"
  2431. Part.RightSurface = "SmoothNoOutlines"
  2432. Part.LeftSurface = "SmoothNoOutlines"
  2433. Part.BrickColor = BrickColor.new("Really black")
  2434. local Mesh = Instance.new("BlockMesh",Part)
  2435. Mesh.Scale = Vector3.new(0.025,0.1,0.1) / 0.2 * Scale
  2436. local PartWeld = Instance.new("Motor6D")
  2437. PartWeld.Part0 = Barrel2
  2438. PartWeld.Part1 = Part
  2439. PartWeld.C0 = CFrame.new(Vector3.new(0,0.135,-0.925)*Scale)
  2440. PartWeld.Parent = Part
  2441.  
  2442. local Part = Instance.new("Part",Model)
  2443. Part.CanCollide = false
  2444. Part.Position = Vector3.new(0,100,0)
  2445. Part:BreakJoints()
  2446. Part.FormFactor = "Custom"
  2447. Part.Size = Vector3.new(0.2,0.2,0.2)
  2448. Part.Transparency = 1
  2449. Part.TopSurface = "SmoothNoOutlines"
  2450. Part.BottomSurface = "SmoothNoOutlines"
  2451. Part.FrontSurface = "SmoothNoOutlines"
  2452. Part.BackSurface = "SmoothNoOutlines"
  2453. Part.RightSurface = "SmoothNoOutlines"
  2454. Part.LeftSurface = "SmoothNoOutlines"
  2455. Part.BrickColor = BrickColor.new("Really black")
  2456. local Mesh = Instance.new("BlockMesh",Part)
  2457. Mesh.Scale = Vector3.new(0.1,0.1,0.1) / 0.2 * Scale
  2458. local PartWeld = Instance.new("Motor6D")
  2459. PartWeld.Part0 = Barrel
  2460. PartWeld.Part1 = Part
  2461. PartWeld.C0 = CFrame.new(Vector3.new(0,0,-5)*Scale)
  2462. PartWeld.Parent = Part
  2463.  
  2464. local Light = Instance.new("PointLight",Part)
  2465. Light.Color = BrickColor.new("Gold").Color
  2466. Light.Enabled = true
  2467. Light.Shadows = true
  2468. Light.Brightness = 0
  2469. Light.Range = 6
  2470.  
  2471. local Part = Instance.new("Part",Model)
  2472. Part.Material = "Neon"
  2473. Part.CanCollide = false
  2474. Part.Position = Vector3.new(0,100,0)
  2475. Part:BreakJoints()
  2476. Part.FormFactor = "Custom"
  2477. Part.Size = Vector3.new(0.2,0.2,0.2)
  2478. Part.TopSurface = "SmoothNoOutlines"
  2479. Part.BottomSurface = "SmoothNoOutlines"
  2480. Part.FrontSurface = "SmoothNoOutlines"
  2481. Part.BackSurface = "SmoothNoOutlines"
  2482. Part.RightSurface = "SmoothNoOutlines"
  2483. Part.LeftSurface = "SmoothNoOutlines"
  2484. Part.BrickColor = BrickColor.new("Bright yellow")
  2485. Part.Transparency = 0.25
  2486. local RecoilMesh = Instance.new("SpecialMesh",Part)
  2487. RecoilMesh.MeshType = "FileMesh"
  2488. RecoilMesh.MeshId = "http://www.roblox.com/Asset/?id=1323306"
  2489. RecoilMesh.TextureId = "http://www.roblox.com/Asset/?id=98896228"
  2490. RecoilMesh.Scale = Vector3.new(0.175,0,0.175) * Scale
  2491. local PartWeld = Instance.new("Motor6D")
  2492. PartWeld.Part0 = RealBarrel
  2493. PartWeld.Part1 = Part
  2494. PartWeld.C0 = CFrame.new(Vector3.new(0,0.95,0)*Scale)
  2495. PartWeld.Parent = Part
  2496.  
  2497. function ShootBullet(Target,barrel)
  2498. local barrel = barrel or Barrel
  2499. local Bullet = Instance.new("Part",Workspace)
  2500. Barrel.CanCollide = false
  2501. Bullet.FormFactor = "Custom"
  2502. Bullet.Size = Vector3.new(0.2,0.2,5)*Scale
  2503. Bullet.TopSurface = "Smooth"
  2504. Bullet.BottomSurface = "Smooth"
  2505. Bullet.Anchored = true
  2506. Bullet.CanCollide = false
  2507. Bullet.CFrame = CFrame.new((barrel.CFrame*CFrame.new(0,0,-barrel.Size.Z*barrel.Mesh.Scale.Z/2)).p,Target)*CFrame.new(0,0,-Bullet.Size.Z/2)
  2508. Bullet.Transparency = 0.1
  2509. Bullet.BrickColor = BrickColor.new("Gold")
  2510. --[[local Mesh = Instance.new("SpecialMesh",Bullet)
  2511. Mesh.MeshType = "FileMesh"
  2512. Mesh.Scale = Vector3.new(0.5,0.5,0.2)
  2513. Mesh.MeshId = "http://www.roblox.com/asset/?id=2697549"
  2514. --Mesh.TextureId = "http://www.roblox.com/asset/?id=2697544"]]
  2515. local Mesh = Instance.new("BlockMesh",Bullet)
  2516. Mesh.Scale = Vector3.new(0.2,0.2,5)*Scale/Bullet.Size
  2517. IgnoreList[#IgnoreList+1] = Bullet
  2518. RenderStepped:wait()
  2519. for i = Speed,1000,Speed do -- Loop to do the bullet movement and stuff.
  2520. local ray,Hit,Pos,SurfaceNormal;
  2521. ray = Ray.new(Bullet.Position,((Bullet.CFrame*CFrame.Angles(math.rad(-Gravity),0,0)*CFrame.new(0,0,-Speed)).p-Bullet.Position).unit*Speed)
  2522. Hit,Pos,SurfaceNormal = Workspace:FindPartOnRayWithIgnoreList(ray,IgnoreList)
  2523. Bullet.CFrame = Bullet.CFrame*CFrame.Angles(math.rad(-Gravity),0,0)*CFrame.new(0,0,-Speed)
  2524. if Hit ~= nil then
  2525. local Hum = Hit.Parent:FindFirstChild("Humanoid") or Hit.Parent.Parent:FindFirstChild("Humanoid") or (Hit.Parent.Parent.Parent ~= nil and Hit.Parent.Parent.Parent:FindFirstChild("Humanoid"))
  2526. if Hum ~= nil then
  2527. Hum:TakeDamage((((Gangster and math.random(0,0) or math.random(0,0))*Scale)/100)*Hum.MaxHealth)
  2528. end
  2529. break
  2530. end
  2531. RenderStepped:wait()
  2532. end
  2533. Bullet:Destroy()
  2534. end
  2535.  
  2536. Mouse.Button1Down:connect(function()
  2537. if not Down and not DB then
  2538. Down = true
  2539. while Down do
  2540. if Humanoid.Health == 0 then break end
  2541. if not DB then
  2542. DB = true
  2543. local Sound = Instance.new("Sound",Barrel)
  2544. Sound.SoundId = "http://www.roblox.com/Asset/?id=165946426" -- 132373574
  2545. Sound.Volume = 5*Scale
  2546. Sound.Pitch = (math.random(70,110)/100)/((Scale < 0.25 and 0.25) or (Scale > 4 and 4) or Scale)
  2547. Sound:Play()
  2548. Spawn(function()
  2549. ShootBullet(Mouse.Hit.p,Barrel1)
  2550. end)
  2551. RecoilMesh.VertexColor = Vector3.new(1,math.random(160,245)/255,20/255)
  2552. PartWeld.C0 = PartWeld.C0 * CFrame.Angles(0,math.rad(math.random(-40,40)),0)
  2553. local Shell = Instance.new("Part",Workspace)
  2554. Shell.FormFactor = "Custom"
  2555. Shell.BrickColor = BrickColor.new("Bright yellow")
  2556. Shell.Size = Vector3.new(0.2,0.5,0.2)*Scale
  2557. Shell.CFrame = Barrel.CFrame*CFrame.new(0.5,0.5,0)*CFrame.Angles(math.rad(-90),0,0)
  2558. Shell.Velocity = ((Barrel.CFrame*CFrame.new(5,0,math.random(-2,2))).p-Barrel.CFrame.p)*5*Scale
  2559. local Mesh = Instance.new("CylinderMesh",Shell)
  2560. Mesh.Scale = Vector3.new(0.2,0.5,0.2)*Scale/Shell.Size
  2561. Spawn(function()
  2562. wait(5)
  2563. Shell:Destroy()
  2564. end)
  2565. for i = 1,20,7.5 do
  2566. character1.Reanimate.FPart.Position = mouse.Hit.p
  2567. RotationOffset = RotationOffset*CFrame.Angles(math.rad(7.5),0,0)
  2568. Part1Joint = Part1Joint*CFrame.new(Vector3.new(0,-0.15,0)*Scale)
  2569. Barrel2Weld.C0 = Barrel2Weld.C0*CFrame.new(Vector3.new(0,0,0.15)*Scale)
  2570. Light.Brightness = Light.Brightness+38
  2571. RecoilMesh.Scale = RecoilMesh.Scale+(Vector3.new(0,0.375,0)*Scale)
  2572. RenderStepped:wait()
  2573. end
  2574. wait(0.02)
  2575. for i = 1,20,3.75 do
  2576. character1.Reanimate.FPart.Position = mouse.Hit.p
  2577. RotationOffset = RotationOffset*CFrame.Angles(math.rad(-3.75),0,0)
  2578. Part1Joint = Part1Joint*CFrame.new(Vector3.new(0,0.075,0)*Scale)
  2579. Barrel2Weld.C0 = Barrel2Weld.C0*CFrame.new(Vector3.new(0,0,-0.075)*Scale)
  2580. Light.Brightness = Light.Brightness-19
  2581. RecoilMesh.Scale = RecoilMesh.Scale+(Vector3.new(0,-0.1875,0)*Scale)
  2582. RenderStepped:wait()
  2583. end
  2584. wait(0.02)
  2585. DB = false
  2586. end
  2587. end
  2588. end
  2589. end)
  2590.  
  2591. Mouse.Button1Up:connect(function()
  2592. Down = false
  2593. end)
  2594.  
  2595. Mouse.KeyDown:connect(function(Key)
  2596. if Key:lower() == "g" and not DB then
  2597. DB = true
  2598. if Gangster == true then
  2599. for i = 1,70,5 do
  2600. RotationOffset = RotationOffset*CFrame.Angles(0,math.rad(-5),0)
  2601. RenderStepped:wait()
  2602. end
  2603. Gangster = false
  2604. else
  2605. for i = 1,70,5 do
  2606. RotationOffset = RotationOffset*CFrame.Angles(0,math.rad(5),0)
  2607. RenderStepped:wait()
  2608. end
  2609. Gangster = true
  2610. end
  2611. DB = false
  2612. end
  2613. end)
  2614.  
  2615. local Weld = Instance.new("Weld")
  2616. Weld.Part0 = Torso
  2617. Weld.Part1 = Character["Right Arm"]
  2618. Weld.Parent = Torso
  2619.  
  2620. local Weld2 = Instance.new("Weld")
  2621. Weld2.Part0 = Torso
  2622. Weld2.Part1 = Character.Head
  2623. Weld2.Parent = Torso
  2624.  
  2625. local RA = Character["Right Arm"]
  2626.  
  2627. game:GetService("RunService"):BindToRenderStep("Pistol",Enum.RenderPriority.Character.Value,function()
  2628. local Point = Torso.CFrame:vectorToObjectSpace(Mouse.Hit.p-Torso.CFrame.p)
  2629. if Point.Z > 0 then
  2630. if Point.X > 0 then
  2631. Torso.CFrame = CFrame.new(Torso.Position,Vector3.new(Mouse.Hit.X,Torso.Position.Y,Mouse.Hit.Z))*CFrame.Angles(0,math.rad(90),0)
  2632. elseif Point.X < 0 then
  2633. Torso.CFrame = CFrame.new(Torso.Position,Vector3.new(Mouse.Hit.X,Torso.Position.Y,Mouse.Hit.Z))*CFrame.Angles(0,math.rad(-90),0)
  2634. end
  2635. end
  2636.  
  2637. local CFr = (Torso.CFrame*Part0Joint):toObjectSpace(CFrame.new((Torso.CFrame*Part0Joint).p,Mouse.Hit.p))--RayEnd))
  2638. Weld.C0 = Part0Joint * (CFr-CFr.p) * RotationOffset
  2639. Weld.C1 = Part1Joint
  2640. Weld.Part0 = Torso
  2641. Weld.Part1 = RA
  2642. local CFr = (Torso.CFrame*Part0JointHead):toObjectSpace(CFrame.new((Torso.CFrame*Part0JointHead).p,Mouse.Hit.p))--RayEnd))
  2643. Weld2.C0 = Part0JointHead * (CFr-CFr.p) * RotationOffsetHead
  2644. Weld2.C1 = Part1JointHead
  2645. Weld2.Part0 = Torso
  2646. Weld2.Part1 = Character.Head
  2647. local Last = Scale
  2648. Scale = game.Players.LocalPlayer.Character.Torso.Size.X/2*(game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted") ~= nil and game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted").Scale.Z or 1)*0.8
  2649. Speed = 20*Scale
  2650. if Scale ~= Last then
  2651. Part0Joint = CFrame.new(Vector3.new(1,0.75,0)*Scale*1.25)
  2652. Part1Joint = CFrame.new(Vector3.new(-0.5,0.75,0)*Scale*1.25)
  2653. Part0JointHead = CFrame.new(Vector3.new(0,1,0)*Scale*1.25)
  2654. Part1JointHead = CFrame.new(Vector3.new(0,-0.5,0)*Scale*1.25)
  2655. end
  2656. end)
  2657.  
  2658.  
  2659. end)
  2660.  
  2661. local Section = Tab:NewSection("ESP")
  2662. game:GetService("StarterGui"):SetCore("SendNotification", {
  2663. Title = "Notification";
  2664. Text = "Loaded ESP now you can see players trough walls";
  2665. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2666. Duration = 16;
  2667.  
  2668. Section:NewButton("Click", "See Players", function()
  2669. getgenv().enabled = true --Toggle on/off
  2670. getgenv().filluseteamcolor = true --Toggle fill color using player team color on/off
  2671. getgenv().outlineuseteamcolor = true --Toggle outline color using player team color on/off
  2672. getgenv().fillcolor = Color3.new(0, 0, 0) --Change fill color, no need to edit if using team color
  2673. getgenv().outlinecolor = Color3.new(1, 1, 1) --Change outline color, no need to edit if using team color
  2674. getgenv().filltrans = 0.7 --Change fill transparency
  2675. getgenv().outlinetrans = 0.3 --Change outline transparency
  2676.  
  2677. loadstring(game:HttpGet("https://raw.githubusercontent.com/zntly/highlight-esp/main/esp.lua"))()
  2678. end)
  2679.  
  2680. local Section = Tab:NewSection("Tp To Random User")
  2681. Section:NewButton("Click", "See Players", function()
  2682. game:GetService("StarterGui"):SetCore("SendNotification", {
  2683. Title = "Notification";
  2684. Text = "Dont Click This Its Not Working";
  2685. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2686. Duration = 16;
  2687. game:GetService("StarterGui"):SetCore("SendNotification", {
  2688. Title = "Notification";
  2689. Text = "Soz its not working";
  2690. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2691. Duration = 16;
  2692. game:GetService("StarterGui"):SetCore("SendNotification", {
  2693. Title = "Notification";
  2694. Text = "This Is Not Working Rn XD";
  2695. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2696. Duration = 16;
  2697. end)
  2698.  
  2699. local Section = Tab:NewSection("Custom Hitbox")
  2700.  
  2701. Section:NewSlider("Custom Hitbox", "SliderInfo", 110, 0, function(s) -- 110 (MaxValue) | 0 (MinValue)
  2702. game.Players.LocalPlayer.Character.Humanoid._G.HeadSize = s
  2703. end)
  2704.  
  2705. local Section = Tab:NewSection("Universal Aimbot")
  2706.  
  2707. Section:NewButton("Aimbot", "ButtonInfo", function()
  2708. game:GetService("StarterGui"):SetCore("SendNotification", {
  2709. Title = "Notification";
  2710. Text = "Loaded Tracers";
  2711. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2712. Duration = 16;
  2713.  
  2714. local dwCamera = workspace.CurrentCamera
  2715. local dwRunService = game:GetService("RunService")
  2716. local dwUIS = game:GetService("UserInputService")
  2717. local dwEntities = game:GetService("Players")
  2718. local dwLocalPlayer = dwEntities.LocalPlayer
  2719. local dwMouse = dwLocalPlayer:GetMouse()
  2720.  
  2721. local settings = {
  2722. Aimbot = true,
  2723. Aiming = false,
  2724. Aimbot_AimPart = "Head",
  2725. Aimbot_TeamCheck = true,
  2726. Aimbot_Draw_FOV = true,
  2727. Aimbot_FOV_Radius = 60,
  2728. Aimbot_FOV_Color = Color3.fromRGB(255,255,255)
  2729. }
  2730.  
  2731. local fovcircle = Drawing.new("Circle")
  2732. fovcircle.Visible = settings.Aimbot_Draw_FOV
  2733. fovcircle.Radius = settings.Aimbot_FOV_Radius
  2734. fovcircle.Color = settings.Aimbot_FOV_Color
  2735. fovcircle.Thickness = 1
  2736. fovcircle.Filled = false
  2737. fovcircle.Transparency = 1
  2738.  
  2739. fovcircle.Position = Vector2.new(dwCamera.ViewportSize.X / 2, dwCamera.ViewportSize.Y / 2)
  2740.  
  2741. dwUIS.InputBegan:Connect(function(i)
  2742. if i.UserInputType == Enum.UserInputType.MouseButton2 then
  2743. settings.Aiming = true
  2744. end
  2745. end)
  2746.  
  2747. dwUIS.InputEnded:Connect(function(i)
  2748. if i.UserInputType == Enum.UserInputType.MouseButton2 then
  2749. settings.Aiming = false
  2750. end
  2751. end)
  2752.  
  2753. dwRunService.RenderStepped:Connect(function()
  2754.  
  2755. local dist = math.huge
  2756. local closest_char = nil
  2757.  
  2758. if settings.Aiming then
  2759.  
  2760. for i,v in next, dwEntities:GetChildren() do
  2761.  
  2762. if v ~= dwLocalPlayer and
  2763. v.Character and
  2764. v.Character:FindFirstChild("HumanoidRootPart") and
  2765. v.Character:FindFirstChild("Humanoid") and
  2766. v.Character:FindFirstChild("Humanoid").Health > 0 then
  2767.  
  2768. if settings.Aimbot_TeamCheck == true and
  2769. v.Team ~= dwLocalPlayer.Team or
  2770. settings.Aimbot_TeamCheck == false then
  2771.  
  2772. local char = v.Character
  2773. local char_part_pos, is_onscreen = dwCamera:WorldToViewportPoint(char[settings.Aimbot_AimPart].Position)
  2774.  
  2775. if is_onscreen then
  2776.  
  2777. local mag = (Vector2.new(dwMouse.X, dwMouse.Y) - Vector2.new(char_part_pos.X, char_part_pos.Y)).Magnitude
  2778.  
  2779. if mag < dist and mag < settings.Aimbot_FOV_Radius then
  2780.  
  2781. dist = mag
  2782. closest_char = char
  2783.  
  2784. end
  2785. end
  2786. end
  2787. end
  2788. end
  2789.  
  2790. if closest_char ~= nil and
  2791. closest_char:FindFirstChild("HumanoidRootPart") and
  2792. closest_char:FindFirstChild("Humanoid") and
  2793. closest_char:FindFirstChild("Humanoid").Health > 0 then
  2794.  
  2795. dwCamera.CFrame = CFrame.new(dwCamera.CFrame.Position, closest_char[settings.Aimbot_AimPart].Position)
  2796. end
  2797. end
  2798. end)
  2799. end)
  2800.  
  2801. local Tab = Window:NewTab("FE")
  2802. local Section = Tab:NewSection("Netless")
  2803. Section:NewButton("Click", "Executes", function()
  2804. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  2805. if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then
  2806. game:GetService("RunService").Heartbeat:connect(function()
  2807. v.Velocity = Vector3.new(0,35,0)
  2808. wait(0.5)
  2809. end)
  2810. end
  2811. end
  2812.  
  2813. game:GetService("StarterGui"):SetCore("SendNotification", {
  2814. Title = "Notification";
  2815. Text = "Netless activated";
  2816. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2817. Duration = 16;
  2818. end)
  2819.  
  2820. local Section = Tab:NewSection("Force Reset | Important When U Used Fe Already")
  2821. Section:NewButton("Click", "Resets You To Die", function()
  2822. game:GetService("StarterGui"):SetCore("SendNotification", {
  2823. Title = "Notification";
  2824. Text = "Resseting You Please Wait";
  2825. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2826. Duration = 16;
  2827. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2828. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2829. l.Parent = game.Players.LocalPlayer.Character
  2830. l.Name = "Humanoid"
  2831. wait()
  2832. game.Players.LocalPlayer.Character["1"]:Destroy()
  2833. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2834. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2835. wait()
  2836. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2837. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2838. wait()
  2839. local prt = Instance.new("Model", workspace);
  2840. Instance.new("Part", prt).Name="Torso";
  2841. Instance.new("Part", prt).Name="Head";
  2842. Instance.new("Humanoid", prt).Name="Humanoid";
  2843. game.Players.LocalPlayer.Character=prt
  2844. end)
  2845. local Section = Tab:NewSection("Ender | Leftclick to fling my di--")
  2846. Section:NewButton("Click", "Executes Ender Di--", function()
  2847. game:GetService("StarterGui"):SetCore("SendNotification", {
  2848. Title = "Notification";
  2849. Text = "Loading Ender";
  2850. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2851. Duration = 16;
  2852. loadstring(game:HttpGet(('https://pastebin.com/raw/PQGzTpYm'),true))()
  2853. end)
  2854. local Section = Tab:NewSection("Caducus | Edgy Looking emo")
  2855. Section:NewButton("Click", "Executes Caducus Sh--", function()
  2856. game:GetService("StarterGui"):SetCore("SendNotification", {
  2857. Title = "Notification";
  2858. Text = "Loading Caducus";
  2859. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2860. Duration = 16;
  2861. loadstring(game:HttpGet(('https://pastebin.com/raw/GhG4RVSj'),true))()
  2862. end)
  2863. local Section = Tab:NewSection("WallWalker | Walks On Some Walls")
  2864. Section:NewButton("Click", "Executes", function()
  2865. game:GetService("StarterGui"):SetCore("SendNotification", {
  2866. Title = "Notification";
  2867. Text = "Loading Wall Walker";
  2868. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2869. Duration = 16;
  2870. loadstring(game:HttpGetAsync("https://pastebin.com/raw/RY9cBbdG"))()
  2871. end)
  2872. local Section = Tab:NewSection("Sonic | Go faster")
  2873. Section:NewButton("Click", "Executes", function()
  2874. game:GetService("StarterGui"):SetCore("SendNotification", {
  2875. Title = "Notification";
  2876. Text = "Loading Sonic";
  2877. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2878. Duration = 16;
  2879. loadstring(game:HttpGetAsync("https://pastebin.com/raw/SyF5t70A"))()
  2880. end)
  2881. local Section = Tab:NewSection("Memer Dance | Dance Yourself To Get Bit---")
  2882. Section:NewButton("Click", "Executes", function()
  2883. game:GetService("StarterGui"):SetCore("SendNotification", {
  2884. Title = "Notification";
  2885. Text = "Loading Meme";
  2886. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2887. Duration = 16;
  2888. loadstring(game:HttpGetAsync("https://pastebin.com/raw/0QfjMKrF"))()
  2889. end)
  2890. local Section = Tab:NewSection("Chill")
  2891. Section:NewButton("Click", "Executes", function()
  2892. game:GetService("StarterGui"):SetCore("SendNotification", {
  2893. Title = "Notification";
  2894. Text = "Loading Chill Chill";
  2895. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2896. Duration = 16;
  2897. loadstring(game:HttpGetAsync("https://pastebin.com/raw/QjjD7gx1"))()
  2898. end)
  2899. local Section = Tab:NewSection("Joy")
  2900. Section:NewButton("Click", "Executes", function()
  2901. game:GetService("StarterGui"):SetCore("SendNotification", {
  2902. Title = "Notification";
  2903. Text = "Loading Joy";
  2904. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2905. Duration = 16;
  2906. loadstring(game:HttpGetAsync("https://pastebin.com/raw/LEAQuKj0"))()
  2907. end)
  2908. local Section = Tab:NewSection("Classic Fighter Gale")
  2909. Section:NewButton("Click", "Executes", function()
  2910. game:GetService("StarterGui"):SetCore("SendNotification", {
  2911. Title = "Notification";
  2912. Text = "Loading The Classic Fighter";
  2913. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2914. Duration = 16;
  2915. loadstring(game:HttpGetAsync("https://pastebin.com/raw/5jBTETjn"))()
  2916. end)
  2917. local Section = Tab:NewSection("Elio Blasio")
  2918. Section:NewButton("Click", "Executes", function()
  2919. game:GetService("StarterGui"):SetCore("SendNotification", {
  2920. Title = "Notification";
  2921. Text = "Loading Blasio";
  2922. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2923. Duration = 16;
  2924. loadstring(game:HttpGetAsync("https://pastebin.com/raw/xvBXu6Yc"))()
  2925. end)
  2926.  
  2927. local Section = Tab:NewSection("Clown Xester")
  2928. Section:NewButton("Click", "Executes", function()
  2929. game:GetService("StarterGui"):SetCore("SendNotification", {
  2930. Title = "Notification";
  2931. Text = "Loading Clown";
  2932. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  2933. Duration = 16;
  2934. loadstring(game:HttpGetAsync("https://pastebin.com/raw/RPwyPvEi"))()
  2935. end)
  2936.  
  2937. local Tab = Window:NewTab("UI Toggles")
  2938. local Section = Tab:NewSection("Toggles")
  2939.  
  2940. Section:NewKeybind("Close/Open Ui", "KeybindInfo", Enum.KeyCode.B, function()
  2941. Library:ToggleUI()
  2942. end)
  2943.  
  2944. Section:NewKeybind("TP Hold Z to tp", "KeybindInfo", Enum.KeyCode.Z, function()
  2945. local Plr = game:GetService("Players").LocalPlayer
  2946. local Mouse = Plr:GetMouse()
  2947.  
  2948. Mouse.Button1Down:connect(
  2949. function()
  2950. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.Z) then
  2951. return
  2952. end
  2953. if not Mouse.Target then
  2954. return
  2955. end
  2956. Plr.Character:MoveTo(Mouse.Hit.p)
  2957. end
  2958. )
  2959. end)
  2960.  
  2961.  
  2962. local Tab = Window:NewTab("Script Gui")
  2963. local Section = Tab:NewSection("Script Hub")
  2964.  
  2965. Section:NewButton("Artenis Z/Softbed", "Bedwars", function()
  2966. loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  2967. end)
  2968.  
  2969. Section:NewButton("Keyboard Gui", "For Scripts", function()
  2970. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : Loaded Keyboard Gui","All")
  2971. end)
  2972.  
  2973. Section:NewButton("Phantom Forces", "For Scripts", function()
  2974. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("System : Loaded Phatom Forces","All")
  2975. loadstring(game:HttpGet("https://raw.githubusercontent.com/Wheeleee/AIMWARE/main/Startup"))()
  2976. end)
  2977.  
  2978. local Section = Tab:NewSection("Arsenal")
  2979.  
  2980. Section:NewButton("Owl Hub", "Executes Owl Hub", function()
  2981. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  2982. end)
  2983.  
  2984. Section:NewButton("V.G Hub", "Executes V.G Hub", function()
  2985. loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()
  2986. end)
  2987.  
  2988. local Section = Tab:NewSection("Combat Warriors")
  2989.  
  2990. Section:NewButton("Nova Hub", "Executes Nova Hub", function()
  2991. loadstring(game:HttpGet("https://raw.githubusercontent.com/SussyImposterRed/Scripts/main/NOVA_HUB_SOURCE"))()
  2992. end)
  2993.  
  2994. Section:NewButton("Hydra Hub", "Executes Hydra Hub", function()
  2995. loadstring(game:HttpGet("https://raw.githubusercontent.com/CheeseOnGithub/cheese-hook/main/main%20hydra%20ui.lua",true))()
  2996. end)
  2997.  
  2998. local Section = Tab:NewSection("Zombie Attack")
  2999.  
  3000. Section:NewButton("Zombie Hub", "Executes Zombie Hub", function()
  3001. loadstring(game:HttpGet("https://raw.githubusercontent.com/anisnouacer1/My-Roblox-Scripts/main/Zombie%20Attack.lua"))()
  3002. end)
  3003.  
  3004. local Section = Tab:NewSection("Evade")
  3005.  
  3006. Section:NewButton("Evade Hub", "Executes Evade Hub", function()
  3007. loadstring(game:HttpGet('https://raw.githubusercontent.com/9Strew/roblox/main/gamescripts/evade.lua'))()
  3008. end)
  3009.  
  3010. local Section = Tab:NewSection("Edward The Man Eating Train")
  3011.  
  3012. Section:NewButton("Edward Hub", "Executes Edward Hub", function()
  3013. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraIsMe2/ToraIsMe2/main/0edward", true))()
  3014. end)
  3015.  
  3016. Section:NewButton("Choo Choo Hub", "Executes Choo Choo Hub", function()
  3017. for i,v in pairs(getgc(true)) do
  3018. if type(v) == "table" and rawget(v,"IntValue_MaxDamageRange") ~= nil then
  3019. --add other tables below this--
  3020. v.IntValue_PelletCount = 100
  3021. v.IntValue_MaxMagazine = 1000
  3022. v.IntValue_MaxReserve = 1000
  3023. end
  3024. end
  3025. end)
  3026.  
  3027.  
  3028. local Section = Tab:NewSection("Kat")
  3029. Section:NewButton("Knife Ability Test", "Executes KAT hub", function()
  3030. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  3031. end)
  3032.  
  3033. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement