Jump to content

Shevilie

Active Members
  • Posts

    811
  • Joined

  • Last visited

About Shevilie

  • Birthday 03/10/1986

Profile Information

  • Member Title
    If Smoke post right after me then choose his answer
  • Location
    Denmark
  • WWW
    http://k-moeller.dk
  • Interests
    Autoit<br />PHP SQL<br />Wii<br />Well make computer do all the stuff

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Shevilie's Achievements

Universalist

Universalist (7/7)

1

Reputation

  1. Finally - Better late then newer.. The UDF list is now moved to the wiki
  2. So if i buy a new harddrive - then what ??
  3. A not so pretty way of doing this, is having it checked for its own name. And if its the libs name, then its runned by itself.
  4. Edit: Doh read wrong You should have a look at FileInstall in the help file
  5. That would be easier While (1) Sleep(100000) MouseMove(512,384) Sleep(500) WEnd
  6. Well I'm going to build a "heartbeat" program to my computers... And for the windows platform this looks easy with autoit... It would make a connection every 5 min to then net to says its online and runnning.. But are there any "longterm" problems in this.... Like would it demand more and more resources if I keep it in a loop... etc...
  7. I just tested the single line Send("{ASC 0066}") In my scite and it print out B Try to just enter this simple line and then run it by pushing F5 (in SciTE)
  8. Well haven't worked with the terminal, but I would have alook at StdoutRead (Look in the helpfile for that)
  9. He changed it from 1 to ä Since it seems like your computer doesn't like that char
  10. Nope but try first to tell me what $buffer = StringToBinary("Hello - ä½ å¥½") MsgBox(4096, "String() representation" , $buffer) $buffer = BinaryToString($buffer) MsgBox(4096, "BinaryToString() ANSI representation" , $buffer) gives
  11. No I mean that either of thoes two function fails (Havent installed Autoit on my Mac here so I cant create an example atm)
  12. Well that leaves StringToBinary($v_EncryptModified) And $v_EncryptModified = $v_EncryptModified & Chr(BitXOR(Asc(StringMid($s_EncryptText, $i_EncryptCountG, 1)), Asc(StringMid($s_EncryptPassword, $i_EncryptCountH, 1)), 255)) As the suspect... My guess would be StringToBinary($v_EncryptModified)
  13. ; ******************************************************* ; Example 1 - Attach to a browser with "AutoIt" in its title, display the URL ; ******************************************************* ; #include <IE.au3> $oIE = _IEAttach ("AutoIt") MsgBox(0, "The URL", _IEPropertyGet ($oIE, "locationurl")) Have a look at this (I take no responses since my alc % i way over the allowed limit for driving - nearly beeing in puvblic
  14. I actually dont know if it works to telle the mouse to move ... Just throwing an idea.. Think it has been up before try seacrhing block screensaver
  15. Well since you know that the text would be Dealt to JeppeLSV [ Qh 8s ] "Dealt to JeppeLSV \[(.*)\]" This will likely not work since I cant remember all the rules in my head But you would be looking for something like that
×
×
  • Create New...