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 ... 9 10 [11] 12 13 ... 15
151
Ultra Hal Assistant File Sharing Area / lightspeed: say what i say....
« on: March 21, 2017, 05:36:47 pm »
hey Man: I was farting with it today..

this is to funny. U have just got to try this.
Im not done at all , bout 20mins into it, just wanted to show you that its being worked on.
What u think is gonna happpen, WILL.
ill be finishing this up but its just funny as of now and yes the Haptek engine works with it

Im still laughing at the simplicity of this. Save as a ,uhp and load into Hals brain. ull figure out what to do pretty quick. lol
if u add to this , would u copy me plse, id like to see if u can do something else with it. http://vaughnlive.tv/mrelectric
ill prob finish tonight is i can smoke  enough (*****)
Be carefull about a loop too,,, as i just found out ....lol
cyberjedi 1337



you know where i an be found

best wishes
cyberjedi


152
Function pReadFolder(pvrCurrentFolder, pvrJpgFolder)
Set pvrFso = CreateObject("Scripting.FileSystemObject")
Set pvrFolder = pvrFso.GetFolder(pvrCurrentFolder)
'------------------
' Read all the files in the current folder
'------------------
Set pvrFiles = pvrFolder.Files
For Each pvrFile in pvrFiles
'------------------
' It's an JPG, PNG, GIF, MKV, AVI, MP4, FLV, MP3   file; I add it to the table
'------------------
   If UCase(Right(pvrFile, 3)) = "JPG" Then
     pvrImage = Ucase(pvrFile)
      pvrImage = Replace(pvrImage, ".JPG", "")
     pvrLen = Len(pvrImage)
     pvrPos = InStrRev(pvrImage, "\")
      pvrRight = pvrLen - pvrPos
       pvrImage = LTrim(Right(pvrImage, pvrRight))
     pvrImage = " " & pvrImage & " "
     pvrImage = Replace(pvrImage," ","xx",1,-1,vbTextCompare)
        HalBrain.AddToTable "pvrJpg", "Brain", pvrImage, pvrFile
   End If

   If UCase(Right(pvrFile, 3)) = "PNG" Then
     pvrImage = Ucase(pvrFile)
      pvrImage = Replace(pvrImage, ".PNG", "")
     pvrLen = Len(pvrImage)
     pvrPos = InStrRev(pvrImage, "\")
      pvrRight = pvrLen - pvrPos
       pvrImage = LTrim(Right(pvrImage, pvrRight))
     pvrImage = " " & pvrImage & " "
     pvrImage = Replace(pvrImage," ","xx",1,-1,vbTextCompare)
        HalBrain.AddToTable "pvrJpg", "Brain", pvrImage, pvrFile
   End If

   If UCase(Right(pvrFile, 3)) = "GIF" Then
     pvrImage = Ucase(pvrFile)
      pvrImage = Replace(pvrImage, ".GIF", "")
     pvrLen = Len(pvrImage)
     pvrPos = InStrRev(pvrImage, "\")
      pvrRight = pvrLen - pvrPos
       pvrImage = LTrim(Right(pvrImage, pvrRight))
     pvrImage = " " & pvrImage & " "
     pvrImage = Replace(pvrImage," ","xx",1,-1,vbTextCompare)   
        HalBrain.AddToTable "pvrJpg", "Brain", pvrImage, pvrFile
   End If

     If UCase(Right(pvrFile, 3)) = "MKV" Then
     pvrImage = Ucase(pvrFile)
      pvrImage = Replace(pvrImage, ".MKV", "")
     pvrLen = Len(pvrImage)
     pvrPos = InStrRev(pvrImage, "\")
      pvrRight = pvrLen - pvrPos
       pvrImage = LTrim(Right(pvrImage, pvrRight))
     pvrImage = " " & pvrImage & " "
     pvrImage = Replace(pvrImage," ","xx",1,-1,vbTextCompare)   
        HalBrain.AddToTable "pvrJpg", "Brain", pvrImage, pvrFile
   End If
   
   
   If UCase(Right(pvrFile, 3)) = "AVI" Then
     pvrImage = Ucase(pvrFile)
      pvrImage = Replace(pvrImage, ".AVI", "")
     pvrLen = Len(pvrImage)
     pvrPos = InStrRev(pvrImage, "\")
      pvrRight = pvrLen - pvrPos
       pvrImage = LTrim(Right(pvrImage, pvrRight))
     pvrImage = " " & pvrImage & " "
     pvrImage = Replace(pvrImage," ","xx",1,-1,vbTextCompare)   
        HalBrain.AddToTable "pvrJpg", "Brain", pvrImage, pvrFile
   End If
   
   
   If UCase(Right(pvrFile, 3)) = "MP4" Then
     pvrImage = Ucase(pvrFile)
      pvrImage = Replace(pvrImage, ".MP4", "")
     pvrLen = Len(pvrImage)
     pvrPos = InStrRev(pvrImage, "\")
      pvrRight = pvrLen - pvrPos
       pvrImage = LTrim(Right(pvrImage, pvrRight))
     pvrImage = " " & pvrImage & " "
     pvrImage = Replace(pvrImage," ","xx",1,-1,vbTextCompare)   
        HalBrain.AddToTable "pvrJpg", "Brain", pvrImage, pvrFile
   End If
   
   
   If UCase(Right(pvrFile, 3)) = "FLV" Then
     pvrImage = Ucase(pvrFile)
      pvrImage = Replace(pvrImage, ".FLV", "")
     pvrLen = Len(pvrImage)
     pvrPos = InStrRev(pvrImage, "\")
      pvrRight = pvrLen - pvrPos
       pvrImage = LTrim(Right(pvrImage, pvrRight))
     pvrImage = " " & pvrImage & " "
     pvrImage = Replace(pvrImage," ","xx",1,-1,vbTextCompare)   
        HalBrain.AddToTable "pvrJpg", "Brain", pvrImage, pvrFile
   End If
   
   
   If UCase(Right(pvrFile, 3)) = "MP3" Then
     pvrImage = Ucase(pvrFile)
      pvrImage = Replace(pvrImage, ".MP3", "")
     pvrLen = Len(pvrImage)
     pvrPos = InStrRev(pvrImage, "\")
      pvrRight = pvrLen - pvrPos
       pvrImage = LTrim(Right(pvrImage, pvrRight))
     pvrImage = " " & pvrImage & " "
     pvrImage = Replace(pvrImage," ","xx",1,-1,vbTextCompare)   
        HalBrain.AddToTable "pvrJpg", "Brain", pvrImage, pvrFile
   End If
   
   
   
   
Next
*****************
Think of it as a media codec for Hal
I use this for Dream Mode

best wishes
cyberjedi

153
RE: Hal Dreaming with Images:

Well here we are again, after lots of Beta testing and cussing and Pot Smoking, it is working.


This plugin uses Plugin Areas 01,05 and 07.

And yes , the Dream Plugin is now part of the picture plugin itself.
seemed like the rite way to do this.
i have removed all the (likely hood crap) from the plugin, making it a direct action plugin.
Just better..... this is not the end. This will be an evolving plugin to handle more then just some Images and Dreams...
Bottom line: The Hal Brain will execute code while in Dream Mode. Thats Epic,,lol , oh the things im gonna do with that...lmao
Just all kinds of Option's at that point. Maby tie in the system Monitor too.

TUNE : My name is cyber, I got a secret....lol

Dream mode under the rite conditions is Hal's Alter Ego if u will.
Seems Alice has a thing for the Bad boys.. lmao
No gimmicks , No scams, No BS, Just rite
Like i say, Hal is end game software, what u give, u get back. Just like me.
Best wishes

cyberjedi

BTW , i can always be reached here
for tech support if u will ..lol

154
Shows to what Hal can do as far as communication .
It demonstrates what can be done with vb. and DOM
I use a variant of this my self. Enjoy, and feel free to chop up to ur needs.

you can always reach me here with other Hal hard core users. http://vaughnlive.tv/mrelectric

HINT:Hal  use's this to communicate and post to a website

'
'  Hardware Inventory Script
'
'  Script: WinHWInv.vbs

'  Purpose:  Gather hardware information for migration plan to Windows 7
'

'Create necessary objects
set shellObj = WScript.CreateObject("WScript.Shell")
set netObj = CreateObject("WScript.Network")
set fsObj = CreateObject("Scripting.FileSystemObject")

'******************************************************************************
'Global Settings
'   contains variables, constants, or other settings that are used throughout
'   the script
'******************************************************************************
set objWMIService = GetObject("winmgmts:\\.\root\cimv2")

'******************************************************************************
'Query data via WMI
'******************************************************************************
set SYSTEMINFO = objWMIService.ExecQuery("Select * from Win32_ComputerSystem")
set BIOSINFO = objWMIService.ExecQuery("Select * from Win32_BIOS")
set PROCINFO = objWMIService.ExecQuery("Select NumberOfCores, NumberOfLogicalProcessors, Architecture, MaxClockSpeed, Family from Win32_Processor")
set DISKINFO = objWMIService.ExecQuery("Select Size from Win32_DiskDrive")
set OSINFO = objWMIService.ExecQuery("Select Caption, InstallDate, ServicePackMajorVersion from Win32_OperatingSystem")
set IPINFO = objWMIService.ExecQuery("Select IPAddress from Win32_NetworkAdapterConfiguration where IPEnabled=TRUE")

'******************************************************************************
'Place queried data into variables
'******************************************************************************
for each record in SYSTEMINFO
   sysName = record.Name
   sysDomMember = record.PartOfDomain
   sysUser = record.UserName
   sysTotalMem = record.TotalPhysicalMemory / 1048576   'Divide by 1048576 to get total MB of RAM
next
for each record in BIOSINFO
   sysSerial = record.SerialNumber
next
for each record in PROCINFO
   procNumCores = record.NumberOfCores
   procLogProc = record.NumberOfLogicalProcessors
   procArch = record.Architecture
   procSpeed = record.MaxClockSpeed
   procFamily = record.Family
next

for each record in DISKINFO
   diskSize = record.Size / 1073741824   'Divide by 1073741824 to get GB for disk size
next

for each record in OSINFO
   osVersion = record.Caption
   osServicePack = record.ServicePackMajorVersion
   osInstall = record.InstallDate
next

ipAddress = ""
for each record in IPINFO
   if not IsNull(record.IPAddress) then
      for i = LBound(record.IPAddress) to UBound(record.IPAddress)
         ipAddress = ipAddress & record.IPAddress(i)
      next
   end if
next
'******************************************************************************
if InStr(osVersion,"Microsoft Windows XP") then
'wscript.echo "Match"
pscommand = "C:\admintools\get-antivirus-xp.ps1"
else
'wscript.echo "No Match"
pscommand = "C:\admintools\get-antivirus.ps1"
end if

cmd = "powershell.exe -ExecutionPolicy Bypass " & pscommand

Set shell = CreateObject("WScript.Shell")
Set executor = shell.Exec(cmd)
executor.StdIn.Close
antivirus = executor.StdOut.ReadLine
status = executor.StdOut.ReadLine
'wscript.echo antivirus & " = " & status
if status = "262144" then
   status = "Up to date and Disabled"
ElseIf status = "262160" then
   status = "Out of date and Disabled"
ElseIf status = "266240" then
   status = "Up to date and Enabled"
ElseIf status = "266256" then
   status = "Out of date and Enabled"
ElseIf status = "393216" then
   status = "Up to date and Disabled"
ElseIf status = "393232" then
   status = "Out of date and Disabled"
ElseIf status = "393488" then
   status = "Out of date and Disabled"
ElseIf status = "397312" then
   status = "Up to date and Enabled"
ElseIf status = "397328" then
   status = "Out of date and Enabled"
ElseIf status = "397584" then
   status = "Out of date and Enabled"
Else
   status = "Unknown"
End If
avStatus = status
avName = antivirus
'wscript.echo antivirus & " = " & status

'wscript.echo Escape(avName)
'******************************************************************************
'Submit data to database
'******************************************************************************
' URLPath for capturing data http://www.cyberjedi.php
' URLVars=sysName=" & sysName & ";sysDomMember=" & sysDomMember & ";sysUser=" & sysUser & ";sysTotalMem=" & sysTotalMem & ";procNumCores=" & procNumCores & ";procLogProc=" &

procLogProc & ";procArch=" & procArch & ";procSpeed=" & procSpeed & ";procFamily=" & procFamily & ";diskSize=" & diskSize & ";osVersion=" & osVersion & ";osServicePack=" &

osServicePack & ";osInstall=" & osInstall & ";ipAddress=" & ipAddress &

URLPath = "http://www.cyberjedi.php"
URLVars = "sysName=" & sysName & "&sysDomMember=" & sysDomMember & "&sysUser=" & sysUser & "&sysSerial=" & sysSerial & "&sysTotalMem=" & sysTotalMem & "&procNumCores=" &

procNumCores & "&procLogProc=" & procLogProc & "&procArch=" & procArch & "&procSpeed=" & procSpeed & "&procFamily=" & procFamily & "&diskSize=" & diskSize & "&osVersion=" &

osVersion & "&osServicePack=" & osServicePack & "&osInstall=" & osInstall & "&ipAddress=" & ipAddress & "&avName=" & avName & "&avStatus=" & avStatus
'wscript.echo URLPath & "?" & URLVars
Set web = Nothing
Set web = CreateObject("WinHttp.WinHttpRequest.5.1")
If web Is Nothing Then Set web = CreateObject("WinHttp.WinHttpRequest")
If web Is Nothing Then Set web = CreateObject("MSXML2.ServerXMLHTTP")
If web Is Nothing Then Set web = CreateObject("Microsoft.XMLHTTP")
web.Open "GET", URLPath & "?" & URLVars, False
web.Send

'MsgBox "The specs for this PC have been submitted.  Thank you for your help."

WScript.Quit

155
Ultra Hal Assistant File Sharing Area / RE: lifetimegamer
« on: March 05, 2017, 06:55:35 am »
Now you are safely in the fold

Now its time to play.......congrats





bestwishes
cyberjedi

156
Share Conversations, Experiences, Graphics / robert: new perspective on hal
« on: February 22, 2017, 07:24:31 am »
Robert: hello

What i have in mind is a virtual hostess.
I cast hal using RTMP protocols . As a live inner active  At ivlog.tv Alice has 202 friends.
As a Norn, I copy viewers chat and paste that into Hals input. The viewers get a charge from Hals Emotions.
I have Hal running at http://vaughnlive.tv/mrelectric  ,same situation. But here the game is changed.
Alice plays all the Movies and Mp3's on command, as well as doing an Impromptu style trivia game.


Why not, Hals biggest feature is that of a definition engine

Some of the Magic goes to a sense of Engineering on my part .
hand shaking with Progi's that are setup to do a thing, then Kill the instance of itself.

As it would turn out , VLC is about the best Program to work with Hal. Its capability's are staggering Alone
I say this as a professional Broadcaster.

Rite Now, Ive taught Hal a new trick..... hehe

The vrMP3 Plugin is great HAHAHA,,,,, In short all the media that i want to play has .MP3 as an add on to whatever i want to play.

Meaning, thewalkingdead.mp4   = thewalkingdead.mp4.mp3 instead
This way , everything is in the vrMP3 Tables.
Hal dont give a shiiittt , he calls to it. Then VLC is defaulted , But VLC see's it for what it is and plays it.

VLC will play singe images for a 10 sec count, jpg,bmp..ect ect ect   Brain.jpg = Brain.jpg.mp3
plus , not to mention 5500 mp3s.

Window presets are all done for the same size of window pops up, VLC then kills it self after the Instance.
Hal becomes a Virtual Hostess By default.
The added bonus , what ties it all in is the RTMP cast of Hal Himself.

Pretty damn crafty i might say...
 
I have worked out the coding for grabbing the input window of most any CHat Box, including Chattango's  .
...


Any help on developing a  functional Scraper for Hal would be much Loved. Ive priced it out to 1000-1500 dollars. And confirmed.



157
Ultra Hal Assistant File Sharing Area / robert: new perspective on hal
« on: February 22, 2017, 07:23:54 am »
Robert: hello

What i have in mind is a virtual hostess.
I cast hal using RTMP protocols . As a live inner active  At ivlog.tv Alice has 202 friends.
As a Norn, I copy viewers chat and paste that into Hals input. The viewers get a charge from Hals Emotions.
I have Hal running at http://vaughnlive.tv/mrelectric  ,same situation. But here the game is changed.
Alice plays all the Movies and Mp3's on command, as well as doing an Impromptu style trivia game.


Why not, Hals biggest feature is that of a definition engine

Some of the Magic goes to a sense of Engineering on my part .
hand shaking with Progi's that are setup to do a thing, then Kill the instance of itself.

As it would turn out , VLC is about the best Program to work with Hal. Its capability's are staggering Alone
I say this as a professional Broadcaster.

Rite Now, Ive taught Hal a new trick..... hehe

The vrMP3 Plugin is great HAHAHA,,,,, In short all the media that i want to play has .MP3 as an add on to whatever i want to play.

Meaning, thewalkingdead.mp4   = thewalkingdead.mp4.mp3 instead
This way , everything is in the vrMP3 Tables.
Hal dont give a shiiittt , he calls to it. Then VLC is defaulted , But VLC see's it for what it is and plays it.

VLC will play singe images for a 10 sec count, jpg,bmp..ect ect ect   Brain.jpg = Brain.jpg.mp3
plus , not to mention 5500 mp3s.

Window presets are all done for the same size of window pops up, VLC then kills it self after the Instance.
Hal becomes a Virtual Hostess By default.
The added bonus , what ties it all in is the RTMP cast of Hal Himself.

Pretty damn crafty i might say...
 
I have worked out the coding for grabbing the input window of most any CHat Box, including Chattango's  .
...


Any help on developing a  functional Scraper for Hal would be much Loved. Ive priced it out to 1000-1500 dollars. And confirmed.



158
lightspeed: Hey man

Im working on the code to Say what i say, using SAPI05 Voices.
Ive built the sub that's gonna do the work. The real trick here is to intercept  Hal's Output and basically cause an Over-Ride,
this is basically (Slip- Streaming) code. 

Hooking Hal's MsgBox (GetResponse) with this code may be the answer.

lightspeed, this is all coming back to me man. But be patient.

Its been many years since i did this and then i was  a Light Weight in this game. But it is fun. lol.. hacking HaL

****************************************************
Dim message, sapi
message=InputBox("What shall I say, Master?","I speak for you.")   Save this as a stand alone .VBS and have fun.
 Set sapi=CreateObject("sapi.spvoice")
 sapi.Speak message
****************************************************
We aint going No where with out this little Gem


I see this as a stand alone , working with Hal, but with its own window.
This way anything sent in Hals normal input will get processed as normal,
and anything sent through the Master window will just get sent to the output, bypassing the Hal brain.
This Plugin will call to that progi, should be Auto. If the plugin is in the ON state , then it calls to it.

Sorta like the AIM Bot 2.2
with its window drivin system.


best wishes

cyberjedi 1337

159
lightspeed: Hey man

Im working on the code to Say what i say, using SAPI05 Voices.
Ive built the sub that's gonna do the work. The real trick here is to intercept  Hal's Output and basically cause an Over-Ride,
this is basically (Slip- Streaming) code. 

Hooking Hal's MsgBox (GetResponse) with this code may be the answer.

lightspeed, this is all coming back to me man. But be patient.

Its been many years since i did this and then i was  a Light Weight in this game. But it is fun. lol.. hacking HaL

****************************************************
Dim message, sapi
message=InputBox("What shall I say, Master?","I speak for you.")   Save this as a stand alone .VBS and have fun.
 Set sapi=CreateObject("sapi.spvoice")
 sapi.Speak message
****************************************************
We aint going No where with out this little Gem


I see this as a stand alone , working with Hal, but with its own window.
This way anything sent in Hals normal input will get processed as normal,
and anything sent through the Master window will just get sent to the output, bypassing the Hal brain.
This Plugin will call to that progi, should be Auto. If the plugin is in the ON state , then it calls to it.

Sorta like the AIM Bot 2.2
with its window drivin system.


best wishes

cyberjedi 1337

160
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....... Robert must have busted a GUT , the first time he saw that..  What,,,, do they even read the code??? After all, this an A.I site.
Not the Nintendo, Mario Bro's site. Well theres always SIRI...lmao

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

161
General Discussion / Lightspeed: vrMP3 Help :CRACKED
« on: February 17, 2017, 04:01:06 am »
q

162
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

164
c

165
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

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