#rpm 299

33 messages · Page 1 of 1 (latest)

neon solsticeBOT
#

@meager prism has reached level 1. GG!

tranquil snow
#

Why are you trying to use that

meager prism
tranquil snow
meager prism
# tranquil snow What are you trying to do

It replaces strings in process memory, by finding the direct address of the string that you want to replace (user input) then it passes that address and writes its memory. the program I wrote works but I can't seem to get around why that error happens and I'm having issues with UTF 16 Encoded strings (basically there are null bytes inbetween every letter). So I'm not sure if I should make the

tranquil snow
meager prism
#

I just want to

#

Just practicing and making some projects

tranquil snow
#

We won't help with this kind of stuff

meager prism
#

Why not?

#

I'm not doing anything bad lol

tranquil snow
#

There's very few legitimate reasons to do this, all the other ones are against the rules

meager prism
tranquil snow
#

Yes

compact folio
#

there arent any real reasons to do that on windows

#

this sounds like a cheat tbh

vapid walrus
#

The memory might be page_guard but idk why it would read partial

#

U can try to just read the things it didn't read again

meager prism
meager prism
compact folio
meager prism
# compact folio what is it then?

It is not an anti-cheat but rather a tool which automatizes a specific set of instructions which you could do manually to catch cheaters (term is screensharing, it is popularized in many gamee such as mc, fivem etc..) , initially I saw a python string remover in python and decided to see If I could make it in C++ and better just to practice.

neon solsticeBOT
#

@meager prism has reached level 2. GG!

meager prism
#

now it looks for strings (essentially cheat strings that a cheat would leave) in process memory inside of the game

#

Most of those games dont have an AC

#

Unless it is serversided but ofc it has its limitations so people invented screensharing

compact folio
#

just terminate the process

meager prism
# compact folio and whats the practical use?

Basically you'd run the program It would look for specific string that you input, then it prints if whether the string was found or not found

If its in the process memory then it will print meaning that ur injected and cheating, otherwise you aren't

compact folio
meager prism
#

I always check for the string in PH2