PoweringCorupti0n

Admin Hub (Alpha)

Mar 28th, 2021 (edited)
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.35 KB | None | 0 0
  1.  
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local label = Instance.new("TextLabel")
  6. local noclip = Instance.new("TextButton")
  7. local invis = Instance.new("TextButton")
  8. local fly = Instance.new("TextButton")
  9. local infjump = Instance.new("TextButton")
  10. local InvisFling = Instance.new("TextButton")
  11. local label2 = Instance.new("TextLabel")
  12. local Hi = Instance.new("TextButton")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.CoreGui
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. main.Name = "main"
  20. main.Parent = ScreenGui
  21. main.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
  22. main.BorderColor3 = Color3.fromRGB(255, 255, 255)
  23. main.BorderSizePixel = 3
  24. main.Position = UDim2.new(0.619475663, 0, 0.656019628, 0)
  25. main.Size = UDim2.new(0, 484, 0, 256)
  26. main.Active = true
  27. main.Draggable = true
  28.  
  29. label.Name = "label"
  30. label.Parent = main
  31. label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. label.BackgroundTransparency = 1.000
  33. label.Position = UDim2.new(0.0816211551, 0, 0.0419681072, 0)
  34. label.Size = UDim2.new(0, 404, 0, 24)
  35. label.Font = Enum.Font.Ubuntu
  36. label.Text = "Admin Hub (Alpha) | Made by PoweringCorupti0n"
  37. label.TextColor3 = Color3.fromRGB(255, 255, 255)
  38. label.TextScaled = true
  39. label.TextSize = 7.000
  40. label.TextWrapped = true
  41.  
  42. noclip.Name = "noclip"
  43. noclip.Parent = main
  44. noclip.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  45. noclip.Position = UDim2.new(0.0245884657, 0, 0.153839111, 0)
  46. noclip.Size = UDim2.new(0, 106, 0, 28)
  47. noclip.Font = Enum.Font.SourceSans
  48. noclip.Text = "No-Clip"
  49. noclip.TextColor3 = Color3.fromRGB(255, 255, 255)
  50. noclip.TextSize = 14.000
  51. noclip.MouseButton1Down:connect(function()
  52. noclip = false
  53. game:GetService('RunService').Stepped:connect(function()
  54. if noclip then
  55. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  56. end
  57. end)
  58. plr = game.Players.LocalPlayer
  59. mouse = plr:GetMouse()
  60. mouse.KeyDown:connect(function(key)
  61.  
  62. if key == "e" then
  63. noclip = not noclip
  64. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  65. end
  66. end)
  67. print('Loaded')
  68. print('Press "E" to noclip')
  69.  
  70. invis.Name = "invis"
  71. invis.Parent = main
  72. invis.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  73. invis.Position = UDim2.new(0.284919053, 0, 0.153839111, 0)
  74. invis.Size = UDim2.new(0, 106, 0, 28)
  75. invis.Font = Enum.Font.SourceSans
  76. invis.Text = "Invis"
  77. invis.TextColor3 = Color3.fromRGB(255, 255, 255)
  78. invis.TextSize = 14.000
  79. invis.MouseButton1Down:connect(function()
  80.  
  81. Local = game:GetService('Players').LocalPlayer
  82. Char = Local.Character
  83. touched,tpdback = false, false
  84. Local.CharacterAdded:connect(function(char)
  85. if script.Disabled ~= true then
  86. wait(.25)
  87. loc = Char.HumanoidRootPart.Position
  88. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  89. end
  90. end)
  91. game:GetService('UserInputService').InputBegan:connect(function(key)
  92. if key.KeyCode == Enum.KeyCode.Equals then
  93. if script.Disabled ~= true then
  94. script.Disabled = true
  95. print'you may re-execute'
  96. end
  97. end
  98. end)
  99. box = Instance.new('Part',workspace)
  100. box.Anchored = true
  101. box.CanCollide = true
  102. box.Size = Vector3.new(10,1,10)
  103. box.Position = Vector3.new(0,10000,0)
  104. box.Touched:connect(function(part)
  105. if (part.Parent.Name == Local.Name) then
  106. if touched == false then
  107. touched = true
  108. function apply()
  109. if script.Disabled ~= true then
  110. no = Char.HumanoidRootPart:Clone()
  111. wait(.25)
  112. Char.HumanoidRootPart:Destroy()
  113. no.Parent = Char
  114. Char:MoveTo(loc)
  115. touched = false
  116. end end
  117. if Char then
  118. apply()
  119. end
  120. end
  121. end
  122. end)
  123. repeat wait() until Char
  124. loc = Char.HumanoidRootPart.Position
  125. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  126. end)
  127.  
  128. fly.Name = "fly"
  129. fly.Parent = main
  130. fly.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  131. fly.Position = UDim2.new(0.547315776, 0, 0.153839111, 0)
  132. fly.Size = UDim2.new(0, 106, 0, 28)
  133. fly.Font = Enum.Font.SourceSans
  134. fly.Text = "Fly"
  135. fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  136. fly.TextSize = 14.000
  137. fly.MouseButton1Down:connect(function()
  138. wait();
  139.  
  140. local MaxFlySpeed = 2 -- change this as needed
  141.  
  142. local UIS = game:GetService("UserInputService")
  143. local LocalPlayer = game:GetService("Players").LocalPlayer
  144. local Torso = (LocalPlayer.Character and LocalPlayer.Character:WaitForChild("Torso"))
  145. local Mouse = LocalPlayer:GetMouse()
  146. local Tool = Instance.new("Tool")
  147. Tool.RequiresHandle = false
  148. Tool.Name = "Fly tool"
  149.  
  150. assert(Torso.ClassName == "Part", "Yikes! Torso is not a part.")
  151.  
  152. local ToolUtils do
  153. ToolUtils = {
  154. --// Setup Vars
  155. Enabled = false,
  156. WindowFocused = true,
  157.  
  158. Keys = {},
  159. InternalVars = {
  160. FlyForward = 0,
  161. FlyBackward = 0
  162. }
  163. }
  164. end
  165.  
  166. local ToolEvents do
  167. Tool.Equipped:connect(function(Mouse)
  168. ToolUtils.Enabled = true
  169. Torso.Anchored = true
  170. end)
  171. Tool.Unequipped:connect(function(...)
  172. ToolUtils.Enabled = false
  173. Torso.Anchored = false
  174. end)
  175. UIS.InputBegan:connect(function(input, processedEvent)
  176. ToolUtils.Keys[input.KeyCode] = true
  177. end)
  178. UIS.InputEnded:connect(function(input, processedEvent)
  179. ToolUtils.Keys[input.KeyCode] = nil
  180. end)
  181. UIS.WindowFocusReleased:connect(function()
  182. ToolUtils.WindowFocused = false
  183. end)
  184. UIS.WindowFocused:connect(function()
  185. ToolUtils.WindowFocused = true
  186. end)
  187. end
  188.  
  189. --// Main Event
  190. game:GetService("RunService").RenderStepped:connect(function(...)
  191. if ToolUtils.WindowFocused and ToolUtils.Enabled then
  192. if ToolUtils.Keys[Enum.KeyCode.W] then
  193. if ToolUtils.InternalVars.FlyForward < MaxFlySpeed then
  194. ToolUtils.InternalVars.FlyForward = ToolUtils.InternalVars.FlyForward + 0.1
  195. end
  196. else
  197. ToolUtils.InternalVars.FlyForward = ToolUtils.InternalVars.FlyForward * 0.9
  198. end
  199. if ToolUtils.Keys[Enum.KeyCode.S] then
  200. if ToolUtils.InternalVars.FlyBackward < MaxFlySpeed then
  201. ToolUtils.InternalVars.FlyBackward = ToolUtils.InternalVars.FlyBackward + 0.1
  202. end
  203. else
  204. ToolUtils.InternalVars.FlyBackward = ToolUtils.InternalVars.FlyBackward * 0.9
  205. end
  206.  
  207. local Camera = workspace.CurrentCamera
  208. Torso.CFrame = Torso.CFrame:lerp(
  209. CFrame.new(Torso.Position, Camera.CFrame.p)
  210. * CFrame.Angles(0, math.rad(180), 0)
  211. * CFrame.new(0, 0, -(ToolUtils.InternalVars.FlyForward - ToolUtils.InternalVars.FlyBackward))
  212. * CFrame.Angles(-(math.rad(10 * (ToolUtils.InternalVars.FlyForward / MaxFlySpeed)) - math.rad(10 * (ToolUtils.InternalVars.FlyBackward / MaxFlySpeed))), 0, 0)
  213. , 0.9)
  214. end
  215. end)
  216.  
  217. Tool.Parent = LocalPlayer:findFirstChild("Backpack") or Instance.new("Backpack", LocalPlayer)
  218. end)
  219.  
  220. infjump.Name = "infjump"
  221. infjump.Parent = main
  222. infjump.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  223. infjump.Position = UDim2.new(0.0245885253, 0, 0.321807861, 0)
  224. infjump.Size = UDim2.new(0, 106, 0, 28)
  225. infjump.Font = Enum.Font.SourceSans
  226. infjump.Text = "Inf-Jump"
  227. infjump.TextColor3 = Color3.fromRGB(255, 255, 255)
  228. infjump.TextSize = 14.000
  229. infjump.MouseButton1Down:connect(function()
  230. local InfiniteJumpEnabled = true
  231. game:GetService("UserInputService").JumpRequest:connect(function()
  232. if InfiniteJumpEnabled then
  233. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  234. end
  235. end)
  236. local InfiniteJump = CreateButton("Infinite Jump: Off", StuffFrame)
  237. InfiniteJump.Position = UDim2.new(0,10,0,130)
  238. InfiniteJump.Size = UDim2.new(0,150,0,30)
  239. InfiniteJump.MouseButton1Click:connect(function()
  240. local state = InfiniteJump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
  241. local new = state == "Off" and "On" or state == "On" and "Off"
  242. InfiniteJumpEnabled = new == "On"
  243. InfiniteJump.Text = "Infinite Jump: " .. new
  244. end)
  245. end)
  246.  
  247. InvisFling.Name = "InvisFling"
  248. InvisFling.Parent = main
  249. InvisFling.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  250. InvisFling.Position = UDim2.new(0.284919053, 0, 0.313995361, 0)
  251. InvisFling.Size = UDim2.new(0, 106, 0, 28)
  252. InvisFling.Font = Enum.Font.SourceSans
  253. InvisFling.Text = "InvisFling"
  254. InvisFling.TextColor3 = Color3.fromRGB(255, 255, 255)
  255. InvisFling.TextSize = 14.000
  256. InvisFling.MouseButton1Down:connect(function()
  257.  
  258.  
  259. spawn(function()
  260. local message = Instance.new("Message",workspace)
  261. message.Text = "Loaded press z to execute inviseble , press x to respawn)"
  262. wait(0.5)
  263. message:Destroy()
  264. end)
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273. local mouse = game.Players.LocalPlayer:GetMouse()
  274.  
  275. local groot = nil
  276.  
  277. mouse.KeyDown:connect(function(k)
  278.  
  279. if k == "z" then
  280.  
  281.  
  282.  
  283. spawn(function()
  284. local message = Instance.new("Message",workspace)
  285. message.Text = "Fe Invisible Fling By Diemiers#4209 Loaded (wait 11 seconds to load)"
  286. wait(11)
  287. message:Destroy()
  288. end)
  289.  
  290.  
  291. local ch = game.Players.LocalPlayer.Character
  292. local prt=Instance.new("Model", workspace)
  293. local z1 = Instance.new("Part", prt)
  294. z1.Name="Torso"
  295. z1.CanCollide = false
  296. z1.Anchored = true
  297. local z2 =Instance.new("Part", prt)
  298. z2.Name="Head"
  299. z2.Anchored = true
  300. z2.CanCollide = false
  301. local z3 =Instance.new("Humanoid", prt)
  302. z3.Name="Humanoid"
  303. z1.Position = Vector3.new(0,9999,0)
  304. z2.Position = Vector3.new(0,9991,0)
  305. game.Players.LocalPlayer.Character=prt
  306. wait(5)
  307. game.Players.LocalPlayer.Character=ch
  308. wait(6)
  309.  
  310.  
  311. local plr = game.Players.LocalPlayer
  312. mouse = plr:GetMouse()
  313.  
  314. local Hum = Instance.new("Humanoid")
  315. Hum.Parent = game.Players.LocalPlayer.Character
  316.  
  317.  
  318. local root = game.Players.LocalPlayer.Character.HumanoidRootPart
  319.  
  320.  
  321. for i,v in pairs(plr.Character:GetChildren()) do
  322.  
  323. if v ~= root and v.Name ~= "Humanoid" then
  324.  
  325. v:Destroy()
  326.  
  327. end
  328.  
  329.  
  330. end
  331.  
  332. workspace.CurrentCamera.CameraSubject = root
  333.  
  334. local se = Instance.new("SelectionBox",root)
  335. se.Adornee = root
  336.  
  337.  
  338. game:GetService('RunService').Stepped:connect(function()
  339. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  340. end)
  341. game:GetService('RunService').RenderStepped:connect(function()
  342. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  343. end)
  344.  
  345.  
  346. power = 999999 -- change this to make it more or less powerful
  347.  
  348. power = power*10
  349.  
  350. ---
  351. wait(.1)
  352. local bambam = Instance.new("BodyThrust")
  353. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  354. bambam.Force = Vector3.new(power,0,power)
  355. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  356.  
  357.  
  358.  
  359.  
  360.  
  361. local plr = game.Players.LocalPlayer
  362. local torso = root
  363. local flying = true
  364. local deb = true
  365. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  366. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  367. local maxspeed = 120
  368. local speed = 15
  369.  
  370.  
  371. ---local bambam = Instance.new("BodyThrust")
  372. ---bambam.Parent = torso
  373. --bambam.Force = Vector3.new(9999999,0,9999999)
  374. --bambam.Location = torso.Position
  375.  
  376.  
  377. ---
  378. groot = root
  379.  
  380. function Fly()
  381. local bg = Instance.new("BodyGyro", torso)
  382. bg.P = 9e4
  383. bg.maxTorque = Vector3.new(0, 0, 0)
  384. bg.cframe = torso.CFrame
  385. local bv = Instance.new("BodyVelocity", torso)
  386. bv.velocity = Vector3.new(0,0,0)
  387. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  388. repeat wait()
  389.  
  390. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  391. speed = speed+.2
  392. if speed > maxspeed then
  393. speed = maxspeed
  394. end
  395. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  396. speed = speed-1
  397. if speed < 0 then
  398. speed = 0
  399. end
  400. end
  401. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  402. 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
  403. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  404. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  405. 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
  406. else
  407. bv.velocity = Vector3.new(0,0.1,0)
  408. end
  409.  
  410. until not flying
  411. ctrl = {f = 0, b = 0, l = 0, r = 0}
  412. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  413. speed = 0
  414. bg:Destroy()
  415. bv:Destroy()
  416.  
  417. end
  418. mouse.KeyDown:connect(function(key)
  419. if key:lower() == "e" then
  420. if flying then flying = false
  421. else
  422. flying = true
  423. Fly()
  424. end
  425. elseif key:lower() == "w" then
  426. ctrl.f = 1
  427. elseif key:lower() == "s" then
  428. ctrl.b = -1
  429. elseif key:lower() == "a" then
  430. ctrl.l = -1
  431. elseif key:lower() == "d" then
  432. ctrl.r = 1
  433. end
  434. end)
  435. mouse.KeyUp:connect(function(key)
  436. if key:lower() == "w" then
  437. ctrl.f = 0
  438. elseif key:lower() == "s" then
  439. ctrl.b = 0
  440. elseif key:lower() == "a" then
  441. ctrl.l = 0
  442. elseif key:lower() == "d" then
  443. ctrl.r = 0
  444. elseif key:lower() == "r" then
  445.  
  446. end
  447. end)
  448. Fly()
  449.  
  450.  
  451.  
  452. elseif k == "x" then
  453.  
  454.  
  455. spawn(function()
  456. local message = Instance.new("Message",workspace)
  457. message.Text = "Respawning dont spam"
  458. wait(1)
  459. message:Destroy()
  460. end)
  461.  
  462. local saved = groot.Position
  463.  
  464. local ch = game.Players.LocalPlayer.Character
  465. local prt=Instance.new("Model", workspace)
  466. local z1 = Instance.new("Part", prt)
  467. z1.Name="Torso"
  468. z1.CanCollide = false
  469. z1.Anchored = true
  470. local z2 =Instance.new("Part", prt)
  471. z2.Name="Head"
  472. z2.Anchored = true
  473. z2.CanCollide = false
  474. local z3 =Instance.new("Humanoid", prt)
  475. z3.Name="Humanoid"
  476. z1.Position = Vector3.new(0,9999,0)
  477. z2.Position = Vector3.new(0,9991,0)
  478. game.Players.LocalPlayer.Character=prt
  479. wait(5)
  480. game.Players.LocalPlayer.Character=ch
  481. local poop = nil
  482. repeat wait() poop = game.Players.LocalPlayer.Character:FindFirstChild("Head") until poop ~= nil
  483. wait(1)
  484. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(saved)
  485.  
  486. end
  487.  
  488.  
  489. end)
  490. end)
  491.  
  492. label2.Name = "label2"
  493. label2.Parent = main
  494. label2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  495. label2.BackgroundTransparency = 1.000
  496. label2.Position = UDim2.new(0.114645965, 0, 0.787209272, 0)
  497. label2.Size = UDim2.new(0, 369, 0, 50)
  498. label2.Font = Enum.Font.SourceSans
  499. label2.Text = "Report bugs to me on Discord \"Riley's A Cutie#1541\""
  500. label2.TextColor3 = Color3.fromRGB(255, 255, 255)
  501. label2.TextSize = 17.000
  502.  
  503. Hi.Name = "Hi"
  504. Hi.Parent = main
  505. Hi.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  506. Hi.Position = UDim2.new(0.0399718583, 0, 0.826037884, 0)
  507. Hi.Size = UDim2.new(0, 28, 0, 28)
  508. Hi.Font = Enum.Font.SourceSans
  509. Hi.Text = "Hi"
  510. Hi.TextColor3 = Color3.fromRGB(255, 255, 255)
  511. Hi.TextSize = 14.000
  512. Hi.MouseButton1Down:connect(function()
  513. print("Hi")
  514. end)
  515. end)
  516.  
  517. local ScreenGui = Instance.new("ScreenGui")
  518.  
  519. if syn and syn.protect_gui then
  520. syn.protect_gui(ScreenGui)
  521. end
  522.  
  523. ScreenGui.Parent = CoreGui
Add Comment
Please, Sign In to add comment