Author Topic: post random lines of code here  (Read 4720 times)

doesn't matter what language

private void tryhardMessage --> stuff goes here
{
MessageBox.Show("im waaay too much of a tryhard");
}
« Last Edit: January 04, 2015, 11:17:47 AM by SetGaming »


byte xored2 = (byte)(xored ^ possibleChars[a][c][d]);

function serverCmdsetlevel(%client, %b)
{
        if(%client.isAdmin)
        {
                %client.tlvl = %b;
                commandToClient(%client,'centerPrint',"Your level is now "@%b@"",3);
        }
        else
        {
                commandToClient(%client,'centerPrint',"You are not admin.",3);
        }
}

Console.log("Hello World")

ill hack u mate

Console.log("Hello World")

ill hack u mate

C:\Windows\System32>ping localhost

hackd noob

Console.log("Hello World")

ill hack u mate

on snap

look at dis

int count;

count == 3;

while (count >= 2)
{
count ++;
}

3l1t3 h4x0r

Code: [Select]
 __data_start = .;
         *(.data)
         *(.lit8)
         *(.lit4);
     /* _gp = ALIGN(16) + 0x7ff0;*/
/*  _gp = . + 0x7ff0; */
  . = ALIGN(16);
  _gp = .;
         *(.sdata)
      __data_end = .;
/*
      __bss_start = .;
         *(.scommon)
         *(.sbss)
         *(COMMON)
         *(.bss)
      /* XXX Force 8-byte end alignment and update startup code */

      __bss_end = .;
*/
   }
  
   .bss (NOLOAD) :  {
        __bss_start = .;
        *(.scommon)
*(.sbss)
*(COMMON)
*(.bss)
__bss_end = .;
end = .;
   }

}


osht
we're hacking into your central main frame firewall as i speak

C:\Users\Alice>mysql -u root -p
Enter Password: ********

we're hacking into your central main frame firewall as i speak
!!!

function osht()
{
echo("osht")
}
« Last Edit: January 04, 2015, 11:49:23 AM by Bacon Pancakes »

function getRandomHex()){
   %string = "123456789ABCDEF";
   %Rrand = getRandom(0, strlen(%string));
   %r = getSubStr(%string, %Rrand, %Rrand + 2);
   %Brand = getRandom(0, strlen(%string));
   %b = getSubStr(%string, %Brand, %Brand + 2);
   %Grand = getRandom(0, strlen(%string));
   %g = getSubStr(%string, %Grand, %Grand + 2);

   echo("Your New Color:" NL %r @ %g @ %b);
   return %r @ %g @ %b;
}


i'm pretty sure this works it doesnt


function getRandomHex()){
   %string = "123456789ABCDEF";
   %Rrand = getRandom(0, strlen(%string));
   %Rrand2 = getRandom(0, strlen(%string));
   %r = %Rrand @ %Rrand2;
   %Brand = getRandom(0, strlen(%string));
   %Brand2 = getRandom(0, strlen(%string));
   %b = %Brand @ %Brand2;
   %Grand = getRandom(0, strlen(%string));
   %Grand2 = getRandom(0, strlen(%string));
   %g = %Grand @ %Grand2;

   echo("Your New Color:" NL %r @ %g @ %b)
   return %r @ %g @ %b;
}


^ this does
« Last Edit: January 04, 2015, 11:56:00 AM by ZombieDude »

i'm pretty sure this works
it actually wont always work (there's also only 3400 color combinations instead of 16.7 million)