Quantcast
Viewing all articles
Browse latest Browse all 27691

[C++] In Game Keyboard

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.

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);
}

Credits - Me making script
Notorious - Offsets

Viewing all articles
Browse latest Browse all 27691

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>