MeoMunDep
Nodepay
Batchfile

Auto increase points, rotating proxies, do tasks.

Last updated Oct 27, 2025
27
Stars
4
Forks
0
Issues
0
Stars/day
Attention Score
39
Language breakdown
No language data available.
โ–ธ Files click to expand
README

๐Ÿš€ Bot Setup Instructions

Welcome to the bot setup guide! Follow the steps below to install and configure the bot correctly. This guide is designed to be beginner-friendly, with clear explanations for each step.


Table of Contents


Configuration Files

1. configs.json โ€“ ๐Ÿ“œ Adjust Bot Settings

{
  "timeToRestartAllAccounts": 300,
  "howManyAccountsRunInOneTime": 100,
  "skipInvalidProxy": false,
  "delayEachAccount": [1, 1],
  "retryOnErrorAccount": 5,
  "doTasks": true
}
  • Fields Explained:
*
timeToRestartAllAccounts: Time (in seconds) to restart all accounts. * howManyAccountsRunInOneTime: Number of accounts to run simultaneously. * skipInvalidProxy: Skip invalid proxies if true. * delayEachAccount: Random delay range (in seconds) between accounts. * retryOnErrorAccount: Number of login error retries per account. * doTasks: Enable task completion.

</details>

<details> <summary><strong>2. datas.txt โ€“ ๐Ÿ—‚๏ธ User Data</strong></summary>

Get it from here

<pre><code class="lang-txt">ey... ey... ey...</code></pre>

Note: Each row for each account.

</details>

<details> <summary><strong>3. wallets.txt โ€“ ๐Ÿ’ผ Wallet Addresses</strong></summary>

Wallets generator: Link

<pre><code class="lang-txt">abc...xyz abc...xyz abc...xyz</code></pre>

Note: Wallet updates are currently not supported.

</details>

<details> <summary><strong>4. proxies.txt โ€“ ๐ŸŒ Proxy List (Optional)</strong></summary>

Get it from Webshare

<pre><code class="lang-txt">http://host:port https://host:port socks4://host:port socks5://host:port http://user:password@host:port https://user:password@host:port socks4://user:password@host:port socks5://user:password@host:port</code></pre>

Note: Each row for each account.

</details>


Running the Bot

<details> <summary><strong>โ–ถ๏ธ Windows (run.bat)</strong></summary>

  • Double click run.bat
Or open terminal and run:

<pre><code class="lang-bat">run.bat</code></pre>

</details>

<details> <summary><strong>๐Ÿง Linux/macOS (run.sh)</strong></summary>

  • Make it executable:
<pre><code class="lang-bash">chmod +x run.sh</code></pre>
  • Run the script:
<pre><code class="lang-bash">./run.sh</code></pre>

</details>

<details> <summary><strong>๐Ÿ Manual (Any OS)</strong></summary>

Run directly with Python:

<pre><code class="lang-bash">python meomundep.py</code></pre>

Use python3` if needed.


Contact and Support


Enjoy using the bot! ๐Ÿš€

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท MeoMunDep/Nodepay ยท Updated daily from GitHub