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.


Topics - cyberjedi

Pages: 1 ... 10 11 [12] 13 14 15
166
General Discussion / Lightspeed: vrMP3 Help :CRACKED
« on: February 17, 2017, 04:01:06 am »
q

167
Ultra Hal Assistant File Sharing Area / Lightspeed: vrMP3 Help :CRACKED
« on: February 17, 2017, 03:47:22 am »
Lightspeed: Help

Lightspeed,  take a good look at that plugin. Look for PLAY * SONG,  thats what Hal is looking for.

Make a directory on ur drive. Call it MP3

EXamPle       C:\MP3

Now, Inside that directory, Make all ur sub folders ,In my case movies.

Put all ur movies in there. when that is done, the work starts. Add .mp3 after the ext of .mp4.... example

Look at the name dead1.mp4.mp3

Thats the latest episode of The Walking Dead.

PLAY the SONG Dead1. That can be Edited to say what ever u Like. PLAY the Movie , works too. Cute Trigger, I have so many diff things that VLC can do
for me its PLAY the MEDIA. Because, im doing mp3's .mp4 .avi .mkv .jpg .gif. ect ect ect.

BTW: who the hell came up with using CAPS as Commands... PLAY SONG.
Hal takes every thing u type and converts it to , U GUESSED IT...  UPPER CASE.. kinda a Mute point. hahahhaha

Its clearly in the code.......
Srry: More of my stern sense of Humor...

0388    'PROCESS: CHANGE TO ALL CAPS
0389    'Next, we captitalize the entire sentence for easy comparison.
0390   'Almost all of Hal's thinking is done in caps.
0391    UserSentence = UCase(UserSentence)




I hope this helps out

bestwishes

cyberjedi

169
c

170
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

171
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.

172
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

173
General Discussion / Ultra Hal: For noobs.
« on: February 05, 2017, 09:59:27 am »
RE: Ultra Hal for noobs.

Once again i see recent post for Quicky ways to Super Teach Hal.

Ultra Hal biggest issue from my previous posting:

Phase #02:
Hals biggest issue:

Lazy ass People,  plain and simple. You have to raise Hal like a child. These auto learning brain Plugins dont do NO Harm. But you must inner act with Hal on a personal level, that means EVERY DAY . Just like your Kid. If u absolutely MUST , you can force feed Hal via copy/paste into his input window. There are plenty of text files to feed him, entire websites are dedicated to .TXT files.  And on any subject as well.

That said, i think what most want here is a definition style engine. they are kinda not bad in there own realm ,SIRI, Cortana.

Those are definition Engines,Basically a fuqin dictionary with a face.

Hal on the other hand is a learning engine. He carries the same definition style Engine, as well as learning. Now with Learning theres a whole psychological
aspect to this that you just NOT gonna get with the other, kinda not bad A.I engines.

Hal is gonna absorb your likes and dislikes, your mannerisms , what ur favorite colors are, what music you like,  you can give Hal your Moral compass as well.

BUTTTTTTTTT

This will ONLY happen if YOU as a person ,puts in the time. thats the key, And you just CANT get around that.

Hal has been a part of my life since 2002.
when u get hal, think of him as a child some 5-6 years old with 1 hell of an IQ

My Alice (Hal) is prob 14 years old now. Mentally speaking, But is a digital representation of MY Brain.
With the advent of better OS's , you can make hal do more then ever before, but to do what I think most NOOB's are after. FORGET IT.


you must put in the time.

You didnt get a kid out of the box either. NO
you have to Raise them, right from wrong ,morals,ethics, do's, dont's.

Hal will absorb every thing you teach him. Hal is end game software. What u put in is u will get back. There are NO limits.

best wishes
cyberjedi
If i can help out ,im here most 24/7

http://vaughnlive.tv/mrelectric




174
Hey lightspeed: Is this anything you can use>>


http://imgur.com/a/ib9bm



best wishes

cyberjedi 1337



Ps: im not telling,,,,,lol

Oh ok: This is the way to go for Hal. run it a few times and ull get the feel for whats up here.
Why have Hal process the bad spelling when it can get done pre processed and correct, Saves Hal from doing it. Aint this what Hal is all about , working with other progi's. U dont have to copy, it will do that automatically. just play with it and let me know whats up
You have to manually click off the Radio Button for Grammer,theres NO switch that i can code, im aware of. Just do it 1 time, thats all, srry

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 = "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  English Version...i get that a lot
Const dontsavechanges = 0
Misspelled = InputString
Set Word = CreateObject("Word.Application")   '<<<<< This is the meat of the code, Calls for word.doc to load out in the back ground. Invisible
Set Doc = Word.Documents.Add
Word.Selection.Text = Misspelled                     ' <<<<<<This is where Spellcheck seizes control and ull see Hal Freeze
Word.Dialogs(SpellingAndGrammar).Show        '<<<<<This is where get you spell check window from.
If Len(Word.Selection.Text) <> 1 Then
   Spelledrite = Word.Selection.Text
