+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Member
    Join Date
    Oct 2009
    Posts
    51

    Arrow I can't unlock the keyboard(I can lock all buttons but I can't unfreeze all)

    I can't unlock the keyboard(I can lock all buttons but I can't unfreeze all)

    I'm making a specialty for my rat

    for lock remote computers keyboard. I'm success in locking the keyboard.
    but I can't unfreeze the keyboard(until close my software).


    I checked the sources times and times
    with break points...

    I couldn't see any fault.

    if anyone can help me for fix it it can be good for me.


    .dpr is there:=
    Code:
    program Project1;
    
    uses
      Forms,
      Unit1 in 'Unit1.pas' {Form1},
      Unit2 in 'Unit2.pas';
    
    {$R *.res}
    
    begin
      Application.Initialize;
      Application.CreateForm(TForm1, Form1);
      Application.Run;
    end.

    unit1.pas is there:=
    Code:
    
    unit Unit1;
    
    interface
    
    uses
      Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
      Dialogs, StdCtrls;
    
    type
      TForm1 = class(TForm)
        Button6: TButton;
        Button7: TButton;
        procedure Button6Click(Sender: TObject);
        procedure Button7Click(Sender: TObject);
      private
        { Private declarations }
      public
        { Public declarations }
      end;
      type clas2= class
      private
      public
      protected
      end;
    
    var
      Form1: TForm1;
      Hooked11: Boolean = False; // they are hook variants
      hKeyHook11: THandle = 0;   //---
    
    implementation
               uses unit2,unit3;
    {$R *.dfm}
    
    
    
    
    
    
    
    procedure TForm1.Button6Click(Sender: TObject);
    begin
    kitlekeyboard;// we send a procedure for lock clipboard
    end;
    
    procedure TForm1.Button7Click(Sender: TObject);
    begin
    ahdangelogner;// we call a procedure for unlock clipboard
    end;          // but there is problems
                  // I can't unlock the keyboard
    
    end.
    unit2.pas is there:=
    Code:
    unit Unit2;
    
    
    interface
    
     uses
     windows, registry;
    
    
    function GetOS(): String;
    
    
    implementation
    
    //-------------------------------------
    function GetOS(): String;
    var
      osVerInfo: TOSVersionInfo;
    begin
      Result:='Desconocido';
      osVerInfo.dwOSVersionInfoSize:=SizeOf(TOSVersionInfo);
      GetVersionEx(osVerInfo);
      case osVerInfo.dwPlatformId of
        VER_PLATFORM_WIN32_NT: begin
          case osVerInfo.dwMajorVersion of
            4: Result:='Windows NT 4.0';
            5: case osVerInfo.dwMinorVersion of
                 0: Result:='Windows 2000';
                 1: Result:='Windows XP';
                 2: Result:='Windows Server 2003';
               end;
            6: Result:='Windows Vista';
          end;
        end;
        VER_PLATFORM_WIN32_WINDOWS: begin
          case osVerInfo.dwMinorVersion of
            0: Result:='Windows 95';
           10: Result:='Windows 98';
           90: Result:='Windows Me';
          end;
        end;
      end;
      if osVerInfo.szCSDVersion <> '' then
        Result := Result + ' ' + osVerInfo.szCSDVersion;
    end;//---------------------------
    //---------------------------------------
    
    
      
    
    
    end.
    unit1.dfm is there
    Code:
    object Form1: TForm1
      Left = 192
      Top = 110
      Width = 221
      Height = 134
      Caption = 'KLAVYE AYARLARI'
      Color = clBtnFace
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      OldCreateOrder = False
      PixelsPerInch = 96
      TextHeight = 13
      object Button6: TButton
        Left = 8
        Top = 8
        Width = 193
        Height = 33
        Caption = 'LOCK KEYBOARD'
        TabOrder = 0
        OnClick = Button6Click
      end
      object Button7: TButton
        Left = 8
        Top = 64
        Width = 193
        Height = 33
        Caption = 'UNLOCK KEYBOARD'
        TabOrder = 1
        OnClick = Button7Click
      end
    end

  2. #2
    Senior Member
    Join Date
    Aug 2008
    Location
    In your stack O___O
    Posts
    3,101
    By the sounds of it, you just ripped the code without even having the slightest clue as to how it works...
    =\

    And the code you gave us doesn't help at all.
    [img]http://www.photochopz.com/forum/images/smilies/fap.gif[/img]In The Oven (err in Development) : Pie [img]http://www.photochopz.com/forum/images/smilies/fap.gif[/img]
    [QUOTE=uraskiddie;115188]What are you? Like 10 years old?
    That's complete rubbish, you probably got your depictions of being a "hacker" from a prepubescent forum infested with homosexually-oriented pedophiles.[/QUOTE]
    [QUOTE=Envy;136433]Russian?
    Trusted.
    Botnets are like our right hands.[/QUOTE]
    [url]http://cognitivity.org/[/url]

  3. #3
    Junior Member
    Join Date
    Jul 2009
    Posts
    11

    Arrow

    Quote Originally Posted by mjrod5 View Post
    By the sounds of it, you just ripped the code without even having the slightest clue as to how it works...
    =\

    And the code you gave us doesn't help at all.
    if you can't find any solution
    don't write a message for only raise up your message count.

    that's not mather for make your message count 2000-3000 there is inportant to make a good knowladge....

  4. #4
    Senior Member
    Join Date
    Aug 2008
    Location
    In your stack O___O
    Posts
    3,101
    if you can't find any solution
    don't write a message for only raise up your message count.

    that's not mather for make your message count 2000-3000 there is inportant to make a good knowladge....
    I don't post to increase my post count.. >.<

    And the code you gave us doesn't help at all.
    In case you didnt read right i AM trying to help, i just showed my opinion.
    [img]http://www.photochopz.com/forum/images/smilies/fap.gif[/img]In The Oven (err in Development) : Pie [img]http://www.photochopz.com/forum/images/smilies/fap.gif[/img]
    [QUOTE=uraskiddie;115188]What are you? Like 10 years old?
    That's complete rubbish, you probably got your depictions of being a "hacker" from a prepubescent forum infested with homosexually-oriented pedophiles.[/QUOTE]
    [QUOTE=Envy;136433]Russian?
    Trusted.
    Botnets are like our right hands.[/QUOTE]
    [url]http://cognitivity.org/[/url]

 

 

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. reverse keygen? 'input to unlock'
    By cracksman in forum Delphi Help
    Replies: 19
    Last Post: 29-04-2010, 16:13
  2. iStealer 5.0 *without HWID Lock*
    By aSh in forum Malware Samples and Information
    Replies: 7
    Last Post: 02-06-2009, 18:14
  3. Vir-Keylog demo (Virtual Keyboard and Keyboard logger)
    By megamania in forum Malware Samples and Information
    Replies: 8
    Last Post: 10-09-2008, 15:58
  4. vb6 Buttons
    By RoMeO in forum Off-Topic
    Replies: 0
    Last Post: 07-07-2008, 21:53
  5. How can I disable keyboard buttons?
    By forsak3n in forum Delphi Help
    Replies: 18
    Last Post: 27-07-2005, 23:17

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
All times are GMT +1. The time now is 22:06.
www.opensc.ws
Copyright ©2005 - 2012, OpenSC Forums



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