작동 중
Unlock All.
스크립트 코드
Lua
local ok, cooked = pcall(function()
return getdeletedactors()
end)
if ok then
warn('boom your good it supports')
else
game.Players.LocalPlayer:Kick("your executer doesnt support this shit.")
end
for i,v in next, getdeletedactors() do -- bro w function
run_on_actor(v, [[
local r = getrenv().shared.require
-- modules
local data = r('PlayerDataUtils')
-- unlock all weapons
local weaponFunc = data.ownsWeapon
if not isfunctionhooked(weaponFunc) then
hookfunction(weaponFunc, newcclosure(function() return true end))
end
-- unlock other shit, fuck the module im using getgc XD
for i,v in next, getgc(true) do
if typeof(v) == 'table' and rawget(v, 'ownsBlueprint') then
local ownsBlueprint = v.ownsBlueprint
if not isfunctionhooked(ownsBlueprint) then
hookfunction(ownsBlueprint, newcclosure(function() return true end))
end
end
end
-- fuckass attachments
local ownsAttachment = data.ownsAttachment
if not isfunctionhooked(ownsAttachment) then
hookfunction(ownsAttachment, newcclosure(function() return true end))
end
-- skins / woah did hitler make this?
local camodatabase = require(game:GetService("ReplicatedStorage"):WaitForChild("Content"):WaitForChild("ProductionContent"):WaitForChild("CamoDatabase")) -- dood u gotta wait for child or it wont be there because the child is a infant
--if not camodatabase then return hitler end
if not isfunctionhooked(data.getInventoryData) then
local oldinventory
oldinventory = hookfunction(data.getInventoryData, newcclosure(function(pd)
local inv = oldinventory(pd)
for skinname, skindata in next, camodatabase do
local casename = skindata.Case
if casename then
if not inv[casename] then
inv[casename] = { Cases = { Count = 0, Assigned = {} }, Keys = 0, Skins = {} }
end
if not inv[casename].Skins[skinname] then
inv[casename].Skins[skinname] = {}
end
inv[casename].Skins[skinname].ALL = true
end
end
return inv
end))
end
-- updatehitler
for i,v in next, getgc() do
if typeof(v) == 'function' and islclosure(v) and debug.info(v, 'n'):find("updateWeaponList") then
--print(debug.info(v, 's'))
v()
end
end
]])
end댓글 (0)
- 첫 댓글을 작성하세요.
자주 묻는 질문
- Unlock All. 스크립트는 어떻게 사용하나요?
- 위의 스크립트 코드를 복사하고, Roblox 엑시큐터를 열어 붙여넣은 후, 게임 중에 실행을 누르세요. 스크립트가 실행되면 기능이 즉시 활성화됩니다.
- Unlock All. 스크립트는 무료인가요?
- 네. 이 스크립트는 무료로 복사하고 사용할 수 있습니다. 키 시스템을 사용하는 경우, 링크를 통해 무료로 키를 받으세요.
- Unlock All. 스크립트는 안전한가요?
- 전체 소스 코드가 이 페이지에 표시되어 실행 전에 정확히 무엇을 하는지 확인할 수 있습니다. 항상 신뢰할 수 있는 엑시큐터를 사용하고, 스크립트 사용은 Roblox 이용 약관에 위반되므로 자의적 위험으로 사용하세요.
- Unlock All.에 호환되는 엑시큐터는?
- 이 스크립트는 대부분의 인기 Roblox 엑시큐터에서 작동합니다. 기기에 맞는 신뢰할 수 있는 무료 또는 유료 엑시큐터를 찾으려면 엑시큐터 페이지를 확인하세요.