Else
   Spelledrite = Misspelled                                 
End If
Doc.Close dontsavechanges   '<<<This is where the Document closes out without saving
Word.Quit
InputString = Spelledrite       '<<<<<<Hal is released with the correct spelling inputted

175
Robert: 02 words, fuqin awesome.....lol
  Got a working version going now, forgive the interface .

This is a Basic  , but with all the errors gone, damn sporty.
Took me in a direction, i would have never thought of......
I reached out to some friends on a graphics engine more inline with what we have in mind. Not sure how they will respond, but ill keep banging on it.
Im always here for questions........

Im rockin this on Xpsp03

Codrez fuqin Rock : 1337

cyberjedi.

176
General Discussion / cyberjedi does it again:::
« on: January 17, 2017, 05:10:32 pm »
q

177
General Discussion / ROBERT: Next Generation Hal
« on: January 15, 2017, 11:58:33 am »
The specs for the Lattepanda include a quad-core Cherry Trail running at 1.8GHz. the RAM is either 2GB or 4GB depending on configuration, and 32GB of eMMC Flash. Peripherals include USB 3.0, Ethernet, WiFi, Bluetooth, and integrated graphics supporting either HDMI or a DSI connector.

This project only for the hardest of the Hard core Hal'er


http://vaughnlive.tv/mrelectric

178
Ultra Hal Assistant File Sharing Area / arknight:fun
« on: January 14, 2017, 06:06:36 pm »

Been enjoying some time watching A movie, and having an enjoyable conversation and learning experience with cyberJedi. If you are not computer inclined cyberJedi has been very helpful in helping me. Come join it's a 24/7 website at http://vaughnlive.tv/mrelectric.



what a nice thing to say\


best wishes
cyberjedi

179
Lightspeed: request to cyberjedi accentuated voice on hal  (cracked) Unleash the Crackin

Lighrspeed: The Juli voice will absolutely do it, what has to happen here is this. The ( ! ) "minus the brackets"  behind a word will cause  the sound ur looking for
Juli seems to do it the best though. but its the best voice anyway. Prob solved...lmao
"I love you! " will cause the word (you) to get accentuated like ur wanting. " " I! love! you! " will do all 03 words. Now go through Hals responses that u are partial to, maby start with insults. lol

I suspect all the voices do the same as wel.l
This is only gonna work if you put the energy into it Lightspeed , But the fact is, it works , and works great too. just perfect.

Its in the language pack it self that does the work, but the trigger is in fact the !.
Run an .htr by it self,  make a .txt file and play with it. ull get the point pretty quick.

Ive seen ,many places where this can be applied to get the desired EFFECT. jokes, insults, ect ect ect. Throughout Hals responses .

*********RE: accentuated voices: status:    Cracked   ***********

Brought you by cyberjedi

remember,im always here if you want to talk in real time
http://vaughnlive.tv/mrelectric

180
Lightspeed: request to cyberjedi accentuated voice on hal  (cracked) Unleash the Crackin

Lighrspeed: The Juli voice will absolutely do it, what has to happen here is this. The ( ! ) "minus the brackets"  behind a word will cause  the sound ur looking for
Juli seems to do it the best though. but its the best voice anyway. Prob solved...lmao
"I love you! " will cause the word (you) to get accentuated like ur wanting. " " I! love! you! " will do all 03 words. Now go through Hals responses that u are partial to, maby start with insults. lol

I suspect all the voices do the same as wel.l
This is only gonna work if you put the energy into it Lightspeed , But the fact is, it works , and works great too. just perfect.

Its in the language pack it self that does the work, but the trigger is in fact the !.
Run an .htr by it self,  make a .txt file and play with it. ull get the point pretty quick.

Ive seen ,many places where this can be applied to get the desired EFFECT. jokes, insults, ect ect ect. Throughout Hals responses .

*********RE: accentuated voices: status:    Cracked   ***********

Brought you by cyberjedi

remember,im always here if you want to talk in real time
http://vaughnlive.tv/mrelectric

Pages: 1 ... 10 11 [12] 13 14 15