Hello guys this is just another script for c++! Hope you enjoy :)
I am using Bad Luck Brian's universal RPC for this! Get it HERE.
Credits - Me making script
Notorious - Offsets
I am using Bad Luck Brian's universal RPC for this! Get it HERE.
Code:
char* Keyboard(char* Title = "", char* PresetText = "", int MaxLength = 64)
{
RPC::CALL(6, 0x3652A8, 0, Title, PresetText, MaxLength, 0, 0xa69578, 0xa70118);
while (Mem::ReadInt(0xA8CD64, 1) != 0)
continue;
return Mem::ReadString(0x29F0E22);
}
Notorious - Offsets