Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 01:36

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Hero Online Bot Hilfe

Discussion on Hero Online Bot Hilfe within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2006
Posts: 36
Received Thanks: 19
Hi

also ich hatte mal langeweile und wollte für hero online nen bot schreiben nun aber das problem :
wenn ich ein tasten druck sende wird er nicht akzeptiert dh im IG komme die tasten im chat an oder auch in notepad
aber wenn i zb v drücke nimmt er nicht das nächste target

Code:
procedure TForm1.Timer1Timer(Sender: TObject);
begin
 if CheckBox1.State=cbChecked then
 begin
  for i:=0 to StrToInt(Edit2.Text) do
  begin
   Keybd_Event(Ord('S'),0,0,0);
   Keybd_Event(Ord('S'),0,KEYEVENTF_KEYUP,0);
  end;
 end;
 Keybd_Event(Ord('V'),0,0,0);
 Keybd_Event(Ord('V'),0,KEYEVENTF_KEYUP,0);
 Keybd_Event(Ord('A'),0,0,0);
 Keybd_Event(Ord('A'),0,KEYEVENTF_KEYUP,0);
end;
p.s. auch mit sendkey gehts nicht
Ganjaaa is offline  
Reply




All times are GMT +2. The time now is 01:36.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.