Jump to content

I dont know how to code. Help me please.

Shalmon

so I copy pasted a code from a website to spam my friends. I wanna know how do I add a line of code so that I can have a trigger button. so that when the code is running in the background I can press the trigger button to execute the task. the code runs on vbscript as far as I know. can you help me please. thanks people I really appreciate it.

 

Set wshShell = wscript.CreateObject("WScript.Shell")
Dim index
index = 0
do
wscript.sleep 500
wshshell.sendkeys "ENTER TEXT HERE"
wshshell.sendkeys "{enter}"
index = index + 1
loop until index > 100

Link to comment
Share on other sites

Link to post
Share on other sites

On 4/12/2019 at 10:31 AM, Shalmon said:

so I copy pasted a code from a website to spam my friends.

There have been arguments on this forum over the definition of a certain phrase.

This is the definition of Script Kiddie.

ENCRYPTION IS NOT A CRIME

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×