Jump to content

AznBeBeAngel

Members
  • Posts

    7
  • Joined

  • Last visited

AznBeBeAngel's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. lol yeah, i did see that but its complicated and i cant do it . what im mainly asking for is if my idea is doable because it seems simple enough.
  2. hey guys, im new to autoit and im wondering if there are any bots available out there for farmville, i have searched the autoit forums but i am a noob at these things so i am not sure. i also have a bot idea that someone might be able to make. this is my idea (start when ur on your farm): 1. click "my neighbours" (1. on picture) at the top until a popup says "this person needs help at their farm" (2. on picture) 2. bot clicks "go to _____'s farm" (2. on picture) 3. bot clicks accept and receive exp and money (3. on picture). clicks accept again after the thank you note.(4. on picture) 4. then go back to step 1. ofcourse this cant be doable with timed bots because not everybody's browser loads at the same speed and also there are facebook popups asking you to publish. i dont know if this would work but its just an idea : ) thanks guys
  3. nope, still doesn't do it, but i realized that if i alt+tabbed out of game and clicked back to get in the game it tabs again :S edit: could anybody please PLEASE try this game and tell me why it does not work i am very illiterate at these things because i do not know how to hack. the game is at http://holybeast.ijji.com/
  4. it does repeat in the active window (which is the game) but it does not press "TAB" it presses 3,3,3 but it just doesnt press tab.
  5. it worked once but it never pressed tab again after that, it was press "3" 3 times and i could see that in the program but it doesnt press tab .
  6. it attacks once (tabs then presses 3) and it doesnt do anything after that. I can tell it presses "3" because in game i could see it say "target does not exist"
  7. hey guys i am new to autoit and this is my first time trying to make a bot, i have searched and compiled my bot but it doesn't seem to function the way I want it to. Could someone please give me advice on my script please and thanks : ) How i want it to work: I want the bot to press tab then press the number 3 (not on the keypad), i want it to press "3" 3 times and loop it back to pressing tab. i want it to loop infinite times. here is what i ended up with. WinWaitActive ("HBO"); While 1=1 send ("{TAB}") sleep (2000) send ("3") sleep (2000) send ("3") sleep (2000) send ("3") WEnd
×
×
  • Create New...