Facebook Message Spam Script FzoVsy4

Welcome to the Revolution x Clan website. You can post say and do whatever you want here. Learn how to hack/code, talk trash hell just bullshit we don't care. ~xSHADOWx~
Facebook Message Spam Script FzoVsy4

Welcome to the Revolution x Clan website. You can post say and do whatever you want here. Learn how to hack/code, talk trash hell just bullshit we don't care. ~xSHADOWx~
Would you like to react to this message? Create an account in a few clicks or log in to continue.


 
HomeSearchLatest imagesRegisterLog in
Staff Online


Latest topics
» DVAR Dump List
Facebook Message Spam Script EmptySun Jul 03, 2016 4:21 pm by Shadow@ReVx

» Profile Copier
Facebook Message Spam Script EmptySat Jul 02, 2016 10:42 am by Shadow@ReVx

» Copy Players Name
Facebook Message Spam Script EmptyFri Jul 01, 2016 11:45 pm by Shadow@ReVx

» WII~VIIRUZ Code's
Facebook Message Spam Script EmptyWed Mar 02, 2016 10:36 pm by Shadow@ReVx

» How To Make Black Ops DVAR Code's
Facebook Message Spam Script EmptyWed Dec 09, 2015 6:20 pm by Shadow@ReVx

» Black Ops Class Name Changers
Facebook Message Spam Script EmptyFri Jul 10, 2015 10:41 am by Shadow@ReVx

» 5 Part Series on Coding a Game in JavaScript
Facebook Message Spam Script EmptyFri Jul 10, 2015 9:57 am by Shadow@ReVx

» Code's I Use On Black Ops
Facebook Message Spam Script EmptyTue Jun 16, 2015 11:20 am by Shadow@ReVx

» Facebook Message Spam Script
Facebook Message Spam Script EmptySat May 30, 2015 9:54 am by Shadow@ReVx

Top posters
Shadow@ReVx
Facebook Message Spam Script Vote_lcapFacebook Message Spam Script Voting_barFacebook Message Spam Script Vote_rcap 
C!C4D4 3301
Facebook Message Spam Script Vote_lcapFacebook Message Spam Script Voting_barFacebook Message Spam Script Vote_rcap 
March 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031
CalendarCalendar
Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

Most users ever online was 19 on Wed Jun 28, 2023 12:48 am
Poll
How Long Will It Take For Them To Know It's Us? ;)
1 Week
Facebook Message Spam Script Vote_lcap33%Facebook Message Spam Script Vote_rcap
 33% [ 1 ]
2 Weeks
Facebook Message Spam Script Vote_lcap0%Facebook Message Spam Script Vote_rcap
 0% [ 0 ]
3 Weeks
Facebook Message Spam Script Vote_lcap0%Facebook Message Spam Script Vote_rcap
 0% [ 0 ]
Never
Facebook Message Spam Script Vote_lcap67%Facebook Message Spam Script Vote_rcap
 67% [ 2 ]
Total Votes : 3

 

 Facebook Message Spam Script

Go down 
AuthorMessage
Shadow@ReVx
Admin/ReVx Leader
Shadow@ReVx


Posts : 49
Join date : 2015-05-14

Facebook Message Spam Script Empty
PostSubject: Facebook Message Spam Script   Facebook Message Spam Script EmptySat May 30, 2015 9:54 am

Code:
set shell = createobject ("wscript.shell")

strtext = inputbox ("Write down your message you like to spam")
strtimes = inputbox ("How many times do you like to spam?")
strspeed = inputbox ("How fast do you like to spam? (1000 = one per sec, 100 = 10 per sec etc)")
strtimeneed = inputbox ("How many SECONDS do you need to get to your victims input box?")

If not isnumeric (strtimes & strspeed & strtimeneed) then
msgbox "You entered something not numerical. Please Try Again"
wscript.quit
End If
strtimeneed2 = strtimeneed * 1000
do
msgbox "You have " & strtimeneed & " seconds to get to your input area where you are going to spam."
wscript.sleep strtimeneed2
shell.sendkeys ("Spambot Is Starting" & "{enter}")
for i=0 to strtimes
shell.sendkeys (strtext & "{enter}")
wscript.sleep strspeed
Next
shell.sendkeys ("Spambot Is Finished" & "{enter}")
wscript.sleep strspeed * strtimes / 10
returnvalue=MsgBox ("Want to spam again with the same info?",36)
If returnvalue=6 Then
Msgbox "Ok Spambot Will Start Again"
End If
If returnvalue=7 Then
msgbox "Spambot Going To Sleep"
wscript.quit
End IF
loop

To use this program open up Notepad or another word processor and paste the code. Choose to save as all files and save with a vbs extension. Open up the file and the program will start.
Back to top Go down
https://revxclan.forumotion.com
 
Facebook Message Spam Script
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: Coding/Programming :: Microsoft :: Codes/Scripts-
Jump to: