Jump to content
Macro Express Forums

H2o-KiD

Members
  • Posts

    30
  • Joined

  • Last visited

H2o-KiD's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I don't know if this has been discussed or what but I just can't get the Arrow Keys to work. Is there a way to HOLD them or something like that?
  2. I've tried to wait more but still end up screwing up. So I used the "Ping Site" command. Okay, so I am using a router too. Therefore when I try to close my "router" and try to Ping Site for "208.69.90.106", it gives me "T1 = Unknown host". Okay, but the main problem is, when I close my modem, it doesn't give me the same "Unknown host", it gives me "T1 = 0.0.0.0 TTL=0, Bytes=0, Time=0ms". Now this is complicated and if the closure of modem and router gives the same value, the problem would be fixed by now. Sometimes, even the connection is online, it still gives "T1 = 0.0.0.0 TTL=0, Bytes=0, Time=0ms".
  3. I've tried this and it is still not working. It will eventually show the text box display eventhough it is not disconnect but not immediately. Please help @_@
  4. Okay, I am using macro express for a game. And my connection line wasn't too good and sometimes it might disconnect and then auto reconnect. Once disconnected, the macro is still doing the job but the game is disconnected from the server. I am a newbie anyway, that's why I am asking for solution May I ask if that macro express can detect disconnection and then it will do a special task after detected it? In example : The macro detected disconnection and it will then auto relogin the game and continue the normal job. Help is really appreciated.
  5. I just discovered that this way works too. But I am afraid if this way contains any bad effect about it? Or, it just work fine the same. Repeat Until %N1% < 11 Repeat Until %N1% > 0 Variable Set Integer %N1% from prompt Repeat End Repeat End
  6. I wonder if Macro Express can limits prompt integer value.
  7. Example : Multiple Choice Menu to %T1% A. Scroll down 1 time B. Scroll down 2 times C. Scroll down 3 times D. Scroll down 4 times E. Don't scroll down If Variable %T1% = "Scroll down 1 time" Multiple Choice Menu to %T2% A. Scroll down 1 time B. Scroll down 2 times C. Scroll down 3 times D. Don't scroll down End If If Variable %T1% = "Scroll down 2 times" Multiple Choice Menu to %T2% A. Scroll down 1 time B. Scroll down 2 times C. Don't scroll down End If If Variable %T1% = "Scroll down 3 times" Multiple Choice Menu to %T2% A. Scroll down 1 time B. Don't scroll down End If If Variable %T1% = "Don't scroll down" Multiple Choice Menu to %T2% A. Scroll down 1 time B. Scroll down 2 times C. Scroll down 3 times D. Scroll down 4 times B. Don't scroll down End If To shows that how many is left after chosen the choice.
  8. Example : Multiple Choice Menu to %T1% A. Scroll down 1 time B. Scroll down 2 times C. Scroll down 3 times D. Scroll down 4 times E. Don't scroll down If Variable %T1% = "Scroll down 1 time" Multiple Choice Menu to %T2% A. Scroll down 1 time B. Scroll down 2 times C. Scroll down 3 times D. Don't scroll down End If If Variable %T1% = "Scroll down 2 times" Multiple Choice Menu to %T2% A. Scroll down 1 time B. Scroll down 2 times C. Don't scroll down End If If Variable %T1% = "Scroll down 3 times" Multiple Choice Menu to %T2% A. Scroll down 1 time B. Don't scroll down End If If Variable %T1% = "Don't scroll down" Multiple Choice Menu to %T2% A. Scroll down 1 time B. Scroll down 2 times C. Scroll down 3 times D. Scroll down 4 times B. Don't scroll down End If To shows that how many is left after chosen the choice.
  9. Can we possible make a macro that when it detects certain colors, it will stop and start at a certain part of scripts at a same macro? My script ain't working, when it detects certain color, I set it to "Macro Run/same macro" and it does stop and start back from where it begins but, I don't want it to begin at the start instead of starting at (certain scripts/bottom scripts) and then after going through bottom scripts, and it jumps back to the start like normal because the the macro is repeating.
  10. Hi, I knew this is not impossible right? What I mean is, how can I make that this macro will start at a certain scripts for the first time and then to normal? Example : When we activate it, it will start at the middle script to bottom script as what I wanted it to be. Then for the second time repeat, it will start all over from upper script to bottom script like normal back. I knew this is possible but, what must I do to done this? Would hope some sample macros will do. Thanks a lot and i appreciate this.
  11. I know "Ctrl+Space" can very quickly gives Coordinate in Full Screen but one more thing, If I want to know the "Pixel Color" of the location in Full Screen program? Please help.
  12. I just tried to use Mouse Locator for detecting mouse's coordinates but It doesn't work in a Full Screen Program? Help please
  13. How do we make um, if the program are not lcoated, it will just not continue the macro and stop the macro.
  14. Can this Macro Express make something like there is a Box, that you can write anything you want, and then, it save the text that writen?
  15. I've tried to used the "Repeat Until" and it wasn't working fine for me. Please guilde and teach me. Thanks and I appreciate all helps. Here's an example how I've did : Get Pixel: Screen Coords: 188,558 into %N99% Repeat Until %N99% = 51183 Text Type: <F7> Delay 3.5 Seconds Mouse Move Screen 535, 267 Delay 100 Milliseconds Mouse Right Button Down Delay 100 Milliseconds Mouse Right Button Up Delay 5 seconds Repeat End
×
×
  • Create New...