2moons hider ?

02/18/2008 17:24 karum#1
Hi all,

wollte mal fragen ob mir einer ein AutoIt Script schreiben kann
womit ich mein 2Moons per tasten drück minimieren kann,
was dann nicht in der taskleiste erscheint...

beipsiel für so ein script ist für WoW....

Quote:
HotKeySet("{F9}", "hide")
HotKeySet("{F10}", "show")
AutoItSetOption("WinTitleMatchMode", 4)
While 1
Sleep(1000)
WEnd

Func hide()
Global $Show = 0
Global $handle = WinGetHandle("classname=GxWindowClassD3d")
WinSetState($handle, "", @SW_MINIMIZE)
WinSetState($handle, "", @SW_HIDE)
If @error Then
MsgBox(0, "error", "couldnt find WoW")
Else
While 1
$unique = Random(1, 4, 1)
If $unique = 1 Then
ControlSend($handle, "", "", "{UP DOWN}")
Sleep(100 + Random(1, 50, 1))
ControlSend($handle, "", "", "{UP UP}")
ControlSend($handle, "", "", "{DOWN DOWN}")
Sleep(100 + Random(1, 50, 1))
ControlSend($handle, "", "", "{DOWN UP}")
Sleep(200000 + Random(5000, 15000, 1))
ElseIf $unique = 2 Then
ControlSend($handle, "", "", "{RIGHT DOWN}")
Sleep(100 + Random(1, 50, 1))
ControlSend($handle, "", "", "{RIGHT UP}")
ControlSend($handle, "", "", "{LEFT DOWN}")
Sleep(100 + Random(1, 50, 1))
ControlSend($handle, "", "", "{LEFT UP}")
Sleep(200000 + Random(5000, 15000, 1))
ElseIf $unique = 3 Then
ControlSend($handle, "", "", "{DOWN DOWN}")
Sleep(100 + Random(1, 50, 1))
ControlSend($handle, "", "", "{DOWN UP}")
ControlSend($handle, "", "", "{UP DOWN}")
Sleep(100 + Random(1, 50, 1))
ControlSend($handle, "", "", "{UP UP}")
Sleep(200000 + Random(5000, 15000, 1))
ElseIf $unique = 4 Then
ControlSend($handle, "", "", "{LEFT DOWN}")
Sleep(100 + Random(1, 50, 1))
ControlSend($handle, "", "", "{LEFT UP}")
ControlSend($handle, "", "", "{RIGHT DOWN}")
Sleep(100 + Random(1, 50, 1))
ControlSend($handle, "", "", "{RIGHT UP}")
Sleep(200000 + Random(5000, 15000, 1))
EndIf
If $Show > 0 Then ExitLoop
WEnd
EndIf
EndFunc ;==>hide

Func show()
Global $Show = 1
WinSetState("World of Warcraft", "", @SW_SHOW)
WinSetState("World of Warcraft", "", @SW_MAXIMIZE)
WinActivate($handle, "")
EndFunc ;==>show
wäre nett wenn mir
02/18/2008 21:11 wicked25#2
english?
02/18/2008 21:54 CosmosTunes#3
schreib doch selber ^^

falsche sektion. hier sind nur releases keine fragen!!!
02/19/2008 02:40 syberx#4
Translate this please?
02/19/2008 08:20 CosmosTunes#5
the script he posted is for wow and he ask if someone can do the same for him for the game 2moons...
02/19/2008 16:21 spin_roan#6
From the way i see it, Its an AutoWalker script...
And the only way to make it work is to change the Game Name...

From :
WinSetState("World of Warcraft", "", @SW_SHOW)
WinSetState("World of Warcraft", "", @SW_MAXIMIZE)

To :

WinSetState("2Moons", "", @SW_SHOW)
WinSetState("2Moons", "", @SW_MAXIMIZE)

I assume you already have AutoPots and AutoAttack script thats why you only needed this script to run. Enjoy..:D
02/24/2008 17:03 Vyndariel#7
1. 2Moons Exploits, Hacks, Bots, Tools & Macros Do you need 2Moons Hacks, Tools, Bots or anything else?
Take a look here [no questions]

2. Jeder Spam-Poster hat eine Verwarnung erhalten. / Every-Spam-Posting got an Infraction.

Vyn