OldSchoolHack

Register / Login English

User Search: Mariopart

Search-Information
Mariopart
Threads
Thread Forum Last Post Posts Views
icon

Go to first new post Farm Bot Problem (Multi-page thread 1 2 3) Posted on: Wed 21. Dec 2011, 21:58

Lee_Roy

preview Preview

Go To Post

Ich habe das Problem, dass wenn ich den Code von dir benutze, dass bei mir der Tastendruck e nicht gespeert wird oder mit dem anderen Code halt, dass der Tastendruck ausgeführt wird. Gehookt wird alles korrekt, also keine Fehlermeldung.
VB, C/C++, Delphi, etc

Mon 16. Jan 2012, 18:31

by Dovahkiin Go to last post
46 3661
icon

Go to first new post Farm Bot Problem (Multi-page thread 1 2 3) Posted on: Wed 21. Dec 2011, 21:58

Lee_Roy

preview Preview

Go To Post

Also es hat die beiden Module "dinput8.dll" und "d3d9.dll". Liegt das vielleicht an Hackshield, dass dies nicht funktioniert? Ich kann aber z.B. die ganze Eingabe von Maus und Tastatur sperren. Deswegen wundert es mich, dass ich den Buffer nicht ändern kann.

Achja und dein Tut hatte ich mir auch schon vorher angesehen gehabt.
VB, C/C++, Delphi, etc

Mon 16. Jan 2012, 18:31

by Dovahkiin Go to last post
46 3661
icon

Go to first new post Farm Bot Problem (Multi-page thread 1 2 3) Posted on: Wed 21. Dec 2011, 21:58

Lee_Roy

preview Preview

Go To Post

Also wenn ich cbData ausgebe kommt immer 20 raus.
Aber mit diesem Code kann ich auch die gesamte Eingabe sperren.

CPP Code:
  1. if (!Freeze)
  2. {
  3. temp = pGetDeviceState(lpDevice,cbData,lpvData);
  4. memcpy(buffer,lpvData,cbData);
  5. } else {
  6. memcpy(lpvData,buffer,cbData);
  7. }

In lpvData steht aber auch ganz zum Schluss der Wert von F10 drin, also die 44.
TEXT Code:
  1. cbData: 20, lpvData: 1637144
Wenn ich dann deinen Code benutze, um einen Buchstaben hinzuzufügen, wird dieser nicht in lpvData angezeigt.
VB, C/C++, Delphi, etc

Mon 16. Jan 2012, 18:31

by Dovahkiin Go to last post
46 3661
icon

Go to first new post Farm Bot Problem (Multi-page thread 1 2 3) Posted on: Wed 21. Dec 2011, 21:58

Lee_Roy

preview Preview

Go To Post

Ja ist mir nun klar, hatte da vorher nicht drauf geachtet. Also die cbdata == 256 wird auch aufgerufen.
VB, C/C++, Delphi, etc

Mon 16. Jan 2012, 18:31

by Dovahkiin Go to last post
46 3661
icon

Go to first new post [Config] CS:Source Zoomscript (Multi-page thread 1 2 3 4) Posted on: Mon 3. Sep 2007, 13:23

KN4CK3R

preview Preview

Go To Post

Das geht bei mir einfach nicht. Es wird immer gesagt, dass es eine nicht Verfügbare Taste ist in der Konsole...
Habe schon Alt aus probiert, klein und groß zuschreiben, sowie \"mouse4\" klein und groß zu schreiben. Immer die gleiche Fehlermeldung....

Spoiler
Quote
//ZoomConfig
//(C) 2007 by KN4CK3R
//zoom in and find out
//////////////////
alias taste mouse4
alias sensitivity1 \"10.000000\"
alias sensitivity2 \"5.000000\"
//////////////////

alias zoom1 \"r_aspectratio 0.2;bind mouse4 zoom2; sensitivity sensitivity1\"
alias zoom2 \"r_aspectratio 0;bind mouse3 zoom1;sensitivity sensitivity2\"

bind taste zoom1

bind \"0\" \"slot10;r_aspectratio 0;bind mouse4 zoom1;sensitivity sensitivity2\"
bind \"1\" \"slot1;r_aspectratio 0;bind mouse4 zoom1;sensitivity sensitivity2\"
bind \"2\" \"slot2;r_aspectratio 0;bind mouse4 zoom1;sensitivity sensitivity2\"
bind \"3\" \"slot3;r_aspectratio 0;bind mouse4 zoom1;sensitivity sensitivity2\"
bind \"4\" \"slot4;r_aspectratio 0;bind mouse4 zoom1;sensitivity sensitivity2\"
bind \"5\" \"slot5;r_aspectratio 0;bind mouse4 zoom1;sensitivity sensitivity2\"
bind \"6\" \"slot6;r_aspectratio 0;bind mouse4 zoom1;sensitivity sensitivity2\"
bind \"7\" \"slot7;r_aspectratio 0;bind mouse4 zoom1;sensitivity sensitivity2\"
bind \"8\" \"slot8;r_aspectratio 0;bind mouse4 zoom1;sensitivity sensitivity2\"
bind \"9\" \"slot9;r_aspectratio 0;bind mouse4 zoom1;sensitivity sensitivity2\"
bind \"g\" \"drop;r_aspectratio 0;bind mouse4 zoom1;sensitivity sensitivity2\"
bind \"r\" \"+reload;r_aspectratio 0;bind mouse4 zoom1;sensitivity sensitivity2\"
bind \"MWHEELDOWN\" \"invnext;r_aspectratio 0;bind mouse4 zoom1;sensitivity sensitivity2\"
bind \"MWHEELUP\" \"invprev;r_aspectratio 0;bind mouse4 zoom1;sensitivity sensitivity2\"
bind \"q\" \"lastinv;r_aspectratio 0;bind mouse4 zoom1;sensitivity sensitivity2\"  

echo \"ZoomConfig\"
echo \"(C) 2007 by KN4CK3R\"

Hoffe, dass ihr mir helfen könnt.

MfG

Mariopart
Counter-Strike: Source

Sat 25. Jul 2009, 17:39

by Exxon Go to last post
78 7459
Downloads
No downloads found.