Repositories (2)
Ozone
5 snippets stored for this repo
"What do *you* think?",
"Yes... you prick.",
"Who cares?",
"Yeah, and I'm the fucking pope.",
"Yeah, right.",
"You wish.",
"You've got to be taking the piss...",
"Yeah, and I'm the fucking pope.",
"Yeah, right.",
"You wish.",
"You've got to be taking the piss...",
"No u."
};
"Signs point to yes. Except that you were born an idiot, you will die an idiot, and nothing will change in-between.",
"Without a doubt. Nah, I’m just messing with you, go fuck yourself.",
"My sources say no. They also tell me they hate you and hope you burn in hell.",
"Outlook not so good. Especially since you’re so goddamn ugly.",
"All signs point to yes. But on second thought, go fuck yourself.",
"As if!",
public static readonly string[] Replies =
{
"Signs point to yes. Except that you were born an idiot, you will die an idiot, and nothing will change in-between.",
"Without a doubt. Nah, I’m just messing with you, go fuck yourself.",
"My sources say no. They also tell me they hate you and hope you burn in hell.",
"Yes, definitely. Unless it doesn’t happen. Listen it’s not my fault your father didn’t love you. Get off my back!",
"Outlook not so good. Especially since you’re so goddamn ugly.",
iQiPack
1 snippets stored for this repo
FILE *out = fopen(name.c_str(), "wb");
u32 size1 = Read<u32>(&buf); // Read the asset size.
u32 size2 = Read<u32>(&buf); // Read the duplicate of the asset size (why the fuck is this necessary?).
u32 offset = Read<u32>(&buf); // Read the offset of the asset within the pack.
SeekForward(&buf, 0x10);