MD5 Changer menu

User Tag List

Thread: MD5 Changer

Results 1 to 15 of 15
  1. #1
    Createaa's Avatar Contributor
    Reputation
    125
    Join Date
    Mar 2010
    Posts
    103
    Thanks G/R
    8/50
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    MD5 Changer

    Hello,

    Originally this was intended to be strictly for LazyFish but I realized that would be a massive waste as it is working with all file types. (That I have tried at least)

    It is pretty straightforward to use.
    Written in C# so it requires .NET framework.



    Code:
    Changes the checksum of selected file - What is checksum? - What is MD5? 
    Will it make Lazyfish more secure? - Yes, use it everytime before you run the bot.

    "They're basically an algorithm which create a unique strand of letters and numbers. It's a one way encryption, meaning you can take a word and turn it into this string of letters and numbers, but can't turn it back.

    So why is that useful? Consider this: a website needs a user to enter their password. To do so, they take what the user enters and use MD5 on it. Now they have basically gibberish. The only way to match this string of gibberish is to once again pass the exact same string through MD5. If a hacker somehow gets the password inbetween, they have no way to know what it originally was (short of a few exceptions which aren't important here).

    Anyway, it works the same way for files. Instead of a password, we use the file's contents. We then end up with a short string that can only be obtained by passing the EXACT file through MD5. If anyone has changed the file, the MD5 checksum won't match.

    Long story short, MD5 checksums are used to ensure that the file has not been changed (which may have happened because a download broke or perhaps someone maliciously changed the file).
    " (Reddit, the_omega99)


    Free of charge, as usual. Enjoy!
    MD5 Modifier.rar< Download link
    Check md5 online > Online MD5 Hash Generator & SHA1 Hash Generator <
    Last edited by Createaa; 10-03-2018 at 04:29 PM.

    MD5 Changer
  2. Thanks Seylah, Pixelmuse (2 members gave Thanks to Createaa for this useful post)
  3. #2
    Krstoo's Avatar Member
    Reputation
    1
    Join Date
    Oct 2015
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey when i use it it does nit change md5.
    I select lazyfish and i have same md5 in both areas. U can post picture later

    Sent from my LG-H815 using Tapatalk

  4. #3
    Createaa's Avatar Contributor
    Reputation
    125
    Join Date
    Mar 2010
    Posts
    103
    Thanks G/R
    8/50
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Krstoo View Post
    Hey when i use it it does nit change md5.
    I select lazyfish and i have same md5 in both areas. U can post picture later

    Sent from my LG-H815 using Tapatalk
    File in use

    edit: updated, now says when file is used/not found
    Last edited by Createaa; 09-29-2018 at 08:50 AM.

  5. #4
    Krstoo's Avatar Member
    Reputation
    1
    Join Date
    Oct 2015
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working great. Thank you.

    Sent from my LG-H815 using Tapatalk

  6. #5
    Zazey33's Avatar Member
    Reputation
    1
    Join Date
    Oct 2018
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Question, what does MD5 do and, how does it help with Lazyfish?

  7. #6
    Createaa's Avatar Contributor
    Reputation
    125
    Join Date
    Mar 2010
    Posts
    103
    Thanks G/R
    8/50
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zazey33 View Post
    Question, what does MD5 do and, how does it help with Lazyfish?
    Squash everything in lazyfish and you get a code back. Change something little in lazyfish and squash and the code is different.

  8. #7
    jpgaming262's Avatar Member
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    117
    Thanks G/R
    18/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I thought just renaming the lazyfish executable to another program name would protect me lol

  9. #8
    pahbi's Avatar Member
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would Splashtop make lazyfish safer to use?

    Thanks,
    - P

  10. #9
    Mastalock's Avatar Member
    Reputation
    1
    Join Date
    Oct 2018
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So if i understand this correctly, this basically modifies how a program appears to WoW and other games' cheat detectors so the program in question looks like something innocent and therefore you are not detected?

  11. #10
    doityourself's Avatar ★ Elder ★
    Reputation
    1424
    Join Date
    Nov 2008
    Posts
    843
    Thanks G/R
    35/448
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    DONT use these tools for some kind of pseudo security. It won't help you for getting not detected. Same for the tool called LazyFish that said that people should use it. It won't help! Just sloppy stuff...

  12. #11
    MrNoble's Avatar ezclap CoreCoins Purchaser
    Reputation
    535
    Join Date
    Sep 2015
    Posts
    357
    Thanks G/R
    170/218
    Trade Feedback
    2 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mastalock View Post
    So if i understand this correctly, this basically modifies how a program appears to WoW and other games' cheat detectors so the program in question looks like something innocent and therefore you are not detected?
    No, i only noticed this tool adds 0x00 bytes to the end of the tool.
    It doesn't add junk code, doesn't change control flow, etc..
    It just adds a few bytes so it gets a diffrent hash.
    Any fool can write code that a computer can understand. good programmers write code that humans can understand.

  13. #12
    Createaa's Avatar Contributor
    Reputation
    125
    Join Date
    Mar 2010
    Posts
    103
    Thanks G/R
    8/50
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by king48488 View Post
    DONT use these tools for some kind of pseudo security. It won't help you for getting not detected. Same for the tool called LazyFish that said that people should use it. It won't help! Just sloppy stuff...
    It is not pseudo security, it is however crappy security. It still changes the MD5, a straight up MD5 compare will still fail to match two files after using this.
    Besides, LazyFish is no longer available to the public and changing MD5 can be useful for other purposes.

    Originally Posted by ferib View Post
    No, i only noticed this tool adds 0x00 bytes to the end of the tool.
    It doesn't add junk code, doesn't change control flow, etc..
    It just adds a few bytes so it gets a diffrent hash.
    Right you are, which is exactly what I advertised. A hash changer.
    I never divulged how it changed it.

    Originally Posted by Mastalock View Post
    So if i understand this correctly, this basically modifies how a program appears to WoW and other games' cheat detectors so the program in question looks like something innocent and therefore you are not detected?
    As someone said, it adds a random amount of bytes to the end of the file so when compared to the original it appears to be a different file.
    Then again, someone can just make his own, add one byte at a time and iterate that a million times, then this program is useless.

  14. #13
    Diabloskeepe's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just wanted to log in to thank you for the time you put in on that fish bot - I never did get detected even after the ban waves.

    Id still be botting if I had not quit from boredom.

  15. #14
    Kotmanul's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hej, i used this bost ew month and buyed a second account. On that second account i farmed a tons fish and get banned for 6 month, it was in november i guess,
    My main account was not banned. Maybe its depend about your activity ? Raids? Another actions in games ?
    Usually i used that bot at night when i go to bed but after ban of second account its scary to use that bot again.
    i used only 1.1.3 verson and no more.

    What all of you can say about this ?

  16. #15
    referencemega's Avatar Member
    Reputation
    1
    Join Date
    Oct 2022
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you for testing to software

Similar Threads

  1. stat changer is it real
    By warlock_hellfire in forum World of Warcraft General
    Replies: 8
    Last Post: 04-30-2007, 04:15 AM
  2. Voice changer
    By Adosi in forum World of Warcraft General
    Replies: 2
    Last Post: 01-20-2007, 08:02 PM
  3. Post your favorite interface changers (whole screen things)!
    By bloodofwar in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 01-12-2007, 04:53 PM
  4. need a CSV to DBC changer that actually works
    By Avianar47 in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 08-28-2006, 03:50 AM
  5. Guild Wars CD-Key Changer?
    By MANT1S in forum Gaming Chat
    Replies: 2
    Last Post: 07-31-2006, 09:16 AM
All times are GMT -5. The time now is 11:35 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search