Skip to content

dropbearau51/o11v4-Cracked

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

o11v4 - Cracked by @dandi_boy with help from drmhelp

SUPPORT FUTURE WORKS

BITCOIN :

bc1qhp8gzr4a2w2hatwhrf7m4t7a7yxa680ge0thn8

ETHEREUM :

0x1dBbF9F198240825BE119126AbA1b8D5082b7196

Tested on Ubuntu 20-23

Prerequisites

1. Create the Required Directory

Run the following command to create the necessary directory:

mkdir -p /home/o11
cd /home/o11

2. Install Nodejs/NPM

Run the following command to install the necessary software:

curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt install -y nodejs

Setting Up & Starting the License Server Proxy

Run the following commands to set up and start the license server:

npm install -g pm2
npm install express

open server.js and add in your servers ip address to the ipAddress veriable then save

pm2 start server.js --name licserver --silent
pm2 startup
pm2 save

nohup ./run.sh > /dev/null 2>&1 &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.8%
  • JavaScript 32.5%
  • Shell 7.7%