Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 335 Vote(s) - 3.62 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Skyper ~ the skype bot

#1
Hey,

I recently made a skype bot with an awesome plugin system wich will let you add your own commands. It works for group chat etc.

Sending a message code:
PHP Code:
Skyper.SendMessage(chat"Message"); 

It comes with the following plugins:
  • !Help - it shows a list of the commands
  • !Resolve - resolves a skye (use own api)
  • !info - shows bot info
  • !spoof - sends a email from a fake receiptent (use own mail script)
  • !say - let's the skype bot talk
  • !Sumbody - Says a weird text
  • !isup - checks if a site is up

functions:
  • Plugin system
  • Automaticly accept friends
  • Only you can use the commands


Plugin template:
PHP Code:
using System;
using System.Collections.Generic;
using System.Text;
using Skyper;
using SKYPE4COMLib;
namespace 
Skyper.plugins
{
    public static class 
Help
    
{
        public static 
string Description
        
{
            
get 
            
{
                return 
"Your plugin description";
            }
        }

        public static 
void Execute(string[] Paramsint chatstring username)
        {
//add code here
        
}
    }


Adding a plugin:
  1. Create a file called {PLUGINNAME}.cs with the template as content
  2. enter a description
  3. enter some code in the execute funcition
  4. say !{PLUGINNAME} to use your plugin!

php mail script:
PHP Code:
<?php
if(isset($_GET['to']))

$to $_GET['to'];
$to trim($to);
$from $_GET['from'];
$headers "From:" $from "\r\n";
$subject $_GET['subject'];
$message $_GET['message'];
if(
mail($to,$subject,$message,$headers))
{
echo 
"message Sent!";
}
else
{
echo  
"message did not send!";
}
}
?>

Download:

[To see links please register here]

Mirror:

[To see links please register here]

Virusscan:

[To see links please register here]


For any questions hit me up at skype (T09.nl) or pm me

Live demo: skyper.bot

Prestige
Reply

#2
Hey this is pretty cool! Downloading now !

Thanks,

Processor
Reply

#3
Very neat. Is the one i0xIllusion making based off this?
Reply

#4
Quote:(03-17-2013, 01:07 AM)The Anarchist Wrote:

[To see links please register here]

Very neat. Is the one i0xIllusion making based off this?

No, he actually based a couple features off mine. I'll be releasing mine tonight, I'm having The End run a vouch copy.
Reply

#5
Not the best method for a plugin wrapper, and the code isn't all that great, but nonetheless good idea on the release. I'm assuming that this was written in C#?

One of the most redundant lines I've ever seen:

Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.


There's a few other things I was looking at as well however.
Reply

#6
Quote:(03-17-2013, 06:48 AM)cxS Wrote:

[To see links please register here]

Not the best method for a plugin wrapper, and the code isn't all that great, but nonetheless good idea on the release. I'm assuming that this was written in C#?

One of the most redundant lines I've ever seen:

Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.


There's a few other things I was looking at as well however.

Yeah it is C# and the getcode and getnamespace where actually from Bausshacker
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through