h901
Paradigmatic Apprentice
Posts: 47.4828 Threads: 1
Joined: 20th Apr 2007
Reputation: 0
E-Pigs: 0.9067
|
RE: Version Spoofing Issue...
Super Sheep Wrote:Its dynamic by vshctrl.
int ver = sctrlSEGetVersion() & 0xF;
if(ver)
{
ver_info[8] = '-';
ver_info[9] = ver + '1';
You can technically change '1' to a A or something and it will progress through the level. e.g 5.00 M33-1 will be 5.00M33-A and 5.00 M33-3 will be 5.00M33-C.
Obviously this patch will be required everytime vshctrl changes.
If you want to change the 1/2/3/4.. to a dynamic value like, A/B/C/D..
goto address 0x000021D0 (in M33-3) and change 0x24440031 to 0x244400RR, where is a hexadecimal value. (0x31 = '1')
If you want to perm change the 1 value, goto 0x000021D0, replace 0x24440031 with 0x240400RR, where RR is a hexadecimal value.
for the '-' goto 0x000021D4 and replace 0x2402002D with 0x240200RR, where RR is a hexadecimal value.
can you explain it more
i don't seem to understand it properly
ok, so far I've opened the vshctrl.prx
and just say i want to change it from saying 5.00 m33-3 to version 5.00
could i change it to that or not
if not lets say i want to change it to 5.00 (without the m33-3)
how would i do it exactly
tried go to address '0x24440031' but it doesn't seem to exist in the vshctrl.prx
thanks
![[Image: h901psnps3204060xw1.gif]](http://img80.imageshack.us/img80/2353/h901psnps3204060xw1.gif)
|
|
30/10/2008 02:21 PM |
|