skCrypt - A useful tool for crypting strings in CPP

Currently reading:
 skCrypt - A useful tool for crypting strings in CPP

jerkychicken323

Member
LV
1
Joined
Jun 23, 2024
Threads
6
Likes
3
Awards
3
Credits
470©
Cash
0$

A useful tool for anti-virus string encryption and also helps with cheat development.
Useage:
Include header file
wrap strings in skCrypt()

All usages of skCrypt are decrypted automatically on invokation:
auto string = skCrypt("Hello World"); std::cout << string << std::endl; // Output: // > Hello World
Link:

Screenshot 2024 06 26 210406
 

jallthoom

PRO Member
Member
LV
0
Joined
Jul 10, 2024
Threads
0
Likes
7
Awards
2
Credits
1,111©
Cash
0$
Crax.Shop UG
jallthoom

A useful tool for anti-virus string encryption and also helps with cheat development.
Useage:
Include header file
wrap strings in skCrypt()

All usages of skCrypt are decrypted automatically on invokation:
auto string = skCrypt("Hello World"); std::cout << string << std::endl; // Output: // > Hello World
Link:
*** Hidden text: cannot be quoted. ***

View attachment 223959
thank you
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips

Similar threads

Top Bottom