Results 1 to 3 of 3
  1. #1
    xM-Gx's Avatar
    Join Date
    Jun 2019
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Cold

    Post Protection From Bypass

    I'm creating an application using vb.net and trying to protect it from being copied or entered without my permission so what I did is that I made it check if the current pc hwid matches the one in an online list and if it is then it will allow the user to continue using it, And if it doesn't match, it will exit "application.exit" but I think professional hackers could easily bypass that one line "application.exit"
    so I'm looking for a more advanced way to prevent people from bypassing the protection that I made for my application.

  2. #2
    IrieMonkeey's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    I don't know what kind of application you are creating, but one way you might be able to do this would be to let some of the code be handled on the server side (for example with php).
    It'll be much harder for a hacker to interact with the server side code than with code that's sitting on his pc in the form of an application.
    You could have your application send the HWID to your server and perform one or more tasks in your php code after you've confirmed the HWID is correct and then send the result of those performed tasks back to your application.
    You might only want to do this for some parts/tasks of your application, just enough so that when the user is not using a legitimate version the application will effectively be broken.

    Hopefully this helped

  3. #3
    0xd3v's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Obfuscation & Memory Protection, You need to do alot of things to protect your application, HWID protection is easy to get over and you will not enjoy seeing your app everywhere .. , you can PM me or add me on ******* and i'll help up Vexallus#2781

Similar Threads

  1. [Info] Ultimate guide to help you protect from VAC Ban.
    By Teuvin in forum Counter-Strike 2 Tutorials
    Replies: 13
    Last Post: 07-26-2015, 10:26 AM
  2. [Tutorial] Easy way to protect from Flagging Scammers.
    By Glaceon in forum CrossFire Discussions
    Replies: 8
    Last Post: 01-17-2014, 06:50 AM
  3. [Help] Protection from decompiling
    By LilGho$t in forum Visual Basic Programming
    Replies: 5
    Last Post: 02-21-2013, 02:58 AM
  4. [Solved] Protect from login flood ? how
    By prologiku in forum Minecraft Help
    Replies: 2
    Last Post: 10-18-2012, 08:14 AM
  5. [Info] How to protect from Virusses
    By Denny101 in forum WarRock Discussions
    Replies: 1
    Last Post: 09-17-2009, 02:32 PM