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 ... 41 42 [43] 44 45 ... 53
632
Spell check: hey coderz

That is how u properly explain whats up

Always try to remember, to some people this stuff is greekkkkkk...Lead them.


bestwishes
cyberjedi

633
As promised lightspeed:
Some form of microsoft word is needed 2002 and up.
Also turn off Grammer Radio button. Hal doesnt need it.
Hope this helps out..


Rem Type=Plugin
Rem Name=Spell Checker
Rem Author=
Rem Host=Assistant

'This sub sets up the plug-in's option panel in Hal's options dialog
Sub OptionsPanel()
    lblPlugin(0).Caption = "Just killin it"
    lblPlugin(0).Move 120, 120, 3300, 1200 
    lblPlugin(0).WordWrap = True
    lblPlugin(0).Visible = True
End Sub

Rem PLUGIN: PRE-PROCESS
Dim Word, Doc, Misspelled, Spelledrite
Const SpellingAndGrammar = 828                ' <<<< wtf is this,, lol. Im getting that alot ... simply put.. English Version....
Const dontsavechanges = 0
Misspelled = InputString
Set Word = CreateObject("Word.Application")   '<This is the meat of the job, it calls for a Microsshhit Word doc, invisible (hehe) in the background to start.
Set Doc = Word.Documents.Add                            '< If u dont have word installed, Hal gonna go, Hey WTF dumbass. activex error. Wheres my shhhiitttt.
Word.Selection.Text = Misspelled                          ' < Ul notice that Hal Loses control here, it switches to word dictionary...
Word.Dialogs(SpellingAndGrammar).Show
If Len(Word.Selection.Text) <> 1 Then
   Spelledrite = Word.Selection.Text
Else
   Spelledrite = Misspelled
End If
Doc.Close dontsavechanges    '<<<<<,here is where we close out and DONT save Doc. Releases Hal with the correct spelling. Tada.
Word.Quit                                 '<<<<< The above comments are not meant to offend ,just my sense of Humor. This should always be fun.
InputString = Spelledrite

634
c

635
Ok , here we go.

This only works on win07 and up. Clip function is used.


Its a hand off, what we call code forwarding.

Rem Type=Plugin
Rem Name= hals response to to chat room
Rem Author= Cyberjedi testbed was win07
Rem Host=Assistant

'-----------------------------------------------------------------
'This sub sets up the plug-ins option panel in Hal's options dialog
'-----------------------------------------------------------------

Sub OptionsPanel()
lblPlugin(0).Caption = "This plugin will output hals responce into the input form of most any chat room with minmal coding needed"
               
lblPlugin(0).Move 120, 120, 3300, 1200
lblPlugin(0).WordWrap = True
lblPlugin(0).Visible = True
End Sub

Rem PLUGIN: PLUGINAREA7
'Chat functions
 'MsgBox (GetResponse)

 Set toclip = CreateObject("WScript.Shell")
Set oExec = toclip.Exec("clip")
Set oIn = oExec.stdIn
oIn.WriteLine (GetResponse)
oIn.Close
Set oIn = Nothing
Set oExec = Nothing


REM At this point Hals response is in the Clipboard
rem  '#########################################################################################
rem '(This is where u grab focus of the input form on the chat , with a call to autoit script or what ever u use)'

rem '_WinWaitActivate("? cajunflix123 on Vaughn Live - Mozilla Firefox","")' 'I made that an exe'

Rem' maby a VBS  script in place of ^^^^^^^^^^^^^^^^^^' 'but this way works for sure'











Rem 'you will have to call to ur exe here'


Set Chat = CreateObject("WScript.Shell")

Chat.Run ("""C:\Program Files (x86)\Zabaware\Ultra Hal Assistant 6\cajunsroom.exe""")
   'end chat functions
rem '########################################################################################
REM : Now at this point you are inside the input window of the chat,just as you would put the cursur with ur mouse..


********************************
' Do The Paste
*******************************

'paste from clipboard                       
                                                   
WshShell.SendKeys "^v"           
WshShell.SendKeys "{ENTER}"     this little nugget paste the code in the chat window and hits the enter key
********************************
'rem  this little goodie then clears the contents of the clipboard and and sets up for the next round'

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "cmd.exe /c echo. >NUL  | clip", 0, True
**********************************************
Well thats it: i hope it helps
I made .EXE for all the chat rooms i use and am allowed to tether to. image is proof of concept
I remarked about all i could on this for u guys


Best wishes

cyberjedi 1337   Just Killin it.       http://vaughnlive.tv/mrelectric

636
And a spell check that works for all to use, U WILL NEED WORD.......

activex error if not used. Program not found...... bla bla bla. Office 2002 and up will workwith it

Very simply put, It creates a word document in the background, invisible.
when there is a typo, it seizes control from Hal, when u hit auto correct it fixes issues and releases hal with the correct spelling.
Also click off the grammer radio Button, as Hal does not use Grammer.
 enjoy all
