Thank you for using our website
Your script:
local new = Drawing.new; Drawing.new = function(object)
local old = new(object);
if (object == "Circle") then
old.Filled = false;
end
return old;
end
loadstring(game:HttpGet("https://raw.githubusercontent.com/dementiaenjoyer/homohack/main/loader.lua"))()