Post: Ghost Bypass IDC for 1.09+ !!!
03-08-2014, 09:58 AM #1
ErasedDev
Climbing up the ladder
(adsbygoogle = window.adsbygoogle || []).push({}); HI Everyone Hi today I released my first IDC Script for the Anti ban on Ghost
I hope you it enjoy
Ps. this will work until they patch it


How to Use
     Well you will need IDA pro plus PS3 loaders
and Ghost's EBOOT.elf or default_mp.elf after you completely load the .elf file with IDA ,
Go to IDA pro in File scroll down to Script File and choose it.
It'll auto search for the functions
then a message will pop up in the output window.


This is how i disable it on 1.09 so it don't freeze
    
006F560C set { 0x39 , 0x00 , 0x00 , 0x02 }
006F5298 set { 0x38 , 0x60 , 0x00 , 0x02 }
006F6314 set { 0x38 , 0xC0 , 0x00 , 0x02 }
006F6318 set { 0x30 , 0xE7 , 0x00 , 0x00 }


IDC Script
    #include <idc.idc>
// All Credits to Kyza and SC58 for first porting it to ps3 xD
//
static GhostSucks()
{
auto Penis;
for(Penis= 0; Penis != BADADDR; Penis = Penis+ 4)
{
Penis = FindBinary(Penis, SEARCH_DOWN, "7C 3F 0B 78 7C 83 23 78");
if(Penis == BADADDR)
{
Message("DemonWare Reportconsoled found\n");
break;
}
Message("DemonWare Reportconsoled BL will be your function : 0x%08X\n", Penis + 1240);
break;
}
auto TITS;
for(TITS= 0; TITS != BADADDR; TITS = TITS + 4)
{
TITS= FindBinary(TITS, SEARCH_DOWN, "63 23 00 00 2C 05 00 00");
if(TITS == BADADDR)
{
Message(" DemonWare answerChallenges wasn't found\n");
break;
}
Message("DemonWare answerChallenges : 0x%08X\n", TITS- 168 );
break;
}
auto Ass;
for( Ass = 0; Ass != BADADDR; Ass = Ass + 4)
{
Ass= FindBinary(Ass, SEARCH_DOWN, "60 C3 00 00 60 86 00 00 2C 03 00 00");
if(Ass == BADADDR)
{
Message(" DemonWare ConsoleIdHasValue wasn't found\n");
break;
}
Message("DemonWare ConsoleIdHasValue : 0x%08X\n", Ass- 44 );
break;
}

}

static main()
{
GhostSucks();
Message(" All AntiBan functions were found!\nGhostBypass IDC created by ErasedDev!\n");
}



You must login or register to view this content.

Credits:
Kyza for Reversing the Demonware and SC58 for first porting it to ps3
(adsbygoogle = window.adsbygoogle || []).push({});

The following 20 users say thank you to ErasedDev for this useful post:

-SuperMan, Absolute Zero, Beard-i, br0wniiez, BuC-ShoTz, coreconfusion, FAKA_ELITE, iMoDz-Baptiste, ImSooCool, Mango_Knife, milky4444, Mythusala, Notorious, RatchetBooty, Taylors Bish, ThePaaqoHD, VezahMoDz, ZMK-iNFiNiTY, zSunriseModz
03-08-2014, 10:31 AM #2
Mango_Knife
In my man cave
Originally posted by ErasedDev View Post
HI Everyone Hi today I released my first IDC Script for the Anti ban on Ghost
I hope you it enjoy
Ps. this will work until they patch it


How to Use
     Well you will need IDA pro plus PS3 loaders
and Ghost's EBOOT.elf or default_mp.elf after you completely load the .elf file with IDA ,
Go to IDA pro in File scroll down to Script File and choose it.
It'll auto search for the functions
then a message will pop up in the output window.


This is how i disable it on 1.09 so it don't freeze
    
006F560C set { 0x39 , 0x00 , 0x00 , 0x02 }
006F5298 set { 0x38 , 0x60 , 0x00 , 0x02 }
006F6314 set { 0x38 , 0xC0 , 0x00 , 0x02 }
006F6318 set { 0x30 , 0xE7 , 0x00 , 0x00 }