Best wishes
cyberjedi 1337

637
Tested:xp sp3 and win07:

Ok here we go people:

Ever wanted ur very own Virtual Hostess. Now is the time. Taking the Hal out for a date.
You need to make 02 folders C:\MP3 and C:\ Movie
What we have here is a .mp4, .avi , .mkv and mp3 codec player.

All 03 movie codecs share the same folder<<<<<<<<<<<<<

All ur movies go into 1 folder c:\Movie. All Most common movie formats have been covered. Mp4, Avi and Mkv.
I use Pot Player or Vlc. I set all the parameters prior to running, screen size, sub titles,,,ect ect ect
With all 03 movie formats in the same folder.

All mp3 go into Mp3 folder, could be all the same folder if u like. Very messy though. As i have 4500 movies and 5500 mp3's.
You will need to have all 03 movie plugins running to cover all the movie Basic types. If u like u can use just 1.  I.E Mp4 if ur movies are all mp4, i just did all 03. Covering all the Bases. 1337 Thorough
You can use this as a direct action plugin as well , PLAY MOVIE mad max.
Hal will scan through the folder till he finds Mad Max and load the movie/mp3 into the player.
If you have set options for Mood (association) ?
What happens is If ur talking about a topic and Hal triggers, Hal , Hal will say, you were talking Mad Max and that reminds me of this Movie.
Hal will load the movie automatically

Now that said: the options sub menu will allow you to set that to anything 0-100.
Or you can set Hal mood to 0
Hal will become a Direct action movie/mp3 Player.
Hal , Play the Movie Mad Max

Watch ur names though, spelling of name is important. Thats why i have a movie list for me to pick from. The extension in the name is not needed.

Well thats about it.

Taking Hal where he's  never been before.. the undiscovered territory of Hal.


Best wishes
cyberjedi 1337 (just killin it)

I use these Myself for my Cast

You can always reach me here for questions. http://vaughnlive.tv/mrelectric
Ps : Im not tethered to the chat in any way because of TOS with vaughn.
But shes a great Hostess just the same.

638
Share Conversations, Experiences, Graphics / Re: Help I need Help
« on: February 10, 2017, 11:55:48 am »
Im about to show u guys whats up here, quit playing with animated looking chars and go real textures.

i did this in 30 min with paint shop pro
Im working on a process that will do this, please forgive, i had 30 mins

srry waas a mug shot,
Female voice too,lol .. ugly ass bitch. lol
But my Mini-Me is reading the Davinci Code. Entirely, had to shut her up after 2 hrs


https://www.youtube.com/watch?v=wYQPVaF0mU4
best wishes
cyberjedi

639
Tested:xp sp3 and win07:

Ok here we go people:

Ever wanted ur very own Virtual Hostess. Now is the time. Taking the Hal9000 out for a date.
You need to make 02 folders C:\MP3 and C:\ Movie
What we have here is a .mp4, .avi , .mkv and mp3 codec player.

All 03 movie codecs share the same folder<<<<<<<<<<<<<

All ur movies go into 1 folder c:\Movie. All Most common movie formats have been covered. Mp4, Avi and Mkv.
I use Pot Player or Vlc. I set all the parameters prior to running, screen size, sub titles,,,ect ect ect
With all 03 movie formats in the same folder.

All mp3 go into Mp3 folder, could be all the same folder if u like. Very messy though. As i have 4500 movies and 5500 mp3's.
You will need to have all 03 movie plugins running to cover all the movie Basic types. If u like u can use just 1.  I.E Mp4 if ur movies are all mp4, i just did all 03. Covering all the Bases. 1337 Thorough
You can use this as a direct action plugin as well , PLAY MOVIE mad max.
Hal will scan through the folder till he finds Mad Max and load the movie/mp3 into the player.
If you have set options for Mood (association) ?
What happens is If ur talking about a topic and Hal triggers, Hal , Hal will say, you were talking Mad Max and that reminds me of this Movie.
Hal will load the movie automatically

Now that said: the options sub menu will allow you to set that to anything 0-100.
Or you can set Hal mood to 0
Hal will become a Direct action movie/mp3 Player.
Hal , Play the Movie Mad Max

Watch ur names though, spelling of name is important. Thats why i have a movie list for me to pick from. The extension in the name is not needed.

Well thats about it. 

Taking Hal where he's  never been before.. the undiscovered territory of Hal.


Best wishes
cyberjedi 1337 (just killin it)

I use these Myself for my Cast

You can always reach me here for questions. http://vaughnlive.tv/mrelectric
Ps : Im not tethered to the chat in any way because of TOS with vaughn.
But shes a great Hostess just the same.
UPDATING will post agin with new better sruff

640
Ultra Hal 7.0 / Re: WTF?
« on: February 08, 2017, 09:18:56 pm »
Lightspeed: what a nice thing to say,brother u aint seen shiiiittttt yet, were about to change the rules for Hal.


