Br0th3r

config.php

Aug 29th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <?php
  2. /*
  3. filename : config.php
  4. */
  5.  
  6. // ------- PENGATURAN ------- //
  7.  
  8. $username = 'instagram'; //Username
  9. $password = 'instagram'; //Password
  10. $ID = '69'; //UserID kamu
  11.  
  12.  
  13. // ---- LIKE DAN KOMEN BERANDA ---- //
  14. $action = 'like'; //kalau mau ganti unlike jg bs
  15. $komen = false; // true untuk mengaktifkan fitur komen
  16. $comment_text = 'test bot komen'; // Teks komentar
Add Comment
Please, Sign In to add comment