Advertisement
Stipulating

smsbot

Jul 16th, 2021
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. how to install smsbot on centos 7
  2.  
  3. Download the API Files from the github
  4.  
  5. git clone https://github.com/Ross1337/SMSBotBypass.git
  6.  
  7. Go to our API folder
  8.  
  9. cd /SMSBotBypass/api/
  10.  
  11. Install the dependencies
  12.  
  13. yum update
  14.  
  15. curl –sL https://rpm.nodesource.com/setup_10.x | sudo bash -
  16.  
  17. yum install –y nodejs
  18.  
  19. npm i
  20.  
  21. Start the api, wait 15s, and then, stop it
  22.  
  23. npm start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement