Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Other Programming › Java › How do i "Whitelist" my .jar?

How do i "Whitelist" my .jar?

Posts 1–4 of 4 · Page 1 of 1
YE
YesImRaiderz
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
#1 · 6y ago
3xpl0it_
3xpl0it_
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.
#2 · 5y ago
RI
Rick__
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.
#3 · 5y ago
SK
Skillbox
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.
#4 · 5y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • Rustler V3 | How To "Completely" Disable Whitelist | FreeBy Scenic. in DayZ Mod & Standalone Hacks & Cheats
    40Last post 13y ago
  • Help with code. Using quotes within quotes.By howl2000 in C++/C Programming
    1Last post 11y ago

Tags for this Thread

#client#hacking#java#launcher#minecraft#perms#whitelist