Guest User

shitty shit

a guest
Oct 7th, 2017
655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. /* Mail.Ru Agent | SMS Sender By iAmir (Originally by Romanius) */
  2.  
  3. native SMS_Connect(login[], password[]);       
  4. native SendSMS(phone[], message[]);        
  5. native SMS_Disconnect();                   
  6.  
  7. forward OnAgentError(phone[], error[]);
  8. forward OnAgentAnswer(phone[], message[]);
Advertisement
Add Comment
Please, Sign In to add comment