Kyme Posted May 25, 2008 Posted May 25, 2008 hi all....can somebody give me a pot how i can make one script to run one game 2 times??? when i open secound time i got one Msg "(the game)already runing" how i can hide the game process to can open more times??? tnx all wait advices
Kyme Posted May 25, 2008 Author Posted May 25, 2008 nobody wanna help me???come on guys i really wanna make multigame
Kyme Posted May 25, 2008 Author Posted May 25, 2008 ok now i found some reason why you guys don't help me....cuz that method it's used on virus maker ok i don't need the code make somebody one .exe whit gui inputbox were to write game name and that name to can execute the game from script dir i think somebody help me to play ksro:(
monoceres Posted May 25, 2008 Posted May 25, 2008 ok now i found some reason why you guys don't help me....cuz that method it's used on virus makerok i don't need the code make somebody one .exe whit gui inputbox were to write game name and that name to can execute the game from script diri think somebody help me to play ksro:(Try copy the install folder of the game to a new location and run the game from both locations...could work. Broken link? PM me and I'll send you the file!
Kyme Posted May 25, 2008 Author Posted May 25, 2008 (edited) i try that...this game have very complicate structure, sometimes when i start it and i have other files in game folder(not from game) it didn't start:( and i wanna make one multiclient to can play whit 1 and whit secound to sell I think only way it's to hide game process...i don't have other ideas Edited May 25, 2008 by Kyme
qsek Posted May 26, 2008 Posted May 26, 2008 rename the exe? (i bet you already tried that) Teamspeak 3 User Viewer - Quick and functional TS3 Query script, which shows online users.Cached Screenshot Deleter - Deletes older Fraps Screenshots if they exceed a specified limit.Unresolved Topics:Intercept and modify dragdrop text behaviour in scite
Kyme Posted May 26, 2008 Author Posted May 26, 2008 rename the exe? (i bet you already tried that)no i don't try it:D now i go to try:D
Kyme Posted May 26, 2008 Author Posted May 26, 2008 rename the exe? (i bet you already tried that)now i try it and same think....take a lookhttp://img257.imageshack.us/img257/1362/ksrozm8.jpg
DMEE Posted May 26, 2008 Posted May 26, 2008 now i try it and same think....take a lookhttp://img257.imageshack.us/img257/1362/ksrozm8.jpgThere are several ways to check if a program is running. One of the most common ways is to lock a file on startup. This is a way to prevent a double access, which can give access violations (to a pointer which is removed already e.g.). Even if it is possible to find a way to ensure the double run, it can very well be that the program itself is not capable of handling that, which can result in severe errors. In the beginning there was nothing and then even that exploded - anonymous
Kyme Posted May 26, 2008 Author Posted May 26, 2008 There are several ways to check if a program is running. One of the most common ways is to lock a file on startup. This is a way to prevent a double access, which can give access violations (to a pointer which is removed already e.g.). Even if it is possible to find a way to ensure the double run, it can very well be that the program itself is not capable of handling that, which can result in severe errors.aaaa.....i don't understand what you meen but nvm...i don't know i think the hide process it's good way to start 2 times the game...Note:ksro it's silkroad korean version and isro it's international versionksro have easy servers all the time and high version compared to isro where it's full servers and low version...when you wanna play isro you must waist youre time some like 30 min to get in the server....then did you play silkroad...i don't think so:D
Zepx Posted May 26, 2008 Posted May 26, 2008 My answer to this although it might not be true, I think this has nothing to do with Autoit, unless someone succeeded in having a game client such as SilkRoad to open double. This is because silkroad itself checks the memory and locates if additional clients are opened. Probably you will need to mess with Silkroad and not autoit.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now