Page 3 of 6 FirstFirst 12345 ... LastLast
Results 31 to 45 of 83
  1. #31
    Trol553's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    5,322
    Reputation
    453
    Thanks
    1,717
    My Mood
    Aggressive
    Quote Originally Posted by .jar View Post
    It is detectable?
    every cheat is

  2. #32
    </>'s Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1
    Good stuff man, thanks

  3. #33
    zyga01's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed
    Thanks man

  4. #34
    rpsk's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    28
    Reputation
    14
    Thanks
    18
    My Mood
    Mellow
    Thanks man

  5. #35
    v0nbuster's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    5
    My Mood
    Tired
    This causes mad FPS lag

  6. #36
    HarryMidnight's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Location
    Latvia and Canary isles
    Posts
    932
    Reputation
    33
    Thanks
    151
    My Mood
    Busy
    Is this still working?

  7. #37
    chxtose's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Location
    In Your Dream
    Posts
    62
    Reputation
    17
    Thanks
    6
    hahhaah,seems cool
    TRXSH GXNG

  8. #38
    HarryMidnight's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Location
    Latvia and Canary isles
    Posts
    932
    Reputation
    33
    Thanks
    151
    My Mood
    Busy
    Quote Originally Posted by chxtose View Post
    hahhaah,seems cool
    Did you try it?
    Currently working on a huge project at work, so sorry for being not so active for the next month!

  9. #39
    chxtose's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Location
    In Your Dream
    Posts
    62
    Reputation
    17
    Thanks
    6
    nope xD i just got vac so.. im saving for a new ACC xD
    TRXSH GXNG

  10. #40
    HarryMidnight's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Location
    Latvia and Canary isles
    Posts
    932
    Reputation
    33
    Thanks
    151
    My Mood
    Busy
    Quote Originally Posted by v0nbuster View Post
    This causes mad FPS lag
    LOL. There is almost no way a clan tag changer could effect fps.
    Currently working on a huge project at work, so sorry for being not so active for the next month!

  11. #41
    lownesking2's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    is this still working ??

  12. #42
    v0nbuster's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    5
    My Mood
    Tired
    Quote Originally Posted by HarryMidnight View Post
    LOL. There is almost no way a clan tag changer could effect fps.
    FPS without Tag changer: https://i.imgur.com/es2AGra.jpg

    FPS with tag changer: https://i.imgur.com/SOYMHx0.jpg

  13. #43
    Wizzo.'s Avatar
    Join Date
    Apr 2017
    Gender
    male
    Posts
    229
    Reputation
    10
    Thanks
    15
    Thanks very helpful .

  14. #44
    HUNDER.'s Avatar
    Join Date
    May 2017
    Gender
    male
    Location
    🌏🌏💰💰
    Posts
    136
    Reputation
    10
    Thanks
    43
    My Mood
    Cynical
    Undetected?
    Still working?

  15. #45
    hinnie's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by moded View Post
    I've been searching for a long time.
    c+p for ayyware

    DWORD Utilities::Memory::FindPatternV2(std::string moduleName, std::string pattern)
    {
    const char* pat = pattern.c_str();
    DWORD firstMatch = 0;
    DWORD rangeStart = (DWORD)GetModuleHandleA(moduleName.c_str());
    MODULEINFO miModInfo; GetModuleInformation(GetCurrentProcess(), (HMODULE)rangeStart, &miModInfo, sizeof(MODULEINFO));
    DWORD rangeEnd = rangeStart + miModInfo.SizeOfImage;
    for (DWORD pCur = rangeStart; pCur < rangeEnd; pCur++)
    {
    if (!*pat)
    return firstMatch;

    if (*(PBYTE)pat == '\?' || *(BYTE*)pCur == getByte(pat))
    {
    if (!firstMatch)
    firstMatch = pCur;

    if (!pat[2])
    return firstMatch;

    if (*(PWORD)pat == '\?\?' || *(PBYTE)pat != '\?')
    pat += 3;

    else
    pat += 2; //one ?
    }
    else
    {
    pat = pattern.c_str();
    firstMatch = 0;
    }
    }
    return NULL;
    }

Page 3 of 6 FirstFirst 12345 ... 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