(03-23-2019 - 08:02 PM)Aldairhacker Wrote: (03-23-2019 - 01:13 PM)giorgi12 Wrote:
Credits for : Rfood X Modz
More Leaks Comming Soon
Do you have printTwo function?
char Buffer0[300];
const char printTwo(const char One, const char* Two)
{
sprintf(Buffer0, "%s%s", One, Two);
return Buffer0;
}