
Robot gameplay instructions based on Laravel code:
How to contract:
The sending format of the sending player is: sending + amount + thunder number. For example, if you want to send 50U thunder number and set it to 4, you can send it directly in the entertainment group: sending 50-4.
Note: When issuing a contract, the account balance of the contracting player must be greater than the amount to be issued.
Game of grabbing bags:
Bag-grabbing players can participate in the bag grabbing by clicking the receive button.
Note: When grabbing a bag, the player's account balance must be 1.8 times the amount of the snatched contract (which can be modified through the background).
Thunder rules:
If the last digit of the amount of red envelopes obtained by the bag grabbing player is the same as the lightning value set by the issuing player, it is determined to have been hit by lightning. The bag grabbing player is equivalent to losing and needs to pay 1.8 times to the issuing player.
Based on the amount won by the contracting player, the platform will withdraw 5% of the pumping fee.
Rule for not being hit by lightning:
If the last digit of the amount of red envelopes obtained by the bag grabbing player is different from the lightning value set by the bag issuing player, it is determined that it has not been hit by the lightning, and the bag grabbing player is equivalent to winning.
Based on the amount won by the player who steals the contract, the platform will withdraw 5% of the pumping fee, and the player who contracts the contract is equivalent to losing.
Telegraph robot creation tutorial:
Open Telegram and type @BotFather in the search box to request to build a new robot project.
Send a command/newbot to @BotFather to request to build a new robot.
After entering the user name, the robot applied successfully. Among them, bot token: YOUR_BOT_TOKEN is the most important part. Don't let others see it, otherwise others can control your robot.