I TRIED patching. But it doesn't work
Here's my patch
--hostingnamehere 404 patcher START
local patch = http.get("404 url here")
if pInfo.readAll() == patch.readAll() then
error("nil")
else
--hostingnamehere 404 patcher END
Note: pInfo is the thing my program downloads.Note 2: Theres code down below else. So dont worry about it.
Note 3: I use error("nil") because i set the program so it makes a message about nil errors












