Advertisement
Guest User

j2 BOT

a guest
Aug 22nd, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. /* Entrar no ixat grupo */
  2. public function entrar( )
  3. {
  4. // while (!@is_array(@$this->packet["y"]))
  5. $this->conectar();
  6. $this->enviar( "<y r=\"{$this->chatID}\" />" );
  7. $x = $this->passarXML( socket_read( $this->socket, 10090 ) );
  8. $b1 = floor( $x[ "yi" ] * sin( pow( 2, $x[ "ys" ] % 30 + 2 ) ) ) % $x[ "yc" ];
  9. $b2 = floor( pow( 2, $x[ "ys" ] % 32 ) );
  10. $j2 = "cb=\"0\" ";
  11. $j2 .= "b1=\"{$b1}\" ";
  12. $j2 .= "b2=\"{$b2}\" ";
  13. $j2 .= "y=\"{$x[ "yi" ]}\" ";
  14. $j2 .= "k=\"{$this->k}\" ";
  15. $j2 .= "k3=\"{$this->k3}\" ";
  16. $j2 .= "p=\"0\" ";
  17. $j2 .= "c=\"{$this->chatID}\" ";
  18. $j2 .= "f=\"0\" ";
  19. $j2 .= "u=\"{$this->botID}\" ";
  20. $j2 .= "d0=\"0\" ";
  21. $j2 .= "N=\"{$this->usuario}\" ";
  22. $j2 .= "n=\"{$this->nome}\" ";
  23. $j2 .= "a=\"{$this->avatar}\" ";
  24. $j2 .= "h=\"{$this->home}\" ";
  25. $j2 .= "v=\"0\"";
  26. $j1 = "<j2 {$j2} />";
  27. $this->enviar( $j1 );
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement