Create your own Honeypot cypto + file with smart-contract [2023]

Lord777

Professional
Messages
2,583
Reputation
15
Reaction score
1,217
Points
113
Download smart-contract here:

Great time of the day everyone. The scheme really works and is popular.

61f04962238f03fff1d11.jpg


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

2800f71e30cb0f50506fc.png


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

e3f3ee104983a0d7bc1fe.png


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 https://remix.ethereum.org/.

2. Click on the "Upload file" button

efa49ff750a792efe32a8.png


3. Select our script (with the format .sol)

bb98e7fb53a266f5cb6cd.png


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.

1621a58bb38de774ce644.png


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)

5ffb081de10fee037f488.png


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

f38fb29618fc145907583.png


7. Confirm the transaction

0b296539b7f40ee83067c.png


Token is ready!

Let's move on to adding liquidity to the pool on the PancakeSwap exchange.

Add liquidity to the PancakeSwap exchange.

1. 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)

0583295999fa6625ac866.png


2. Open metamask and click "Submit"

acec315be6463c39127e8.png


3. Insert the address of our contract

d8a3e04be468bec09c3e3.png


4. Send 0.01 bnb or more

7cf079ca4a9758809f972.png


Click Next

5. Confirm the transaction

14845a8ec41ebff495430.png


Adding liquidity:

1. Back to the contract deployment tab and spin down to the contract address

2. Click on the "Add Liquidity" button

82b2ad4162fd12b11874d.png


3. Confirm the transaction

a543cb7bcfd3107d6d67b.png


Done!!! Our contract will automatically add a liquidity pair to PancakeSwap and add the created tokens to our wallet.
 
Top