Technically electrocution is a form of death so you can't really survive it as such but can be resuscitated as long as you haven't been toasted. As for your idea baha'a I don't recall anything of the like being made yet, so it might be a better idea to skip over to the Command & Conquer universe and bring back some Ion cannons welcome to teh p4rt13h
when I saw the way you wrote party I thought it's some kind of cryptography but I noticed that you used 4 in place of "a" and they are written the same way so I thought may be writing "y" as "13h" is the same and isn't as I thought first (a hexadecimal number that is related to y some how) so can you just tell me how you wrote it (because I'm a very curios man) or if it worths looking for then I will be glad to.
and PaRaDoX the url is very nice I liked it very much
but I'm one hundred percent sure that you know I'm just kidding in the "GIANT LASER" thing I just put the words together I just wanted to say that for the record
Unfortunately p4rt13h was just a l33tspeak version of "partieh" which is another way of saying party Although 13h is the parameter for INT in assembly/DOS/OS/BIOS programming that manages storage device I/O it has nothing to do with what I wrote but thought you might like a bit of trivia If you want I might throw in some simple cryptography on the end of my posts for you to play with (mono/polyalphabetic cyphers)
I knew you were kidding with the giant laster thing, I just came up with a computing version of your quasi-random item
its one of the simplest monoalphabetic cyphers going, the Caesar cypher to be precise: the letters are shifted up 3 to encode and back down 3 to decode
program Codex;
var
i:integer;
c:string;
begin
c:='Qrw hyhq d olwwoh elw Fdhvdu hqfbskhuhg whaw khuh dqg wkhuh? rn';
for i:=1 to length(c) do
case c[i] of
'a' : c[i]:='x';
'b' : c[i]:='y';
'c' : c[i]:='z';
' ' : c[i]:=c[i];
'?' : c[i]:=c[i];
else
c[i]:=char(ord(c[i])-3);
end;
for i:=1 to length(c) do
write(c[i]);
writeln;
end.
Translation:
To all you n00bs out there, GET A LIFE!!!! We do not hack for you, or anyone else for that matter!! Go stand on a lightning rod in an electrical storm ya losers!!
(yes I speak 1337, why do you ask? *innocent eyes*)
"If you can read this, you must be really bored!"
Girl Hackers!! Because you don't need a penis to be good with computers!!
-----
Name: Jennifer
Age: 21
Number of n00bz used as cannonfodder: "Now serving #2,364,428!"