pastebin v0.1.7
refined hehe
Dec 30 2008 9:29 AM
hits: 14
pwned on irc
Dec 18 2008 7:54 PM
hits: 16
da's irc motd
Dec 12 2008 6:05 PM
hits: 16
Table query
Dec 2 2008 4:12 PM
hits: 34
shit
Nov 28 2008 2:01 PM
hits: 39
Smokin
Nov 20 2008 11:23 PM
hits: 46
owned.
Nov 14 2008 4:21 PM
hits: 50
strcmp
Nov 14 2008 8:48 AM
hits: 51
strcmp
Nov 14 2008 8:47 AM
hits: 41
sick email
Oct 19 2008 11:19 PM
hits: 70
Clock Clantag
Oct 19 2008 12:50 AM
hits: 78
pspdev
Oct 11 2008 11:09 PM
hits: 75

Valid HTML 4.01 Strict

Valid CSS!


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#include <stdio.h>

//setup storage for text grabbed from ram
unsigned char buffer[17];

//---------------------------------------------------------------
//read buffer from ram used for reading grabs data from where 
pointer is pointing to in the ram plus an offset.
//---------------------------------------------------------------
void backdoorski(){

	//this is the $j pointer 
	unsigned int *myjpointer=(unsigned int*) (0x00501BCC+0x08800000);
	
	//---------------------------------------------------------------
	//Calculate player's object
	//---------------------------------------------------------------
	//0x38C is the offset
	unsigned int foo=(unsigned int*) (*myjpointer+0x38C);
	
	int count=0;
	//---------------------------------------------------------------
	//Read it store it
	//---------------------------------------------------------------
	//input the buffer to ram
	
        while(count < 16){
		
		//copy the battery percent into the ram
		buffer[count]=*((unsigned char*) ((unsigned int)foo+count));
								
		//count up
		count++;
		
	}

}

int main(){
	
	printf( "Enter your name: " );
	scanf( "%s", buffer );
	if( strcmp( buffer, "HACK" ) == 0 ){
                printf( "YOU ARE A HACKER! \n" );
	}
	else{
                printf( "You are %s! \n", buffer);
	}
	
}
paste below
title
description/question
action