Clan Tag ChangerHas sig scanning implemented shouldn't break anytime soon. use at own risk not my fault if you get banned using it. oh forgot credit's to the people in the initial clan tag changer thread. av's: https://virusscan.jotti.org/en-US/fi...job/fqr4vi3fjc https://www.virustotal.com/en/file/1...is/1475931788/ ss: CSGO Clan Tag Changer_mpgh.net.zip9 KB · 2,073 downloads Scanning…Download & Thanks
Originally Posted by dafda01 is this changer will get vac? Originally Posted by Draig9 use at own risk not my fault if you get banned using it. Read the post next time, I'm sure the creator would say if it would give you VAC.
Originally Posted by acertainasian How do i use this? Kinda a noob at hacking n such. All i get is a dll You need to inject it to csgo.exe with injector.
Nice! Good Job! - - - Updated - - - Originally Posted by acertainasian How do i use this? Kinda a noob at hacking n such. All i get is a dll Inject it to CSGO
Originally Posted by moded Could you release the source code? I've always wondered how to change the clan tags. Code: void SetClanTag(const char* tag, const char* name) { static auto pSetClanTag = reinterpret_cast<void(__fastcall*)(const char*, const char*)>FindPattern(strenc("engine.dll"), strenc("53 56 57 8B DA 8B F9 FF 15"))); pSetClanTag(tag, name); } Credits to Dr P3pp3r
Originally Posted by AOJSdj3iopermakljh89i005rsm Code: void SetClanTag(const char* tag, const char* name) { static auto pSetClanTag = reinterpret_cast<void(__fastcall*)(const char*, const char*)>FindPattern(strenc("engine.dll"), strenc("53 56 57 8B DA 8B F9 FF 15"))); pSetClanTag(tag, name); } Credits to Dr P3pp3r Thank you for your quick reply! My only problem is the FindPattern function, any idea where I could find that?
Originally Posted by moded Thank you for your quick reply! My only problem is the FindPattern function, any idea where I could find that? how about a quick google search?