Skip to content

Instantly share code, notes, and snippets.

View jsramirezch's full-sized avatar

Samuel Ramírez jsramirezch

View GitHub Profile
repeat task.wait() until game:IsLoaded()
local player = game.Players.LocalPlayer
repeat task.wait() until player:FindFirstChild("PlayerGui")
local autoSkillEnabled = false
local wsActive = false
-- GUI principal
local gui = Instance.new("ScreenGui")
gui.Name = "RebootHub"