Jump to content

mabsey

Members
  • Posts

    9
  • Joined

  • Last visited

mabsey's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I hope I'm not too late here in saying thankyou for this piece of code (Proof of concept). I've managed to code myself a medal of honour spearhead aimbot now and its working damn good. Some little tweaks to do here and there and I'll paste the code if anyone's interested Mabsey
  2. Thanks Jon, I've sent the file. Have a great new year. Masbey
  3. Well a friend wanted to see what I had done, so I converted my script to an EXE, put on a passphrase and sent it to him and then continued working on the original AU3. The thing is, I've broke my AU3 script badly and can't get it back, and I've forgotten my Passphrase on the file I sent my friend. The EXE I have is the only way I can go back to a working version. Is there anyway I can recover the file? I can send my AU3 script now and the Executable. Thanks Masbey
  4. I've got this now :- The script opens 3 internet explorer windows and minimizes them to the tray $A is a simple count routing, so A$ = 1 , then A$ = A$ +1 As it's opening the IE windows I declare this :- $handle[$A] = WinGetHandle("classname=Internet Explorer") I take it the line above should create 3 variable now called $handle1 , $handle2 and $handle3 I've searches the forums and looked at the help file, but I can't work out how to Maximize IE window 1 which has the variable $handle1 I take it I would use Winsetstate, but how to put the variable in the command line? Many Thanks Mabsey
  5. Thanks Larry, I've put a few mod's on this and it works perfect now. Can I be cheeky and ask another question. It's to do with Internet Explorer Windows Handling. After my script run's and it minimises 3 internet explorer windows, how does it track them? If I want to bring up the first window and load another link, is this easy? Really what I'm looking for is rolling windows? Mabsey
  6. Please Help, This is what I got so far --------------------------------------------------------------------------- Run("C:\\Program Files\\Internet Explorer\\iexplore.exe www.mysite.com", "", @SW_MAXIMIZE) Sleep(5000) AutoItSetOption("WinTitleMatchMode", 2) $x = StatusbarGetText("Internet Explorer") --------------------------------------------------------------------------- Now this is what I want to say :- While $x is not equal to opening page, do nothing and loop back, else minimize the page. Basically this is how I want it to work :- The script opens www.mysite.com I click a link on mysite.com The statusbartext changes and say's "opening page, blah blah" Autoit detects this and minimises the IE window If auto does not see opening page, it loops till it does. I'm struggling with the loop and detection. Any pointers? Mabsey
  7. Ok, I've figured out what I need to do and want to run this by people. When the Status Bar Text changes I need to minimize the Internet Explorer window. I suspect I've got to assign the Statusbartext to a variable and then run a loop to keep checking it, or is it easier than that? Mabsey
  8. I've looked and looked for this but just can't find it. How do you handle mouse clicks in Autoit? Basically if I have an internet explorer window open, I want the script to just wait until the mouse is clicked and then minimize the IE window? Is this easy to do? Thanks Mabsey
  9. Hi, I user autoit to log me onto a secure web-site. What I would then like autoit to do is look at the text from the current page, and if a certain string exists to carry out some functions. Can autoit do this? Does autoit have the ability to read all text from a web-page and if it finds a specific string, carry out a list of commands I tell it. I've seen that it can read text from a notepad file and wondered if it did the same for Web-pages. Mabsey
×
×
  • Create New...