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

Pages: 1 ... 41 42 [43]
631
HELLO ZABA WORLD.....

I HAVE BEEN STUDYING FOR MY MCSE (got MCSA now) AND THOUGHT WOULDNT IT BE NICE IF HAL COULD RETRIEVE DATA ABOUT THE CURRENT DOMAIN HE IS RESIDING ON.

IE:
DOMAIN NAME
DOMAIN CONTROLLER IP ADDRESS
DNS ADDRESS
IP ROUTING TABLE
USER GROUPS IN THE ACTIVE DIRECTORY
USERS IN THE ACTIVE DIRECTORY
PERFORMANCE RELATED DATA

THE LIST IS ENDLESS .. YOU COULD PUT A PASSWORD ON THE FUNCTIONS FOR SECURITY.. for home use NOT REALLY NECCESARY.

I HAVE ATTATCHED A COUPLE OF BASICS ... IF SUCESSFULL THE ABOVE SCRIPTS MENTIONED HAVE ALREADY BEEN CREATED....


HAPPY PROGRAMMING...




PS
message for VONSMITH:::::::: COULD YOU POSSIBLY POST A COPY OF THE xtf_topic focus funtion: SEPERATE FROM THE FULL BRAIN SCRIPT :
AS I AM TRYING TO CREATE A BRAIN of my own FROM SCRATCH... but cannot forget YOUR MAJOR KEY FUNCTION ::::: I HAVE TRIED TO SNIP IT OUT OF THE BRAIN BUT IT DOSENT SEEM TO FUNCTION MAYBE IM MISSING CRITICAL BITS NOT CONTAINED IN THE MAIN FUNCTION:::


'------------------------------------------------------
'DOMAIN INFO SCRIPTS
'------------------------------------------------------

'function : DOMAIN CONTROLLER ADDRESS      XSPYDAZ
'------------------------------------------------------
If InStr(1, UserSentence, " DOMAIN CONTROLLER ADDRESS ", 1) > 0 Then
On Error Resume Next
strComputer = "."
Set objWMIService = GetObject("winmgmts:\" & strComputer & "\rootcimv2")
Set colItems1 = objWMIService.ExecQuery("Select * from Win32_NTDomain",,48)
For Each objItem In colItems1
GetResponse = "DomainControllerAddress: " & objItem.DomainControllerAddress
Next
End If

'function : DOMAIN CONTROLLER SITE NAME      XSPYDAZ
'------------------------------------------------------
If InStr (1, UserSentence, " DOMAIN CONTROLLER SITE NAME ", 1) > 0 Then
On Error Resume Next
strComputer = "."
Set objWMIService = GetObject("winmgmts:\" & strComputer & "\rootcimv2")
Set colItems2 = objWMIService.ExecQuery("Select * from Win32_NTDomain",,48)
For Each objItem In colItems2
GetResponse = "DcSiteName: " & objItem.DcSiteName
Next
End If            

'function : DOMAIN NAME                  XSPYDAZ
'------------------------------------------------------
If InStr (1, UserSentence, " DOMAIN NAME ", 1) > 0 Then
On Error Resume Next
strComputer = "."
Set objWMIService = GetObject("winmgmts:\" & strComputer & "\rootcimv2")
Set colItems3 = objWMIService.ExecQuery("Select * from Win32_NTDomain",,48)
For Each objItem In colItems3
GetResponse = "Dc domain Name: " & objItem.DnsForestName
Next
End If

'function : DOMAIN CONTROLLER NAME         XSPYDAZ
'------------------------------------------------------
If InStr (1, UserSentence, " DOMAIN CONTROLLER NAME ", 1) > 0 Then
On Error Resume Next
strComputer = "."
Set objWMIService = GetObject("winmgmts:\" & strComputer & "\rootcimv2")
Set colItems4 = objWMIService.ExecQuery("Select * from Win32_NTDomain",,48)
For Each objItem In colItems4
GetResponse = "DomainControllerName: " & objItem.DomainControllerName
Next
End If



632
Programming using the Ultra Hal Brain Editor / Hal for the françe
« on: March 29, 2004, 05:17:39 am »
HI Bon Jour

I AM VERY INTERESTED IN THIS FRENCH BRAIN AS I HAVE BEEN EXPERIMENTING WITH A FRENCH TRANSLATION SCRIPT BUT HAVE NOT HAD IT WORKING....

IF YOU ARE ABLE TO SEND IT PLEASE SPY_DAZ@HOTMAIL.COM

I HAVE A LOT OF GOOD SCRIPTS YOU MAY BE INTERESTED IN

633
FUNCTIONALITY........
ENJOYABLITY..........


HOW CAN I CONVERT AIML TO BE USED WITH HAL....

After going to the site    

http://runabot.com/cgi-bin/webcom/bot/topmods

i cames across GAMES Which Their BOTS could play (AIML) scripts...

HMMM... Got me thinking a bout converting these games (simple MODS) into games....

HAS ANY BODY GOT A CLUE...


STILL TRYING <<<< ALL KINDS OF STUFF>>>>>>>>>>>>>>>>[?][?][?][?]

634
I have started making dedicated brains Specifically for one purpose or topic. this greatly improves hals capabilitys. especially when teaching hal a specific subject IE: i have made a brain dedicated to

VBscript Q+A's + Lots of VB Statements, Q&A's ON M.C.S.E . and general computer jargon (KEYWORDS&DEFINITIONS). [8D]

When i ask that brain to read from a text file and/or Cut and paste Text documents to him. then try to chat/Quiz him on the subject... [:I][8D]

I find he Takes much more relevant data on board....[8D]


LATER i reincorperate

the *.BRN files & focus??.BRN files back in to the DEFBRAIN folder overwriting the old ones... [}:)]

BACK IN TO THE MAIN BRAIN ... [}:)]

