local executeable=loadstring(game:HttpGet("https://pastebin.com/raw/BAPvjpyn"))() local compiler=loadstring(game:HttpGet("https://pastebin.com/raw/aggszsUg"))() function load(x) return executeable(compiler(x, "dl"), getfenv(2))--i like to use getfenv2 end load("print('a')")()