Jump to content
  • 0

Implement Verification/Activation system to my java program.


Question

Posted

First, this topic is not related with Lineage. I just post it here, because this section looks to be alive in comparison with the proper section.

 

So, i have a java program that supposed to run offline. Do you have any ideas how to prevent users (i am going to sell them the program) and give it for free to their friends or w/e?

 

I know that everything can be cracked, but i don't care if somebody cracks it and give it for free. I want to prevent the simple copy from computer, paste it to another.

 

I know that this can be easily done with a server and an internet connection, but i want to avoid this option...

 

Shoot me with your ideas :)

3 answers to this question

Recommended Posts

  • 0
Posted (edited)

You can check some p.c details like mac address in your base server or email or or or (you have to set it manually in your database ) the software will send the info everytime it run.... 

take care about the server connections. you cant prevent decompile so a connection that inserts data might be harmful. You cant prevent copying... lets say you can make it as 'less useful' unless it is register.. that way a copied software will be as a demo which might force them to buy it with giving the proper details on you 

Edited by melron
  • 0
Posted
20 hours ago, melron said:

You can check some p.c details like mac address in your base server or email or or or (you have to set it manually in your database ) the software will send the info everytime it run.... 

take care about the server connections. you cant prevent decompile so a connection that inserts data might be harmful. You cant prevent copying... lets say you can make it as 'less useful' unless it is register.. that way a copied software will be as a demo which might force them to buy it with giving the proper details on you 

As i said my friend, i don't want to add any kind of internet connection in my program. (I know how to do it, i just don't want, because the program does everything offline) :P

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • L2Avalon Mid-Rate Server: Dynamic and Exciting Gameplay Awaits! Greetings, adventurers! We are thrilled to introduce the L2Avalon Mid-Rate Server, designed with a perfect blend of challenge, innovation, and accessibility. With dynamic rates, tailored rewards, and a plethora of custom features, your journey in Aden will be more engaging than ever. Below are the highlights of what you can expect: Server Rates More details here Dynamic XP Rates: Scale from 30x (Lv 1-40) to 1x (Lv 78+) for balanced progression. Adena, Drop, Spoil: 5x for a rewarding grind. Raid XP/Drop: 10x to spice up boss hunts. GM Shop Full D and C-grade gear available in main city shops. Low B-grade items available in the Luxury Shop for crystals. Class System 1st and 2nd professions are FREE! 3rd profession requires 700 Halisha marks, with an added reward of GC upon completion. Raids & Epic Bosses Raid Respawn: 12+4 hours for more opportunities to engage. Epic Boss Schedule: Rotating timings keep encounters fresh. (Details here) Soul Shard System: Unique drops to enhance your gear. Learn more. Skills & Buffs Buff slots: 20+12 + 4 Divine slots for full control of your builds. 3rd Class Skills: Inspired by Essence, requiring Magic tablets from select areas. Class Balance Rework: Enhanced for better PvE/PvP gameplay. Custom 2-hour NPC Buffs: Save and load schemes with ease! Olympiad Detailed info here Held Thursday-Sunday weekly, featuring High Five arenas and buffer systems. Olympiad Jewels: Updated from later chronicles. Improved Hero Weapons: Now provide 30% PvP damage. Hero Skills: Fully functional on subclasses! Reworked Locations Primeval Isle Shop: Exchange zone drop items for top A weapon recipes, parts, and materials. Monastery of Silence: Collect Magic tablets on the first floor for 3rd class skills. Seven Signs The Seven Signs system is disabled, but you can access all Mammon services via Valar in Giran. Teleporters: Found in every town for Priest of Dawn/Dusk access. Instances & Quests Instances: Customized for level-specific rewards, from C-grade items to S-grade recipes and parts. (Details here). Quest System Rework: Enhanced to make your journey more immersive. Check here. Get ready to explore a world of endless possibilities with a community-focused server that values player feedback and innovation. Join the adventure on launch day and experience a truly improved Interlude experience! 🌟 Join our Discord for updates! L2Avalon.net
    • WTS ADENA ------ REBORN -SIGNATURE X1  1KK o more per day! OFFERT!!!   Discord:     susi007317
    • Over 800 accounts in stock! https://Smurfmania.com https://www.g2g.com/SmurfMania
    • Hi everyone, I need to make the amulets stackable, as well as the spellbooks, but I need to control their consumption. I have modified the item.xml like this for example:   <item id="8885" type="EtcItem" name="Amulet: Magnus' Chant"> <set name="material" val="PAPER" /> <set name="weight" val="120" /> <set name="price" val="120" /> <set name="is_stackable" val="true" /> </item> But I can see that within the spellbooks.xml it handles, I believe its consumption since I see the following for the same amulet:   <book skillId="1413" itemId="8885"/><!-- Amulet: Magnus' Chant --> My question is the following, how do I make sure that when these are stacked, they are not all consumed in a single use.  
  • Topics

×
×
  • Create New...