DR0NK

Plxiity X Hub

Jul 7th, 2022 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.03 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("HoodPlxiity X Hub In Beta 1.1", "BloodTheme")
  3. game:GetService("StarterGui"):SetCore("SendNotification",{
  4. Title = "Beta Mode";
  5. Text = "Made By 6loccka .#0666";
  6. Duration = 3.5;
  7. })
  8. game:GetService("StarterGui"):SetCore("SendNotification",{
  9. Title = "Gui";
  10. Text = "GUI Coming Soon, Join Server For Updates";
  11. Duration = 3.5;
  12. })
  13.  
  14. -- MAIN
  15. local Main = Window:NewTab("Hood Scripts")
  16. local MainSection = Main:NewSection("Da Hood Scripts")
  17.  
  18. MainSection:NewButton("CarlHub", "its simple just press it duh", function()
  19. loadstring(game:HttpGet('https://raw.githubusercontent.com/carlcoded/carlispro/main/carlhub'))()
  20. end)
  21.  
  22.  
  23. MainSection:NewButton("Faded", "faded", function()
  24. loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))()
  25. end)
  26.  
  27.  
  28. MainSection:NewButton("Korblox Client sided", "only you can see it", function()
  29. game:GetService("StarterGui"):SetCore("SendNotification",{
  30. Title = "Korblox";
  31. Text = "Made By BroSaidHeWhatDNY#2575";
  32. Duration = 3.5;
  33. })
  34. local ply = game.Players.LocalPlayer
  35. local chr = ply.Character
  36. chr.RightLowerLeg.MeshId = "902942093"
  37. chr.RightLowerLeg.Transparency = "1"
  38. chr.RightUpperLeg.MeshId = "http://www.roblox.com/asset/?id=902942096"
  39. chr.RightUpperLeg.TextureID = "http://roblox.com/asset/?id=902843398"
  40. chr.RightFoot.MeshId = "902942089"
  41. chr.RightFoot.Transparency = "1"
  42. end)
  43.  
  44.  
  45. MainSection:NewButton("Headless Client Sided", "only you can see it", function()
  46. game:GetService("StarterGui"):SetCore("SendNotification",{
  47. Title = "Korbox";
  48. Text = "Made By BroSaidHeWhatDNY#2575";
  49. Duration = 3.5;
  50. })
  51. game.Players.LocalPlayer.Character.Head.Transparency = 1
  52. game.Players.LocalPlayer.Character.Head.Transparency = 1
  53. for i,v in pairs(game.Players.LocalPlayer.Character.Head:GetChildren()) do
  54. if (v:IsA("Decal")) then
  55. v.Transparency = 1
  56. end
  57. end
  58. end)
  59.  
  60.  
  61. MainSection:NewButton("DaGUIX", "Daguix only execute in da hood", function()
  62. loadstring(game:HttpGet('https://pastebin.com/raw/ZCiS8jSd'))()
  63. end)
  64.  
  65.  
  66. MainSection:NewButton("Keyboard FE", "Keyboard for mobile", function()
  67. loadstring(game:HttpGet(('https://raw.githubusercontent.com/manimcool21/Keyboard-FE/main/Protected%20(3).lua'),true))()
  68. end)
  69.  
  70.  
  71. MainSection:NewButton("CodeX", "nice gui kinda looks like faded", function()
  72. loadstring(game:HttpGet('https://pastebin.com/raw/fg0C9NSS'))()
  73. end)
  74.  
  75.  
  76. MainSection:NewButton("Nukermode", "One of the best scripts for mobile", function()
  77. loadstring(game:HttpGet("https://raw.githubusercontent.com/Allvideo/test/main/Whitelist.txt"))()
  78. end)
  79.  
  80.  
  81. MainSection:NewButton("NovaGUI", "Nova", function()
  82. loadstring(game:HttpGet("https://icxy.xyz/NovaGui/NovaGui", true))()
  83. end)
  84.  
  85.  
  86. MainSection:NewButton("chariotsware", "only works for hood modded", function()
  87. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Rippeed/DaHoodinary/main/chariotsware"))()
  88. end)
  89.  
  90.  
  91. MainSection:NewButton("SwagMode", "good script for da hood", function()
  92. loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002'))()
  93. end)
  94.  
  95. -- MAIN1
  96. local Main1 = Window:NewTab("Hood Locks")
  97. local Main1Section = Main1:NewSection("These Locks work for all hood games")
  98.  
  99. Main1Section:NewButton("Thusky tool lock", "hi", function()
  100. local Enabled = true local Prediction = 0.1398 local Notifications = true local AimPart = "UpperTorso" local Tool = Instance.new("Tool") Tool.RequiresHandle = false Tool.Name = "Thuskys Tool" local Camera = game:GetService("Workspace").CurrentCamera local Mouse = game.Players.LocalPlayer:GetMouse() local Plr local Part = Instance.new("Part", game.Workspace) Part.Anchored = true Part.CanCollide = false Part.Color = Color3.fromRGB(0, 0, 255) Part.Material = Enum.Material.Neon Part.Size = Vector3.new(0.93, 0.93, 0.93) Part.Shape = Enum.PartType.Block function FindClosestPlayer() local closestPlayer local shortestDistance = math.huge for i, v in pairs(game.Players:GetPlayers()) do if v ~= game.Players.LocalPlayer and v.Character and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 and v.Character:FindFirstChild("HumanoidRootPart") then local pos = Camera:WorldToViewportPoint(v.Character.PrimaryPart.Position) local magnitude = (Vector2.new(pos.X, pos.Y) - Vector2.new(Mouse.X, Mouse.Y)).magnitude if magnitude < shortestDistance then closestPlayer = v shortestDistance = magnitude end end end return closestPlayer end Tool.Activated:Connect(function() if Enabled == true then Enabled = false if Notifications == true then Plr = FindClosestPlayer() TargetPlayer = tostring(Plr) game.StarterGui:SetCore("SendNotification", { Title = "", Text = "" }) end else Plr = FindClosestPlayer() TargetPlayer = tostring(Plr) Enabled = true if Notifications == true then Plr = FindClosestPlayer() TargetPlayer = tostring(Plr) game.StarterGui:SetCore("SendNotification", { Title = "", Text = "" .. tostring(TargetPlayer) }) end end end) game:GetService("RunService").Stepped:Connect(function() if Enabled == true then Part.Position = game.Players[TargetPlayer].Character.HumanoidRootPart.Position else Part.CFrame = CFrame.new(0, -9999, 0) end end) local mt = getrawmetatable(game) local old = mt.__namecall setreadonly(mt, false) mt.__namecall = newcclosure(function(...) local args = { ... } if Enabled and getnamecallmethod() == "FireServer" and args[2] == "UpdateMousePos" then args[3] = game.Players[TargetPlayer].Character[AimPart].Position + (game.Players[TargetPlayer].Character[AimPart].Velocity * Prediction) return old(unpack(args)) end return old(...) end) Tool.Parent = game.Players.LocalPlayer.Backpack
  101. end)
  102.  
  103.  
  104. Main1Section:NewButton("Aimware", "might not work", function()
  105. loadstring(game:HttpGet('https://pastebin.com/raw/fg0C9NSS'))()
  106. end)
  107.  
  108.  
  109. Main1Section:NewButton("LegoLock", "Q", function()
  110. -- MAIN LOCK
  111. --// Configs
  112. getgenv().Key = Enum.KeyCode.Q
  113. getgenv().Hitbox = "UpperTorso"
  114. getgenv().Prediction = 0.1795
  115. getgenv().PingBasedPrediction = false -- Value can be set to true/false
  116.  
  117. --// string
  118. loadstring(game:HttpGet("https://raw.githubusercontent.com/W3P0K4JWD9m6F3sUt/240294/main/Type2lockupdated"))()
  119. end)
  120.  
  121. -- MAIN11
  122. local Main11 = Window:NewTab("Abilitys")
  123. local Main11Section = Main11:NewSection("Abilitys| Speed works for most hood games")
  124.  
  125. Main11Section:NewButton("InfJump", "Jump in the air", function()
  126. game:GetService("StarterGui"):SetCore("SendNotification",{
  127. Title = "JUMP";
  128. Text = "Made By 6loccka .#0666";
  129. Duration = 3.5;
  130. })
  131. local InfiniteJumpEnabled = true game:GetService("UserInputService").JumpRequest:connect(function() if InfiniteJumpEnabled then game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") end end)
  132. end)
  133.  
  134.  
  135. Main11Section:NewButton("Speed", "Makes you run/walk fast", function()
  136. repeat wait() until game:IsLoaded()
  137.  
  138. getgenv().Fix = true
  139.  
  140. getgenv().TeclasWS = {
  141. ["tecla1"] = "M", -- speed +5
  142. ["tecla2"] = "N", -- speed -5
  143. ["tecla3"] = "V" -- toggle
  144. }
  145.  
  146.  
  147.  
  148. -- // servicios
  149. local MININOS_DOXXEADOS = game:GetService("Players")
  150. local AUDIOS_LOUD_DE_TRAP = game:GetService("StarterGui") or "son una mierda"
  151.  
  152. -- // objetos
  153. local neonazi = MININOS_DOXXEADOS.LocalPlayer
  154. local esvastica = neonazi:GetMouse()
  155.  
  156. -- // variables
  157. local lista_de_victimas_de_drizzy = getrenv()._G
  158. local da_hood_rblxm_REAL = getrawmetatable(game)
  159. local CP = da_hood_rblxm_REAL.__newindex
  160. local CP_DE_DRIZZY = da_hood_rblxm_REAL.__index
  161. local velocidad_de_cum = 122
  162. local es_pedofilo = true
  163.  
  164. -- // funciones para acortar codigo :]
  165. function anunciar_atentado_terrorista(fecha_del_atentado)
  166. AUDIOS_LOUD_DE_TRAP:SetCore("SendNotification",{
  167. Title="Xlazui#2571",
  168. Text=fecha_del_atentado,
  169. Icon="rbxthumb://type=Asset&id=1332213374&w=150&h=150"
  170. })
  171. end
  172.  
  173.  
  174. getgenv().TECHWAREWALKSPEED_LOADED = true
  175.  
  176.  
  177. wait(1.5)
  178.  
  179.  
  180. anunciar_atentado_terrorista("Welcome"..TeclasWS.tecla3.."")
  181.  
  182. -- // conexión
  183. esvastica.KeyDown:Connect(function(el_impostor)
  184. if el_impostor:lower() == TeclasWS.tecla1:lower() then
  185. velocidad_de_cum = velocidad_de_cum + 1
  186. anunciar_atentado_terrorista(" (speed = "..tostring(velocidad_de_cum)..")")
  187. elseif el_impostor:lower() == TeclasWS.tecla2:lower() then
  188. velocidad_de_cum = velocidad_de_cum - 1
  189. anunciar_atentado_terrorista(" (speed = "..tostring(velocidad_de_cum)..")")
  190. elseif el_impostor:lower() == TeclasWS.tecla3:lower() then
  191. if es_pedofilo then
  192. es_pedofilo = false
  193. anunciar_atentado_terrorista("speed off")
  194. else
  195. es_pedofilo = true
  196. anunciar_atentado_terrorista("speed on")
  197. end
  198. end
  199. end)
  200.  
  201. -- // mi parte favorita: metametodos
  202. setreadonly(da_hood_rblxm_REAL,false)
  203. da_hood_rblxm_REAL.__index = newcclosure(function(BEST_ON_TOP,IS_GARBAGE)
  204. local esPedofilo = checkcaller()
  205. if IS_GARBAGE == "WalkSpeed" and not esPedofilo then
  206. return lista_de_victimas_de_drizzy.CurrentWS
  207. end
  208. return CP_DE_DRIZZY(BEST_ON_TOP,IS_GARBAGE)
  209. end)
  210. da_hood_rblxm_REAL.__newindex = newcclosure(function(kaias,ip,logger)
  211. local unNeonazi = checkcaller()
  212. if es_pedofilo then
  213. if ip == "WalkSpeed" and logger ~= 0 and not unNeonazi then
  214. return CP(kaias,ip,velocidad_de_cum)
  215. end
  216. end
  217. return CP(kaias,ip,logger)
  218. end)
  219. setreadonly(da_hood_rblxm_REAL,true)
  220.  
  221. repeat wait() until game:IsLoaded()
  222. local Players = game:service('Players')
  223. local Player = Players.LocalPlayer
  224.  
  225. repeat wait() until Player.Character
  226.  
  227. local userInput = game:service('UserInputService')
  228. local runService = game:service('RunService')
  229.  
  230. local Multiplier = -0.22
  231. local Enabled = false
  232. local whentheflashnoiq
  233.  
  234. userInput.InputBegan:connect(function(Key)
  235. if Key.KeyCode == Enum.KeyCode.LeftBracket then
  236. Multiplier = Multiplier + 0.01
  237. print(Multiplier)
  238. wait(0.2)
  239. while userInput:IsKeyDown(Enum.KeyCode.LeftBracket) do
  240. wait()
  241. Multiplier = Multiplier + 0.01
  242. print(Multiplier)
  243. end
  244. end
  245.  
  246. if Key.KeyCode == Enum.KeyCode.RightBracket then
  247. Multiplier = Multiplier - 0.01
  248. print(Multiplier)
  249. wait(0.2)
  250. while userInput:IsKeyDown(Enum.KeyCode.RightBracket) do
  251. wait()
  252. Multiplier = Multiplier - 0.01
  253. print(Multiplier)
  254. end
  255. end
  256.  
  257. if Key.KeyCode == Enum.KeyCode.P then
  258. Enabled = not Enabled
  259. if Enabled == true then
  260. repeat
  261. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.Humanoid.MoveDirection * Multiplier
  262. game:GetService("RunService").Stepped:waitn()
  263. until Enabled == true
  264. end
  265. end
  266. end)
  267.  
  268. if Fix == true then
  269. loadstring(game:HttpGet("https://raw.githubusercontent.com/youtubetutorials123/helo/main/123"))()
  270. end
  271. end)
  272.  
  273.  
  274. Main11Section:NewButton("FLY", "Makes you fly", function()
  275. game:GetService("StarterGui"):SetCore("SendNotification",{
  276. Title = "Credits";
  277. Text = "Modified By SpekzZ";
  278. Duration = 3.5;
  279. })
  280. -- Gui to Lua
  281. -- Version: 3.2
  282.  
  283. -- Instances:
  284.  
  285. local main = Instance.new("ScreenGui")
  286. local Frame = Instance.new("Frame")
  287. local up = Instance.new("TextButton")
  288. local down = Instance.new("TextButton")
  289. local onof = Instance.new("TextButton")
  290. local TextLabel = Instance.new("TextLabel")
  291. local plus = Instance.new("TextButton")
  292. local speed = Instance.new("TextLabel")
  293. local mine = Instance.new("TextButton")
  294.  
  295. --Properties:
  296.  
  297. main.Name = "main"
  298. main.Parent = game.CoreGui
  299. main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  300.  
  301. Frame.Parent = main
  302. Frame.BackgroundColor3 = Color3.fromRGB(163, 255, 137)
  303. Frame.BorderColor3 = Color3.fromRGB(103, 221, 213)
  304. Frame.Position = UDim2.new(0.100320168, 0, 0.379746825, 0)
  305. Frame.Size = UDim2.new(0, 190, 0, 57)
  306.  
  307. up.Name = "up"
  308. up.Parent = Frame
  309. up.BackgroundColor3 = Color3.fromRGB(79, 255, 152)
  310. up.Size = UDim2.new(0, 44, 0, 28)
  311. up.Font = Enum.Font.SourceSans
  312. up.Text = "UP"
  313. up.TextColor3 = Color3.fromRGB(0, 0, 0)
  314. up.TextSize = 14.000
  315.  
  316. down.Name = "down"
  317. down.Parent = Frame
  318. down.BackgroundColor3 = Color3.fromRGB(215, 255, 121)
  319. down.Position = UDim2.new(0, 0, 0.491228074, 0)
  320. down.Size = UDim2.new(0, 44, 0, 28)
  321. down.Font = Enum.Font.SourceSans
  322. down.Text = "DOWN"
  323. down.TextColor3 = Color3.fromRGB(0, 0, 0)
  324. down.TextSize = 14.000
  325.  
  326. onof.Name = "onof"
  327. onof.Parent = Frame
  328. onof.BackgroundColor3 = Color3.fromRGB(255, 249, 74)
  329. onof.Position = UDim2.new(0.702823281, 0, 0.491228074, 0)
  330. onof.Size = UDim2.new(0, 56, 0, 28)
  331. onof.Font = Enum.Font.SourceSans
  332. onof.Text = "fly"
  333. onof.TextColor3 = Color3.fromRGB(0, 0, 0)
  334. onof.TextSize = 14.000
  335.  
  336. TextLabel.Parent = Frame
  337. TextLabel.BackgroundColor3 = Color3.fromRGB(242, 60, 255)
  338. TextLabel.Position = UDim2.new(0.469327301, 0, 0, 0)
  339. TextLabel.Size = UDim2.new(0, 100, 0, 28)
  340. TextLabel.Font = Enum.Font.SourceSans
  341. TextLabel.Text = "Fly Gui V2"
  342. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  343. TextLabel.TextScaled = true
  344. TextLabel.TextSize = 14.000
  345. TextLabel.TextWrapped = true
  346.  
  347. plus.Name = "plus"
  348. plus.Parent = Frame
  349. plus.BackgroundColor3 = Color3.fromRGB(133, 145, 255)
  350. plus.Position = UDim2.new(0.231578946, 0, 0, 0)
  351. plus.Size = UDim2.new(0, 45, 0, 28)
  352. plus.Font = Enum.Font.SourceSans
  353. plus.Text = "+"
  354. plus.TextColor3 = Color3.fromRGB(0, 0, 0)
  355. plus.TextScaled = true
  356. plus.TextSize = 14.000
  357. plus.TextWrapped = true
  358.  
  359. speed.Name = "speed"
  360. speed.Parent = Frame
  361. speed.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  362. speed.Position = UDim2.new(0.468421042, 0, 0.491228074, 0)
  363. speed.Size = UDim2.new(0, 44, 0, 28)
  364. speed.Font = Enum.Font.SourceSans
  365. speed.Text = "1"
  366. speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  367. speed.TextScaled = true
  368. speed.TextSize = 14.000
  369. speed.TextWrapped = true
  370.  
  371. mine.Name = "mine"
  372. mine.Parent = Frame
  373. mine.BackgroundColor3 = Color3.fromRGB(123, 255, 247)
  374. mine.Position = UDim2.new(0.231578946, 0, 0.491228074, 0)
  375. mine.Size = UDim2.new(0, 45, 0, 29)
  376. mine.Font = Enum.Font.SourceSans
  377. mine.Text = "-"
  378. mine.TextColor3 = Color3.fromRGB(0, 0, 0)
  379. mine.TextScaled = true
  380. mine.TextSize = 14.000
  381. mine.TextWrapped = true
  382.  
  383. speeds = 1
  384.  
  385. local speaker = game:GetService("Players").LocalPlayer
  386.  
  387. local chr = game.Players.LocalPlayer.Character
  388. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  389.  
  390. nowe = false
  391.  
  392. Frame.Active = true -- main = gui
  393. Frame.Draggable = true
  394.  
  395. onof.MouseButton1Down:connect(function()
  396.  
  397. if nowe == true then
  398. nowe = false
  399.  
  400. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing,true)
  401. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown,true)
  402. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Flying,true)
  403. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall,true)
  404. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp,true)
  405. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,true)
  406. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Landed,true)
  407. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Physics,true)
  408. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.PlatformStanding,true)
  409. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,true)
  410. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running,true)
  411. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.RunningNoPhysics,true)
  412. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated,true)
  413. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.StrafingNoPhysics,true)
  414. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,true)
  415. speaker.Character.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  416. else
  417. nowe = true
  418.  
  419.  
  420.  
  421. for i = 1, speeds do
  422. spawn(function()
  423.  
  424. local hb = game:GetService("RunService").Heartbeat
  425.  
  426.  
  427. tpwalking = true
  428. local chr = game.Players.LocalPlayer.Character
  429. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  430. while tpwalking and hb:Wait() and chr and hum and hum.Parent do
  431. if hum.MoveDirection.Magnitude > 0 then
  432. chr:TranslateBy(hum.MoveDirection)
  433. end
  434. end
  435.  
  436. end)
  437. end
  438. game.Players.LocalPlayer.Character.Animate.Disabled = true
  439. local Char = game.Players.LocalPlayer.Character
  440. local Hum = Char:FindFirstChildOfClass("Humanoid") or Char:FindFirstChildOfClass("AnimationController")
  441.  
  442. for i,v in next, Hum:GetPlayingAnimationTracks() do
  443. v:AdjustSpeed(0)
  444. end
  445. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing,false)
  446. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown,false)
  447. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Flying,false)
  448. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall,false)
  449. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp,false)
  450. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,false)
  451. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Landed,false)
  452. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Physics,false)
  453. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.PlatformStanding,false)
  454. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,false)
  455. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running,false)
  456. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.RunningNoPhysics,false)
  457. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated,false)
  458. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.StrafingNoPhysics,false)
  459. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,false)
  460. speaker.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Swimming)
  461. end
  462.  
  463.  
  464.  
  465.  
  466.  
  467. local plr = game.Players.LocalPlayer
  468. local UpperTorso = plr.Character.LowerTorso
  469. local flying = true
  470. local deb = true
  471. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  472. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  473. local maxspeed = 50
  474. local speed = 0
  475.  
  476.  
  477. local bg = Instance.new("BodyGyro", UpperTorso)
  478. bg.P = 9e4
  479. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  480. bg.cframe = UpperTorso.CFrame
  481. local bv = Instance.new("BodyVelocity", UpperTorso)
  482. bv.velocity = Vector3.new(0,0.1,0)
  483. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  484. if nowe == true then
  485. plr.Character.Humanoid.PlatformStand = true
  486. end
  487. while nowe == true or game:GetService("Players").LocalPlayer.Character.Humanoid.Health == 0 do
  488. wait()
  489.  
  490. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  491. speed = speed+.5+(speed/maxspeed)
  492. if speed > maxspeed then
  493. speed = maxspeed
  494. end
  495. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  496. speed = speed-1
  497. if speed < 0 then
  498. speed = 0
  499. end
  500. end
  501. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  502. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  503. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  504. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  505. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  506. else
  507. bv.velocity = Vector3.new(0,0,0)
  508. end
  509.  
  510. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  511. end
  512. ctrl = {f = 0, b = 0, l = 0, r = 0}
  513. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  514. speed = 0
  515. bg:Destroy()
  516. bv:Destroy()
  517. plr.Character.Humanoid.PlatformStand = false
  518. game.Players.LocalPlayer.Character.Animate.Disabled = false
  519. tpwalking = false
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529. end)
  530.  
  531.  
  532. up.MouseButton1Down:connect(function()
  533. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,2,0)
  534.  
  535. end)
  536.  
  537.  
  538. down.MouseButton1Down:connect(function()
  539.  
  540. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,-2,0)
  541.  
  542. end)
  543.  
  544.  
  545. game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(char)
  546. wait(0.7)
  547. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  548. game.Players.LocalPlayer.Character.Animate.Disabled = false
  549.  
  550. end)
  551.  
  552.  
  553. plus.MouseButton1Down:connect(function()
  554. speeds = speeds + 1
  555. speed.Text = speeds
  556. if nowe == true then
  557.  
  558.  
  559. tpwalking = false
  560. for i = 1, speeds do
  561. spawn(function()
  562.  
  563. local hb = game:GetService("RunService").Heartbeat
  564.  
  565.  
  566. tpwalking = true
  567. local chr = game.Players.LocalPlayer.Character
  568. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  569. while tpwalking and hb:Wait() and chr and hum and hum.Parent do
  570. if hum.MoveDirection.Magnitude > 0 then
  571. chr:TranslateBy(hum.MoveDirection)
  572. end
  573. end
  574.  
  575. end)
  576. end
  577. end
  578. end)
  579. mine.MouseButton1Down:connect(function()
  580. if speeds == 1 then
  581. speed.Text = 'can not be less than 1'
  582. wait(1)
  583. speed.Text = speeds
  584. else
  585. speeds = speeds - 1
  586. speed.Text = speeds
  587. if nowe == true then
  588. tpwalking = false
  589. for i = 1, speeds do
  590. spawn(function()
  591.  
  592. local hb = game:GetService("RunService").Heartbeat
  593.  
  594.  
  595. tpwalking = true
  596. local chr = game.Players.LocalPlayer.Character
  597. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  598. while tpwalking and hb:Wait() and chr and hum and hum.Parent do
  599. if hum.MoveDirection.Magnitude > 0 then
  600. chr:TranslateBy(hum.MoveDirection)
  601. end
  602. end
  603.  
  604. end)
  605. end
  606. end
  607. end
  608. end)
  609. end)
  610.  
  611. -- MAIN2
  612. local Main2 = Window:NewTab("Plxiity X GUI")
  613. local Main2Section = Main2:NewSection("Coming Soon!")
  614.  
  615. -- MAIN 3
  616. local Main3 = Window:NewTab("Credits")
  617. local Main3Section = Main3:NewSection("Hub maker | 6loccka .#0666")
  618.  
  619. local Main3Section = Main3:NewSection("Headless and korblox made by BroSaidHeWhatDNY#2575")
  620.  
  621. local Main3Section = Main3:NewSection("Future GUI getting made by 6loccka and OsFear#0001")
  622.  
  623.  
  624. -- MAIN 4
  625. local Main4 = Window:NewTab("Discord Server")
  626. local Main4Section = Main4:NewSection("https://discord.gg/JayYAntdF5 please boost")
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
Add Comment
Please, Sign In to add comment