Sinisterly
Skype Resolve Bot, Fully Noted - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework)
+--- Thread: Skype Resolve Bot, Fully Noted (/Thread-Skype-Resolve-Bot-Fully-Noted)



Skype Resolve Bot, Fully Noted - Killpot - 09-11-2015

Heyo,

So I decided to bring this project back to life and to get it up to speed with current Skype updates. I posted this a while back on HF and can't be bothered enough to rename all files with "HF" in them, soweee.

The point of this program actually serves two purposes. If you want a Skype resolver bot then gg. Just message it with "!resolve:{nametoresolve}" and assuming you have a working API, it will fetch the information and send it back to the person that requested the resolve. 

The second purpose this servers is a base for a Skype Bot. Where we check for "if msg.body contains("-keyword-") we can simply copy paste that and have it do whatever we want based on the message received.

The program also keeps a running log of resolves. Along with a export button to export the log into a textfile called "log.txt" inside the root directory of the program.

Here's the GitHub: https://github.com/Icemantheditor/Skype-Resolver-Bot

If you have any questions or want an example of something, post in the thread yo


RE: Skype Resolve Bot, Fully Noted - Versified - 09-12-2015

VB is so ugly. damn.


RE: Skype Resolve Bot, Fully Noted - Killpot - 09-12-2015

(09-12-2015, 02:00 PM)Versified Wrote: VB is so ugly. damn.

VB is beautiful, I'm not sure if you're referencing the GUI or the code, if its the GUI, well that could be true of any shitty program. But if its the code, I'm not sure what you're talking about.


RE: Skype Resolve Bot, Fully Noted - bitm0de - 09-13-2015

VB.net or not, this is horribly written anyways, and the programmer that wrote it has shown a lack of understanding for how threading works.


RE: Skype Resolve Bot, Fully Noted - DollarX - 09-13-2015

I rarely use VB anymore but this could help me!


RE: Skype Resolve Bot, Fully Noted - Killpot - 09-13-2015

(09-13-2015, 07:06 AM)bitm0de Wrote: VB.net or not, this is horribly written anyways, and the programmer that wrote it has shown a lack of understanding for how threading works.

I'm the one that wrote this, it's a very old project, I think I wrote it around july of 2013, however the threading works fine. I'm not going to claim I was perfect back then or even now, however, I've gone back over this and the threading isn't done horribly. It's more than sufficient for this.


RE: Skype Resolve Bot, Fully Noted - Migo - 09-20-2015

These bots are online so it would be safer to go that route than download a VB program but that's just my thinking. Virus scan pls.


RE: Skype Resolve Bot, Fully Noted - Sin_mybb_import13631 - 09-21-2015

(09-20-2015, 02:22 PM)ヤングMigo Wrote: These bots are online so it would be safer to go that route than download a VB program but that's just my thinking. Virus scan pls.

He gives the source on github :facepalm:


RE: Skype Resolve Bot, Fully Noted - iRemix - 09-24-2015

What's the actual goal in releasing these crappy tools which all are just sending a web request to our own api and displaying the result in a basic gui?


RE: Skype Resolve Bot, Fully Noted - Killpot - 09-24-2015

(09-24-2015, 03:58 PM)iRemix Wrote: What's the actual goal in releasing these crappy tools which all are just sending a web request to our own api and displaying the result in a basic gui?
I'm going to save a few keystrokes here refuting you seeing as you haven't even taken the time to see what the program actually does.