|
link to this page:
http://pastebin.antiyes.com/pastebin/index279.html
download this file: click here
|
description/question: that thing that haxors do with those devices when they get bored.
|
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
|
|
//Crt0_prx
//Includes
#define _PSP_FW_VERSION 150
#include <pspkernel.h>
#include <pspkerneltypes.h>
#include <pspmoduleinfo.h>
#include <pspiofilemgr.h>
#include <pspmodulemgr.h>
#include <pspthreadman.h>
#include <pspwlan.h>
#include <stdlib.h>
#include <pspchnnlsv.h>
#include <pspctrl.h>
#include <string.h>
#include <pspctrl_kernel.h>
#include <pspdisplay.h>
#include <pspdisplay_kernel.h>
#include <pspthreadman_kernel.h>
#include <pspumd.h>
#include "anti.h"
//Defines
PSP_MODULE_INFO("Antiboot PRX", 0x3008, 1, 2); //0x3007
PSP_MAIN_THREAD_ATTR(0); //0 for kernel mode too
//Globals
SceUID thid;
unsigned char gameId[10];
unsigned int running=0;
unsigned int *antiboot0=(unsigned int*) (0x004c0000+0x08800000);
unsigned int *antiboot1=(unsigned int*) (0x004c0004+0x08800000);
unsigned int *antiboot2=(unsigned int*) (0x004c0008+0x08800000);
unsigned int *antiboot3=(unsigned int*) (0x004c000c+0x08800000);
unsigned int *antiboot4=(unsigned int*) (0x004c0014+0x08800000);
unsigned int *antiboot5=(unsigned int*) (0x004c001c+0x08800000);
unsigned int *antiboot6=(unsigned int*) (0x004c0020+0x08800000);
unsigned int *antiboot7=(unsigned int*) (0x004c0024+0x08800000);
unsigned int *antiboot8=(unsigned int*) (0x004c0028+0x08800000);
unsigned int *antiboot9=(unsigned int*) (0x004c002c+0x08800000);
unsigned int *antibootA=(unsigned int*) (0x004c0030+0x08800000);
unsigned int *antibootB=(unsigned int*) (0x004c0034+0x08800000);
unsigned int *antibootC=(unsigned int*) (0x004c0038+0x08800000);
unsigned int *antibootD=(unsigned int*) (0x004c003c+0x08800000);
unsigned int *antibootE=(unsigned int*) (0x002eb11c+0x08800000);
unsigned int *antibootF=(unsigned int*) (0x002eb120+0x08800000);
unsigned int *antibootG=(unsigned int*) (0x000cf908+0x08800000);
unsigned int *antibootH=(unsigned int*) (0x000ced90+0x08800000);
unsigned int *antibootI=(unsigned int*) (0x000cf9c4+0x08800000);
unsigned int *antibootJ=(unsigned int*) (0x000d0208+0x08800000);
unsigned int *antibootK=(unsigned int*) (0x000cf9f4+0x08800000);
unsigned int *packet1=(unsigned int*) (0x000cff10+0x08800000);
unsigned int *packet2=(unsigned int*) (0x000cff18+0x08800000);
unsigned int *packet3=(unsigned int*) (0x000f4a3c+0x08800000);
unsigned int *packet4=(unsigned int*) (0x000ce508+0x08800000);
unsigned int *packet5=(unsigned int*) (0x000ce500+0x08800000);
unsigned int *packet6=(unsigned int*) (0x000cec30+0x08800000);
unsigned int *packet7=(unsigned int*) (0x000cec38+0x08800000);
unsigned int *packet8=(unsigned int*) (0x000cf786+0x08800000);
unsigned int *packet9=(unsigned int*) (0x000ce3f8+0x08800000);
unsigned int *packetA=(unsigned int*) (0x000ce3f0+0x08800000);
unsigned int *packetB=(unsigned int*) (0x000cf768+0x08800000);
unsigned int *packetC=(unsigned int*) (0x000ce760+0x08800000);
unsigned int *packetD=(unsigned int*) (0x000ce6cc+0x08800000);
unsigned int *packetE=(unsigned int*) (0x000ce6c4+0x08800000);
unsigned int *packetF=(unsigned int*) (0x000cf9fc+0x08800000);
unsigned int *packetG=(unsigned int*) (0x000cec8c+0x08800000);
unsigned int *packetH=(unsigned int*) (0x000cec84+0x08800000);
unsigned int *packetI=(unsigned int*) (0x000d00cc+0x08800000);
unsigned int *packetJ=(unsigned int*) (0x000d00c4+0x08800000);
unsigned int *packetK=(unsigned int*) (0x000cdc0c+0x08800000);
unsigned int *packetL=(unsigned int*) (0x000cdc04+0x08800000);
unsigned int *packetM=(unsigned int*) (0x000ce15c+0x08800000);
unsigned int *packetN=(unsigned int*) (0x000ce13c+0x08800000);
unsigned int *packetO=(unsigned int*) (0x000cf6cc+0x08800000);
unsigned int *packetP=(unsigned int*) (0x000cf6c4+0x08800000);
unsigned int *packetQ=(unsigned int*) (0x000ce334+0x08800000);
//Functions
int module_start(SceSize args, void *argp) __attribute__((alias("_start")));
int module_stop(SceSize args, void *argp) __attribute__((alias("_stop")));
int mainThread()
{
signed int fd;
unsigned int counter=0;
//here is running he's a nice little interger set to 1 by default this sets your "running loop" in your main loop to start by default
running=1;
//Wait for the kernel to boot up
sceKernelDelayThread(15000000);
while(!sceKernelFindModuleByName("sceKernelLibrary"))
sceKernelDelayThread(100000);
sceKernelDelayThread(100000);
//Find the GAME ID
do
{
fd=sceIoOpen("disc0:/UMD_DATA.BIN", PSP_O_RDONLY, 0777);
sceKernelDelayThread(10000);
} while(fd<=0);
sceIoRead(fd, gameId, 10);
sceIoClose(fd);
//Compare the gameID to see if the game is SOCOM FTB1
//ME ME ME !!! this function here is says stop running if the string isnt = to said game id in which case this is ftb1
if(strncmp(gameId, "UCUS-98615", 10))
{
//actualy this does not mean game isnt socom this means running is = to 0 therefore stop.
running=0;
//exit the program because i say so bitch.
return 0;
}
//I forgot this little bit here called the "while loop" this is the important part you'll see why
//you were missing the running loop, this is what that function just above there tells to stop.
while(running){
//OK Here is the hex for anti boot
*antiboot0=0x3c1908cc;
*antiboot1=0x34180050;
*antiboot2=0x8f2f01fc;
*antiboot3=0x15e00003;
*antiboot4=0x15d80006;
*antiboot5=0x34020004;
*antiboot6=0x34110002;
*antiboot7=0x34120008;
*antiboot8=0x34130002;
*antiboot9=0x34140006;
*antibootA=0x00408021;
*antibootB=0x3c0208d0;
*antibootC=0x00007020;
*antibootD=0x0a2bac49;
*antibootE=0x0a330000;
*antibootF=0x00000000;
*antibootG=0x340e0050;
*antibootH=0x340e0050;
*antibootI=0x340e0050;
*antibootJ=0x340e0050;
*antibootK=0x340e0050;
*packet1=0x34080040;
*packet2=0x34080002;
*packet3=0x34080002;
*packet4=0x34080004;
*packet5=0x34080040;
*packet6=0x34080040;
*packet7=0x34080004;
*packet8=0x34080004;
*packet9=0x34080004;
*packetA=0x34080040;
*packetB=0x34080004;
*packetC=0x34080040;
*packetD=0x34080008;
*packetE=0x34080040;
*packetF=0x34080004;
*packetG=0x34080006;
*packetH=0x34080040;
*packetI=0x34080006;
*packetJ=0x34080040;
*packetK=0x34080008;
*packetL=0x34080040;
*packetM=0x34080008;
*packetN=0x34080040;
*packetO=0x34080008;
*packetP=0x34080040;
*packetQ=0x34080003;
}
return 0;
}
int _start(SceSize args, void *argp)
{
//Create thread
thid=sceKernelCreateThread("PenisThread", &mainThread, 0x18, 0x1000, 0, NULL);
//Start thread
if(thid >= 0) sceKernelStartThread(thid, 0, NULL);
return 0;
}
int _stop(SceSize args, void *argp)
{
running=0;
sceKernelTerminateThread(thid);
return 0;
}
|
|
|
|
|