Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/python
- # ____ ___ __________ ________ ___________
- #| | \ \______ \ / _____/ \_ _____/
- #| | / | _/ / \ ___ | __)_
- #| | / | | \ \ \_\ \ | \
- #|______/ /\____|_ / /\______ / /\/_______ / /\
- # \/ \/ \/ \/ \/ \/ \/
- # Twitter #HASHTAG Take0ver Tool
- # Dependencies
- #
- #
- #
- # Twitter Python Module
- # http://code.google.com/p/python-twitter/
- #
- # >Python 2.5
- # http://www.python.org/getit/
- try :
- import twitter
- except ImportError:
- import os
- print("you fucking need TWITTER module!")
- os.system("firefox http://code.google.com/p/python-twitter/")
- os.system("start http://code.google.com/p/python-twitter/")
- print("http://code.google.com/p/python-twitter/ for help")
- userna = raw_input("Your fucking login nick: ")
- passwd = raw_input("Your twitter password: ")
- try:
- api = twitter.Api(username=userna, password=passwd)#ERROR HERE FUCKKKKKK
- except twitter.TwitterError:
- print("FUCKING DAMN IT YOU FUCKING NEED TO REINSTALL TWITTER MODULE OR OTHER PYTHON VERSION!!!\nat http://www.python.org/getit/ and\nhttp://code.google.com/p/python-twitter/ ")
- spammessage = raw_input("What is the spam message?: ")
- count = raw_input("How many spam messages ?: ")
- fuck = 0
- c = 0
- while count >= fuck:
- count = count - 1
- status = api.PostUpdate(spammessage+"DICK IS DELICIOUS!! #JustionBieber #sexyFUN #Anonplus")
- status
- c = c + 1
- print "spammed" +c+" messages"
- print("you have been banned from twitter! <3")
- a = raw_input("Click ENTER to be banned for 1024124535 hours").upper()
- if a in 'ANAL':
- print 'its a good think me too <3'
- exit()
- while 1:
- count = count - 1
- status = api.PostUpdate(spammessage+"I DONT LIKE ANAL D: yummy sperm for diner ! hummm #sperm #anal #dick")
- status
- exit()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement