Asked by:
Scripting errors Error code Line:1 Char:36 Error Invalied Charecters Code:800A0488

Question
-
Flashing keyboard
Set <g class="gr_ gr_15 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="15" id="15">wshShell</g> =wscript.CreateObject(“WScript.Shell”)
do
<g class="gr_ gr_16 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="16" id="16">wscript</g>.sleep 100
<g class="gr_ gr_17 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="17" id="17">wshshell</g>.sendkeys “{CAPSLOCK}”
<g class="gr_ gr_18 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="18" id="18">wshshell</g>.sendkeys “{NUMLOCK}”
<g class="gr_ gr_19 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="19" id="19">wshshell</g>.sendkeys “{SCROLLLOCK}”
loop----------------------------------------------------------------------------------------------------------------
Cd Eject
Set oWMP = CreateObject(“WMPlayer.OCX.7″)
-----------------------------------------------------------------------------------------------------------------
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
- Edited by Greysilly Friday, September 1, 2017 3:05 PM SOMEone told me to
- Moved by Bill_Stewart Monday, October 2, 2017 10:07 PM Unanswerable drive-by question
Friday, September 1, 2017 12:49 AM
All replies
-
Please post this correctly. It is unusable and unreadable.
Do not post formatted code or text. Use the code posting tool to post code.
\_(ツ)_/
Friday, September 1, 2017 12:53 AM -
ITS A SCRIPT
Ps That how there were when got them- Edited by Greysilly Friday, September 1, 2017 12:58 AM Code got in it
Friday, September 1, 2017 12:56 AM -
It is just garbage to an browser. Only the fist few characters come out correct.
Edit the post and put you code into the code tool and it will not do that.
\_(ツ)_/
Friday, September 1, 2017 12:58 AM -
It is just garbage to an browser. Only the fist few characters come out correct.
Edit the post and put you code into the code tool and it will not do that.
\_(ツ)_/
Friday, September 1, 2017 1:55 AM