IDC Script
    #include <idc.idc>
// All Credits to Kyza and SC58 for first porting it to ps3 xD
//
static GhostSucks()
{
auto Penis;
for(Penis= 0; Penis != BADADDR; Penis = Penis+ 4)
{
Penis = FindBinary(Penis, SEARCH_DOWN, "7C 3F 0B 78 7C 83 23 78");
if(Penis == BADADDR)
{
Message("DemonWare Reportconsoled found\n");
break;
}
Message("DemonWare Reportconsoled BL will be your function : 0x%08X\n", Penis + 1240);
break;
}
auto TITS;
for(TITS= 0; TITS != BADADDR; TITS = TITS + 4)
{
TITS= FindBinary(TITS, SEARCH_DOWN, "63 23 00 00 2C 05 00 00");
if(TITS == BADADDR)
{
Message(" DemonWare answerChallenges wasn't found\n");
break;
}
Message("DemonWare answerChallenges : 0x%08X\n", TITS- 168 );
break;
}
auto Ass;
for( Ass = 0; Ass != BADADDR; Ass = Ass + 4)
{
Ass= FindBinary(Ass, SEARCH_DOWN, "60 C3 00 00 60 86 00 00 2C 03 00 00");
if(Ass == BADADDR)
{
Message(" DemonWare ConsoleIdHasValue wasn't found\n");
break;
}
Message("DemonWare ConsoleIdHasValue : 0x%08X\n", Ass- 44 );
break;
}

}

static main()
{
GhostSucks();
Message(" All AntiBan functions were found!\nGhostBypass IDC created by ErasedDev!\n");
}



You must login or register to view this content.

Credits:
Kyza and SC58


This shit goes right into my tool Awesome face

The following user thanked Mango_Knife for this useful post:

FAKA_ELITE
03-08-2014, 12:00 PM #3
VezahMoDz
Do a barrel roll!
Originally posted by Knife View Post
This shit goes right into my tool Awesome face


Well this is an IDC script for IDA lel stare
03-08-2014, 01:10 PM #4
Mythusala
Rekt It Ralph
Thanks Dev Just Finished making my eboot for this haha it works amazingly.....
03-08-2014, 03:58 PM #5
coreconfusion
I defeated!
im sorry, but did nobody else laugh outloud at "auto TITS" in that script?? lmfao


go go gadget auto tits!

btw, nice work.

The following 2 users say thank you to coreconfusion for this useful post:

ErasedDev,
03-08-2014, 05:35 PM #6
Smooth
< ^ > < ^ >
thats a lot of penis 0_O
03-08-2014, 05:39 PM #7
Absolute Zero
Do your homework, fool.
Originally posted by ErasedDev View Post
HI Everyone Hi today I released my first IDC Script for the Anti ban on Ghost
I hope you it enjoy
Ps. this will work until they patch it


How to Use
     Well you will need IDA pro plus PS3 loaders
and Ghost's EBOOT.elf or default_mp.elf after you completely load the .elf file with IDA ,
Go to IDA pro in File scroll down to Script File and choose it.
It'll auto search for the functions
then a message will pop up in the output window.


This is how i disable it on 1.09 so it don't freeze
    
006F560C set { 0x39 , 0x00 , 0x00 , 0x02 }
006F5298 set { 0x38 , 0x60 , 0x00 , 0x02 }
006F6314 set { 0x38 , 0xC0 , 0x00 , 0x02 }
006F6318 set { 0x30 , 0xE7 , 0x00 , 0x00 }


IDC Script
    #include <idc.idc>
