Run Command doesn't work. Topic is solved

Ask gaming related questions (AHK v1.1 and older)
arramaz
Posts: 1
Joined: 25 Feb 2018, 14:24

Run Command doesn't work.

25 Feb 2018, 14:38

I have a program/bot called Mbot. And when I click to it it does run, but if I run with ahk It does not. I shows me some kind of error. (Error in Turkish so I wont translate it but) I know that error and it is about the program not being able to do what is need to. It is a crack so it must open the uncracked version of the program and then crack it. Bun I run it with Ahk it just cant progress futher than just excuting the program. Is there any way that I can start a program like a regular user clicking on it cuz just running the program itself does not work. And I dont wanna go to the desktop and Click x-y to open the program and that actually works btw.

I am not English so sorry for the bad grammer.


Here is the code if you need it.

Code: Select all

#SingleInstance, force
^+F12::

Gui, Add, Button, x20 y20 w100 h50 gA1, Mbot2

Gui, Show, w1000 h500, BotKontrol
return
A1:
RunWait C:\Users\Ömer Aramaz\Desktop\Mbot2

return
gregster
Posts: 9023
Joined: 30 Sep 2013, 06:48

Re: Run Command doesn't work.  Topic is solved

25 Feb 2018, 14:52

C:\Users\Ömer Aramaz\Desktop\Mbot2 is seen as a path to a folder. You need to add the name of the program. If Mbot2 is no folder, but already the program/executable in question, add the extension, like Mbot2.exe or whatever it is

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 62 guests