You must have Sting Hackmap loaded (the plugin injected)
HotKey - "e" - Host
HotKey - "u" -Party
Download wird nicht gepostet weil es mit einem Virus infiziert ist. Wer es trotzdem haben will , PM me.
-------------------------------
Zu überprüfende Datei: TPPK.zip - Infiziert
TPPK.zip/newd2event.net.exe Infiziert: Trojan-IM.Win32.Agent.g
TPPK.zip/New Diablo 2 Event - newd2event.net.URL Ok
TPPK.zip/New Diablo 2 Event - newd2event.net.txt Ok
-----------------------------------------------
Source
Quote:
;Instant TPPK with Sting's Hackmap
;Made by v1c.
;GL & HF !
;BMPK/WtfPK sux!
HotKeySet("e", "Host")
HotKeySet("u", "PartyPlease")
Opt("MouseCoordMode", 2)
Opt("PixelCoordMode", 2)
Dim $var
Dim $p
Func Host ()
send("{Backspace}")
sleep(500)
send("p") ;Opens Party
sleep(50)
MouseMove(105,150,0) ;Hostiles
MouseClick("left") ;>>Hostiles
EndFunc ;Ends function
Func PartyPlease ()
Sleep(10)
send("p")
Sleep(100)
MouseMove(300,$i,0)
MouseClick("left")
EndFunc
While 1
Sleep(100)
WEnd






