Your browser (Internet Explorer 6) is out of date. It has known security flaws and may not display all features of this and other websites. Learn how to update your browser.
X

Archive for September, 2009

Post

Vbscript Create Shortcut….

today i needed to create a shortcut for something so i wrote small script :)

set WshShell = WScript.CreateObject(“WScript.Shell”)
strDesktop = WshShell.SpecialFolders(“Desktop”)
set oShellLink = WshShell.CreateShortcut(strDesktop & “\ShortCut WTF.lnk”)
currentDirectory = left(WScript.ScriptFullName,(Len(WScript.ScriptFullName))-(len(WScript.ScriptName)))
oShellLink.TargetPath = currentDirectory & “ClearSky-Start.exe”
oShellLink.WindowStyle = 1
oShellLink.Hotkey = “CTRL+SHIFT+V”
oShellLink.IconLocation = currentDirectory & “ClearSky-Start.exe”
oShellLink.Description = “ShortCut WTF ?”
oShellLink.WorkingDirectory = strDesktop
oShellLink.Save

Post

WTF :|

http://earthquake.usgs.gov/eqcenter/recenteqsww/Quakes/us2009lgbw.html

http://www.emsc-csem.org

Post

Mirc 6.35

so… i hade some time and i cracked Mirc 6.35 :) )
i have remade the installer using Nsis and also removed some shitty txts :)

time needed to crack : approx 1hr

music : Kirsty hawkshaw – battleship grey

link : Mirc 6.35

p.s : if you don’t want to use cracked version, when mirc expires just delete

HCU/Software/mirc

from registry and timer will reset xD

Stop SOPA