Jump to content

ChosenUno

Members
  • Posts

    11
  • Joined

  • Last visited

ChosenUno's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Is it obsolete? I'm trying to automate certain tasks on a browser flash game. However, when I use PixelGetColor at a specified coordinate, it returns a different value compared to what Autoit Window Info is giving me. I'm using Screen (default) coord mode, so I'm pretty sure that is not the problem.
  2. No such luck with PixelSearch and PixelGetColor?
  3. I've been messing around with AutoIt for a long time and I must say it's great. I have a question though: When you make scripts that send keystrokes, it'll always send it to the active window? Or is there a way to send it to a specific window and that window only, or even to a process only? Same thing with pixel detection. Thanks:D
  4. 9Dragons doesn't have any auto-target function, or else I'd use it. I use pixel search, but sometimes the mouse click wrongly. This is the problem. I was hoping that experienced bot-makers might show up with some tips
  5. I'm having some trouble programming the mob detection for my bot. My code search for 3 colour from the mob, one after the other and if 1 succeeds, then mouse moves there and click. Trouble is, I sometimes get false detection even though the colour I chose are very distinct. Any advice?? The game is 9Dragons btw.
  6. I'm making a grinding bot for an RPG with GG protection. Therefore, I need to make 2 bots, one for mouse control and one for keyboard control. I've decided to use UDP socket for their connection. However, is there any way to be sure that there won't be a synchronization issue?? Like the 1st one sending data when the 2nd one is not receiving. Or that won't exists?
  7. I've looked into what u said. So, I'll need to use UDPBind to create a socket, then UDP open on both programs to create connection, then just use UDP send and receive?? Or, is that wrong
  8. Can you elaborate?? Besides, that's probably too much for me to handle. I'd like something simple lol. BTW, I need 2 scripts bcoz of GameGuard. 1 is bypassed for mouse simulations, 1 for keyboards. But I can't think of how to combine them. This is for 9Dragons. BTW, can someone explain the shade variation thingy when you use PixelSearch?? In this game, the colour of the mob change slightly bcoz there's day and night time. Help would be appreciated^_^
  9. I'd like to know how to call methods in another script. This is because of some limitations. I need to make 2 scripts, one for all mouse simulation, one for key simulation. But the mouse simulation cannot send keys. So I'd like to use the key one for that. How to combineT_T. This is for an MMORPG. I use the Mouse one to swing the camera round to search for mob colour, click on them, pick up drops. I use the key script to send attack and skill buttons, healing and buffing.
  10. How do you use the converter?? I tried making an exe file from an actual script I have and can't convert back. WHy?? BTW, what am I meant to put in the passphrase field?
  11. Nvm, figured out. Lol. How to delete post?
×
×
  • Create New...