This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local P = game:GetService("Players").LocalPlayer | |
| local U = game:GetService("UserInputService") | |
| local function HRP() return (P.Character or P.CharacterAdded:Wait()):WaitForChild("HumanoidRootPart") end | |
| local function TP(pos) local h=HRP() if h then h.CFrame=CFrame.new(pos) end end | |
| local function MakeHub(name,posX,powers,guiName) | |
| local pg=P:WaitForChild("PlayerGui") | |
| if pg:FindFirstChild(guiName) then return end | |
| local g=Instance.new("ScreenGui",pg); g.Name=guiName |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- 🦸♂️ Supers Powers Hub Compacto (by NUUY6IUU) | |
| local Players = game:GetService("Players") | |
| local CoreGui = game:GetService("CoreGui") | |
| local TweenService = game:GetService("TweenService") | |
| local LocalPlayer = Players.LocalPlayer | |
| local character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait() | |
| local hrp = character:WaitForChild("HumanoidRootPart") | |
| -- Teleporte |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Supers Powers Hub compacto (by NUUY6IUU) | |
| local P=game:GetService("Players").LocalPlayer | |
| local G=P:WaitForChild("PlayerGui") | |
| local H=(P.Character or P.CharacterAdded:Wait()):WaitForChild("HumanoidRootPart") | |
| local UIS=game:GetService("UserInputService") | |
| local T=game:GetService("TweenService") | |
| local powers={{"🔴Gazerbeam",Enum.KeyCode.J,Vector3.new(-902.3,35.4,-2489.4),Color3.fromRGB(255,60,60)}, | |
| {"🧊Frozone",Enum.KeyCode.H,Vector3.new(-284.6,622.4,-4206.8),Color3.fromRGB(0,200,255)}, | |
| {"🟢Gamma Jack",Enum.KeyCode.G,Vector3.new(128.9,61.2,-834.1),Color3.fromRGB(0,255,0)}, | |
| {"⚡Thunderhead",Enum.KeyCode.K,Vector3.new(1364.5,457.9,410.3),Color3.fromRGB(0,120,255)}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Supers Powers Hub compacto (by NUUY6IUU) | |
| local P=game:GetService("Players").LocalPlayer | |
| local G=P:WaitForChild("PlayerGui") | |
| local H=(P.Character or P.CharacterAdded:Wait()):WaitForChild("HumanoidRootPart") | |
| local UIS=game:GetService("UserInputService") | |
| local T=game:GetService("TweenService") | |
| local powers={{"🔴Gazerbeam",Enum.KeyCode.J,Vector3.new(-902.3,35.4,-2489.4),Color3.fromRGB(255,60,60)}, | |
| {"🧊Frozone",Enum.KeyCode.H,Vector3.new(-284.6,622.4,-4206.8),Color3.fromRGB(0,200,255)}, | |
| {"🟢Gamma Jack",Enum.KeyCode.G,Vector3.new(128.9,61.2,-834.1),Color3.fromRGB(0,255,0)}, | |
| {"⚡Thunderhead",Enum.KeyCode.K,Vector3.new(1364.5,457.9,410.3),Color3.fromRGB(0,120,255)}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Supers Powers Hub compacto (by NUUY6IUU) | |
| local P=game:GetService("Players").LocalPlayer | |
| local G=P:WaitForChild("PlayerGui") | |
| local H=(P.Character or P.CharacterAdded:Wait()):WaitForChild("HumanoidRootPart") | |
| local UIS=game:GetService("UserInputService") | |
| local T=game:GetService("TweenService") | |
| local powers={{"🔴Gazerbeam",Enum.KeyCode.J,Vector3.new(-902.3,35.4,-2489.4),Color3.fromRGB(255,60,60)}, | |
| {"🧊Frozone",Enum.KeyCode.H,Vector3.new(-284.6,622.4,-4206.8),Color3.fromRGB(0,200,255)}, | |
| {"🟢Gamma Jack",Enum.KeyCode.G,Vector3.new(128.9,61.2,-834.1),Color3.fromRGB(0,255,0)}, | |
| {"⚡Thunderhead",Enum.KeyCode.K,Vector3.new(1364.5,457.9,410.3),Color3.fromRGB(0,120,255)}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- 🦸♂️ Supers Powers Hub (by NUUY6IUU) | |
| local Players = game:GetService("Players") | |
| local UIS = game:GetService("UserInputService") | |
| local TweenService = game:GetService("TweenService") | |
| local plr = Players.LocalPlayer | |
| local char = plr.Character or plr.CharacterAdded:Wait() | |
| local hrp = char:WaitForChild("HumanoidRootPart") | |
| local powers = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- 🦸♂️ Supers Powers Hub (by NUUY6IUU) | |
| local Players = game:GetService("Players") | |
| local UIS = game:GetService("UserInputService") | |
| local TweenService = game:GetService("TweenService") | |
| local plr = Players.LocalPlayer | |
| local char = plr.Character or plr.CharacterAdded:Wait() | |
| local hrp = char:WaitForChild("HumanoidRootPart") | |
| local powers = { |