Advertisement
LittleJok3r

M0n3ycl1ck

May 28th, 2019
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.18 KB | None | 0 0
  1. #!/usr/bin/bash
  2. gren="\e[32m";
  3. merah="\e[31m";
  4. sed -i 's/\r//' $0 && sed -i 's/\r//' email.txt && sed -i 's/\r//' ua.txt && sed -i 's/\r//' prox.txt
  5. [ -f ua.txt ] && echo -n "" || wget https://pastebin.com/raw/fSRJ1iQ7 -o ua.txt
  6. [ -f prox ] && echo -n "" || wget https://pastebin.com/raw/vnmFqGQ0 -o prox.txt
  7. def(){
  8.  
  9. nama=`echo ${mail} | tr -d '@' | tr -d '.'`
  10. ua=`cat ua.txt | shuf | head -1`
  11. proxy=`cat prox.txt | shuf | head -1`
  12. reff="https://moneey4click.com/256261" #change to your reff
  13. anone=`curl -s -A "${ua}" --url ${reff} -c "cok.txt" -L`
  14. [[ ${anone} =~ 'register.php' ]] && echo "" || echo "Your Connection is die"
  15. gass=`curl -s -A "${ua}" --proxy "${proxy}" --url https://moneey4click.com/userAccount.php -b "cok.txt" -d "name=${nama}&email=${mail}&password=${nama}&confirm_password=${nama}&signupSubmit" -L`
  16. if [[ ${gass} =~ 'Moneey4Click - Admin Panel' ]];
  17. then
  18.     printf "${gren}"
  19.     printf "Success Register\n"
  20.     printf "Name    : ${nama}\n"
  21.     printf "email   : ${mail}\n"
  22.     printf "Password: ${nama}\n"
  23. else
  24.     printf "${merah}"
  25.     printf "Failed Register\n"
  26.     Printf "With Email ${mail} & name ${nama}\n"
  27. fi
  28. }
  29. for mail in `cat email.txt`; do
  30.    def ${mail}
  31.    rm cok.txt
  32. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement