What's new

Ghosts Server Files w/PDB

  • Thread starter CraigChrist8239
  • Start date
  • Views 23,306
CraigChrist8239

CraigChrist8239

VIP
VIP
Hardened Veteran Experienced Veteran Grizzled Veteran
Messages
2,641
Reaction score
3,924
Points
660
Sin$
-7
NOTE: I was not the first person to get this, all credit goes to the person in the link.
Keep in mind that this runs on a server and not on the actual consoles, so the structures and functions are mostly from PC.

Also @ THE MODS, if you want a virus scan of this, you upload it. Its over a gig all together so... Its not supposed to be ran anyway...
http://www.unknowncheats.me/forum/c...db-ps3-ps4-xbox-360-xbox-one.html#post1126020

These are used for dedicated server hosting
Xbox 360: https://mega.co.nz/#!ZY4yGRIZ!rcUkY_VXH0AYm28IAlEhVTdrDyceo2wshQadoFdfa_0
Xbox One: https://mega.co.nz/#!xdZwRbrZ!ptRy2oR6O-tlbGjfPctKkp_JVX9acO-5hK414R_L1Z0
PS4: https://mega.co.nz/#!rU031ShZ!Y3XpCfXQjSRGmgpc-_olgs1hvdVqymN1fC9qq9KZQx8
PS3: https://mega.co.nz/#!dxxwFZQR!M0Bg6tDxk6sDd2S1oU4itWzuLD9zHx3lvR-gr1C1Jf8


Unfortunately legal action has stopped these mega links. As usual I'm dedicated to distributing public information, so heres some reups...

Mirror 1: 0%
Private hosting index of zips.
http://xbox-underground.com/pdb/
Thanks ******


Mirror 2: 0%
Secure private hosting index of zips.
http://c0dleaks.tk/
Thanks Fear.


Mirror 3: 100%
My favorite hosting, no hosting. Here are magnet links with the server files in a torrent. Please be sure to seed to at least a 1.1 ratio.
Code:
magnet:?xt=urn:btih:DB70DA5B5292B579EEBAEFE1671D573F2EDCE2AB&dn=Ghosts&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.publicbt.com%3a80%2fannounce
Open your torrenting client, File -> Add torrent from URL. Copy this link into the box and add.
 
Last edited:
CraigChrist8239

CraigChrist8239

VIP
VIP
Hardened Veteran Experienced Veteran Grizzled Veteran
Messages
2,641
Reaction score
3,924
Points
660
Sin$
-7
What can you do with this?
...............

Fine, since no one can apparently remember what a pdb is for... This will let you answer almost any question about a function/structure/etc, really anything. Want the whole hud element structure?
Code:
struct hudelem_s
{
  he_type_t type;
  float x;
  float y;
  float z;
  int targetEntNum;
  float fontScale;
  float fromFontScale;
  int fontScaleStartTime;
  int fontScaleTime;
  int font;
  int alignOrg;
  int alignScreen;
  hudelem_color_t color;
  hudelem_color_t fromColor;
  int fadeStartTime;
  int fadeTime;
  int label;
  int width;
  int height;
  int materialIndex;
  int fromWidth;
  int fromHeight;
  int scaleStartTime;
  int scaleTime;
  float fromX;
  float fromY;
  int fromAlignOrg;
  int fromAlignScreen;
  int moveStartTime;
  int moveTime;
  int time;
  int duration;
  float value;
  int text;
  float sort;
  hudelem_color_t glowColor;
  int fxBirthTime;
  int fxLetterTime;
  int fxDecayStartTime;
  int fxDecayDuration;
  int soundID;
  int flags;
};
Its all there. Want to know exactly how the challenges work?
Code:
int LiveAntiCheat_ProcessChallengeResponse(const int controllerindex_in, LiveAntiCheatPendingChallenge *pendingChallenge)
Pretty much everything you could ever want to know about Ghosts (and since AW is mostly copy and paste from Ghosts, about AW too...)

EDIT: I can't believe I actually had to explain that.... Does no one remember the CoD4 PDB that was leaked ages ago? People went ape**** for that, and now Bo1 and Ghosts pdbs have been leaked and no one seems to care?
 
XboxLiveLogon

XboxLiveLogon

The Suspense is Keeping me Alive!
VIP
Retired
Bug Finder Scaling the Mountain
Messages
5,439
Reaction score
4,298
Points
1,330
Sin$
0
Great release!
 
ProcykModding

ProcykModding

Enthusiast
Messages
223
Reaction score
42
Points
85
Sin$
0
I have never heard of this..... could this be more effective then IDA to look closer into demonware?
 
F I R E

F I R E

Knowledge is power.
Messages
427
Reaction score
100
Points
85
Sin$
7
NOTE: I was not the first person to get this, all credit goes to the person in the link.
Keep in mind that this runs on a server and not on the actual consoles, so the structures and functions are mostly from PC.

Also @ THE MODS, if you want a virus scan of this, you upload it. Its over a gig all together so... Its not supposed to be ran anyway...
http://www.unknowncheats.me/forum/c...db-ps3-ps4-xbox-360-xbox-one.html#post1126020

These are used for dedicated server hosting
Xbox 360: https://mega.co.nz/#!ZY4yGRIZ!rcUkY_VXH0AYm28IAlEhVTdrDyceo2wshQadoFdfa_0
Xbox One: https://mega.co.nz/#!xdZwRbrZ!ptRy2oR6O-tlbGjfPctKkp_JVX9acO-5hK414R_L1Z0
PS4: https://mega.co.nz/#!rU031ShZ!Y3XpCfXQjSRGmgpc-_olgs1hvdVqymN1fC9qq9KZQx8
PS3: https://mega.co.nz/#!dxxwFZQR!M0Bg6tDxk6sDd2S1oU4itWzuLD9zHx3lvR-gr1C1Jf8
Amazing release! CraigChrist8239 CraigChrist8239
 
D1G1TAL

D1G1TAL

║▌││║▌║││║▌│║║│▌ ɴзтшøяkзđ
Hardened Veteran Modder Stickied
Messages
2,635
Reaction score
1,644
Points
555
Sin$
7
Mediafire deleted my account so that's out of the question. I'll try to find a good host without the annoying Captcha as a back up if any one on that site re-uploads them.
 
Last edited:
CraigChrist8239

CraigChrist8239

VIP
VIP
Hardened Veteran Experienced Veteran Grizzled Veteran
Messages
2,641
Reaction score
3,924
Points
660
Sin$
-7
Mediafire deleted my account so that's out of the question. I'll try to find a good host without the annoying Captcha.
I'm more looking for a host with balls.... maybe an offshore host? O, and its gotta be free.
 
CraigChrist8239

CraigChrist8239

VIP
VIP
Hardened Veteran Experienced Veteran Grizzled Veteran
Messages
2,641
Reaction score
3,924
Points
660
Sin$
-7
Can't you just upload this on your hosting? Anyway, I guess, everyone who really needed this, already downloaded all files.
Well our site doesn't really have a lot of disk space or bandwidth... Not only that, but someone else is paying for them from a company, and I'm sure they wouldn't hesitate to shut our site down (again).

I'm thinking about setting up a torrent, and then seeding to some friends and seedboxs before going public with it. Usually when I set up a torrent though it completely fails so we'll see...
 
CraigChrist8239

CraigChrist8239

VIP
VIP
Hardened Veteran Experienced Veteran Grizzled Veteran
Messages
2,641
Reaction score
3,924
Points
660
Sin$
-7
I can host them, going to check on a few things first. :smile:
What would the hosting be like? I mean, what are the percentages it gets taken down with minor legal action (a letter from a PI/in the mail)?

It'd be great if 7S could host it directly, but I'm sure they don't want to get involved either....
 
Proto

Proto

Getting There
Messages
263
Reaction score
144
Points
180
Sin$
0
What would the hosting be like? I mean, what are the percentages it gets taken down with minor legal action (a letter from a PI/in the mail)?

It'd be great if 7S could host it directly, but I'm sure they don't want to get involved either....

Likely to none, pm me or add me on aim.
 
Top Bottom
Login
Register