Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local variables = {
- test1 = (((1+1)+1)-(1+1)),
- test2 = ((((1+1)+1)-(1+1)) + (((1+1)+1)-(1+1)));
- }; -- // variables
- local this = {variables};
- this[#this] = nil;
- -- // setup v2
- local path = (("\\"));
- path = (((path)..("n")));
- local credit = (path.. "Scripted in JavaScript (by davidxcgdr. this is my first time) LOL\nLinked code in script");
- local priint = print;
- print = function(a, ...)
- return priint(((a).. ((((path) or (" ")).. (credit)))), (...));
- end
- local waarn = warn;
- warn = function(b, ...)
- return waarn(((b).. ((((path) or (" ")).. (credit)))), (...));
- end
- local eror = error;
- error = function(c, ...)
- return eror(((c).. ((((path) or (" ")).. (credit)))), (...));
- end
- -- // console thing
- local console = {
- log = function(message, trick)
- if message then
- if typeof(message) == "string" then
- print(message, trick);
- return message, trick;
- else
- print("undefined");
- return "undefined";
- end
- else
- print("null");
- return "null";
- end
- end,
- warn = function(message, trick)
- if message then
- if typeof(message) == "string" then
- warn(message);
- return message;
- else
- warn("undefined");
- return "undefined";
- end
- else
- warn("null");
- return "null";
- end
- end,
- error = function(message, trick)
- if message then
- if typeof(message) == "string" then
- error(message, ((((1+1)+1)-(1+1)) - (((1+1)+1)-(1+1))));
- return error(message, ((((1+1)+1)-(1+1)) - (((1+1)+1)-(1+1))));
- else
- error("undefined");
- return error("undefined", ((((1+1)+1)-(1+1)) - (((1+1)+1)-(1+1))));
- end
- else
- error("null", ((((1+1)+1)-(1+1)) - (((1+1)+1)-(1+1))));
- return error("null", ((((1+1)+1)-(1+1)) - (((1+1)+1)-(1+1))));
- end
- end;
- };
- -- // ignore this is the setup.
- for number, var in pairs(variables) do
- table.insert(this, #this + (((1+1)+1)-(1+1)), var);
- end;
- -- // main part
- if (((this[#this - (((1+1)+1)-(1+1))]) or (this.test1)) > ((this[#this]) or (this.test2))) then _= {
- console.log("Yes, it's lengh is longer than test2. Everybody already know that. lolol jk bud", ":D");
- } or (function(x,...) console.log(({x}),(...)) end)({"Yes,", "it's lengh is longer than test2.", "Everybody already know that. lolol jk bud"},(((1+1)+1)-(1+1))); else _= {
- console.warn("WOW it works. haha", ">:)");
- } or (function(g,...) console.warn(({g}),(...)); end)({"WOW it works.", "haha", ""},(((1+1)+1)-(1+1)));
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement