Quote:
Originally Posted by MrYoda
Actually this is a really nice idea...Didn't realise that I could do that lol...Simple, but good. I will try it out later. Thanks man!
|
I use a similar, tho easier, way to do the same thing.
1. I make sure I have two user accounts set up on the system, with passwords.
2. I create a text file named 2ndHero.cmd that includes this:
- @echo off
- start runas /user:yourusernamehere c:\hellfire\ViewNetgame.exe
- start runas /user:yourusernamehere c:\hellfire\Hellfire.exe
This starts up the browser and hellfire using the 2nd account's memory space.
I start up Hero thru Netgame or Mobius (Philippines) and log in. Then I click on the textfile to run it. Since it's a .CMD file, it will run like a .BAT file. When it goes to start up the Browser and Hellfire, it will ask you for the password of the 2nd user account on the computer and then start it up.
The trick is to start it up so it's viewable on the screen using both accounts (not having to switch between user accounts)