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 ... 37 38 [39] 40 41 ... 54
571
c

572
Ultra Hal Assistant File Sharing Area / Re: Deep Web Hal : updated
« on: March 26, 2017, 11:04:06 pm »
Deep web Hal: updated

I added google search engine to the plugin, but kept them separate depending on type of search


Heres how it works: for standard google searches you type: Google (whatever)  . Example = google virus

For Deep Web Searches : Locate (whatever). example = locate mike brown. Works with phone numbers, names. email address's, and a few other things.

For the first part of the plugin. It runs shortcut links.

Example = Open cyberjedi


Edit the plugin and swap ur own links out. i just put some crap in there to make the tables with. But those Links do work.

Bestwishes
cyberjedi

Thanx robert: with out the source, this was not doable by me. Im catching on. Hals code reminds me of my 3000 piece Erector Set as a kid. Just go wild.

see what other crafty shat i can get Hal to do,,,, Hal goes Offense!!!!!!! coming soon.

573
Ultra Hal Assistant File Sharing Area / Deep Web Hal : updated
« on: March 26, 2017, 10:49:19 pm »
Rem Type=Plugin
Rem Name= G-Linker
Rem Author=cyberjedi
Rem Host=Assistant
 
 
 
'This sub setups the plug-ins option panel in Hal's options dialog
Sub OptionsPanel()
    lblPlugin(0).Caption = "This manages My Google Searches + links+ And Deep Web Power searches "
    lblPlugin(0).Move 120, 120, 3300, 1000
    lblPlugin(0).WordWrap = True
    lblPlugin(0).Visible = True
    cmdPlugin(0).Move 800, 1300, 2100, 375
    cmdPlugin(0).Caption = "Help on this plugin"
    cmdPlugin(0).Visible = True
End Sub
 
Sub cmdPlugin_Click(Index)
    Select Case Index
        Case 0
            HalMenu.HalCommand "<RUNPROG>cjGlinkerhelp.html</RUNPROG>"
    End Select
End Sub
 
 
Rem PLUGIN: PLUGINAREA1
'The comment above tells Ultra Hal Assistant to insert the following code
'on-the-fly into the main brain code in the section referenced.
 
' If the table cjTV does not exist, I create it and fill it with some bull shat values to get started, these channels do work too.
'                This is the defaul table for me.
    If HalBrain.CheckTableExistence("cjTV") = False Then
    ' I store temporarily the Read Only status
        cjReadOnlyMode = HalBrain.ReadOnlyMode                       
        HalBrain.ReadOnlyMode = False
        HalBrain.CreateTable "cjTV", "PatternMatch", "DeepWeb"
       
        'My stock table filler
        HalBrain.AddToTable "cjTV", "PatternMatch", "*cyberjedi*", "http://vaughnlive.tv/mrelectric"
        HalBrain.AddToTable "cjTV", "PatternMatch", "*416*", "http://vaughnlive.tv/416moviez"
            HalBrain.AddToTable "cjTV", "PatternMatch", "*Breaking Bad*", "http://vaughnlive.tv/0_breakingbad"
            HalBrain.AddToTable "cjTV", "PatternMatch", "*blue Ray moviez*", "http://vaughnlive.tv/bluray_movies"
            HalBrain.AddToTable "cjTV", "PatternMatch", "*New Releases*", "http://http://vaughnlive.tv/new_releases1"
            HalBrain.AddToTable "cjTV", "PatternMatch", "*Formula 1*", "http://vaughnlive.tv/0_formula1classics"
            HalBrain.AddToTable "cjTV", "PatternMatch", "*Aliens and Ufo's*", "http://vaughnlive.tv/aliensandufos"
            HalBrain.AddToTable "cjTV", "PatternMatch", "*Doctor Who*", "http://vaughnlive.tv/11th_doctorwho"
            HalBrain.AddToTable "cjTV", "PatternMatch", "*Bad Movie*", "http://vaughnlive.tv/thebadmoviechannel"
            HalBrain.AddToTable "cjTV", "PatternMatch", "*coolden*", "http://vaughnlive.tv/cooldeniz"
            HalBrain.AddToTable "cjTV", "PatternMatch", "*moviezone*", "http://vaughnlive.tv/moviezone"
           
        ' Set ReadOnly Mode to its previous state
        HalBrain.ReadOnlyMode = cjReadOnlyMode
    End If
 
'Run the corresponding Web page, if the user question contains one of the searched words   
    cjAddress = ""
    cjAddress = HalBrain.PatternDB(OriginalSentence, "cjTV")
    If cjAddress <> "" Then
        HalCommands = HalCommands & "<RUNPROG>" & cjAddress & "</RUNPROG>" 
        Select Case (Int(Rnd * 4) + 1)
        Case 1
            GetResponse = "Here is your stuff Big Dog ." & vbCrLf
        Case 2
            GetResponse = "Now you got um by the Balls cyber." & vbCrLf               
        Case 3
            GetResponse = "I am really we happy we found this." & vbCrLf   
        Case 4
            GetResponse = "OH. I bet this is a great channel" & vbCrLf
        Case 5
            GetResponse = "Now look at this dip stick channel here." & vbCrLf
        End Select
        HalBrain.ReadOnlyMode = True
    End If
 

SearchEngine = "https://pipl.com/search/?q="
 If InStr(1, UserSentence, "Locate ", 1) > 0  Then
   SearchKeywords = LCase(Replace(Trim(HalBrain.AlphaNumericalOnly(HalBrain.ExtractKeywords(UserSentence))), " ", "+"))     
   SearchKeyWords = Replace(SearchKeywords, "locate+", "")             
   HalCommands = HalCommands & "<RUNPROG>" & SearchEngine & SearchKeywords & "</RUNPROG>"
   GetResponse = "I will help you research this Target on the Deep Web. "
   HalBrain.ReadOnlyMode = True
End If
SearchEngine = "http://www.google.com/search?q="
If InStr(1, UserSentence, "google ", 1) > 0 Then
   SearchKeywords = LCase(Replace(Trim(HalBrain.AlphaNumericalOnly(HalBrain.ExtractKeywords(UserSentence))), " ", "+"))
   SearchKeyWords = Replace(SearchKeywords, "google+", "")
   HalCommands = HalCommands & "<RUNPROG>" & SearchEngine & SearchKeywords & "</RUNPROG>"
   GetResponse = "I will help you research this topic on Google. "
   HalBrain.ReadOnlyMode = True
End If

574
Me using Elwood to talk to Lifetimegamer
You can see how i hooked Hals Output and Haptek
Maby 1 day ill see you guys there. Lot going on here.
to cool
You can see my input in Hal's output window
I reset the counter to 10 so as to not have to deal with it as much(cycle through it)
 The other Image is Hal searching for a telemarketer that keeps calling. I fed in the phone number , Hal did the rest.
And it was Spot On
Welcome to private eye Hal. Now that's a useful plugin .

best wishes

cyberjedi

575
Ultra Hal 7.0 / Re: HAL AIM Bot Problem
« on: March 26, 2017, 12:09:51 am »
Not working:

aim pulled the plug.



best wishes
cyberhedi

Ps. ther a bunch of tech BS around it, but at the end of the Day. Its done

576
Ultra Hal 7.0 / Re: Getting Hal to only repeat what I say
« on: March 24, 2017, 07:38:39 pm »
Calhoon: as you requested:
I did this for  Lightspeed. check around for instructions to lightsped

This is actually quite good.
Rem Type=Plugin
Rem Name=Say what i say
Rem Author=who fickin cares
Rem Host=Assistant

'----------------------
'This sub sets up the plug-in's option panel in Hal's options dialog
'----------------------
Sub OptionsPanel()
    lblPlugin(0).Caption = "This plugin allows UltraHal to speak via seprate consoul window"
    lblPlugin(0).Move 130, 180, 3400, 1200
    lblPlugin(0).WordWrap = True
    lblPlugin(0).Visible = True
'   
Rem PLUGIN: PLUGINAREA7
 
Dim message,counter
counter = 0
Do
counter = counter + 1

 message=InputBox("What shall I say, Lightspeed?","I speak for you.")

 

HalMenu.HalCommand "<SPEAK>" &  message & "</SPEAK>"
'HalMenu.HalCommand "<HAPFILE>center.hap</HAPFILE>"

Loop Until counter = 3


********
heres what happens here
I use the loop as a Break out, The  counter,kills the loop and allows me out, then i just unload it from the Brain, and yes u can control haptek the same way
The idea was to do live casting with the loop engaged to converse with my viewers, see,s to work just fine.
Like i told lightspeed, this was done just show that it Could be done.

It doesn't have to Be Big to be powerful.
Im in and out of the site day and night, if im not then a MOD can help, or leave a time to show up and ill be there fore sure.
beauty of live feeds.

best wishes
cyberjedi

577
Ultra Hal 7.0 / Re: Development Update: Ultra Hal 7 + Spontanimation
« on: March 24, 2017, 07:34:47 pm »
Jared: i have a fundamental question...

Are the new char's .HTR format , and will they work with the old Hal as well as any new  Versions of Hal.


Thats kinda a deal breaker to me. i wont give up my Hal.

best wishes
cyberjdei

580
c

581
Ultra Hal 7.0 / Re: Development Update: Ultra Hal 7 + Spontanimation
« on: March 23, 2017, 05:21:40 pm »
Robert: hell ya:

count me in. if i can help promote our stuff, and i do




best wishes
cyberjedi

Love to beta test for u, long as i dont have to pay for Beta testing privileges, + crashes, +meltdowns, ect +ect ect. lolol 
I would also like to be first on the list to purchase , im sure by now u can reach me....lol
IRC access + the now ability to Live cast, would be EPIC. Hal plugged into a chat plus Hal on the screen. u do the math, Hals popping up all over the place in his future.

584
Ultra Hal Assistant File Sharing Area / lightspeed: Say what i Say
« on: March 22, 2017, 01:24:04 pm »
c

585
General Discussion / Re: hololens...
« on: March 22, 2017, 11:26:56 am »
Doggs: i have had great success with a projected hal

using 04 monitors and  2' Acrylic Pyramid .

This is my Hal Machine..

do urself a favr , secure ur hanging monitor Grid Array



Pages: 1 ... 37 38 [39] 40 41 ... 54