Jump to content

kempas

Members
  • Posts

    10
  • Joined

  • Last visited

kempas's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thank you! Now it works!
  2. Sry dude i dont fully understand. Could you give me full script because it doesn't work :/ Or maybe where I have to paste this @ScriptDir
  3. yea it works. Thanks. But ill wait for answer for question number 2 because it is really necessary for me.
  4. Maybe I wrote it unprecisely because this isn't the point. I want to run something without giving ANY localization on script because this script will be in many computers and localization will be different without one folder. This folder will be in folder(/program/) so localization of this folder is /program/cfg/. And in this folder (I mean "cfg") there is a gh.exe. I want to make something alike to html IMG SRC where I can write localization without any shit like a C:/skjfs/fwf/chuj/sdf.jpg. And in my script i want to open .exe /cfg/gh.exe because script is in /program/ All in all I want to cut C:/any/shit and just have in Run
  5. Hello ! I want to do something which will edit this: Run("E:\GTA2 Game Hunter\GTA2 Game Hunter.exe") without giving open source version. So, is it possible to make something which will exchange localization in my script? I crossed paths with something similar witch was made in autoit. It included .ini file where I could change my RUN. Please answer ASAP. @edit: How to run something without giving full localization? I want to run gh.exe which is in "2323" folder and my script is in "2324" folder. Localization of gh.exe is C:/2324/2323 and i want to run gh.exe without this C: . 4example in html it looks like "strony/2.htm" Is it possible in autoit too?
  6. I'm making script where it must to click on moving object. Please help me with some advice about this crap.
  7. OK I'll try to write it in simple. I'm making DIABLO 2 bot and I've got problem with moving NPC. So this is the point. How to make script which will just click mouse button on NPC. And also i want to ask you about changing script (.exe) line with .ini. Because if someone have got program in other localication than I have and I also don't want to give open source version. Please Write ASAP.
  8. Ok ok it works TY. Buy my another question in 1 post was :want to know how to hold 2 buttons at the same time.
  9. Huh. It doesn't work or I'm just noob :/. My script looks like this Sleep (1000) Run("E:\GTA2 Game Hunter\GTA2 Game Hunter.exe") MouseClick("left",70,65) MouseClick("left",21,990) Sleep(500) Send("{ENTER}") Sleep(500) MouseClick("left",222,68) Sleep(500) MouseClick("left",367,79) Sleep(10000) MouseClick("left",286,700) $T_INIT = TimerInit() Do Send("{a down}") Until TimerDiff($T_INIT) >= 3000;3000 miliseconds = 3 seconds Send("{a up}") MsgBox(0,"","FINISH") Send("{Enter}") Send ("{F10}") Send ("ww") But remember i have to hold UP key so i mean this little arrow ;D And also i don't want to display messege FINISH at the end you know. I want to start game hold up button for 3 secs and this is it.
  10. As I wrote in title I want to hold UP button for 3 secs. I'm realy newbie in this kinda program. Please help. And i also want to know how to hold 2 buttons at the same time.
×
×
  • Create New...