Created by StepBroFurious#3333
Features:
- HEAL AND KEY GRABBER
- DEV NOTES:
- script sometimes breaks healing (I’m tired so I’m not looking into this).
local key;
for i,v in pairs(getgc()) do
if type(v) == "function" then
local upvalues = getupvalues(v)
if #upvalues == 3 and type(upvalues[2]) == "function" and getinfo(upvalues[2]).name == "InvokeServer" and tostring(upvalues[3]) == "GET" then
key = upvalues[1]
end
end
end
game.ReplicatedStorage.GET:InvokeServer(key, "heal", "HealthCenter", "HealMachine1")