• Take time to read Forum Rules | Hot Note | Why You Choose Us?
  • We appreciate everyone who shares their resources and those who send them to us to be shared on our forum.

    We try as much as possible to share untouched or original script without nulling them. But incase you need a null version contact us and our nulling team will advise.

  • Submit ten (10) resources and apply to become a Moderator of Scriptzhub. | We are currently we are currently experiencing technical difficulties with email service. To create an account send your username and password to daviruzsystems@gmail.com.
Resource icon

AI Integrated Wa Gateway | Multi device BETA | MPWA MD ( Extended License ) v8.0.1.1

No permission to download
- Introduced the Spin Text feature to help you create dynamic, personalized messages for your campaigns. This feature automatically generates unique content for each user by swapping predefined words or phrases.

How to Use:
- Create a message with interchangeable words or phrases, enclosed in curly braces {}.
Separate options with a pipe |, like this: {option1|option2|option3}.
The system will automatically generate multiple variations of your message.

Example:
Hello {there|friend|user}, welcome to {our|the|this} platform!

Some Variations Generated:
- Hello there, welcome to our platform!
- Hello friend, welcome to the platform!
- Hello user, welcome to this platform!
Use Spin Text to make your campaigns more engaging and personalized with minimal effort!
Wa Gateway | Multi-Device BETA | MPWA MD version 8.0.1

Update Log:
- Updated to Wa Gateway | Multi-device BETA | MPWA MD version 8.0.1.
- Added Super Access API feature to enable enhanced control over WhatsApp automation.
- Introduced the ability to run CRON jobs directly from the browser.


Setup Instructions:

1. Upload Files:
- Upload and extract the Upload.zip file into the public directory of your application.

2. Installation:
- Open your browser and visit https://yourdomain.com/install.
- Follow the on-screen installation steps.

3. Configure Node.js Application:
- Create a new Node.js App using your hosting panel or server.
- Set the Root Directory to your app directory.
- Specify server.js as the Application Startup File.

4. Install Dependencies:
- Click Run NPM Install to install required packages

This will install all required packages.

5. Provide Node.js Server Settings:
- Configure your settings to include the necessary Node server details.


Usage Instructions:

1. Super Access via API:
- Refer to the API documentation to explore Super Access features for enhanced automation and control.

2. Running CRON Jobs:
- To execute a CRON job directly, visit:
https://yourdomain.com/run-schedule

- For scheduled execution, set the following command in your CRON section:

wget -q -O- https://yourdomain.com/run-schedule > /dev/null 2>&1
Back
Top