Jump to content

Recommended Posts

Posted

Hy guys!

I have a problem, if i run my script an other program says "the program can not be executed with the following program. myprogram.exe". Is there any way to hide my program from other programs?

Posted

Your question is too cryptic. More information or code is needed.

So you compiled your program. And you are trying to do what? Execute a program using shellexecute? I don't know, tell us more.

Posted

Your question is too cryptic. More information or code is needed.

So you compiled your program. And you are trying to do what? Execute a program using shellexecute? I don't know, tell us more.

no no no, its a realy simple program, it uses only getpixelcolor, pixelsreach and send functions. only 12 lines

Posted

hmmm.

Hide from taskbar easy

Keep program off process list - This is not an acceptable question to ask on this forum. I recognize it is likely for a game but there are evil purposes for wanting to do this as well and this is not a question answered here.

Compile your script and run it. It may be just looking for .au3 in the process list. Other than that we can't help you.

Picea

Posted

hmmm.

Hide from taskbar easy

Keep program off process list - This is not an acceptable question to ask on this forum. I recognize it is likely for a game but there are evil purposes for wanting to do this as well and this is not a question answered here.

Compile your script and run it. It may be just looking for .au3 in the process list. Other than that we can't help you.

Picea

evil purposes lol xD i tried to make a script:

While 1
sleep(1)
WEnd

i compiled, runed and i get the same message ^^

Guest
This topic is now closed to further replies.
×
×
  • Create New...