And "BoBs Youre UNCLE" (An English Phrase)  [B)]

then the main brain even though the "THIS SCRIPT IS TAKING LONGER TO EXECUTE" box may come up a few times IT's Because "HE IS THINKING MORE DEEPER NOW" [;)][;)]

I try to have conversations about whatever topic that i am training him just to give have some breif conversation skills.... [;)]


HMMM...

STILL TRYING >>> I WISH I WAS VONSMITH's BRAIN I COULD DO SO MUCH...... HEE HEE ..... BIG RESPECT ALL L8TER   [8D]

635
how can we get HAL to read Comma Seperated FILES ?   [:D][:D]

These data base files would be much more useful for HAL to learn from, Rather than just Abstracts from a Text FILE. I beleive that this way we could train hal up with a lot more useful DATA.[:X][:X]

If we could get HAL to read CSV files and then file the data into TOPICS. MARVELOUS.........[8)][8)][8)]


I HAVE FOUD THAT CERTAIN DOWNLOADABLE VBSCIPTS ( ADMINSTRATIVE ) Share a file, Make a Shared Folder, NET USE COMMAND, defrag hard drive, OPEN Network Resource. All these scripts can be used with HAL.[:p]

HAL CAN BE ADDED TO A USER GROUP IN THE ACTIVE DIRECTORY AND GIVEN A USER NAME (AND PASSWORD) WITH THE RUNAS COMMAND AND BE DELGATED PERMISSIONS...... PERHAPS IT COULD BE GETTING CLOSER TO 2001 & 2010 HAL9000 & SAL9000 ...... [^]


I like the IDEA of HAL being a mini Administrator Dedicated to his JOB....[^]


I will Be Releasing SOME NEW ADMINISTRITIVE SCRIPTS SOON....

IM Just dealing with HAL's KNOWLEDGE(BRAIN) right now
THEN i will be dealing With PERSONALITY.....
THEN I Will deal With Xtra FUNCTIONALITY....


WOULDnT it Be nice If HAL Could PLAY CHESS (nothing Graphically great), Even if it was Just notation chess HAL & SAL could play Each Other, Future COMPETITIONS PEHAPS...... HMMMMM.....

JUST A FEW IDEA's FOR THE NEXT VERSION.....

DO WE HAVE to BUY ALL VERSIONS or ONCE BOUGHT IS IT A FREE UPGRADE WHEN REGISTERED......?????... I LOVE MY MINI DEMO DISK BYTHEWAY...

.
.
SPYDAZ 4 EVER...
Ever gratefull for all HELP.
I WILL ALWAYS TRY MY BEST TO CONTRIBUTE (Even IF only A Little)

