What's new

Welcome to HvH Forum!

SignUp Now! Download Free HvH CS2/CS:GO Cheats, CFG, LUA/JS Scripts, And More!


SignUp Now!
Risk File - Potentially malicious, use at your own risk! learn more about files status! Report copyright abuse!
Newbie HvHer
User ID
92232
Messages
5
Reactions
1
Level
3
Some random new cheat by mmr-x or whatever skiddish oh no idk
Did not test cheat at all, dunno if it's shit or not, it's protected by VMP (but it's 32-bit (don't think it performs heaven's gate didn't check) so go have fun with devirt :3)

Usage:
1. Run LegacyEmu.exe
2. Run Loader.exe
3. Paste the full localhost URL without the quotations into the redirect follower
4. Press "OK" on their 'tarded messagebox once shown
5. Launch CSGO
6. ???
7. Bomb Israel

You have been banned for the following reason: free attempt.. >_<
 
Administrator
User ID
1
Messages
1,842
Reactions
4,128
Level
99
Risk File: Potentially unsafe, use at your own risk!
Reason: Observed behavior is unusual and warrants caution as a potential threat, though definitive malicious patterns are unconfirmed.
 
Newbie HvHer
User ID
92232
Messages
5
Reactions
1
Level
3
make sure to run emu as admin cause it needs to gen a cert n install to root authorities
albeit the cheat is utter dogshit wouldnt use it much if you paid me to lmao

manual gen:

Code:
echo Generating necessary certificates^.^.^.
rmdir /s /q %USERPROFILE%\Documents\cert 2>nul
mkdir %USERPROFILE%\Documents\cert 2>nul

> %USERPROFILE%\Documents\cert\tls.cnf (
echo [ req ]
echo distinguished_name = dn
echo prompt = no
echo.
echo [ dn ]
echo CN = legacy-cheats.fun
echo.
echo [ v3 ]
echo basicConstraints = CA:FALSE
echo keyUsage = digitalSignature
echo subjectAltName = DNS:legacy-cheats.fun
echo [ alt_names ]
echo DNS.1 = legacy-cheats.fun
)

> %USERPROFILE%\Documents\cert\ca.cnf (
echo [ v3_ca ]
echo basicConstraints = CA:TRUE
)

openssl genrsa -out %USERPROFILE%\Documents\cert\root.key 4096
openssl req -x509 -new -key %USERPROFILE%\Documents\cert\root.key -sha256 -days 825 -out %USERPROFILE%\Documents\cert\root.pem -subj "/CN=legacy-cheats.fun"
certutil -addstore root %USERPROFILE%\Documents\cert\root.pem

openssl genrsa -out %USERPROFILE%\Documents\cert\tls.key 2048
openssl req -new -key %USERPROFILE%\Documents\cert\tls.key -out %USERPROFILE%\Documents\cert\tls.csr -config %USERPROFILE%\Documents\cert\tls.cnf
openssl x509 -req -in %USERPROFILE%\Documents\cert\tls.csr -CA %USERPROFILE%\Documents\cert\root.pem -CAkey %USERPROFILE%\Documents\cert\root.key -CAcreateserial -out %USERPROFILE%\Documents\cert\tls.crt -days 365 -sha256 -extfile %USERPROFILE%\Documents\cert\tls.cnf -extensions v3

openssl genpkey -algorithm ed25519 -out %USERPROFILE%\Documents\cert\ed.key
openssl pkey -in %USERPROFILE%\Documents\cert\ed.key -pubout -out %USERPROFILE%\Documents\cert\ed.pub
 

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.

Top