Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Ad icon
Sell your Land, House on idamata.lk for FREE
sajith.xp.pk
Updated:
Yesterday at 9:03 AM
Handmade Character Soft Toys
anil1961
Updated:
Tuesday at 2:11 PM
Bodim.lk out now !
Manoj Suranga Bandara
Updated:
Sunday at 3:05 AM
Power Lifting Lever Belt
SkullVamp
Updated:
Jun 13, 2026
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Jun 13, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
computer talks to you awesom tricks
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="dmudhitha" data-source="post: 7812780" data-attributes="member: 160517"><p style="text-align: center"><span style="color: Red">These are the sample scripts<img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /><img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /><img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /><img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /><img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /></span></p> <p style="text-align: center"><span style="color: Red"></span></p><p></p><p></p><p><strong><u>Disco on your keyboard</u></strong></p><p><strong></strong></p><p></p><p><span style="color: Red">to end the script press CRTL+ALT+DEL go to the processes tab and end wscript</span></p><p><strong></strong></p><p><strong><u>Make the computer talk</u></strong></p><p></p><p></p><p></p><p></p><p>Where the text "your message here" is type what you want the computer to say. This process ends by itself</p><p></p><p><strong><u>Chat With Your Compute</u>r</strong></p><p></p><p><strong>C</strong></p><p></p><p>Multiple Boxes</p><p></p><p><strong>C</strong></p><p></p><p><u></u></p><p><u><strong>Make the computer go "ding" then popup a messege</strong></u></p><p></p><p></p><p></p><p></p><p>where the "c:\windows\Media\Ding.wav" put what sound file you want to be played. I think it only likes .wav i havent tryed out .wma or .mp3 yet. Also where it says "your message here" is the message that gets dispalyed after the sound</p><p></p><p><strong><u>Make the Microsoft Office assistant popup and say something</u></strong></p><p></p><p>[PHP]Code:On Error Resume Next</p><p></p><p>strAgentName2 = "MERLIN"</p><p>strAgentPath2 = "C:\Windows\Msagent\Chars\" & strAgentName2 & ".acs"</p><p>Set objAgent2 = CreateObject("Agent.Control.2")</p><p></p><p>objAgent2.Connected = TRUE</p><p>objAgent2.Characters.Load strAgentName2, strAgentPath2</p><p>Set objPeter = objAgent2.Characters.Character(strAgentName2)</p><p></p><p>objPeter.MoveTo 700,300</p><p>objPeter.Show</p><p></p><p>objPeter.Play "GetAttention"</p><p>objPeter.Play "GetAttentionReturn"</p><p></p><p>objPeter.Speak("your message here")</p><p></p><p>Wscript.Sleep 1000</p><p></p><p>Set objAction= objPeter.Hide</p><p></p><p>Do While objPeter.Visible = True</p><p>Wscript.Sleep 250</p><p>Loop[/PHP]</p><p></p><p></p><p>This script ends by itself. where it says "your message here" type what you want it to say.</p><p></p><p><u><strong>Error message</strong></u></p><p></p><p></p><p></p><p>where it say your message here type what the error message should say</p><p></p><p><img src="http://www.queness.com/resources/images/animation/hill.gif" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p><span style="color: #4000FF">Rate and comment</span></p></blockquote><p></p>
[QUOTE="dmudhitha, post: 7812780, member: 160517"] [CENTER][COLOR=Red]These are the sample scripts:yes::yes::yes::yes::yes: [/COLOR][/CENTER] [B][U]Disco on your keyboard[/U] [/B] [COLOR=Red]to end the script press CRTL+ALT+DEL go to the processes tab and end wscript[/COLOR] [B] [U]Make the computer talk[/U][/B] Where the text "your message here" is type what you want the computer to say. This process ends by itself [B][U]Chat With Your Compute[/U]r[/B] [B]C[/B] Multiple Boxes [B]C[/B] [U] [B]Make the computer go "ding" then popup a messege[/B][/U] where the "c:\windows\Media\Ding.wav" put what sound file you want to be played. I think it only likes .wav i havent tryed out .wma or .mp3 yet. Also where it says "your message here" is the message that gets dispalyed after the sound [B][U]Make the Microsoft Office assistant popup and say something[/U][/B] [PHP]Code:On Error Resume Next strAgentName2 = "MERLIN" strAgentPath2 = "C:\Windows\Msagent\Chars\" & strAgentName2 & ".acs" Set objAgent2 = CreateObject("Agent.Control.2") objAgent2.Connected = TRUE objAgent2.Characters.Load strAgentName2, strAgentPath2 Set objPeter = objAgent2.Characters.Character(strAgentName2) objPeter.MoveTo 700,300 objPeter.Show objPeter.Play "GetAttention" objPeter.Play "GetAttentionReturn" objPeter.Speak("your message here") Wscript.Sleep 1000 Set objAction= objPeter.Hide Do While objPeter.Visible = True Wscript.Sleep 250 Loop[/PHP] This script ends by itself. where it says "your message here" type what you want it to say. [U][B]Error message[/B][/U] where it say your message here type what the error message should say [IMG]http://www.queness.com/resources/images/animation/hill.gif[/IMG] [COLOR=#4000FF]Rate and comment[/COLOR] [/QUOTE]
Insert quotes…
Verification
Haya warak paha keeyada? (haya wadi kireema paha)
Post reply
Top
Bottom