X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b64ab4dac5a76da209ff3cb12aa8bf83c6142607..2385c806df15d62fc4ec2cac7913a975e3bafa13:/Console.cpp diff --git a/Console.cpp b/Console.cpp index f65323e..719e6f0 100644 --- a/Console.cpp +++ b/Console.cpp @@ -332,6 +332,7 @@ static void Console(apr_pool_t *pool, int client) { if (debug) std::cout << code << std::endl; + code = "with(Cycript.all){" + code + "}"; Run(client, code, fout, expand); }