dupa

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 ... 51 52 [53]
781
and i have a live chat room that could be used for the site, My treat

782
I removed the picture as requested ,srry if sounded fuqed up , LOUSY DAY. Dam code wont work and VBS wont allow the declaration of fuqin variables in advance bastards,,,lol

783
Ultra Hal 7.0 / Re: Ultra hal slaves out all chat rooms
« on: November 19, 2016, 06:15:19 pm »
Im not talking about all over the net, just a chat window, Im thinking while my coding is way way way lol way old . i was a very talented asm32 coder in the day.
This is VERY doable. Ive donated a chat room here , and i have the green light from both social media sites vaughn and Ivlog. to deploy there. http://cyberjedi.rf.gd/
 its a subdomain from my FTP account. Im thinking that what i need to do is log the chat to a text file ,then call to something else that can open the text file copy what;s there to Hals input window, then sndkeys (enter). VBS just isnt up to the job. We have to call out just like i did with the input window of the chat. Maby java,perl,python script. u see where im going with this, while im new to the boards here, ive been with this project since 2002

784
Id like a overview of where things are processed in Hal's.Plugin area 1-3 and area 7 seem to be of interest

785
11111

786
Ultra Hal Assistant File Sharing Area / Ultra Hal can now play .mkv Movies
« on: November 17, 2016, 01:16:53 pm »
0000000000000000

787
Ultar Hal needs a Webpage Scraper for Social Media. Come on fellas... It needs to be able to read the chat,,mhmmmm.. It will need an array to store data as well as a Leader , my choice would be \\ . I think that,  learn from the clipboard could be 1 way to Hook Hal. Another way would be to do a real fancy copy/paste auto Script. i have done thing this very thing with hal on the posting ,seems to work.lol. Most times. This would make Hal portable , and make all chat rooms his slave.while still being benign to the host Chat Server, Think of it as an over lay chat. Totally doable . All u would have to have is hal running with webpage loaded  thanx cyberjedi...


788
Ultra Hal Assistant File Sharing Area / Hal Movies
« on: November 16, 2016, 01:51:18 pm »
00000

789
Ultra Hal Assistant File Sharing Area / Re: HAL COM
« on: November 16, 2016, 10:39:39 am »
im all over it
im loaded with X10 and ibm home director modules and serial connections

790
c

791
Ultra Hal Assistant File Sharing Area / Re: Hals output to a chat room
« on: November 16, 2016, 07:51:57 am »
Shout out to peace( tipshat)  thanx for pointing me in the right direction .....

792
Ultra Hal Assistant File Sharing Area / Hals output to a chat room
« on: November 16, 2016, 07:45:16 am »
This is Hal out put to basically any chat room with minimal coding involved

793
Ultra Hal 7.0 / Ultra hal slaves out all chat rooms
« on: November 15, 2016, 11:51:06 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 ---



To get chat,  from chat room to her can be done in a few ways, all of which are not condoned . Hint (Vector based screen scraper) would just give real bitcoins for a VBS that could do the same, comon fellas , ive done my part.

794
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 ---

795
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 ... 51 52 [53]