![]() |
|
[Preview] SkySpy v1.02 - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework) +--- Thread: [Preview] SkySpy v1.02 (/Thread-Preview-SkySpy-v1-02) Pages:
1
2
|
[Preview] SkySpy v1.02 - i0xIllusi0n - 03-13-2013 I'm making a Skype Bot, one that actually listens to commands, not just a GUI with a button saying spam friend. Here's what the project looks so far, I'm stuck on what I should add! Help me out? <3 Current commands: Code: Help - Displays help.
Rape - returns funny little quotes about raping whoever you choose.
Resolve - Skype Resolver.
Spam - The typical spambot. Choose which friend and how many messages to spam.
Say - Makes the bot say a message
GeoIP - Get city, state/province,whatever, country, latitude and longitude of an IP
IsUp - Check if a site is up or not
SiteIP - Ping a site, returning its IP
DDOS - Not complete yet, but soon to be
Hash - Encode strings in hashes. MD5, SHA1, etc.
Art - Makes ASCII art out of Skype emoticons
Bomb - Email / SMS bomber
Seen - See when a user last logged into Skype
LMGTFY - Creates a LMGTFY link with easeAnd here's some commands I should be adding: Code: Cloudflare resolve
Base64 encrypt strings
DictionaryWhat else is there?!
RE: [Preview] SkySpy v1.02 - Charon - 03-13-2013 This looks really good, can't wait until you release it man! Maybe you should add something for The Goons like if you typ a command like Code: !GoonsInfoRE: [Preview] SkySpy v1.02 - ねこまっしぐら - 03-13-2013 This looks awesome. Cool. RE: [Preview] SkySpy v1.02 - 3SidedSquare - 03-14-2013 Add a really short kind of script, So I can make automated spreading bots? Something like the following? Code: Typing()
Wait(1)
Say(Hey!)
Typing()
Wait(5)
Say(Hey, I'm working on a new site, mind telling me what you think? www.random_java_driveby.com
Typing()
Wait(1)
Say(Oops!)
Typing()
Wait(3)
Say(Wrong person, you can still tell me what you think though :P)
EndReally like it so far Good work as always illusion RE: [Preview] SkySpy v1.02 - i0xIllusi0n - 03-14-2013 (03-14-2013, 04:21 AM)3SidedSquare Wrote: Add a really short kind of script, So I can make automated spreading bots? Something like the following? I can't make it specifically do the typing status for 5 seconds then say a message, it goes through instantly. RE: [Preview] SkySpy v1.02 - Complibur - 03-14-2013 Wow this looks great! Can't wait for release! Can't say i have any suggestions though other than cloudflare resolver ! RE: [Preview] SkySpy v1.02 - i0xIllusi0n - 03-14-2013 (03-14-2013, 05:55 AM)Processor Wrote: Wow this looks great! Can't wait for release! Can't say i have any suggestions though other than cloudflare resolver ! Haven't updated the thread yet but I just got the cloudflare resolver up and running! RE: [Preview] SkySpy v1.02 - cxS - 03-14-2013 Aside from the visual, we can't really say much about it. Some of the commands are self explanatory but there's hardly a description of any of them. Just my few cents. RE: [Preview] SkySpy v1.02 - Nefarious - 03-14-2013 This looks pretty cool, I will give it a try when you release it. RE: [Preview] SkySpy v1.02 - i0xIllusi0n - 03-14-2013 (03-14-2013, 07:24 AM)cxS Wrote: Aside from the visual, we can't really say much about it. Some of the commands are self explanatory but there's hardly a description of any of them. Just my few cents. That's what the Help command will do. Typing "!help" will give an overall summary of the tool, while "!help bomb" will help you on that specific command. |