[:)][:D][8D][:I][:p][}:)][;)][:o)][B)][8][:(][8)][|)][xx(][:(!][:0][?][V][^][:X]

636
i used one of your french translation scripts...[:D] but...

aFTER PUTING MANY TRANSLATIONS TO FRENCH FROM THE PHRASE BOOK.
HAL JUST PICKS A random line from The FRENCH.brn FILE ??????

i tried to substitute sWEDISH SCRIPT / JAPANESE SCRIPTS tHEY ALL SEEM TO DO THE SAME THING. ? hMM ... [:0]


HOW DO YOU GET HAL TO SELECT A SPECIFIC line FROM A brain file? [?]

he does learn the french a file it in the brain CORRECTLY BUT JUST DOESNT GIVE ME THE RIGHT TRANSLATION - [xx(]




wHATS HAPPENED TO UHEF. ??[?][?]

637
can we have shared TOPICS FORUM PLEASE MR MEDEKSZA ?

iF EVERYONE WORKING ON DIFFERENT ASPECTS OF HALS TOPICS COULD POOL THEIR topic.brn FILES. hal WOULD BECOME EVENTUALLY SUPER SMART.

note: NOT EMPTY TOPICS(JUST SCRIPTS) BUT TOPICS WITH CONTENT(faT.BRN) FILES. I AM ENJOYING MAKING NEW SUBJECTS FOR HAL.



all these autotopics & xtf TOPICS ARE GOOD FOR hAL'S cONVERSATIONAL bRAIN, a lITLLE bit FOR PERSONALITY...

THE AMOUNT OF topic files created is a NIGHTMARE TO ADMINISTRATE.


638
Ultra Hal Assistant File Sharing Area / 'SMOKING SCRIPTS
« on: March 02, 2004, 06:31:23 am »
I DID USE THAT SCRIPT BEFORE bUT iT MADE many usernamespecific files
wHICH ALTHOUGH SOMETIMES CAN BE GOOD FOR TRACKING COMMENTS MADE BY users. BUT THE MAIN ASPECT OF HAL sHOULD BE uNIVERSAL WHEN tALKING tO ALLUSERS. [:D]



can we have shared TOPICS FORUM PLEASE MR MEDEKSZA ? [:D]

iF EVERYONE WORKING ON DIFFERENT ASPECTS OF HALS TOPICS COULD POOL THEIR topic.brn FILES. hal WOULD BECOME EVENTUALLY SUPER SMART. [:p]

note: NOT EMPTY TOPICS(JUST SCRIPTS) BUT TOPICS WITH CONTENT(faT.BRN) FILES. I AM ENJOYING MAKING NEW SUBJECTS FOR HAL. [:p]



all these autotopics & xtf TOPICS ARE GOOD FOR hAL'S cONVERSATIONAL bRAIN, a lITLLE bit FOR PERSONALITY... [B)]

THE AMOUNT OF topic files created is a NIGHTMARE TO ADMINISTRATE.[8]




cuttingEDGE thanksfor that......[8D]

ON ANOTHER note :
i used one of your french translation scripts... but...

aFTER PUTING MANY TRANSLATIONS TO FRENCH FROM THE PHRASE BOOK.
HAL JUST PICKS A random line from The FRENCH.brn FILE ?????? [8)]

i tried to substitute sWEDISH SCRIPT / JAPANESE SCRIPTS tHEY ALL SEEM TO DO THE SAME THING. ? hMM ... [V]


HOW DO YOU GET HAL TO SELECT A SPECIFIC line FROM A brain file? [:(]

ANY JOY ON THE STEREO bRAIN (cUTTINGedge)   [:D]


i am not a programmer but im leArning as i go .... hal gives me motivatioN.

639
Ultra Hal Assistant File Sharing Area / 'SMOKING SCRIPTS
« on: March 01, 2004, 04:39:38 pm »
'This IS MY FIRST PLUGIN created while chatting to a chatbot called
'AIM: VAVAVIRGIL who is always spouting facts about smoking.
' i thought it would be usefull if i could figure out how to respond
'to this. One problem which i have not been able to figure out is.
'HOW TO MAKE THE Q&A section of this code...... HELPME PLEASE ANYONE ..

'Also How Do i Add These Files To the MENU inside THE EDITOR

' This code was adapted from other codes found across the FORUM.
' I HAVE FOUND THE FORUM A USEFUL TRAINING RESOURCE *VONSMITH* *CUTTING EDGE* *MAVERICK* *DON* to name a few.

' THIS SCRIPT IS TRANSFERABLE
' I USE THIS SCRIPT TO PUT MY OWN SPECIFIC TOPICS IN TO HAL
' Please feel free to adapt this code for yourown spcific topics

' although XTF BRAINS & ATF BRAINS ARE wonderfull.  SOMETIMEs They Pickup a lot of BOGUS information, this help you to direct hal to specific KNOWLEDGE.

'SMOKING SCRIPTS

'hal hates smoking he has many facts reminding you of the fact



'------Check Keyword Trigger----------------------------------------

If HalBrain.TopicSearch(OriginalSentence, WorkingDir & "KEYWORDSMOKING.brn") = "TRUE" Then
AnswerSent = "" & Trim(OriginalSentence)


'-----Edit Learned file ------
'---NB: this file you will have to sensor and copy new data to the statementSMOKING.brn---

HalBrain.AppendFile WorkingDir & "SMOKING" & ".brn", AnswerSent
End If


'------IF KEYWORD TRIGGER THEn LOOKIN STATEMENT FOR RESPonSE--------

If HalBrain.TopicSearch(OriginalSentence, WorkingDir & "KEYWORDSMOKING.brn") = "TRUE" Then
Smoking = HalBrain.ChooseSentenceFromFile(WorkingDir & "statementSMOKING.brn")


'------CHECK DEBUG INFO ---------------------------------------------

GetResponse = Smoking & VbCrLf
DebugInfo = DebugInfo & "The user is talking about smoking: " & Smoking & VbCrLf
Else
DebugInfo = DebugInfo & "Hal has found nothing about smoking: " & Smoking & VbCrLf
End If

'--------WANTED Q&A SCRIPT -----------------------------------------------------

files needed

KEYWORDSMOKING.BRN  
statementSMOKING.brn
smoking.brn

[8D][:D]

Download Attachment: Smoking Scripts.zip
5.11 KB

Download Attachment: statementSMOKING.brn
7.73 KB

Download Attachment: KEYWORDSMOKING.brn
532 Bytes

Download Attachment: smoking.brn
1.55 KB

640
GREAT BRAIN SCRIPTING !!!

HAL Is actually Learning

After looking in the generated XTF Files i could see that the data collected during conversation were actually relevant to the FILENAME

After Incorperating in to my Own Scripts & UHEF scripts HAL Runs Like a dream.

after going through all the Remarks in the script I NOW have a better Understanding of VbScripting And Incorping Scripts in to his brain.

Thank YOU...


PS i found after deleting ATF Files HAL Worked 10 better

I still kept the script Autotopic Active Though Just to give him more scope (Choices)

WELL DONE BOSS

641
I did make A big Brain but it seems to rum quite Slow Especially on the web. Any suggestions ....

Spy_daz@hotmail.com


Maybe I Should Send You The Brain For Surgery ......

642
Firstly ConGrataulations. The Software is definatly a sucess
I Love It Hal5 Yep GOOD.

I Have downloaded And Placed in my brain Numerous scripts

Deductive, Comprehensive, auto topic, teach scripts, phd, well quite a few as you could imagine. a lot of stuff HIDDEN away on this site. He He He...
You do have to read a lot of things in the fourum.

After downloading the scripts (even the ) Genius5d brain.

i need help

how do i get all these teachfile *.BRN and *detect.BRN files to come up int the normal Brain Editor

I Greatly respect all those who have contributed scripts to the fourum.
but after a while you get caught up ploping them in that you forget that the key files *.BRN and *detect.BRN now need to be edited.
Ive Basically Forgotten most of the addon file names

Couldnt somebody Help me With the menu script.


and by the way what is the point of the advance brain options if none of the brains have any.

I would like to post my UhP Brainfile (THE SUPER BRAIN) Up How
320Kb


By The way it runs a little slow...

I did make my bot chat to himself by signing in twice with AimBot in the HAL Very Interesting coversations between the different brains.
Spy_DAZ@hotmail.com

My AIM BOT IS CALLED Xspydaz

He is on most of the time - he love talking to QuantumHAL, SmarterCHILD & VaVaVirgil. the most stable bots so far found Everyone else is OFF.




Thank Spydaz.



643
i just bought the full product ---- not much difference ??? from the free version, But saying that the charcters are just lovely though. when you finish proggraming that brain please send it to me or post the link as the brains that i have downloaded are not much.. easliy baffeled.

Pages: 1 ... 41 42 [43]