// All Credits to Kyza and SC58 for first porting it to ps3 xD
//
static GhostSucks()
{
auto Penis;
for(Penis= 0; Penis != BADADDR; Penis = Penis+ 4)
{
Penis = FindBinary(Penis, SEARCH_DOWN, "7C 3F 0B 78 7C 83 23 78");
if(Penis == BADADDR)
{
Message("DemonWare Reportconsoled found\n");
break;
}
Message("DemonWare Reportconsoled BL will be your function : 0x%08X\n", Penis + 1240);
break;
}
auto TITS;
for(TITS= 0; TITS != BADADDR; TITS = TITS + 4)
{
TITS= FindBinary(TITS, SEARCH_DOWN, "63 23 00 00 2C 05 00 00");
if(TITS == BADADDR)
{
Message(" DemonWare answerChallenges wasn't found\n");
break;
}
Message("DemonWare answerChallenges : 0x%08X\n", TITS- 168 );
break;
}
auto Ass;
for( Ass = 0; Ass != BADADDR; Ass = Ass + 4)
{
Ass= FindBinary(Ass, SEARCH_DOWN, "60 C3 00 00 60 86 00 00 2C 03 00 00");
if(Ass == BADADDR)
{
Message(" DemonWare ConsoleIdHasValue wasn't found\n");
break;
}
Message("DemonWare ConsoleIdHasValue : 0x%08X\n", Ass- 44 );
break;
}

}

static main()
{
GhostSucks();
Message(" All AntiBan functions were found!\nGhostBypass IDC created by ErasedDev!\n");
}



You must login or register to view this content.

Credits:
Kyza and SC58

Nice work and funny way of typing it out haha =D

The following user thanked Absolute Zero for this useful post:

ErasedDev
03-08-2014, 06:18 PM #8
Notorious
Caprisuns Is Back
Originally posted by ErasedDev View Post
HI Everyone Hi today I released my first IDC Script for the Anti ban on Ghost
I hope you it enjoy
Ps. this will work until they patch it


How to Use
     Well you will need IDA pro plus PS3 loaders
and Ghost's EBOOT.elf or default_mp.elf after you completely load the .elf file with IDA ,
Go to IDA pro in File scroll down to Script File and choose it.
It'll auto search for the functions
then a message will pop up in the output window.


This is how i disable it on 1.09 so it don't freeze
    
006F560C set { 0x39 , 0x00 , 0x00 , 0x02 }
006F5298 set { 0x38 , 0x60 , 0x00 , 0x02 }
006F6314 set { 0x38 , 0xC0 , 0x00 , 0x02 }
006F6318 set { 0x30 , 0xE7 , 0x00 , 0x00 }


IDC Script
    #include <idc.idc>
// All Credits to Kyza and SC58 for first porting it to ps3 xD
//
static GhostSucks()
{
auto Penis;
for(Penis= 0; Penis != BADADDR; Penis = Penis+ 4)
{
Penis = FindBinary(Penis, SEARCH_DOWN, "7C 3F 0B 78 7C 83 23 78");
if(Penis == BADADDR)
{
Message("DemonWare Reportconsoled found\n");
break;
}
Message("DemonWare Reportconsoled BL will be your function : 0x%08X\n", Penis + 1240);
break;
}
auto TITS;
for(TITS= 0; TITS != BADADDR; TITS = TITS + 4)
{
TITS= FindBinary(TITS, SEARCH_DOWN, "63 23 00 00 2C 05 00 00");
if(TITS == BADADDR)
{
Message(" DemonWare answerChallenges wasn't found\n");
break;
}
Message("DemonWare answerChallenges : 0x%08X\n", TITS- 168 );
break;
}
auto Ass;
for( Ass = 0; Ass != BADADDR; Ass = Ass + 4)
{
Ass= FindBinary(Ass, SEARCH_DOWN, "60 C3 00 00 60 86 00 00 2C 03 00 00");
if(Ass == BADADDR)
{
Message(" DemonWare ConsoleIdHasValue wasn't found\n");
break;
}
Message("DemonWare ConsoleIdHasValue : 0x%08X\n", Ass- 44 );
break;
}

}

static main()
{
GhostSucks();
Message(" All AntiBan functions were found!\nGhostBypass IDC created by ErasedDev!\n");
}



You must login or register to view this content.

Credits:
Kyza and SC58


aahh man it still freeze
03-08-2014, 06:19 PM #9
ErasedDev
Climbing up the ladder
Originally posted by Prime
aahh man it still freeze
Did you try it on your tool ?
03-08-2014, 06:22 PM #10
Notorious
Caprisuns Is Back
Originally posted by ErasedDev View Post
Did you try it on your tool ?


nah it was in my eboot and i have put those bytes at those adresses

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo