Suche gutes Tutorial für Autoit

07/30/2008 09:20 Hanzo14#1
Hallo ich suche ein gutes Tutorial für Autoit. Ich will das das Programm / Bot nachdem ich das fenster Minimiert hab weiter arbeitet. In meinem Fall ist das Banner klicken. Wüsste jemand wie das geht also nichts mit Pixeln.

Antwort wäre nett =)
07/30/2008 09:36 Pand0r#2
Glaub nicht, dass das mit Autoit realisierbar ist
07/30/2008 11:10 BrianKolabi#3
Stichwort : SendMessage/PostMessage
07/30/2008 15:22 Azunai#4
stichwort controlsend/click/VK_Key
07/30/2008 17:03 link#5
Stichwort: Mit Sicherheit nicht.

1. Rate ich dir von AutoIt ab.
2. Macht man so etwas mit Winsock und HTTP.
08/13/2008 07:26 Hanzo14#6
winsock hört sich kompliziert an :-'(
08/13/2008 15:28 Adroxxx#7
Quote:
Originally Posted by link View Post
Stichwort: Mit Sicherheit nicht.

1. Rate ich dir von AutoIt ab.
2. Macht man so etwas mit Winsock und HTTP.
Quatsch. Mit AutoIT kannst du das auch hinbekommen undzwar um einiges schneller als wenn er sich jetzt mit C++ oder so beschäftigt. Und mit Sockets würde er wohl verzweifeln wenn er nicht gerade paar Jahre proggen aufm buckel hat. Kannst heutzutage mit AutoIt sogut wie alles programmiernen.
Und Autoit ist schnell zu lernen.
08/13/2008 18:23 Cholik#8
Well 1. you don't need to know C++ to code a socket-app.
2. Since when do we 'code' in AutoIt ? Isn't it just a scripting "engine" ?
3. Well AutoIt got a nice syntax, and is easy to learn but you can't do as much as with a real programming language
08/13/2008 19:00 Adroxxx#9
Quote:
Originally Posted by al_j View Post
Well 1. you don't need to know C++ to code a socket-app.
Richt. But if u want use it you need to know a programming language.
Quote:
Originally Posted by al_j View Post
2. Since when do we 'code' in AutoIt ? Isn't it just a scripting "engine" ?
It's a makro language. But its so developed that u can do much more. You can programm directx hooks in autoit. So you can do nearly everything with it.
Quote:
Originally Posted by al_j View Post
3. Well AutoIt got a nice syntax, and is easy to learn but you can't do as much as with a real programming language
Wrong! Since AutoIt3 you can do all you want. You can work with APIs, you can use GUIs, you can hook DirectX, you can inject DLLs or use DLLs . aso.
08/13/2008 20:38 Cholik#10
Well ... its still no programming language dude ;)

As long as you cannot code your own dlls, inject code into other processes or do inline asm its no real/good programming language XD

Btw could you show me how to hook dx using autoit ? never done it in autoit... just interested.
08/13/2008 21:04 Adroxxx#11
Quote:
Originally Posted by al_j View Post
Well ... its still no programming language dude ;)

As long as you cannot code your own dlls, inject code into other processes or do inline asm its no real/good programming language XD

Btw could you show me how to hook dx using autoit ? never done it in autoit... just interested.
that shows me that u know nothing about autoit lol,
right you cant write your own dlls, but you can use dlls with autoit.
Also you can change the memory with it.
Look only into the guild wars sections. A bot written in autoit, that works only with the memory. With Ingame menu (directx hook).

You cant compare autoit with c++. In c++ you can do everything. But for the game hacking scene autoit should be enought. You can really do a lot of things with it. It's not only a Makro language like ACTools. Its more.

You can ask azunai ;) He can tell you a lot more about autoit. ^^
08/13/2008 21:39 Cholik#12
well sorry but (without attacking you) if you think i do not know anything about autoit, i should say that you don't know anything about gamehacking ... gamehacking is more than working with memory. the whole network and packet stuff can't be used in autoit right ?

what i think is ... when you fail in real gamehacking you use the memory ;) ... its nothing against you or all the other guys using autoit ... but thats just my opinion.

btw ... do you really think i'm gonna search through the whole guild wars section to find some threads where no screenshots will be posted of how it looks like ? ... if you want to show something, then do it ... why should i search on my own if i dont even play the game ;d

i do know that autoit is really mighty... and more than just a normal macro tool ...
anyway. ... nevermind ... who cares ;f
08/14/2008 00:53 °Remus°#13
um auf die tutorials zurückzukommen [Only registered and activated users can see links. Click Here To Register...] sind nen paar aufgelistet
08/17/2008 22:22 [PixeL]#14
es komtm drauf an was du machen wilst dwen du was mit pixel... machen willst geht das nicht aber sonst geht das aber nicht so gut naja wie gesagt es kommt drauf an was du machen willst
08/18/2008 12:58 mr.rattlz#15
Quote:
Originally Posted by al_j View Post
Well ... its still no programming language dude ;)

As long as you cannot code your own dlls, inject code into other processes or do inline asm its no real/good programming language XD

Btw could you show me how to hook dx using autoit ? never done it in autoit... just interested.
I do not know, if you have yet taken compiler classes, but you should reread facts about programming languages.
Dlls: These mostly exist in Windows Environments, a programming language does not need a windows compatible compiler to be a programming language. There even exist circumstances where you actually have NO external libraries (think microcontrollers).
We had real programming languages before multiprocessing. Injecting Code is btw. possible with AutoIt.
Inline assembler is also something which does not qualify you for being a real programming language.


Quote:
All Turing complete languages can implement the same set of algorithms.
Please read this:
Programming language - Wikipedia, the free encyclopedia