Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27
  1. #16
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    Quote Originally Posted by Calebb View Post
    You can't ban..
    I never said I could
    All I have to do is get Obama

  2. #17
    Calebb's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    212
    Reputation
    12
    Thanks
    75
    @ nexon, you said you need help with a non emailed keylogger. That's not really possible. Unless you wanna keylog your self and make the logs in a .txt file. Sorry. :/
    If you can find another way to get the logs to your computer from somebody elses.
    Grats, and i would love to know how.

  3. #18
    N3XON's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    Ok, scratch that about. The non email one.. I just thought that you could send a program and it would send you seed to like a note pad or a hidden part of a program u can see ... Well I guess il make a emailed one ... G. PostedFrom - ipodtouch

  4. #19
    Calebb's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    212
    Reputation
    12
    Thanks
    75
    Yeah I don't think there's anyway to do that. :/ Sorry.

  5. #20
    mnpeep's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    220
    Reputation
    12
    Thanks
    10
    My Mood
    Amazed
    alot of people asked me to do a tut on how to make a chat room, should i?
    if you think this is off-topic then your wrong, it's a question.

  6. #21
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Quote Originally Posted by mnpeep View Post
    alot of people asked me to do a tut on how to make a chat room, should i?
    if you think this is off-topic then your wrong, it's a question.
    Honestly, yes. It's very simple, but lots of people have no clue how to. I think it'll be a great addition to the tutorials.

  7. #22
    mnpeep's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    220
    Reputation
    12
    Thanks
    10
    My Mood
    Amazed
    ok ill make it over the weekend

  8. #23
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    How would I make a Nexon Account Generator?

    I'm not asking for a tutorial, but what would the method be?

  9. #24
    Calebb's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    212
    Reputation
    12
    Thanks
    75
    At lolland::
    Code:
        Dim captchurl As String
        Private Sub fillinfo()
            WebBrowser1.Document.All("txtAccountId").SetAttribute("value", id.Text)
            WebBrowser1.Document.All("txtPassword").SetAttribute("value", password.Text)
            WebBrowser1.Document.All("txtPasswordConfirmation").SetAttribute("value", Form2.password.Text)
            WebBrowser1.Document.All("txtEmail").SetAttribute("value", email.Text)
            WebBrowser1.Document.All("txtFirstName").SetAttribute("value", Form2.fname.Text)
            WebBrowser1.Document.All("txtLastName").SetAttribute("value", Form2.lname.Text)
            WebBrowser1.Document.All("ddlBirthMonth").SetAttribute("value", Form2.bmonth.Text)
            WebBrowser1.Document.All("ddlBirthDay").SetAttribute("value", Form2.bday.text)
            WebBrowser1.Document.All("ddlBirthYear").SetAttribute("value", Form2.byear.text)
            WebBrowser1.Document.All("txtEmailConfirmation").SetAttribute("value", Form2.email.Text)
      For Each InputBx As HtmlElement In WebBrowser1.Document.GetElementsByTagName("input")
                If (InputBx.GetAttribute("type").ToLower = "radio") AndAlso (InputBx.GetAttribute("value").ToLower = "0") Then
                    InputBx.InvokeMember("Click")
                End If
            Next
            WebBrowser1.Document.All("chkTermofuse").InvokeMember("click")
        End Sub
         Private Sub getcaptcha()
            Dim nn As String = WebBrowser1.Document.Body.InnerHtml
    
            Dim tb1 As String = nn
            Dim findStart As String, pulledOut As String
            findStart = "properties="
            Dim start As Integer, [end] As Integer
            start = tb1.IndexOf(findStart)
            tb1 = tb1.Remove(0, start + findStart.Length)
            [end] = tb1.IndexOf("""")
            tb1 = tb1.Remove([end], tb1.Length - [end])
            pulledOut = tb1
            capurl.Text = ""
            capurl.Text = ("https://passport.nexon.net/Registration/FormShieldHttpHandler.aspx?__formShieldID=captchaFS&generate=image&properties=") & pulledOut
            captcha.Show()
        End Sub
        Private Sub randominfo()
             Dim source As String
            Dim MyWebClient As New System.Net.WebClient()
            source = MyWebClient.DownloadString("https://www.fakenamegenerator.com/gen-random-en-us.php")
            'nfame
            Dim tb1 As String = source
            Dim findStart As String, pulledOut As String
            findStart = "fireform.php?identity="
            Dim start As Integer, [end] As Integer
            start = tb1.IndexOf(findStart)
            tb1 = tb1.Remove(0, start + findStart.Length)
            [end] = tb1.IndexOf("-")
            tb1 = tb1.Remove([end], tb1.Length - [end])
            pulledOut = tb1
            fname.Text = pulledOut
            'lfame
            Dim tb2 As String = source
            Dim findStart1 As String, pulledOut1 As String
            findStart1 = "fireform.php?identity=" & fname.Text & "--"
            Dim start1 As Integer, [end2] As Integer
            start1 = tb2.IndexOf(findStart1)
            tb2 = tb2.Remove(0, start1 + findStart1.Length)
            [end2] = tb2.IndexOf("--")
            tb2 = tb2.Remove([end2], tb2.Length - [end2])
            pulledOut1 = tb2
            lname.Text = pulledOut1
        End Sub
        Private Sub fillfastinfo()
            WebBrowser1.Document.All("txtAccountId").SetAttribute("value", id.Text)
            WebBrowser1.Document.All("txtPassword").SetAttribute("value", password.Text)
            WebBrowser1.Document.All("txtPasswordConfirmation").SetAttribute("value", password.Text)
            WebBrowser1.Document.All("txtEmail").SetAttribute("value", email.Text)
            WebBrowser1.Document.All("txtFirstName").SetAttribute("value", fname.Text)
            WebBrowser1.Document.All("txtLastName").SetAttribute("value", lname.Text)
            WebBrowser1.Document.All("ddlBirthMonth").SetAttribute("value", "1")
            WebBrowser1.Document.All("ddlBirthDay").SetAttribute("value", "18")
            WebBrowser1.Document.All("ddlBirthYear").SetAttribute("value", "1990")
            WebBrowser1.Document.All("txtEmailConfirmation").SetAttribute("value", email.Text)
            For Each InputBx As HtmlElement In WebBrowser1.Document.GetElementsByTagName("input")
                If (InputBx.GetAttribute("type").ToLower = "radio") AndAlso (InputBx.GetAttribute("value").ToLower = "0") Then
                    InputBx.InvokeMember("Click")
                End If
            Next
            WebBrowser1.Document.All("chkTermofuse").InvokeMember("click")
        End Sub
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            If WebBrowser1.StatusText = ("Done") Then
                If WebBrowser1.Document.All("txtAccountId") Is Nothing Then
                    MsgBox("Something went wrong")
                Else
                    randominfo()
                    If CheckBox1.Checked = True Then
                        fillinfo()
                    Else
                        fillfastinfo()
                    End If
                    getcaptcha()
                    captcha.PictureBox1.Image = New System.Drawing.Bitmap(New IO.MemoryStream(New System.Net.WebClient().DownloadData(capurl.Text)))
                End If
            Else
            End If
        End Sub
        Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
            If WebBrowser1.StatusText = ("Done") Then
                Label4.Text = ("Ready!")
                Button1.Enabled = True
                Label4.ForeColor = Color.Green
            Else
                Button1.Enabled = False
                Label4.Text = ("Not Ready!")
                Label4.ForeColor = Color.Red
            End If
        End Sub
        Private Sub wait(ByVal interval As Integer)
            Dim sw As New Stopwatch
            sw.Start()
            Do While sw.ElapsedMilliseconds <> interval
                ' Allows UI to remain responsive
                Application.DoEvents()
            Loop
            sw.Stop()
        End Sub
        Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
            If WebBrowser1.DocumentTex*****ntains("Activate your account") Then
                wait(1000)
                Dim lvi As ListViewItem
                lvi = New ListViewItem(id.Text)
                lvi.SubItems.Add(email.Text)
                lvi.SubItems.Add(password.Text)
                ListView1.Items.Add(lvi)
                WebBrowser1.Navigate("https://passport.nexon.net/Registration/Signup.aspx?nexonTheme=Nexon")
            Else
                If WebBrowser1.DocumentTex*****ntains("FormShield") Then
                Else
                    MsgBox("I do beleive something went wrong..Try Again?", MsgBoxStyle.Critical, "Error")
                End If
            End If
        End Sub
    
       Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            Dim lvi As ListViewItem
            lvi = New ListViewItem(id.Text)
            lvi.SubItems.Add(email.Text)
            lvi.SubItems.Add(password.Text)
            ListView1.Items.Add(lvi)
    
        End Sub
    
        Private Sub Label3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label3.Click
    
        End Sub
        Private Sub ToolStripComboBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
    
        End Sub
    
        Private Sub BlackAndBlueToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BlackAndBlueToolStripMenuItem.Click
            Me.BackColor = Color.Black
            Me.ForeColor = Color.Blue
            Label4.BackColor = Color.Black
            Button1.ForeColor = Color.Blue
        End Sub
    
        Private Sub GreenAndBlackToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GreenAndBlackToolStripMenuItem.Click
            Me.BackColor = Color.Black
            Me.ForeColor = Color.Green
            Label4.BackColor = Color.Black
            Button1.ForeColor = Color.Green
        End Sub
    
        Private Sub WhiteAndRedToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles WhiteAndRedToolStripMenuItem.Click
            Me.BackColor = Color.Red
            Me.ForeColor = Color.White
            Label4.BackColor = Color.Red
            Button1.ForeColor = Color.White
        End Sub
    
        Private Sub NormalToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NormalToolStripMenuItem.Click
            Me.BackColor = Color.White
            Me.ForeColor = Color.Black
            Label4.BackColor = Color.White
            Button1.ForeColor = Color.Black
        End Sub
    
        Private Sub ToolStripButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripButton1.Click
            MsgBox("IF your not in the advanced view, Your information will be as follows; Birthday Month: 1; Birthday Day: 18; Birthday Year: 1990; If you are in advanced view, None of this information applys, You set your own.", MsgBoxStyle.Information, "Info")
            MsgBox("NOTE: If the accounts do not show up on the list below, Then that means it is in use, and you must try another.", MsgBoxStyle.Exclamation, "NOTE:")
            MsgBox("Also, Do not start entering your information until it says its ready!", MsgBoxStyle.Information, "Information Notice!:")
        End Sub
    
        Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox1.CheckedChanged
            Form2.Show()
        End Sub
    
        Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
            Me.Close()
        End Sub
    Full source. Just figure out what each button does. Etc. If you need it just ask me on msn for some help.

    direct copy paste from a old project.. Give me creds if you use.
    Last edited by Calebb; 12-01-2009 at 06:57 PM.

  10. The Following 5 Users Say Thank You to Calebb For This Useful Post:

    Houston (12-04-2009),Lolland (12-01-2009),mnpeep (12-01-2009),Pixie (12-01-2009),XGelite (12-03-2009)

  11. #25
    zifra's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    11
    My Mood
    Cheerful
    Can someone help me with a progressbar, i want to react it with email sending, so it wil be progressbar1.value = "100" whn the email is senden and that things, i use smtp

    Edit:

    and can someone tell me how to get things from a Listbox to a textbox and if i click more in the listbox that the textbox will put it next to the thing that is allready in the textbox and seperated with a ,

    like text,text
    Last edited by zifra; 12-03-2009 at 12:00 PM.

  12. #26
    Calebb's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    212
    Reputation
    12
    Thanks
    75
    @ zifra


    For the 'more' button:
    Code:
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            TextBox1.Text = "Current Text" & "," & ListBox1.SelectedItem
    And also with the progress bar.
    You could do like
    Code:
    progressbar.value +=1
    Over and over again.
    Hope i helped.
    Last edited by Calebb; 12-03-2009 at 03:43 PM.

  13. The Following User Says Thank You to Calebb For This Useful Post:

    zifra (12-04-2009)

  14. #27
    zifra's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    11
    My Mood
    Cheerful
    Quote Originally Posted by Calebb View Post
    @ zifra


    For the 'more' button:
    Code:
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            TextBox1.Text = "Current Text" & "," & ListBox1.SelectedItem
    And also with the progress bar.
    You could do like
    Code:
    progressbar.value +=1
    Over and over again.
    Hope i helped.
    Thx for the help

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 48
    Last Post: 08-21-2011, 10:59 AM
  2. Asking Thread post your question here!!
    By monem1996 in forum CrossFire Help
    Replies: 9
    Last Post: 07-17-2010, 03:53 AM
  3. [REQUEST THREAD]Put all your requests here for mods
    By Shizun in forum Combat Arms Mod Discussion
    Replies: 6
    Last Post: 12-20-2009, 03:07 AM
  4. HELP THREAD(post ANY questions here)
    By Obama in forum Combat Arms Hacks & Cheats
    Replies: 1490
    Last Post: 08-23-2009, 11:31 AM

Tags for this Thread