Unknown⠀ Cra primordial free (custom edition:D)

Unknown File - File status is unknown, use at your own risk! learn more about files status! Report copyright abuse!
VirusTotal.com Link:
steam.dll:

csgo.dll:
Analyze suspicious files to detect types of malware.
Screenshot of Cheat Menu:

View attachment 8411
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 reinject)

-> You must run steam as admin :D
- Inject steam.dll into steam.exe
- Inject csgo.dll into csgo.exe

To edit the clantag symbol, you need the bytes for it
Simple py code to get it :p

``
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=", ")
``
hey bro so i cant inject it cus it says that steam is x64 and the dll is x32, what injector should i use? i tried extreme on manual and standard and sol on manual and standard
 
Last edited:
Back
Top