Rookie HvHer
- User ID
- 13932
- Messages
- 46
- Reactions
- 6
- Level
- 9
VirusTotal.com Link:
primordial.exe:
Screenshot of Cheat Menu:

CFG Path: Steam\steamapps\common\Counter-Strike Global Offensive\primordial
In this edition you can customize so many things (clantag, clantag symbol, uid, user name, and build type [ac130 or dev])
You can find the file (user.json) at primordial folder after the first inject. (after you edit it you must re-inject)
If you crash while injecting, and the error is not related to C++ REDS error, then simply re-inject, the developer (ducarii) of the hack is a bit silly
If you crash like when the hack tries to shoot (datacache error), or when you see an enemy, clear up the launch args
If the error is related to C++ REDS, such as msvcp.... etc then please install latest C++ REDS x64, x86 from these links;
What changed since the first release?
- You don't need an injector anymore, just launch the loader, you don't need to use insecure
- Few fixes, maybe better error handling?? I doubt it XD
- Also, skin-changer won;'t cause a crash on shit maps, it'll just stop working instead XD (just like on every other hack)
-> You must run steam as admin
- Launch the client as admin
To edit the clantag symbol, you need the bytes for it
Simple py code to get it
primordial.exe:
Screenshot of Cheat Menu:

CFG Path: Steam\steamapps\common\Counter-Strike Global Offensive\primordial
In this edition you can customize so many things (clantag, clantag symbol, uid, user name, and build type [ac130 or dev])
You can find the file (user.json) at primordial folder after the first inject. (after you edit it you must re-inject)
If you crash while injecting, and the error is not related to C++ REDS error, then simply re-inject, the developer (ducarii) of the hack is a bit silly
If you crash like when the hack tries to shoot (datacache error), or when you see an enemy, clear up the launch args
If the error is related to C++ REDS, such as msvcp.... etc then please install latest C++ REDS x64, x86 from these links;
You must be registered for see links
You must be registered for see links
What changed since the first release?
- You don't need an injector anymore, just launch the loader, you don't need to use insecure
- Few fixes, maybe better error handling?? I doubt it XD
- Also, skin-changer won;'t cause a crash on shit maps, it'll just stop working instead XD (just like on every other hack)
-> You must run steam as admin
- Launch the client as admin
To edit the clantag symbol, you need the bytes for it
Simple py code to get it
Code:
def convert(symbol):
utf8_bytes = symbol.encode('utf-8')
byte_values = [byte for byte in utf8_bytes]
return byte_values
for byte in convert("♡"): # the symbol
print(byte, end=", ")
Password for .zip file is hvh.net
Last edited by a moderator:
