Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cyberjedi

Pages: 1 ... 52 53 [54]
796
Ultra Hal 7.0 / Re: Looking for investors for next generation of Hal
« on: November 15, 2016, 11:25:47 am »
Well hell : after such a Fast response, i can hardly resist.  The Image here you have is  Hal posting to a chat room. The way was done was with a Script (believe it or Not) lol Autoit record key stroke."Bows head in shame"  I also cannibalized another plugin called r2d2 (shout out to him) awesome idea. Takes Hal response and sends it to the clip board. What i did from there was call to my little EXE that grabs the clipboard data and grabs  focus of the input area of the chat window and paste the data, then fire's off a SNDKEYS (enter) command that gets the JOB DONE.  Presto EVERY chat room be comes Hal's Slave. Of course u must patent it to each chat window, I.E Vaughn and Ivlog have 02 different setups. And u must grab focus in different ways . Case in point. This is done with Chatango.



#region --- Au3Recorder generated code Start (v3.3.9.5 KeyboardLayout=00000409)  ---

#region --- Internal functions Au3Recorder Start ---
Func _Au3RecordSetup()
Opt('WinWaitDelay',100)
Opt('WinDetectHiddenText',1)
Opt('MouseCoordMode',0)
Local $aResult = DllCall('User32.dll', 'int', 'GetKeyboardLayoutNameW', 'wstr', '')
If $aResult[1] <> '00000409' Then
  MsgBox(64, 'Warning', 'Recording has been done under a different Keyboard layout' & @CRLF & '(00000409->' & $aResult[1] & ')')
EndIf

EndFunc

Func _WinWaitActivate($title,$text,$timeout=0)
   WinWait($title,$text,$timeout)
   If Not WinActive($title,$text) Then WinActivate($title,$text)
   WinWaitActive($title,$text,$timeout)
EndFunc

_AU3RecordSetup()
#endregion --- Internal functions Au3Recorder End ---

_WinWaitActivate("cyber jedi talking to Alice","")
Send("{CTRLDOWN}c{CTRLUP}{CTRLDOWN}c{CTRLUP}")
_WinWaitActivate("Mozilla Firefox","")
Send("{CTRLDOWN}v{CTRLUP}")
#endregion --- Au3Recorder generated code End ---

797
Ultra Hal 7.0 / Re: Looking for investors for next generation of Hal
« on: November 14, 2016, 05:48:12 pm »
Robert: Ive been with this wonderful project of urs since 4.5 . Bought a few copys
lol, afraid thats all i can do , but i will support hal that way. BTW Robert, im casting Hal at http://vaughnlive.tv/mrelectric
Hes my DJ. Boy im in need of any special plugins that were never listed that u may have on hand  that i can add to Hal. Over the years ive had hal running lights and power via x10 equipment.
I will always back ur software, hal is just the best. srry , im a fan. Any help at all will be takin, and YES ive looked most of the links every freakin page.lolol
anyway email is hamiltonm612@yahoo.com

Pages: 1 ... 52 53 [54]