2013-09-26, 09:41 PM,
|
|
Hey ,
Can somebody give me the tutorial about the .dll method because the thread by McGee was deleted by he , and i fouded one similar thing but not the method that i want .
I want something like when somebody click the generate button the loading bar will load until the half and after show a message about the missing .dll he has 2 option to update it or not if the don't update he will recive a non working key .
|
|
2013-09-26, 10:55 PM,
(This post was last modified: 2013-09-26, 10:55 PM by ultras.)
|
|
ultras
Banned, see signature.
|
Posts: 512
Threads: 20
Joined: Jul 2013
Thanks Given: 577 Thanks Received: 2,133
|
|
I better like method in keygen when he click generate progress bar stop on 50% and windows popup saying Outdated version please update , the when you click OK it will bring you to survey. It's easy to make and it's better than dll method in my expirience.
|
|
2013-09-26, 11:06 PM,
|
|
(2013-09-26, 10:55 PM)ultras Wrote: I better like method in keygen when he click generate progress bar stop on 50% and windows popup saying Outdated version please update , the when you click OK it will bring you to survey. It's easy to make and it's better than dll method in my expirience.
Can you share with me the code for visual basic ?
|
|
2013-09-26, 11:15 PM,
(This post was last modified: 2013-09-26, 11:15 PM by lanzye.)
|
|
lanzye
Growing up, again.
        
|
Posts: 441
Threads: 43
Joined: May 2013
Reputation:
29
Thanks Given: 164 Thanks Received: 3,990
|
|
Easy.
1 Timer
1 Button
1 ProgressBar
Button1 (Ex. Generate)
Timer1
Code: If ProgressBar1.Value = 100 Then
Timer1.Stop()
MsgBox(".DLL Missing!","vbOkOnly","YourKeygen")
Process.Start("surveylink")
|
|
2013-09-26, 11:21 PM,
|
|
ultras
Banned, see signature.
|
Posts: 512
Threads: 20
Joined: Jul 2013
Thanks Given: 577 Thanks Received: 2,133
|
|
(2013-09-26, 11:15 PM)lanzye Wrote: Easy.
1 Timer
1 Button
1 ProgressBar
Button1 (Ex. Generate)
Timer1
Code: If ProgressBar1.Value = 100 Then
Timer1.Stop()
MsgBox(".DLL Missing!","vbOkOnly","YourKeygen")
Process.Start("surveylink")
I just sent him whole project so he can choose what he like, also he have labels like, connecting , searching database and simmilar shit
|
|
2013-09-26, 11:27 PM,
|
|
(2013-09-26, 11:21 PM)ultras Wrote: (2013-09-26, 11:15 PM)lanzye Wrote: Easy.
1 Timer
1 Button
1 ProgressBar
Button1 (Ex. Generate)
Timer1
Code: If ProgressBar1.Value = 100 Then
Timer1.Stop()
MsgBox(".DLL Missing!","vbOkOnly","YourKeygen")
Process.Start("surveylink")
I just sent him whole project so he can choose what he like, also he have labels like, connecting , searching database and simmilar shit
can you send me also whole project so i can learn from it
Looking for way to rank on youtube
|
|
2013-09-26, 11:30 PM,
|
|
ultras
Banned, see signature.
|
Posts: 512
Threads: 20
Joined: Jul 2013
Thanks Given: 577 Thanks Received: 2,133
|
|
(2013-09-26, 11:27 PM)djkrmak02 Wrote: (2013-09-26, 11:21 PM)ultras Wrote: (2013-09-26, 11:15 PM)lanzye Wrote: Easy.
1 Timer
1 Button
1 ProgressBar
Button1 (Ex. Generate)
Timer1
Code: If ProgressBar1.Value = 100 Then
Timer1.Stop()
MsgBox(".DLL Missing!","vbOkOnly","YourKeygen")
Process.Start("surveylink")
I just sent him whole project so he can choose what he like, also he have labels like, connecting , searching database and simmilar shit
can you send me also whole project so i can learn from it
No problem i will send you now pm.
|
|
2013-09-26, 11:36 PM,
|
|
ultras thanks i recived the project !
|
|
|