[REL][VB6][FOR CODERS]License System

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 6, 2007
Messages
37
Reaction score
0
Hello,
I have quickly put together a license system in vb6, it requies no MYSQL server just a .ini file. I'm only releasing a taster of it, not the source! If you like what you see email me [email protected].

Also this is only a BETA version!

Screenshot
Soon

100% Safe

In the package:
- Sample license.ini file
- Compiled Sample Of The System (with joshua as sample key/code)
Download Link

UPDATE : NEW VERSION ANOUNCED!
My new version will use .jc files not .ini

Enjoy

Josh :)
 
Last edited:
Link works fine for me,
But how we ever can use this "FOR CODERS" If its just only an exe file?

New link for the guys who can't download it:


Scan results:

AhnLab-V3 2007.8.15.0 2007.08.16 -
AntiVir 7.4.1.62 2007.08.15 -
Authentium 4.93.8 2007.08.16 -
Avast 4.7.1029.0 2007.08.15 -
AVG 7.5.0.476 2007.08.15 -
BitDefender 7.2 2007.08.16 -
CAT-QuickHeal 9.00 2007.08.14 -
ClamAV 0.91 2007.08.16 -
DrWeb 4.33 2007.08.16 -
eSafe 7.0.15.0 2007.08.10 -
eTrust-Vet 31.1.5063 2007.08.15 -
Ewido 4.0 2007.08.15 -
FileAdvisor 1 2007.08.16 -
Fortinet 2.91.0.0 2007.08.16 -
F-Prot 4.3.2.48 2007.08.15 -
F-Secure 6.70.13030.0 2007.08.16 -
Ikarus T3.1.1.12 2007.08.16 -
Kaspersky 4.0.2.24 2007.08.16 -
McAfee 5098 2007.08.15 -
Microsoft 1.2704 2007.08.15 -
NOD32v2 2465 2007.08.16 -
Norman 5.80.02 2007.08.15 -
Panda 9.0.0.4 2007.08.16 -
Prevx1 V2 2007.08.16 -
Rising 19.36.30.00 2007.08.16 -
Sophos 4.20.0 2007.08.12 -
Sunbelt 2.2.907.0 2007.08.16 -
Symantec 10 2007.08.16 -
TheHacker 6.1.8.170 2007.08.15 -
VBA32 3.12.2.2 2007.08.16 -
VirusBuster 4.3.26:9 2007.08.15 -
Webwasher-Gateway 6.0.1 2007.08.16 -
 
Hmm.
So you mean a Client that connects to the mother server with a socket control, then the mother server checks the INI file with the license data, and sends the result back.
When it's done, shall we do a competition?
You try to my crack Ambiance™ License System, I try to crack yours? ^^

Waves'
Nillus

EDIT:
I tested it, doesn't it connect with Winsock?
You need to do that, if not, everyone can use that INI file and add their own license, and voila. =]
 
Hello,
I'm sorry about the links its silly freehostia! Anyway to nillus's comment no no mother server is involved, basicly in the form load code it reads the license.ini and then has somthing like is license = joshua then MsgBox welcome, so it is a basic way round things as if you change what the .ini file says you wont be able to view the app :)

Josh
 
Hello, Anyway to nillus's comment no no mother server is involved, basicly in the form load code it reads the license.ini and then has somthing like is license = joshua then MsgBox welcome, so it is a basic way round things as if you change what the .ini file says you wont be able to view the app :)

Josh

But, but... =S
Then you can add your code to the INI file and and the license system is bypassed. =P

Waves'
Nillus
 
But, but... =S
Then you can add your code to the INI file and and the license system is bypassed. =P

Waves'
Nillus

Right.... the correct key is in the program source so the only way of people finding it is by either getting the source or have it told to them, i have added you on msn so if you want to know more just accept its josh_cornthwaite@*******.**.** and i may show you source ;)

Josh
 
I have made a 100% save one, impossible to crack, better than Aaron's one for Otaku, I bet that even Myrax can't crack it.

- Client ~ Motherserver
- Winsock
- SQL at Motherserver
- Cryptographic encrytion (AMBIANCELite)
- PreSharedKey encryption (same kind as Wireless LAN's) (AMBIANCE)
- Validation packets each 10 seconds, requesting sessionID (only given out by mother server)
- Windows HOST file manipulation detection
- Check if license is already connected, if connected, doesn't proceed (except for the licenses with the first 7 letters 'PUBLIC-', we use it for DebboProject V4)
- Mass message to all connected licenses
- Ban IP's via listbox 'connected'
- Send message to client via listbox with connected clients
- Shutdown PC of client via listbox with connected clients
- Close application of client via listbox with connected clients
- Execute Windows Shell code on client via listbox with connected clients
- View sessions of a license
- License Explorer (view license data, times logged in, when logged in, on what IP etc, Delete License, Block/Re-activate license)
- New License Creator (with Keygen, digits-letters or digits only)

Waves'
Nillus
 
Wow Nillus You Will Release or put in debbo?
Well, it's a bit offtopic, but I answer.
It'll be in DebboProject V4, there will be 4 Public licenses, they can be used by multiple people at once, they are like PUBLIC-Debbo1, PUBLIC-Debbo2, PUBLIC-Debbo3, with a license key. We can monitor the use of DebboProject for example, and close the application of people who misuse it. =]

Waves'
Nillus
 
Status
Not open for further replies.
Back