yeah but controlsend wudnt work ... i noticed that aion client blocks those things that requires camera to move . like jumping and turning without client being active. or is it just me ?
yeah but controlsend wudnt work ... i noticed that aion client blocks those things that requires camera to move . like jumping and turning without client being active. or is it just me ?
Yea it block some things for example i was try to send space with controlsend and he was turn on char gui then map, and i was looking at key config in game space is for jump but it wont press it with control send. Better use cheat engine to find adresses it not so hard in aion.
most mmos wont work with a simple controlsend command, thats the point where you start with memorywrite or inject a dll into the process.
Quote:
Originally Posted by mlukac89
Yea it block some things for example i was try to send space with controlsend and he was turn on char gui then map, and i was looking at key config in game space is for jump but it wont press it with control send. Better use cheat engine to find adresses it not so hard in aion.
yeah i do know that packet sniffing is a way to send / cast skills ... but how can i cast a skill using memory Writing?
U must find a offset or adress that use selected skill, for example when skill is not in use its 0 and when u use it its 1. Now in script u make 1 variable that holds adress of that skill then u check it for example
$myskill1 = adressofthatskill
Code:
if ($myskill1 == 0)
_MemoryWrite(bla, bla, value) ; value u put 1
endif
So it send 1 to that adress and activate that skill
U must find a offset or adress that use selected skill, for example when skill is not in use its 0 and when u use it its 1. Now in script u make 1 variable that holds adress of that skill then u check it for example
$myskill1 = adressofthatskill
Code:
if ($myskill1 == 0)
_MemoryWrite(bla, bla, value) ; value u put 1
endif
So it send 1 to that adress and activate that skill
controlsend problem 11/09/2013 - AutoIt - 5 Replies ICH SUCHE EIN CONTROLSEND Befehl der die Funktion:
Send("{f3}") ersetzt
Eine antwort sollte so ähnlich aussehen aber eben richtig:
Am ende soll es so angewendet werden nur mit controlsend ersetzt:
Controlsend Problem 02/21/2013 - AutoIt - 2 Replies Hallo Com,
ich lerne neben C# nebenbei noch etwas AutoIt.
Als erstes kleines Projekt habe ich mir einen Spamer vorgestellt,
welche an ein angegebenes Fenster einen bestimmten Text sendet.
Das ganze sieht momentan so aus:
http://i.epvpimg.com/J7VZb.png
Und der Code so(ohne den Gui-Code):
Problem mit Controlsend 08/06/2010 - AutoIt - 36 Replies Hallo,
Vielleicht haben manche von euch auch das Problem das wen es zuviele ControlSends im Script sind und du z.b. was schreiben willst dan die Tastatur komplett anfängt zu Spinnen.
z.b.:
Func _1()
ControlSend("4Story_GSP", "", 0, "{TAB}")
Sleep(150)
ControlSend("4Story_GSP", "", 0, "{TAB}")
Sleep(400)