Jump to content

Recommended Posts

Posted

using autoit for a game within a browser

i don't want to do mouseclick(xx,xx,x,x) to refresh the page

F5 doesn't work when im playing the game,

controlclick doesn't seem to be able to press the refresh button

any idea how to make firefox refresh?

Posted (edited)

can you can post URL of the game?

Edited by goldenix
My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
Posted

Try

ControlSend ( "title", "text", controlID, "string" [, flag] )

If you use the window name as title and "^r" for the string it should send Ctrl+r to the Firefox window without having to focus it.

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
×
×
  • Create New...