/SNW_Games

SNW Games Tools (Main Game, Workers Game)

Primary LanguagePython

SNW Games Automations

SQUID.py - SNW Main (SQUID) Game Tools (Play Cycle, Buy Contracts).
Workers.py - SNW Workers (STAFF) Game Tools (Check, Claim, Buy and others).
Tools.py - Approves for SNW & Biswap HP Contracts, Deposits to Biswap HP and others.

The interactions takes places directly with the contracts of the games.

Description

SQUID.py

SQUID.py - 1. Buy new Contracts for Players!
This feature allows you to purchase new players at a scheduled time.

SQUID.py - 2. Run Play Game cycle!
This feature allows you to run cycle with checking opportunity to play game and then play game if available.

Workers.py

Workers.py - 1. Checking workers Statistic!
This feature allows you to check every worker statistic. There is statistic with details and without. Detailed statistic will show every parameter of every worker in your wallets. Custom statistic will show you only amount of available to buy and to claim workers.

Workers.py - 2. Claiming Available Workers!
This feature allows you to claim every worker that has finished work.

Workers.py - 3. Hiring New Players!
This feature allows you to hire new workers for every wallet of your seed phrase.

Workers.py - 4. Use Another Mnemonic!
This feature allows you to change current seed phrase.

Workers.py - 5. One Worker per one Wallet! (Yes/No)
This feature allows you to buy only one worker per one wallet. There is two workers per one wallet available but due to high demand there is no reason to try buying two workers.

Workers.py - 6. Using Priority Fees! (Yes/No)
This feature allows you to use priority fees for BSC. This function was added due to high demand of game.

Tools.py

Tools.py - 1. Approve HP!
This feature allows you to approve permission for every wallet for Holder Pool contract. You need to do it if you want to make deposit to this contract.

Tools.py - 2. Approve SNW!
This feature allows you to approve permission for every wallet for SNW Game contract. You need to do it if you want to have opportunity for playing this contract game.

Tools.py - 3. Deposit to HP!
This feature allows you to deposit any amount of tokens to Holder Pool contract. This is condition for playing games.

Tools.py - 4. Withdraw from HP!
This feature allows you to withdraw all your tokens from Holder Pool if you do not want to play more.

Tools.py - 5. Show wallets Balances!
This feature allows you to check balances of your wallets.

Tools.py - 6. Collecting BSW Tokens!
This feature allows you to get BSW tokens from all your wallets to one main wallet.

Tools.py - 7. Use Another Mnemonic!
This feature allows you to change current seed phrase.

Usage

To use any script run it via python3 and follow the menu functions!

Dependencies

You need to install some python3 libraries: pip3 install web3, requests, json, getpass, threading