Jump to content

twister06

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by twister06

  1. I tried to do that, and it sort of worked. The soybeans I planted looked smaller, they seemed to take only 1 plot, but I couldn't plant anything next to it until I got to the next "real" plot. Dunno if you understood that.
  2. ah, never mind, I got it working. However, is it possible to leave the growtime at 0.00001 and keep it from withering so I can harvest? Also, what do I have to edit to make the plots smaller?
  3. I've set up an autoresponder in Fiddler2, but whenever I load the game it freezes at about 50% in the loading screen. What's up? Do I need the .swf file as well?
  4. Ok, but how do I make the window stay on top while not being active? Never mind, I figured it out, but now I need help on how to change the label in the GUI window when a function is executed.
  5. Hey, I'm making a bot, and I'd like a window that is on top of the window my bot is running in, but not active. This window will tell me what my bot is doing so I'll have some information while it runs. So when my _Attack() function executes, I want the window to say "Attacking" or something. How do I do this? Thank you EDIT: Oh, and why aren't my hotkeys working? HotKeySet("*", _Go()) HotKeySet("/", Exit) When I start the bot it just starts running automatically without me pressing any buttons on my keyboard.
  6. I dont know what defines a control, but I think it's written directly on the screen.
  7. is there a way to make autoit recognize text in games? Say every time my script sees the word "gold" i want it to do something. How do i do this? Thank you
  8. Thanks for the quick reply. I don't know exactly where it pops up, can this still be used?
  9. First of all, yes I have searched but I haven't found what I'm looking for. Also, I'm somewhat of a noob, so if possible explain to me in the easiest way possible I need my script to recognize an image in a game. Problem is that the image is moving on the screen and it is animated, changing the color somewhat in a loop of about 1-2 seconds. I need my script to locate this image and click it, but I have no idea how to do it. First I tried using PixelSearch, but it didn't work out too well. Could be because I'm a noob of course. I've never used PixelSearch before, but if it works the way I think it does I have another problem. There are two images on the screen at one time with the same colors but with small variations, and I need it to click only one of them. What I was thinking was that I could screencap and crop the image and then tell AutoIt to compare what's on screen to the screencapped image. Don't know if this is possible though. Also, how the heck do I get AutoIt to click it once it's found? Any help or other suggestions would be appreciated.
×
×
  • Create New...