AutoHotkey Community

It is currently May 27th, 2012, 12:10 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 9 posts ] 
Author Message
PostPosted: October 11th, 2009, 6:06 pm 
Offline

Joined: October 10th, 2009, 10:16 pm
Posts: 6
Hello, those of you who have played Farmville which probably know what I'm talking about.

Basically, I need help to make a script that will sell all the hay bales that are on screen, or even make and sell hay bales (for xp)

If you don't know what farmville is, I need help making a macro that will click a set object in a flash game and follow it up with clicking to initiate some commands.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 11th, 2009, 6:38 pm 
Offline

Joined: August 22nd, 2009, 11:23 pm
Posts: 294
Did you try searching for "farmville" or "flash" or "game+click" or etc ...on the forum?

http://www.autohotkey.com/forum/topic47246.html
http://www.autohotkey.com/forum/topic48800.html

_________________
Image
"Man's quest for knowledge is an expanding series whose limit is infinity"


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 11th, 2009, 7:14 pm 
Offline

Joined: October 10th, 2009, 10:16 pm
Posts: 6
txquestor wrote:
Did you try searching for "farmville" or "flash" or "game+click" or etc ...on the forum?

http://www.autohotkey.com/forum/topic47246.html
http://www.autohotkey.com/forum/topic48800.html


I don't know how to change these though


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 11th, 2009, 7:58 pm 
If you want a harvester/seller application:
Use the middle mouse button to harvest,
Use the right mouse button to sell.
Press Ctrl-1 to end.



;Farmville Quick Seller and Harvester
;Click the middle mouse button to harvest trees and animals quickly.
;Click the right mouse button to sell something quickly.
;Press Ctrl-1 to end.
;Script by FREE::UsMarineMP@gmail.com



MButton::
{
Click
MouseGetPos, xposi, yposi
yposi+=45
xposi+=10
Click %xposi%, %yposi%
xposi-=10
yposi-=45
MouseMove, %xposi%, %yposi%
}
return

RButton::
{
Click
MouseGetPos, xposi, yposi
yposi+=30
Xposi+=10
Click %xposi%, %yposi%
yposi-=30
xposi-=10
Sleep, 500
Click, 500, 500
MouseMove, %xposi%, %yposi%
}
return



^1::
{
exitapp
}


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 6th, 2009, 9:17 pm 
Free wrote:

RButton::
{
Click
MouseGetPos, xposi, yposi
yposi+=30
Xposi+=10
Click %xposi%, %yposi%
yposi-=30
xposi-=10
Sleep, 500
Click, 500, 500
MouseMove, %xposi%, %yposi%
}
return



^1::
{
exitapp
}


Hey Guys!
Can you help me with that script please. Unfortunately, it doens't work. 've got no experience with AutoHotkey. Maybe something with Farmville has changed but my script doens't take the final click on "Accept" at the box with the text "Are you sure you want ....". I hope you know how to handle that!

See you!


Report this post
Top
  
Reply with quote  
PostPosted: November 10th, 2009, 12:22 pm 
Hi yeah i even dnt know how to write the script but its of great help, but its not getting clicked on accept, can anyone help.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 24th, 2009, 3:52 pm 
Offline

Joined: November 23rd, 2009, 2:11 pm
Posts: 104
Anonymous wrote:
Free wrote:

RButton::
{
Click
MouseGetPos, xposi, yposi
yposi+=30
Xposi+=10
Click %xposi%, %yposi%
yposi-=30
xposi-=10
Sleep, 500
Click, 500, 500
MouseMove, %xposi%, %yposi%
}
return



^1::
{
exitapp
}


Hey Guys!
Can you help me with that script please. Unfortunately, it doens't work. 've got no experience with AutoHotkey. Maybe something with Farmville has changed but my script doens't take the final click on "Accept" at the box with the text "Are you sure you want ....". I hope you know how to handle that!

See you!


try this...
Code:
RButton::
{
   Click
   MouseGetPos, xposi, yposi
   yposi+=30
   Xposi+=10
   Click %xposi%, %yposi%
   yposi-=30
   xposi-=10
   Sleep, 500
   Click, 450, 450
   MouseMove, %xposi%, %yposi%
}
return



^1::
{
exitapp
}

_________________
  /\ /\ This is Kitty
(>';'<) Cut, copy, and paste kitty onto your sig.
((")(")) Help Kitty gain World Domination.

(\__/) This is Bunny.
(='.'=) Cut, copy, and paste bunny onto your sig.
(")_(") Help Bunny gain World Domination.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: FARMVILLE SCRIPTS
PostPosted: February 18th, 2010, 6:26 pm 
HEY!

I'M SO BASIC!

WHERE DO I PUT THE SCRIPT CODE SO IT START MAKING THINGS?

PLEASE EXPLAIN STEP BY STEP FOR A DUMMY AS I AM...

THANKS


Report this post
Top
  
Reply with quote  
 Post subject: Re: FARMVILLE SCRIPTS
PostPosted: February 18th, 2010, 6:29 pm 
Offline

Joined: April 20th, 2009, 1:10 pm
Posts: 817
Location: North Dakota, USA
ROK wrote:
HEY!
I'M SO BASIC!
WHERE DO I PUT THE SCRIPT CODE SO IT START MAKING THINGS?
PLEASE EXPLAIN STEP BY STEP FOR A DUMMY AS I AM...
THANKS

http://www.autohotkey.com/forum/viewtopic.php?t=47791

_________________
-Jeremiah


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Apollo, Bing [Bot], BrandonHotkey, Leef_me, Pulover, rjgatito, XstatyK, Yahoo [Bot] and 14 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group