may i ask what is the point of this ???
This is fake, so don't get excited...
Screenshot:
Virus scan:
Virustotal. MD5: 19f2d9f3a7b6af2951eae616595120ee Suspicious.Insight
Download: (Why06 says Pixiecoding is always allowed, unless hacks are added)
******Gen.zip - PixieCoding.com
may i ask what is the point of this ???
XGelite (02-19-2010)
I think, that to make it more realistic is by adding a progressbar and a label saying "Contacting server" at one point of the progressbar, then the label changes to "Generating Code" then to "Complete"
Pixie (02-19-2010)
visit my thread on progressbars. i think itll help alot. if you can share your source with me, i can actually try that out!
EDIT: you dont need to gimme the source, but wat you can do is:
Label1.Text = ("Idle")
If Progressbar1.Value = 25 Then
Label1.Text = ("Contacting Server")
If Progressbar1.Value = 40 Then
Label1.Text = ("Contacted!")
If Progressbar1.Value = 50 Then
Label1.Text = ("Generating Code...")
If Progressbar1.Value = Progressbar1.Maximum Then
Label1.Text = ("Complete")
I dont know if theres a more efficient way to do it cuz im still learning to code. anyways, good luck to u
Last edited by scimmyboy; 02-19-2010 at 01:40 AM.
Google is your friend
Just add a timer and put
Code:ProgressBar1.Increment(1) If ProgressBar1.Value < 10 Then Label1.Text = "Starting...." ElseIf ProgressBar1.Value = 10 Then Label1.Text = "Connecting to server..." ElseIf ProgressBar1.Value = 30 Then Label1.Text = "Connected to server!" ElseIf ProgressBar1.Value = 50 Then Label1.Text = "Generating NX" ElseIf ProgressBar1.Value = 72 Then Label1.Text = "Ending connection to server..." ElseIf ProgressBar1.Value = ProgressBar1.Maximum Then Label1.Text = "Successfully generated NX!" Label1.ForeColor = Color.Green End If
-Rest in peace leechers-
Your PM box is 100% full.
I think it looks decent, If you look for "authentic" looking software, keep in mind that the "New Design" requires a sleek look, lots of glossy colors etc. , If a company like Nexon was developing a application there would be glossy components and etc.
Looks nice, only thing that stuck out to me was the picture at the top is grainy/stretched out a bit. Other than that looks nice, would convince me if it had a progress bar or a picture of a nerd on it.
Nice.
Heres an idea from me:
Then it auto resizes to a size (or another windows takes its place), then when you click the button a label says:Code:you should make something like it a small window and says stuff like this: Connecting to nexon.net Loading components Loading GUI Loading... Please Wait... Loading Completed!
then a msg box comes up:Code:Generating NX... Please Wait... Authorizing program ID... Connecting to server... Complete!
Then the program closes. Just my two cents.Code:Please alllow up to 32 hours for the amount of *number* nx to transfer to your account. -The Nexon Staff.
I would recreate this program to show you what i mean, but I'm to lazy...