Page 4 of 8 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 111
  1. #46
    Jvk's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    30.887125,75
    Posts
    772
    Reputation
    69
    Thanks
    181
    My Mood
    Relaxed
    Good info.

  2. #47
    Merccy2's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    886
    Reputation
    310
    Thanks
    19,669
    My Mood
    Cool
    Bumpity. //2short
    If you have any questions regarding my hacks, add me on Discord: Merccy#8314

  3. #48
    Spifficus's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Do you know if VAC is able to detect segments of code that may remains consistent between versions of hacks or even different hacks by the same hack developer? Suppose you use the exact same method/function in every hack you make to configure and register a transparent window overlay and initialize a Direc3D device. Can VAC see common code segments in the running executables and flag users for bans?

    Would doing any of the below obfuscate the detection process?
    a) Changing the order of structures/data methods in source files.
    b) Adding random garbage elements data/structures methods/calls to source files while retaining overall program logic.
    c) Doing ASM dumps of code and inserting random garbage noops or equivalent (mov edi,edi; add eax,0; etc.) throughout the code.

    Or am I over thinking the potential efficacy of VAC?
    Last edited by Spifficus; 02-17-2015 at 11:39 PM.

  4. #49
    Merccy2's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    886
    Reputation
    310
    Thanks
    19,669
    My Mood
    Cool
    Quote Originally Posted by Spifficus View Post
    Do you know if VAC is able to detect segments of code that may remains consistent between versions of hacks or even different hacks by the same hack developer? Suppose you use the exact same method/function in every hack you make to configure and register a transparent window overlay and initialize a Direc3D device. Can VAC see common code segments in the running executables and flag users for bans?

    Would doing any of the below obfuscate the detection process?
    a) Changing the order of structures/data methods in source files.
    b) Adding random garbage elements data/structures methods/calls to source files while retaining overall program logic.
    c) Doing ASM dumps of code and inserting random garbage noops or equivalent (mov edi,edi; add eax,0; etc.) throughout the code.

    Or am I over thinking the potential efficacy of VAC?
    Nope that is exactly what VAC does but the code segments are not common, for instance creating a transparent window is quite common so they wont sig that (or they would get a lot of false positives).

    a) Works
    b) Works
    c) Works

    It all changes the signature.
    If you have any questions regarding my hacks, add me on Discord: Merccy#8314

  5. #50
    okbye's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by Merccy2 View Post
    Nope that is exactly what VAC does but the code segments are not common, for instance creating a transparent window is quite common so they wont sig that (or they would get a lot of false positives).

    a) Works
    b) Works
    c) Works

    It all changes the signature.
    what do i do if this occurs`? your radar doesnt work even tho i changed offsets

    puu.sh/g2dnX/1d64d3bb9a.png

    ^check link, im not allowd to post pictures for some reason
    Last edited by okbye; 02-18-2015 at 06:26 AM.

  6. #51
    hitlerwasaclosetjew's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    So how does VAC detect hacks that are used under VMProtect?

  7. #52
    Melyyyy's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    238
    Reputation
    20
    Thanks
    15
    My Mood
    Doh
    Thanks for this post!

  8. #53
    WTSDNEUGOLD's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    2
    so is it possible to bypass the security ?

  9. #54
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,281
    My Mood
    Devilish
    Quote Originally Posted by WTSDNEUGOLD View Post
    so is it possible to bypass the security ?
    Its ezpz. //10chars

  10. #55
    crunchpower95's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    Blackistan
    Posts
    42
    Reputation
    10
    Thanks
    3
    My Mood
    Amazed
    Alot of good information! Thanks

  11. #56
    Predator's Panda's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    /r/socialism
    Posts
    1,285
    Reputation
    50
    Thanks
    249
    My Mood
    Crappy
    Should be stickied lol, so much shit about how hash changing is the ultimate anti-vac pill.
    Remember to thanks/rep if I helped you
    WORLD'S MOST SOCIALIST PANDA



  12. #57
    betocheagha's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    6
    My Mood
    Cool
    Wow man! great infos. Your the man.

    Although, to clarify VAC basically scans those blocks, and if it sees a red block which means a program is used, it bans the account. right? im kinda unclear about the signature and red blocks.

  13. #58
    Predator's Panda's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    /r/socialism
    Posts
    1,285
    Reputation
    50
    Thanks
    249
    My Mood
    Crappy
    This needs to be stickied so much, please, any minion

    - - - Updated - - -

    Quote Originally Posted by betocheagha View Post
    Wow man! great infos. Your the man.

    Although, to clarify VAC basically scans those blocks, and if it sees a red block which means a program is used, it bans the account. right? im kinda unclear about the signature and red blocks.
    Red blocks show parts of the memory "signature" that are recognized by vac as being hacks, if they see this you are banned
    Remember to thanks/rep if I helped you
    WORLD'S MOST SOCIALIST PANDA



  14. #59
    emberofafire's Avatar
    Join Date
    Jul 2014
    Gender
    female
    Posts
    66
    Reputation
    10
    Thanks
    8
    My Mood
    Blah
    So much information *.* Just a few questions though, Merccy.
    Using VMProtect on a hack will change it's signature such that only VMProtect can read it right?
    So, assuming a hack has been detected by VAC.. VAC uses the signature scanning to check on hacks, so if I were to use VMProtect on a detected hack, will that prevent VAC from detecting it?
    Thanks!
    Last edited by emberofafire; 05-21-2015 at 12:56 AM. Reason: op grammar

  15. #60
    Predator's Panda's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    /r/socialism
    Posts
    1,285
    Reputation
    50
    Thanks
    249
    My Mood
    Crappy
    Quote Originally Posted by emberofafire View Post
    So much information *.* Just a few questions though, Merccy.
    Using VMProtect on a hack will change it's signature such that only VMProtect can read it right?
    So, assuming a hack has been detected by VAC.. VAC uses the signature scanning to check on hacks, so if I were to use VMProtect on a detected hack, will that prevent VAC from detecting it?
    Thanks!
    No, when a hack is detected, even vmprotect won't save you.
    Remember to thanks/rep if I helped you
    WORLD'S MOST SOCIALIST PANDA



Page 4 of 8 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. [Info] The Truth about OW/Vac/Untrusted.
    By Charion in forum Counter-Strike 2 Discussions
    Replies: 27
    Last Post: 10-01-2015, 09:15 PM
  2. The Truth About VAC-Bans
    By incognito5x3x2x1 in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 29
    Last Post: 05-24-2010, 07:49 PM
  3. Replies: 3
    Last Post: 12-30-2007, 05:08 PM
  4. [info] The Truth About Retail Codes
    By Randomness1865 in forum WarRock - International Hacks
    Replies: 6
    Last Post: 09-15-2007, 11:29 PM
  5. the truth about hardware bans
    By prox32 in forum WarRock - International Hacks
    Replies: 29
    Last Post: 08-01-2007, 09:52 AM