Page 2 of 6 FirstFirst 1234 ... LastLast
Results 16 to 30 of 83
  1. #16
    certmemer's Avatar
    Join Date
    Feb 2016
    Gender
    female
    Location
    Southampton
    Posts
    2,511
    Reputation
    104
    Thanks
    25,994
    https://www.mpgh.net/forum/showthread.php?t=192449 literally the first result, at least for me. stop being lazy.

  2. #17
    moded's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    This is what I got, it crashes.

    Code:
    void SetClanTag(const char* tag, const char* name)
    {
    
    	static auto pSetClanTag = reinterpret_cast<void(__fastcall*)(const char*, const char*)>(FindPattern("engine.dll", (PBYTE)"\x53 \x56 \x57 \x8B \xDA \x8B \xF9 \xFF \x15" , "xxxxxxxx"));
    
    	pSetClanTag(tag, name);
    
    }

  3. #18
    pirateFromrussia's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    FBI
    Posts
    77
    Reputation
    10
    Thanks
    1,386
    My Mood
    Twisted
    Good job m8 !
    Last edited by Gaar; 11-20-2016 at 04:40 PM.


























  4. #19
    pirateFromrussia's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    FBI
    Posts
    77
    Reputation
    10
    Thanks
    1,386
    My Mood
    Twisted
    The game crashes bro !


























  5. #20
    Gaar's Supplier's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    70
    Reputation
    10
    Thanks
    5
    My Mood
    Angelic
    Thanks for the release bro, this just helps me look so fishy but i'm really not

  6. #21
    HappyHook's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    104
    Inst this broken why is it still up?

  7. #22
    Cytooxien's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    can you get source code ?

  8. #23
    .jar's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    28
    It is detectable?

  9. #24
    Hurqueila's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Location
    Killing Self (づ。◕‿‿◕。)づ
    Posts
    334
    Reputation
    16
    Thanks
    39
    My Mood
    Devilish
    Seems cool!

  10. #25
    kissofdiss's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    101
    Reputation
    10
    Thanks
    413
    My Mood
    Cheerful
    Hmm. I am not sure if I'm missing something, but why don't you just change the tag legitimately and not risk getting banned simply for changing your tag? Seems like a silly reason to get banned but hey.


    MY COMPUTER SPECS

    CPU - i5-6600k 3.5 GHz Quad-Core

    RAM - 32 GB G.Skill Ripjaws V 2133 mhz RAM

    Motherboard - MSI Z170A SLI PLUS ATX

    Hard Drives - WD 1 TB HDD, Corsair LS Force 120 GB SSD

    Video Card - Asus STRIX GTX 970 4 GB

    Operating System - Windows 10 Pro 64-bit


    Case - Corsair Obsidian 750D

  11. #26
    Draig9's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    249
    Quote Originally Posted by kissofdiss View Post
    Hmm. I am not sure if I'm missing something, but why don't you just change the tag legitimately and not risk getting banned simply for changing your tag? Seems like a silly reason to get banned but hey.
    Please stop using horrific text.

    You can Change it to private groups clan tag's and non existing clan tag's etc... Just saying this will still work so anyone that's posted it doesn't is probably injecting wrong / using it wrong. I know this still works since I still use the same signature on my other cheats for clan tag changers and I also just downloaded and injected the dll from this thread. On a side note if you seriously need to ask for the source to this sort of thing there's really no point in me giving you it since it's been posted already pretty much except the actual console handling I made so you can change it in game etc without any hooks...

    but here this is the public function anyway...

    Code:
    void SetClanTag(const char* tag, const char* name)
    {
    	static auto _clantag = reinterpret_cast<void(__fastcall*)(const char*, const char*)>(find_pattern("engine.dll", (PBYTE)"\x53\x56\x57\x8B\xDA\x8B\xF9\xFF\x15", "xxxxxxxxx"));
    	_clantag(tag, name);
    }
    Then call it...
    SetClanTag("insertgenericclannamehere","insertgene ricclannamehere");
    it's as easy as that. Just create a thread in csgo process for a simple way of making this and that's it.

  12. #27
    kissofdiss's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    101
    Reputation
    10
    Thanks
    413
    My Mood
    Cheerful
    Quote Originally Posted by Draig9 View Post
    Please stop using horrific text.

    You can Change it to private groups clan tag's and non existing clan tag's etc... Just saying this will still work so anyone that's posted it doesn't is probably injecting wrong / using it wrong. I know this still works since I still use the same signature on my other cheats for clan tag changers and I also just downloaded and injected the dll from this thread. On a side note if you seriously need to ask for the source to this sort of thing there's really no point in me giving you it since it's been posted already pretty much except the actual console handling I made so you can change it in game etc without any hooks...

    but here this is the public function anyway...

    Code:
    void SetClanTag(const char* tag, const char* name)
    {
    	static auto _clantag = reinterpret_cast<void(__fastcall*)(const char*, const char*)>(find_pattern("engine.dll", (PBYTE)"\x53\x56\x57\x8B\xDA\x8B\xF9\xFF\x15", "xxxxxxxxx"));
    	_clantag(tag, name);
    }
    Then call it...
    SetClanTag("insertgenericclannamehere","insertgene ricclannamehere");
    it's as easy as that. Just create a thread in csgo process for a simple way of making this and that's it.
    Relax, I was just asking why people would RISK getting banned over a clan tag. No need for the hostility, and I like my text blue.


    MY COMPUTER SPECS

    CPU - i5-6600k 3.5 GHz Quad-Core

    RAM - 32 GB G.Skill Ripjaws V 2133 mhz RAM

    Motherboard - MSI Z170A SLI PLUS ATX

    Hard Drives - WD 1 TB HDD, Corsair LS Force 120 GB SSD

    Video Card - Asus STRIX GTX 970 4 GB

    Operating System - Windows 10 Pro 64-bit


    Case - Corsair Obsidian 750D

  13. #28
    33pwnt33's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    40
    Looks awesome, will try the source myself

  14. #29
    hady123123's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    1264
    Posts
    506
    Reputation
    10
    Thanks
    88
    My Mood
    Bored
    I'm gonna ask this in hopes of getting an actual answer instead of being butchered. Because believe it or not, not everyone here knows about what happens behind the magic.

    Does This Read/Write memory ? I can see it clearly changes something for this to happen, but i'm unsure what.

  15. #30
    imforpeace228's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Location
    Mars, Edom
    Posts
    81
    Reputation
    17
    Thanks
    103
    My Mood
    Yeehaw
    It's internal

    WriteProcessMemory is 100% detectable piece of shit, as well as all other external ways to hack the game

Page 2 of 6 FirstFirst 1234 ... LastLast

Similar Threads

  1. [Solved] External clan tag changer csgo
    By CameronHaxcsgo in forum Counter-Strike 2 Help
    Replies: 0
    Last Post: 02-23-2018, 09:01 PM
  2. [Request] Ayyware Name & Clan Tag Changer
    By sneakyevildogs in forum Counter-Strike 2 Coding & Resources
    Replies: 9
    Last Post: 08-17-2017, 03:09 PM
  3. [Help] Clan Tag Changer Problem with code
    By u55dx in forum Counter-Strike 2 Coding & Resources
    Replies: 12
    Last Post: 03-25-2017, 11:01 PM
  4. [Help Request] Clan Tag Changer Problem with code
    By u55dx in forum Counter-Strike 2 Help
    Replies: 2
    Last Post: 03-25-2017, 04:00 PM
  5. [Request] Clan Tag
    By Steebo in forum Combat Arms Clan Recruitment & Advertising
    Replies: 2
    Last Post: 01-25-2010, 02:36 PM