Author Topic: VBscript code help  (Read 1239 times)

loopers

  • Member
  • **
  • Posts: 25
  • Kudos: 0
    • http://geocities.com/cyalex2001/mypic.jpg
VBscript code help
« on: 18 November 2002, 11:51 »
I wanted a particular vbscript to be executed every 5 minutes. Basically, this is the vbscript that add values to the registry. How do I make this script executes every 5 minutes?

Code: [Select]

Any small and big help and will truly be greatly appreciated.
**********************************
To hack or not to hack, that is the question.

Julius Cracker

**********************************


rtgwbmsr

  • VIP
  • Member
  • ***
  • Posts: 1,257
  • Kudos: 0
    • http://www.akgames.net
VBscript code help
« Reply #1 on: 18 November 2002, 11:58 »
Although this really isn't the right forum...

If you put it in a VB program, and a timer were to start after somebody pushes a button, that would work. I have little knowledge of scripts though.

loopers

  • Member
  • **
  • Posts: 25
  • Kudos: 0
    • http://geocities.com/cyalex2001/mypic.jpg
VBscript code help
« Reply #2 on: 18 November 2002, 12:04 »
The problem is I can't find any vbscript forum here at fuckmicrosoft.com

If there is a link at fuckmicrosoft.com about vbscript ... pls send it to me. Thanks  
**********************************
To hack or not to hack, that is the question.

Julius Cracker

**********************************


voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
VBscript code help
« Reply #3 on: 18 November 2002, 12:05 »
You won't find a VBScript forum at fuckmicrosoft.com. It's a Microsoft virus language and should be stricken from the face of the earth. If I were you I would look into a real language.
Someone please remove this account. Thanks...

Stryker

  • VIP
  • Member
  • ***
  • Posts: 1,258
  • Kudos: 41
VBscript code help
« Reply #4 on: 18 November 2002, 12:06 »
quote:
Originally posted by loopers:
I wanted a particular vbscript to be executed every 5 minutes. Basically, this is the vbscript that add values to the registry. How do I make this script executes every 5 minutes?

Code: [Select]

Any small and big help and will truly be greatly appreciated.[/b]


very much the wrong forum. but isn't vbscript part of iis, and a page would have to always be open and never finish loading for it to loop like that. anways... if that's what you want, make a javascript in there that will just refresh the page every 5 seconds. something like...
<script language=javascript>
SetTimer('thispage.asp',5000);
</script>

something like that should do just fine.
If you want it to do it without being noticed... then you'll need to compile a program or make your browser a background process.

Doogee

  • VIP
  • Member
  • ***
  • Posts: 774
  • Kudos: 109
    • http://m-db.info
VBscript code help
« Reply #5 on: 18 November 2002, 12:07 »
dood, can u read or u just dont know what FUCK means. u wont find any microsoft VB (an australian beer) around here. your a bit of a pisshead (no offence, kindof) just to use it

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
VBscript code help
« Reply #6 on: 18 November 2002, 12:07 »
Stryker, he's talking about doing VBScript to be executed by the MS Active Scripting engine and writing a virus to add to someones registry.

[ November 18, 2002: Message edited by: void main ]

Someone please remove this account. Thanks...

Stryker

  • VIP
  • Member
  • ***
  • Posts: 1,258
  • Kudos: 41
VBscript code help
« Reply #7 on: 19 November 2002, 05:01 »
quote:
Originally posted by void main:
Stryker, he's talking about doing VBScript to be executed by the MS Active Scripting engine and writing a virus to add to someones registry.

[ November 18, 2002: Message edited by: void main ]



So he goes to a site about microsoft hatred. He has someone he wants to piss off with a "virus" and he thinks that some place against microsoft products / "technologies" (vbscript in this case) is going to support his education in something mostly evil. Perhaps you should call up microsoft and give them the money and talk to them, they have experience in fucking people over.

loopers

  • Member
  • **
  • Posts: 25
  • Kudos: 0
    • http://geocities.com/cyalex2001/mypic.jpg
VBscript code help
« Reply #8 on: 19 November 2002, 05:55 »
Come on guys ... whether this is anti microsoft forum or not ... isn't this the place where we should discuss things rationally and don't get too indulge towards hating Microsoft? That is my opinion, of course. If you like my opinion you can take it. If not, you can leave it.
**********************************
To hack or not to hack, that is the question.

Julius Cracker

**********************************


Doctor V

  • Member
  • **
  • Posts: 661
  • Kudos: 0
VBscript code help
« Reply #9 on: 19 November 2002, 06:13 »
quote:
Originally posted by loopers:
Come on guys ... whether this is anti microsoft forum or not ... isn't this the place where we should discuss things rationally and don't get too indulge towards hating Microsoft? That is my opinion, of course. If you like my opinion you can take it. If not, you can leave it.


Big words for a MES newbie...

I believe you should read this welcome message before continuing.

Anyhow, I am willing to help you with your problem, I've actually worked with VBScript quite a bit.  But first I have to ask a couple of questions.  While I've used VBscript, I have always avoided the registry like the plague.  Corrupted registry settings are the worst thing that can happen to windows.  The registry might be Microsofts biggest failure (that or Xbox).  What are you making?  A web page?  Rather than using the dangerous registry, why not use a cookie, or create a file.    Maybe its not a web page.  There are some inherent problems with VBscript itself.  Javascript runs better, is more secure, and better supported.  VBscript will only work with IE, and that only works on Windows.  Just tell us what your doing, there is probably a better way than using VBscript and the registry.

edit:grammar

V

[ November 18, 2002: Message edited by: Doctor V Linux Commando ]


voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
VBscript code help
« Reply #10 on: 19 November 2002, 06:38 »
quote:
Originally posted by loopers:
Come on guys ... whether this is anti microsoft forum or not ... isn't this the place where we should discuss things rationally and don't get too indulge towards hating Microsoft? That is my opinion, of course. If you like my opinion you can take it. If not, you can leave it.


Maybe you didn't notice the URL of the web site you are on (fuckmicrosoft). I'll leave it thank you.
Someone please remove this account. Thanks...

Bazoukas

  • Member
  • **
  • Posts: 866
  • Kudos: 140
    • http://whitehouse.com
VBscript code help
« Reply #11 on: 19 November 2002, 06:53 »
dude, ask ANYTHING  in these forums and you will get an answer, and i might add a high quality answer.  You can even ask "can you minimize -maximize windows in Linux" and you will get a serious answer. NO BS.

  Ask something that has to do with MS and you will get your ass flamed before your piss hits the floor.

 And thats why I like this web site.

[ November 18, 2002: Message edited by: bazoukas ]

[ November 18, 2002: Message edited by: bazoukas ]

Yeah

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
VBscript code help
« Reply #12 on: 19 November 2002, 07:48 »
why is this thread posted twice!???
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
VBscript code help
« Reply #13 on: 19 November 2002, 08:28 »
quote:
Originally posted by The Master of Reality / B0B:
why is this thread posted twice!???


Heh heh, I can't believe you actually asked this. I can't stop laughing.  
Someone please remove this account. Thanks...

dbl221

  • Member
  • **
  • Posts: 253
  • Kudos: 0
VBscript code help
« Reply #14 on: 20 November 2002, 05:50 »
I can help you with that...

/usr/bin/perl
dbl221***Comp-Sys walking wounded