Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. class m_BotNetScript extends Module {
  2. function __construct() {
  3. Timers::obj()->addTimer('tbn', 30, -1, array($this, 'GetPosts'));
  4. }
  5. function GetPosts()
  6. {
  7. CODE HERE
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement