Jump to content

Recommended Posts

Posted

Go to http://www.clickz2cash.com/ in Microsoft Internet Explorer then run this:

WinWait("Clickz2Cash - Get Paid To Search - Microsoft Internet Explorer", "")

Do
   WinActivate("Clickz2Cash - Get Paid To Search - Microsoft Internet Explorer", "")
   WinWaitActive("Clickz2Cash - Get Paid To Search - Microsoft Internet Explorer", "")
   Send("{TAB}")
   Sleep(100)
Until WinExists("Clickz2Cash - Get Paid To Search - Microsoft Internet Explorer", "contact.php") = 1

WinActivate("Clickz2Cash - Get Paid To Search - Microsoft Internet Explorer", "")
WinWaitActive("Clickz2Cash - Get Paid To Search - Microsoft Internet Explorer", "")
Send("{TAB}")
Send("search for this")

Is there a way to do somthing like this in FireFox?

Posted

Yea... basically you can use the samething except change the title and such.

Did you write the above code?

JS

<{POST_SNAPBACK}>

herewasplato gave me that script. But i cant get it to work with fire fox it just keeps on tabbing and never finds the link.
Posted

Yea... basically you can use the samething except change the title and such.

Did you write the above code?

JS

<{POST_SNAPBACK}>

WinWait("Clickz2Cash - Get Paid To Search - Mozilla Firefox", "")

Do
   WinActivate("Clickz2Cash - Get Paid To Search - Mozilla Firefox", "")
   WinWaitActive("Clickz2Cash - Get Paid To Search - Mozilla Firefox", "")
   Send("{TAB}")
   Sleep(100)
Until WinExists("Clickz2Cash - Get Paid To Search - Mozilla Firefox", "contact.php") = 1

WinActivate("Clickz2Cash - Get Paid To Search - Mozilla Firefox", "")
WinWaitActive("Clickz2Cash - Get Paid To Search - Mozilla Firefox", "")
Send("{TAB}")
Send("search for this")

Wont work w/ Firefox, you try it...

Posted

firefox does not return the statusbar as text like IE does.

actually it doesn't return Status Bar Text, Visible Window Text, or Hidden Window Text

The new Obj/com support in beta will do what you need in microseconds, but has to use IE atm.

Obj support is not supported in Firefox, nor any mozilla/netscape browser atm.

AutoIt3, the MACGYVER Pocket Knife for computers.

Posted

firefox does not return the statusbar as text like IE does.

actually it doesn't return Status Bar Text, Visible Window Text, or Hidden Window Text

The new Obj/com support in beta will do what you need in microseconds, but has to use IE atm.

Obj support is not supported in Firefox, nor any mozilla/netscape browser atm.

<{POST_SNAPBACK}>

Damn, well i guess my bot will only work with:

IE

Opera

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...