Jump to content

Daywap

Active Members
  • Posts

    34
  • Joined

  • Last visited

Daywap's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. That's my code: #Include <FF.au3> $test = Random(1000,18000) _FFConnect() _FFOpenURL("http://google.com/String($test)") How to make it work? I tried with .' or ". and I can't make. Any help would be great.
  2. How to click ctrl+shift+left arrow at the same time? I tried Send("^{LSHIFT}{LEFT}") but it doesn't seem to be working
  3. I have no idea from where to start. I searched for like 2 hours with no luck.
  4. I have notepad with random text in it (1line). I need to get first letter from first word and make it to variable. How to do it?
  5. It's similar question again. If I got some links that are made by "Javascript". Can I click second link using autoit?
  6. Hey guys. Is this possible to NOT show autoit exe icon in taskbar (where clock)? If yes, how? When compiling aut2exe?
  7. Is there is a way to click on flash player image?
  8. How can I do IE to click second image in the page? I tried _IEImgClick but I failed. For this function needs alt or src or name. But that image doesn't have name,alt and src is changing every time! Can I just simply somehow click on SECOND image of the page? Thank you
  9. Hi guys I am creating Internet Explorer script with autoit which simply get some information from websites in hidden window. But.. I got problem. That click noise in IE. Maybe someone know how can I turn off that click noise using AUTOIT or vb script?
  10. My bad. THANK YOU VERY MUCH
  11. My bad ;P. Okay, that's what I added. But it still not work I get error in 6 Line. #Include <File.au3> #Include <FF.au3> $sFile = "text.txt" $lines = _FileCountLines($sFile) $sFile = FileOpen($sFile) $line = FileReadLine($sFile, Random(1, $lines, 1)) FileClose($sFile) _FFPrefSet("general.useragent.override", String($line)) Can you help me?
  12. Can you post example please?
  13. Why is it not working? I created text.txt but it gets me error in 4 line
  14. Hi, I am creating script that would get random line from txt and make it to be inputed somewhere. How to do it? I am currently have this $file = FileOpen("test.txt", 0) $i = Random(1, 99999999, 1) Random(line) FileClose($file) I know this sounds stupid, but please how to get random line? Thank you very much
  15. Hi this is my code #Include <FF.au3> $i = 0 _FFConnect() _FFPrefSet("general.useragent.override", $i) But it won't work, if you replace "$i" it will work. Is this a bug? How fix it?
×
×
  • Create New...