scriptify12

Bad Business OP Script

Mar 19th, 2025
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local new = Drawing.new; Drawing.new = function(object)
  2. local old = new(object);
  3.  
  4. if (object == "Circle") then
  5. old.Filled = false;
  6. end
  7.  
  8. return old;
  9. end
  10.  
  11. loadstring(game:HttpGet("https://raw.githubusercontent.com/dementiaenjoyer/homohack/main/loader.lua"))()
  12.  
Advertisement
Add Comment
Please, Sign In to add comment