Find any script for Roblox

Enter the name of the game or script.

Script – Phantom Forces

Thank you for using our website
Your script:

NO KEY

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"))()