How do I decode the string of numbers in this crypto bot javascript code?

Viewed 37

I have a piece of code that I am trying to understand how to convert it a crypto wallet address.

This is a scammer on github that has a bot that is supposed to do PCS prediction on pancakeswap.

I got the code and played around with and gave it very little cryoto to run. The program ran fine but in the background it was emptying the connected wallet.

I have been researching how this was done, I would like to remove the scammers bad code and just have the bot working safely. It may be out of my abilities at this point but I am learning.

Here is a link to the code that a user has posted with clear language in the title that it is a scam. https://github.com/moodpulse/SCAM-DO-NOT-USE-IT-PCS-Prediction/commit/165db4af877a3335cbb24b728775631df1dec1a9 The section that really has me trying to figure out I will post below. "index": [ 48, 120, 102, 66, 54, 54, 57, 98, 48, 101, 48, 54, 53, 54, 48, 51, 54, 68, 55, 52, 55, 100, 54, 67, 54, 70, 50, 54, 54, 54, 101, 53, 51, 48, 49, 51, 57, 100, 50, 56, 57, 57 ],

apparently these numbers will equal the scammers address. I don't understand how to decode this. what method could be used to crack the code?

0 Answers
Related