Requests - AutoIt only

08/20/2012 00:31 ​Kirito#16
Hat jemand zufällig ein Beispiel Script, wie man mit AutoIt einen Mail Check(er) bauen kann?
Damit sind Login und das auslesen von Posteingang, etc.. gemeint.
08/20/2012 07:38 PandaMeat#17
Value 0 :(
08/20/2012 17:23 Smincke2#18
@xInazuma.:
Du kannst WinHTTP oder WebTCp benutzen, um an den quellcode zu kommen und den liest du mit StringRegExp aus.
08/21/2012 11:15 PandaMeat#19
_MemoryPointerRead() - how read and display string?
08/21/2012 11:16 PandaMeat#20
_MemoryPointerRead() - how read and display string?
08/21/2012 12:15 Logtetsch#21
Code:
$mem_Read = _MemoryPointerRead ($Base, $Handle, $Offset, "datatype")

MsgBox (64,@ScriptName, "$mem_Read[1])
08/24/2012 14:10 PandaMeat#22
How to create a vac(mobber) hack in autoit?
08/24/2012 14:54 -STORM-#23
What is a vac(mobber) hack?
Kind of a memory hack?
08/24/2012 17:47 KDeluxe#24
Quote:
Originally Posted by PandaMeat View Post
_MemoryPointerRead() - how read and display string?
Code:
$Value = _MemoryPointerRead($BaseAddress, $Handle, $Offsets, "char[length]")
If IsArray($Value) Then MsgBox(0, "Value", "Address: " & $Value[0] & @LF & "Value: " & $Value[1])
08/24/2012 20:28 PandaMeat#25
Quote:
Originally Posted by -STORM- View Post
What is a vac(mobber) hack?
Kind of a memory hack?
Vac hack - vacuum mobs.

Example:
09/28/2012 15:48 elfulll#26
who can help me with a command ?
i want a command doing this : when i press ESC to close my bot , Please help
09/28/2012 16:22 omer36#27
PHP Code:
HotKeySet("{ESC}""_exit")

;;
;;

Func _exit()
    Exit    
EndFunc 
09/28/2012 16:23 butter123#28
HotKeySet("{ESC}","terminate")

Func terminate()
Exit
EndFunc


but please use [Only registered and activated users can see links. Click Here To Register...] for smaller questions
10/21/2012 02:41 Ubergazz#29
Hi I am looking for a simple script that will type a random set of characters when prompted to. It is for something called "REACT" in a game I play that asks the player to type a random set of characters for a prize and I do not type fast enough to win and would like an edge. Here is a picture of what the REACT thing is.[Only registered and activated users can see links. Click Here To Register...] followed by the item that is being given away.
Please get back to me if you think that you can do this and sorry for the English :/
11/21/2012 14:31 RayWilliamJohnson#30
Hallo Leute,
und zwar habe ich vor einigen Tagen einen Bot für das Spiel Dark Galaxy(Facebook Anwendung) zsmgewürfelt. Hatte ortendlich Hilfe von jmd. der sich damit auskennt.
Nun funktioniert der Bot nicht zu 100%, also der Automatisierungsprozess läuft nicht so wie ich ihn haben will, wobei der Mainprozess (also das HP auslesen und automatisch angreifen) problemlos geht. Der Typ der mir geholfen hat, ist jetzt nicht mehr da und kann mir nicht mehr helfen.
Kann jmd. bei dem Bot rüberschauen und Verbesserungen vornehmen?
Höchstwahrscheinlich müsste fast alles auf ControlClick umgestellt werden. Wer sich damit auskennt, für den isses vllt ne Stunde Arbeit.
Bitte per PN melden, wenn nur wirklich geholfen werden kann und der Wille dazu da ist.
:)