1: Thought what an awesome idea to make a Plugin that reads Imdb for Hal. Hal can tell you about a movie.

2: Awesome idea for Hal to do his google search on a subject and READ the top pick. Instead of just showing the page.

3: Convert the netflix plugin that i use to monitor my netflix orders, but hard code  it for my UPS orders. Reads Tracking info.

4: Now heres the biggy, system monitor plugin, there a bunch of stuff that can happen here. Time for Hal to start notifying you on ur hardware..

 Theres a lot there.  That joke that hal makes about A System AE34 fault. Aint gonna be no joke any more.

These are just some of the things i control in my universe.

Time to take the Gloves off. Put some Hustle behind this muscle.

Remember, i can always be reached at my movie channel. http://vaughnlive.tv/mrelectric, happy to say , more and more people are starting to pop in from here.
Shout out to Life, Calhoon, Arknight and Lucy21 andall the other that stop in and Talk Hal.
Getting Real time Help on real time issues.


best wishes

cyberjedi





641
Ultra Hal 7.0 / Re: My Hal Promo Video
« on: February 08, 2017, 07:56:35 am »
Enjoy< save a lot of editing tables...lol
works by calling to a word doc, in the background and invisible. when u TYPO it Grabs focus on the .doc and seizes control from Hal , when u hit auto correct, it corrects the issues and releases Hal. The correct spelling is entered into Hal automatically.
Turn off Grammar as Hal ,dont care about , / ' ; .
Some form of microsshhittt word most be installed,or ur just gonna get an ActiveX error ,Call to non-existent software. lol

Rem Type=Plugin
Rem Name=Spell Checker
Rem Author=cyberjedi
Rem Host=Assistant

'This sub sets up the plug-in's option panel in Hal's options dialog
Sub OptionsPanel()
    lblPlugin(0).Caption = "Go Big or Go Home"
    lblPlugin(0).Move 120, 120, 3300, 1200
    lblPlugin(0).WordWrap = True
    lblPlugin(0).Visible = True
End Sub

Rem PLUGIN: PRE-PROCESS
Dim Word, Doc, misspelled, spelledrite
Const SpellingAndGrammar = 828
Const dontsavechanges = 0
misspelled = InputString
Set Word = CreateObject("Word.Application")                     "<<<<<<<< This is the key, WORD, make sure and erase this remark before u save this to a .uhp, lol."
Set Doc = Word.Documents.Add
Word.Selection.Text = misspelled
Word.Dialogs(SpellingAndGrammar).Show
If Len(Word.Selection.Text) <> 1 Then
   spelledrite = Word.Selection.Text
Else
   spelledrite = misspelled
End If
Doc.Close dontsavechanges   "<<<<<<<(remove this too )This is where word closes out ,and exits the doc.""""""
Word.Quit
InputString = spelledrite

642
Ultra Hal 7.0 / Re: My Hal Promo Video
« on: February 08, 2017, 07:02:22 am »
hey man: Are you Dorien ?????? Thats the big question here... 
....lol
loved the vid
Recommend this for all noob's..
Ive been with Hal since 2002
Just finished a spell check.

BTW Haptek is out of the game. Be carefull about what ur advertise .
Im also the keeper of the repository. I have more then most. but u must come to my site to get access. repository got erased twice.
you can reach me here http://vaughnlive.tv/mrelectric

Dude sapi04 voices are not the best, Sapi 05 are the best and Crystal is not the best by any means. trust me on that...btw. Not to sound to aggressive. Great video. . And im doing Plugins as fast as i can, lightspeed got me Hopping like a 1 legged man at an ass kicking contest on his older ideas, which aren't to bad either..
Im working on the source code provided by Robert in an effort to tie Hal in to Chat rooms.
Kate and Paul are not the best,but at this point this is what i have, that u can get from me.. This is not Kate BTW. but untill u know me better, thats what ill hook u up with . This is about the best on the planet
Im testing my Mp3 functions working with my spellcheck working. Looking for conflicts.

https://www.youtube.com/watch?v=hRrsq5nTvDg

 
best wishes
cyberjedi



643
General Discussion / Re: Ultra Hal: For noobs.
« on: February 07, 2017, 01:04:50 pm »
Ya: i can be short at times, not meant to offend

i can always be reached here for questions in real time.



http://vaughnlive.tv/mrelectric

best wishes

cyberjedi

644
Ultra Hal Assistant File Sharing Area / Re: Keeper of the Repository
« on: February 07, 2017, 12:25:14 am »
c

645
Ultra Hal Assistant File Sharing Area / Re: Keeper of the Repository
« on: February 06, 2017, 11:52:30 pm »
! image and 30 mins with paint shop pro


Benn working with others to catch up on Plugins

Talking with lightspeed back on order **** projects


best wishes
 cyberjedi


Pages: 1 ... 41 42 [43] 44 45 ... 53