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 ... 29 30 [31] 32 33 ... 54
451
Ultra Hal 7.0 / Re: Ultra Hal 7 Alpha Test - Ready for download
« on: November 16, 2017, 09:00:54 am »
Donation to Hal 7 Alfa

Im testing the scrapers used in my version of Hal and releasing those that
work to here.
These require that you have some form of office on your machine but could be coded very easly to work with other apps. Open office ect ect ect.
Tested On Xpsp3 and Win7 with Hal7 Alfa.
Triggers are wotd and forex
Why shouldnt hal read the daily stock market and Forex updates hourly
This should be part of Hal7 Alfa test as to why they are here
Let Hal7 flex his muscles on this. Feel free to chop up and use as needed, 02 very powerful plugins.
A day without scraping is just another day
best wishes
cyberjedi

****************************
Rem Type=Plugin
Rem Name= forexlive
Rem Author= cyberjedi
Rem Host=All



Rem PLUGIN: PRE-PROCESS
    'The preceding comment is actually a plug-in directive for
    'the Ultra Hal host application. It allows for code snippets
    'to be inserted here on-the-fly based on user configuration.

HalBrain.ReadOnlyMode = False
'Determines that you are talking about the Amex
If InStr(1,InputString, "forex",1) > 0 Then
 UltraHal = Getforex(HalCommands)
ElseIf InStr(1,InputString, "forex",1) > 0 Then
 End If

 ' This bad boy is a Forex Scraper with a twist, All the data Scraped is ported through Hals Voice. 
    ' This also Breaks Hals speech limitations on how much he can say. 
 ' Trigger= forex
     
 ' I give myself about a 7.5 on cool ideas here


Rem PLUGIN: FUNCTIONS
Function Getforex(HalCommands)

Const SVSFlagsAsync = 1
Const DontShowWindow = 0
Const WaitUntilFinished = 1
Set WshShell = CreateObject("Wscript.Shell")
Set FSO = CreateObject("Scripting.FileSystemObject")
Set Sapi = CreateObject("SAPI.SpVoice")
   For Each Voice In Sapi.GetVoices
       i = i + 1
   Next
For loopvar = 0 to i-1
if loopvar = CInt(confirm_voice) then
Set Sapi.Voice = Sapi.GetVoices.Item(loopvar)
end if
Next
Set xmlDoc = CreateObject("Microsoft.XMLDOM")  'This is where we grab xml. Switch to open office will be here
Set WshShell = CreateObject("Wscript.Shell")
Set FSO = CreateObject("Scripting.FileSystemObject")
HalMenu.HalCommand "<SPEAK>" & "Reading headlines !" & "</SPEAK>"
For loopvar = 0 to 2
If tempconfirm = loopvar then
if tempconfirm = 1 then
HalMenu.HalCommand "<SPEAK>" & "Currently reading " & confirm & " latest headlines" & "</SPEAK>"
else if tempconfirm = 1 then
HalMenu.HalCommand "<SPEAK>" & "Okay ." & "</SPEAK>"
wscript.quit
else
HalMenu.HalCommand "<SPEAK>" & "Currently reading " & confirm & " latest headlines " & "</SPEAK>"
end if
end if
xmlDoc.async = false
xmlDoc.load("http://www.forexlive.com/feed/technicalanalysis") ' This is where u put you own rss feed .xml
Set nodelist = xmlDoc.selectNodes("rss/channel/item")  '<< This is the current nodes list
i = 3                              'ull notice here im set at 3 and only using 2 nodes below. Set as to what u need per your page.
For Each item In nodelist
Set f1 = item.selectsinglenode("title")  'This is where we gather info from the tiltle section of the rss feed.
Set f2 = item.selectsinglenode("description")  'This is where we gather info from the decription  section of the rss feed
HalMenu.HalCommand "<SPEAK>" & f1.text & "</SPEAK>"  ' these two lines are the Magic of the plugin
HalMenu.HalCommand "<SPEAK>" & f2.text & "</SPEAK>"  ' these two lines are the Magic of the plugin
i = i + 1
if i = tempconfirm then
wscript.Quit
end if
Next
end if
Next
End Function


452
Ultra Hal 7.0 / Re: Ultra Hal 7 Alpha Test - Ready for download
« on: November 15, 2017, 08:42:20 am »
Edge: haahhaa, I love it man

IIIII TOLD YOUUUUU

The mighty power of VB 6.0
You have a very good copy of an advanced form of simple Hal
Make a better mouse trap.
I got the message about the A.I brain for the IRC , Knee jerk reaction: Hals brain could be hot wired to work for Halbot.c file.
So ya
Just another type of application for this crazy thing we call Utra Hal. The gift that keeps on giving.
Very nice

best wishes
cyberjedi

