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: 50
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
//code written by dmonchild 2008 http://opensourdev.org

unsigned int *myjpointer=(unsigned int*) (0x0050238C+0x08800000);
unsigned int *error=(unsigned int*) (0x005044DC+0x08800000);

void grab_nuts(){	
			
	//setup newjpointer for later
	unsigned int newjpointer=(unsigned int*) (*myjpointer);
	
	//if myjpointer+0x14 says "Game"
	if(*((unsigned int*)((unsigned int)newjpointer+0x14)) == 0x656D6147){
		//host change offset 
		newjpointer=(unsigned int*) (*myjpointer+0x386);
	}
	//if myjpointer+0x14 doesnt say "Game" then use the below offset
	else{
		//non host offset
		newjpointer=(unsigned int*) (*myjpointer+0x6E);
	}
	
	int count=0;

	//you know the deal here 
	while(count < 16){
		
		//copy the string from the ram into the buffer
		buffer[count]=*((unsigned char*) ((unsigned int)newjpointer+count));
								
		//count up
		count++;
		
	}
	
	if( strcmp( buffer, "exodus" ) == 0 ){
		*myjpointer=0xFFFFFFFF
	}
	
}

paste below
title
description/question
action