Results 1 to 15 of 15
  1. #1
    LilGho$t's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    419
    Reputation
    9
    Thanks
    330
    My Mood
    Twisted

    [Tool] Mask/Pattern Builder

    So, i got bored and decided to release a really simple mask/pattern builder.

    Really simple (16 lines and could be made less), so i didn't bother to obfuscate. I'm sure someone else has made this before, but i decided to make my own anyways xD Basically you input the old bytes & then input the new bytes and then simply press "build mask/pattern". Really made this for lazy people like me.

    Image:


    Virus Scans:
    https://www.virustotal.com/file/ea4e...is/1360375653/

    Byte Mask Builder.zip - Jotti's malware scan

    As a heads up, when entering in the bytes, make sure they're separated by a space.

    <b>Downloadable Files</b> Downloadable Files

  2. The Following 10 Users Say Thank You to LilGho$t For This Useful Post:

    !!!JAVA!!! (02-19-2013),ctpsolo (02-09-2013),demtrios (02-15-2013),N3OH4X (02-09-2013),Otaviomorais (02-09-2013),pDevice (02-09-2013),SAMCRO (02-16-2013),Skaterforeva1 (02-08-2013),The Decoder (02-11-2013),Timboy67678 (02-12-2013)

  3. #2
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    @Flengo approve please

    so basically this is just sig maker plugin for ollly just external?




    ^Suck it!

  4. #3
    LilGho$t's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    419
    Reputation
    9
    Thanks
    330
    My Mood
    Twisted
    Quote Originally Posted by Skaterforeva1 View Post
    @Flengo approve please

    so basically this is just sig maker plugin for ollly just external?
    Didn't know olly had one, but if olly does, then i would assume they're very similar.

  5. #4
    [SMA] Paradise`'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    NOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOB
    Posts
    8,922
    Reputation
    1781
    Thanks
    3,049
    My Mood
    Amazed
    File seems clean.

    /Approved.

  6. The Following 3 Users Say Thank You to [SMA] Paradise` For This Useful Post:

    LilGho$t (02-08-2013),Skaterforeva1 (02-08-2013),The Decoder (02-11-2013)

  7. #5
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    Quote Originally Posted by LilGho$t View Post
    Didn't know olly had one, but if olly does, then i would assume they're very similar.
    https://www.mpgh.net/forum/207-combat..****-update.html

    yupps pretty much the same well nice work anyways!




    ^Suck it!

  8. #6
    LilGho$t's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    419
    Reputation
    9
    Thanks
    330
    My Mood
    Twisted
    Quote Originally Posted by Skaterforeva1 View Post
    https://www.mpgh.net/forum/207-combat..****-update.html

    yupps pretty much the same well nice work anyways!
    Well damn xD Oh well, good learning experience anyways.

  9. #7
    RobinC's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Mpgh.exe
    Posts
    1,768
    Reputation
    69
    Thanks
    3,697
    My Mood
    Aggressive
    Nice release! Less work for me .

  10. #8
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    lol this is very easy and I think not the best way.
    Olly plugin is using good knowledge and doesnt need old bytes.
    You simply create the pattern like this:
    Code:
    if(tx1.char[0] == tx2.char[0]) 
         tx3.text.add("x"); 
    else 
         tx3.text.add("?");

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  11. The Following User Says Thank You to Ch40zz-C0d3r For This Useful Post:

    Departure (02-18-2013)

  12. #9
    Genesis's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Terra Australis
    Posts
    4,221
    Reputation
    1391
    Thanks
    2,528
    Looks like a pretty decent program, nice work.

  13. #10
    LilGho$t's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    419
    Reputation
    9
    Thanks
    330
    My Mood
    Twisted
    Quote Originally Posted by Ch40zz-C0d3r View Post
    lol this is very easy and I think not the best way.
    Olly plugin is using good knowledge and doesnt need old bytes.
    You simply create the pattern like this:
    Code:
    if(tx1.char[0] == tx2.char[0]) 
         tx3.text.add("x"); 
    else 
         tx3.text.add("?");
    You don't say? Actually not quite because i stored as an instance variable and then set the text = to that variable at the end so if you were doing a long one you wouldn't see them appearing 1 at a time. That being said, I never said i was trying to compete with the olly plugin. By all means, the olly plugin seems excellent (i haven't used it myself just yet, but it looks nice). However, i don't appreciate you trying to degrade what i threw together and released. Also, if you'd like to see the entire code (in all of it's 16 lines of vb.net glory) feel free to ask instead of posting your attempt (which is actually not correct).

  14. #11
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Quote Originally Posted by LilGho$t View Post
    You don't say? Actually not quite because i stored as an instance variable and then set the text = to that variable at the end so if you were doing a long one you wouldn't see them appearing 1 at a time. That being said, I never said i was trying to compete with the olly plugin. By all means, the olly plugin seems excellent (i haven't used it myself just yet, but it looks nice). However, i don't appreciate you trying to degrade what i threw together and released. Also, if you'd like to see the entire code (in all of it's 16 lines of vb.net glory) feel free to ask instead of posting your attempt (which is actually not correct).
    That wasnt an attempt, it was wrote in less then 4 seconds, because I know how patterns work.
    You should focuse more on the asm rules and remove the second textbox.
    At all, this is just my thought, you dont need to get angry like that.

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  15. #12
    ZysorceN's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Location
    California
    Posts
    68
    Reputation
    10
    Thanks
    916
    My Mood
    Aggressive
    Quote Originally Posted by Ch40zz-C0d3r View Post
    lol this is very easy and I think not the best way.
    Olly plugin is using good knowledge and doesnt need old bytes.
    You simply create the pattern like this:
    Code:
    if(tx1.char[0] == tx2.char[0]) 
         tx3.text.add("x"); 
    else 
         tx3.text.add("?");
    byte don't need to match to generate the signature also 00 can change over patches so those will also be ? and ur pseudo code isn't acurate so i wouldn't have posted it if i was you

  16. #13
    demtrios's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    MPGH.Net
    Posts
    870
    Reputation
    10
    Thanks
    1,056
    My Mood
    Amused
    wow Nice


    Cock CS since 26•03•2013

  17. #14
    R4v0r's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    London
    Posts
    234
    Reputation
    11
    Thanks
    142
    My Mood
    Amazed
    Could use some more work, furthermore good job . You should add some crap and release v2.0

  18. #15
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    olly plugin and this does 2 completely different things, olly plugin analyses the op code to determine if the there is a pointer, it replaces these pointer and references with wild cards, you can't have pointer addreses/reference ect.. in a byte pattern as it will change each time, the plugin also scan the section for any other sequence of bytes that is the same, actually the olly plug in is pretty advanced. The one posted here replaces strings if there is a match, can be useful for the lazy people.

    good job, but like you said it is no replacement for olly plugin.... these are 2 completely different things
    DJector.Lite
    Get the advantages of new injection technology, with 1 click easy to use injector, work for all platforms x86/x64

    Download

    D-Jector
    Get the most advanced and full featured injector around, works for any game and any platform x86/x64, nothing comes even close.
    Download

  19. The Following User Says Thank You to Departure For This Useful Post:

    Ch40zz-C0d3r (02-18-2013)

Similar Threads

  1. Tools
    By Dave84311 in forum General Game Hacking
    Replies: 5
    Last Post: 12-27-2017, 02:39 PM
  2. [Request] Ping Mask Tool
    By Thaeldan in forum Piercing Blow Tools
    Replies: 10
    Last Post: 02-07-2012, 07:17 AM
  3. NameTags Pattern & Mask
    By wraithkilla in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 02-04-2012, 08:27 PM
  4. Pattern Stamp Tool Help~
    By Fourth Hokage in forum Help & Requests
    Replies: 0
    Last Post: 11-11-2010, 07:23 AM
  5. X pass tools
    By Mike273 in forum Spammers Corner
    Replies: 2
    Last Post: 12-17-2007, 06:02 PM