Thursday, May 6, 2010

Starcraft, Hamachi, ForceBindIP

-Install Starcraft, Brood Wars, Update.
-Install Hamachi.
-Install ForceBindIP
-Now create a textfile and place the following text inside:
"C:\Windows\System32\ForceBindIP.exe" 0.0.0.0 "C:\Program Files\Starcraft\StarCraft.exe"
Where "0.0.0.0" is replaced with your Hamachi IP*:
-Then click and run that .bat file.

Note: To edit the .bat file in the future, right click and choose "edit" to open it in notepad.

*Your Hamachi IP address can be found here:

Hello World

public String start_blog()
{
String output = new String("Hello");
int x = 1 % 2;
output += " ";
if (x==1)
output += "World";
else
output +="Sky";
return output;
}