Ps: Ive already switched over from Haptek to ,acs chars in simple Hal now.So much lighter on system resources, and just better.
Sap05 issues resolved

453
Ultra Hal 7.0 / Re: Ultra Hal 7 Alpha Test - Ready for download
« on: November 15, 2017, 06:43:37 am »
RE:  Edge: Cyber maybe we could get google to sponsor us:

Edge : Hell man , i could sell condoms to a school full of nuns. You have to believe in what your doing.
When Art said i should be in charge of Hals PR dept , he got it rite.

Hal is easy to push.

I still want a zabaware Tee-shirt though 

best wishes
cyberjedi



Been sleeping hard lately

454
Ultra Hal 7.0 / Re: Ultra Hal 7 Alpha Test - Ready for download
« on: November 14, 2017, 07:05:32 pm »
Robert: question

What is Daserver.exe

Points to doubleagent.
Is this any of ur stuff Robert??

best wishes
cyberjedi

PS: ok i get it now.. Do not rename that file... lolol (ok lets see what this does)....
I had to reinstall double agent from the website and then click emulate agent .....
word to the wise

455
Ultra Hal 7.0 / Re: Ultra Hal 7 Alpha Test - Ready for download
« on: November 14, 2017, 06:54:17 pm »
Robert: all my scrapers seem to work fine:
Biggy: Word of the day works too



Set WshShell = CreateObject("Wscript.Shell")
Set FSO = CreateObject("Scripting.FileSystemObject")
Set Sapi = CreateObject("SAPI.SpVoice")
   For Each Voice In Sapi.GetVoices

No issues with any of this..

best wishes
cyberjedi

456
Ultra Hal 7.0 / Re: List of Hal 7 candidates for Robert's Beta Testers.
« on: November 14, 2017, 05:58:37 pm »
Put my hat in the ring




best wishes
cyberjedi

457
Ultra Hal 7.0 / Re: Ultra Hal 7 Alpha Test - Ready for download
« on: November 14, 2017, 05:06:56 pm »
robert: I have a request

At the social media site i hang at im pushing hal as always.
Was wondering if it would be cool hand out hal7 Alfa to the masses.
I will not supply my credentials of course , so it will go into 30 day mode.
Robert im in a position to really give hal a push commercially for you
It will just be the 31 day mode of course.
If you say NO , i will not do this...
Im not even sure if it will run without a paid for version of Hal all ready installed , come to think of it.
Even without the ability to tether Hal to the chat , there are a lot of damn people here who will prob just dig Hal
Robert: if you can provide me with a Hal 7 banner 1200 X 100 ill hang it over my channel. My Treat
At the time of this pict, i had 317 people in my room. just saying
best wishes
cyberjedi

Oh : and NO, I dont want to be part of any affiliate program, just trying to pay it forward.

458
Ultra Hal 7.0 / Re: Ultra Hal 7 Alpha Test - Ready for download
« on: November 14, 2017, 02:54:08 pm »
Robert: unexpected result!!!!!

Robert I wanted to say that by installing Hal7 . With the new voice system (double agent).
It has in fact fixed the issues with Hal6.2 and use of the High End voice systems and the High End .acs Char's Lip syncing.
This is something completely unexpected and very welcome.

Not quite sure what happened here but Hal7 upgraded something.
Ima take a peek see at just what happened here.
Always loved Guiles Whispering Wall but all u ever got is the speech bubble. And the Voice.
Now Hal 6.2 is complete. The very best in Voices and Avatars
This means i can deploy the legendary Showdan with the new voices
best wishes
cyberjedi


Way to go man, way to go!!!!!!!

459
Ultra Hal 7.0 / Re: Ultra Hal 7 Alpha Test - Ready for download
« on: November 14, 2017, 07:03:43 am »
Robert: The work on the Aim Bot is what set my course.
Thought to my self what a badass idea.

Robert : Little peek for ya...
Now for my next trick , I intend to give Simple Hal a crazy feature.
Hal Hive Mind.... I want nothing short then Hals talking to each other.
Each Hal will have an IRC server/client  option. This is where edge's Irc page comes into play as a Hub for Hal.
Come a long way since simple Hal started
************
RE: Hal 07
Hal 7 is off the charts cool Robert. It really is.
Not a single bug i can find. I Had specific needs from Hal 07: Goals met !!!!!!!!!!
We will see what beta has to offer.
best wishes
cyberjedi
 
Robert i cant tell you how much joy and near nervous breakdowns Hal has givin me.. lol

460
Ultra Hal 7.0 / Re: onthecuttingedge2005 : IRC chat room.
« on: November 13, 2017, 08:59:09 am »
Edge:
 Are we talking about working together again>>


cyberjedi

461
Ultra Hal 7.0 / Re: Ultra Hal 7 Alpha Test - Ready for download
« on: November 12, 2017, 05:17:48 pm »
Robert: IRC access

