Blizzard Sector
Are these programs safe inside ? - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html)
+--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html)
+--- Thread: Are these programs safe inside ? (/thread-31955.html)



Are these programs safe inside ? - SeventySeven - 07-04-2006

Hi guys
first of all, im new here, so: Hi Wink

i found 2 small progs which i want to use, but after reading some here i heared that some programs are unsafe (keylogger eg .. )

i want to download:
TorchID by R1CH
Merc Stack Aura AutoIt Script

from download area here.
i think they are clean/safe, arent ?
thx for ur help

regards, SeventySeven


Are these programs safe inside ? - The_Klaggel2 - 07-04-2006

If you got it from this site, then it is safe Smile


Are these programs safe inside ? - FrogMan - 07-04-2006

Downloads are done by me and they are just fine


Are these programs safe inside ? - wm_hunter - 07-04-2006

TorchID requires that you use D2Loader. You can get D2Loader with instructions on installing it and specific instructions on TorchID install by clicking D2Loader in my signature (it will take you to my guide). TorchID is kind of pointless though because you can trade torches now...

The autoit script... just take the script and compile it with autoit so you can run it?

Script

Code:
Global $Paused
HotKeySet("{END}", "TogglePause")
HotKeySet("{HOME}", "Terminate")

While 1
    Sleep(100)
WEnd

Func TogglePause()
    $Paused = NOT $Paused
    While $Paused
        sleep(100)
        MouseClick("Left")
    WEnd
EndFunc

Func Terminate()
    Exit 0
EndFunc



Are these programs safe inside ? - Tap - 07-04-2006

ya i couldnt tell if that was helpful you just gave him the script he already has? or am i missing something?


Are these programs safe inside ? - Ares - 07-04-2006

just scroll down on the site and you see download you can get it there Big Grin its safe on this site dont worry


Are these programs safe inside ? - SeventySeven - 07-05-2006

ok thx guys for ur help, was thinking that they'r safe, but after reading some topics here some are unsafe better be sure Wink

thx and can close


Are these programs safe inside ? - FrogMan - 07-05-2006

~closed