Find any script for Roblox

Enter the name of the game or script.

Script – Vectus

Thank you for using our website
Your script:

				
					local status, script = pcall(game.HttpGet, game, 'https://raw.githubusercontent.com/cattowalker/cattohook/master/src/vectus.lua');
if status then
   loadstring(script)();
end