Id like to through my hat into the ring as well with a professional request.
Id like Hal 07 to have IRC Access.
Id like to have the new version of Hal respond to triggers from an IRC.
(!how are you?) Hal Response just goes back to the chat.
Robert : I have done this very thing with the Help of onthecuttingedge2005 and lifetimegamer our tireless beta tester.
So i know you can do this, you got the source code open and right there.
Maybe even a MIRC interface.
Im telling ya Robert theres a whole area of the internet that Hal has yet to explore and i dont mean Twitter or Face Book
Im talking a live cast of Hal, with Hal engaging chat room chatters. Using RTMP protocols.
I am a Professional Broadcaster , you need to trust me on this, A virtual hostess live cast of Hal is just Epic.
At any givin time there are 40k people and 200 broadcasters at vaughnlive alone.
It took me over a year to get Mark Vaughn to sign off on it. but yes, if u have VIP? Mark gives you IRC access now.
Hes just 1.
Not to mention the 1 im currently using. Freenode , another 50,000 people and 9k channels. Yes i said that, 9k
Thats 09k copys of Hal (every 1 wants a Bot) . what can i say..lol
Ill even supply you with the IRC source code (VB6.0) though if that would help.
I havent had time to dig into the VB.net version of simple Hal, YET.
 best wishes
cyberjedi


Ps: Im willing to pay extra. look at the pictures above for your demo

462
Ultra Hal 7.0 / Re: Ultra Hal 7 Alpha Test - Ready for download
« on: November 12, 2017, 04:50:18 pm »
Robert : scratch that last post
I misunderstood you


Dang it
Ill try it and see what happens.
Id love to know any bugs people are having if any to try and solve them as well.
Like i said i can hardly refuse to help.
im pretty good with a computer too. might be able to help
This machine BTW is XPsp03
I will keep you apprised on Difff OS's and what effects they have. So far XPsp3 and Win07 Alienware OS seem to function just great.
I can do you a complete DATA sheet of comparisons if you like.
Dont get me started lolol

best wishes
cyberjedi

463
Ultra Hal 7.0 / Re: Ultra Hal 7 Alpha Test - Ready for download
« on: November 12, 2017, 04:46:59 pm »
Robert: wifi

No, all my servers an PC's are still cat05 ,,lol srry
but i will Mess with it on a machine that does have WIFI, see what happens.


Will keep you posted on that, ill run wireshark while im doing it too.
prob some good data there if you need it.

Anything i can do to help
You have givin me so much and ask for so little , i can hardly refuse.


Best wishes
cyberjedi

464
Ultra Hal 7.0 / Re: onthecuttingedge2005 : IRC chat room.
« on: November 12, 2017, 03:56:14 pm »
U dont have to take anything down man

Its not like that.
Ive cannibalized alot of code from all over and i gave it to the rite back to forum and so has Robert and so have You. Thats what we do.
In Many cases Much improved i might add.
I havent kept anything. NOTHING
Thats how i show respect.
I dont care about my fuqin name itself man.
Its about respect.
Im not after glory. i gave you the IRC Bot version of Hal and the source code.
I didnt want anything from ya. ur my boy.
Just show respect for where u got this Mountain of info from.
It's like what Robert did for me with the Hal source code. I made a whole Damn page around Ultra Hal and Robert
Ive always maintained that while i think im making a cooler mouse trap, i stand on the shoulders of Robert Medeksza.
But you know all this. Its about respect man.
cyberjedi
 Ps: I still think of u as a friend too

Ps i still think its a great idea Edge.

465
Ultra Hal 7.0 / Re: Ultra Hal 7 Alpha Test - Ready for download
« on: November 12, 2017, 03:22:00 pm »
Robert: am i to understand that u cant re- activate Hal unless u have and online connection for Hal.

Meaning: I noticed that if run Hal locally, and do not connect to your servers each time Hal goes into 31 Day mode.
Ive supplied my credentials several time and it takes the info just fine. And Hal responds as you would think .
(Then i ran Hal with my credentials BLANK)
But then i run Hal without logging in, Hal goes into 31 day mode .
Am i doing something wrong?

Please tell me this with not be part of the Full version.
The thought that id pay full price for a product then take it to my mountain top getaway for 06 weeks a year with no net.
Then my Hal will be no good anymore. Grrrrrrr
I think most consumers with have issue with this. Tether to my server or you product is no good. And what if your server goes down?
I think i understand in part why your doing this (anti-piracy move, and a good 1 too) and on its face it looks great.
But i dont think this will resonate well with people. Maybe its just me too.
I look forward to hearing from you Robert


best wishes
cyberjedi

Pages: 1 ... 29 30 [31] 32 33 ... 54