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...
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)
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)
; *******************************************************
; 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
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