Speedi13 / ROP-COMPILER

ROP based CSGO, BF3, BF4 cheat
555 stars 97 forks source link

Why is it VAC undetected #31

Open hentaidono opened 3 years ago

hentaidono commented 3 years ago

Can you please explain me how this is UD and why .. ? And how you can say it will be UD forever I mean can I use on my main .. ? I would like to know about detection of this ROP.

Kylerupinski commented 3 years ago

Every public source cheat all have it's day.NOT recommend to use this in MM in any case.

Speedi13 commented 3 years ago

It is very hard to detect by VAC because the cheat itself doesn't have any executable code.

It is using code snippets ( called gadgets ) of legitimate windows and game libraries.

The whole cheat consists of a list of addresses where these code snippets are located. Every time you restart your computer the addresses of the windows libraries change. Therefor the list used for the cheat changes as well.

Additionally the different code snippets used are randomized.

hentaidono commented 3 years ago

It is very hard to detect by VAC because the cheat itself doesn't have any executable code.

It is using code snippets ( called gadgets ) of legitimate windows and game libraries.

The whole cheat consists of a list of addresses where these code snippets are located. Every time you restart your computer the addresses of the windows libraries change. Therefor the list used for the cheat changes as well.

Additionally the different code snippets used are randomized.

So if I add junk code then compile then use it on my main is it ok forever ? : | at least until the next game update

Speedi13 commented 3 years ago

So if I add junk code then compile then use it on my main is it ok forever ? : | at least until the next game update

No using junk code is not the answer to avoid detection. I would recommend packing and obfuscation its functions with VMProtect or similar software. You can use the VMProtect free trial version ;)

SiRTor commented 3 years ago

So practically its undetected by VAC?