Results 1 to 4 of 4
  1. #1
    YesImRaiderz's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    0
    My Mood
    Cool

    How do i "Whitelist" my .jar?

    So, i'm coding a minecraft launcher which contains a cheat, and this cheat is commerciable, so i want to perm only the persons who bought the client access it.

    I pretend to do this adding a whitelist in my launcher.bat/launcher.jar , so when a person launch it, it will check if this nickname is on my whitelist, if yes then proceed to the intializing, if not, automatically closes and send a message like "Insufficient permissions."

    Does anyone knows how to do this? If i need to use a .xml with the nicks idk

  2. #2
    3xpl0it_'s Avatar
    Join Date
    Oct 2017
    Gender
    male
    Location
    Germany
    Posts
    61
    Reputation
    10
    Thanks
    9
    My Mood
    Devilish
    I think if you want a commerciable cheat you should think about a login system, other than a simple whitelist that can easily be bypassed with a bit of knowledge. Check login credentials somehow via php or something and build in killswitches if login fails too often. Just simple ideas, you can definetly come up with better ones.

  3. #3
    Rick__'s Avatar
    Join Date
    Nov 2020
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    If Java is the programming language you're most comfortable with, and you want to build some kind of proper licensing server that you can use I would suggest building a simple microservice with something like Spring Boot. Have a look at https://spring.io/guides/tutorials/rest/ for example.

  4. #4
    Skillbox's Avatar
    Join Date
    Apr 2021
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    1
    Very complicated request, realistically speaking if you go for a serious option it will set you back a few hundred dollars and 100s of hours in time spent.

    I would begin by obfuscating your content, and creating some kind of web service which can authenticate copies in the wild and send them kill signals if they are unverified. Issue is, java binaries are very easy to reverse and so you will undoubtedly have your code leaked at some point if you don't take it to the Nth degree.

Similar Threads

  1. [Help Request] Help with code. Using quotes within quotes.
    By howl2000 in forum C++/C Programming
    Replies: 1
    Last Post: 09-07-2014, 11:13 PM
  2. [Release] Rustler V3 | How To "Completely" Disable Whitelist | Free
    By Scenic. in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 40
    Last Post: 01-31-2013, 12:55 PM

Tags for this Thread