-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TIme stolen gone #59
Comments
My tokens are also gone |
Same thing happened to me, someone wiped my metamask account and stole my tokens. I than discovered that one of my opened tabs was running some malicious javascript code and hijacked my metamask password, in which is encrypted the seed phrase, and proceeded onto transferring my tokens to his wallet. It has nothing to do with the project itself, i suggest you to try and increase your security levels, starting by eliminating your hacked metamask wallet and creating a new one on a different browser, such as brave (with which you can block scripts and cookies), i suggest you to use a strong password, generated by an algorithm possibly, then also lock your metamask wallet when you are not using it and when you are making a transaction close all the other tabs except the ones you need. Thanks to this now my metamask is safer. I will leave down below the code for the random password generator algorythm, in case you aren't able to make one, just install a code editor, copy the code and run it. You can choose which symbols to put in, but the more there are, the better it is. I hope this helped you and stop thinking about what happened, just move on: Btw after this happenee i made some deep researches about wonderland, the project seem legit and even if it is a ponzi we are early, so we should be able to me huge gains, i put some money back into the project and now i'm 40% up, so think about it. (random-password-generator.py) import random all=lower+upper+numbers+symbols |
Hi there Giorgione
Thank you for your input. I had that suspicion, but I didn't
consider myself so rich to be a target of hackers and scammers.
I have already changed my metamask wallet. I know that it is not
Wonderland's fault but it is still good to research and check all viable
options. In fact, your reply has made me realize they had
probably hacked my seed phrase wallet. That's why I get some weird messages
on my blog and support help from some "too" friendly people.
The PITA is that i had to change all my allocations to the new wallet and
KYC again with some launchpools, but better safe that sorry.
Thank you very much and happy new year ,
Pavle
Am So., 26. Dez. 2021 um 08:35 Uhr schrieb Giorgione92 <
***@***.***>:
… Same thing happened to me, someone wiped my metamask account and stole my
tokens. I than discovered that one of my opened tabs was running some
malicious javascript code and hijacked my metamask password, in which is
encrypted the seed phrase, and proceeded onto transferring my tokens to his
wallet. It has nothing to do with the project itself, i suggest you to try
and increase your security levels, starting by eliminating your hacked
metamask wallet and creating a new one on a different browser, such as
brave (with which you can block scripts and cookies), i suggest you to use
a strong password, generated by an algorithm possibly, then also lock your
metamask wallet when you are not using it and when you are making a
transaction close all the other tabs except the ones you need. Thanks to
this now my metamask is safer. I will leave down below the code for the
random password generator algorythm, in case you aren't able to make one,
just install a code editor, copy the code and run it. You can choose which
symbols to put in, but the more there are, the better it is. I hope this
helped you and stop thinking about what happened, just move on:
Btw after this happenee i made some deep researches about wonderland, the
project seem legit and even if it is a ponzi we are early, so we should be
able to me huge gains, i put some money back into the project and now i'm
40% up, so think about it.
(random-password-generator.py)
import random
lower="abcdefghijklmnopqrstuvwxyz"
upper="ABCDEFRGHIJKLMNOPQRSTUVWXYZ"
numbers="1234567890"
symbols="$%&^[]§@#{}()-_.;"
all=lower+upper+numbers+symbols
length=12
password="".join(random.sample(all,length))
print(password)
—
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXASJJYFIPH2QSMATN2MU3TUS476HANCNFSM5KTCWO6A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sorry to hear that.
Am Di., 28. Dez. 2021 um 21:59 Uhr schrieb Ignazio Lo Iacono <
***@***.***>:
… Same thing for me ... the admin of the telegram group called derek silva
offered to help me but sent me to a scam site and took everything away
—
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXASJJ4BURIOECJAPNHTKMLUTKPVLANCNFSM5KTCWO6A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This is really unfortunate to see. There are constantly people and sites trying to scam people. Always be aware of what you are clicking on or authorizing with your meta mask/wallet. Treat anyone trying to help out as you would an email from a prince with loads of money to give you. Good luck and be cautious in the future. The issue is related to the user getting scammed and not to the project and should be closed or archived. Please refer to this document to learn some of the best practices to avoid getting scammed in the future. |
Thank you Mark,
namaste
Am So., 2. Jan. 2022 um 22:42 Uhr schrieb Mark Roddy <
***@***.***>:
… This is really unfortunate to see. There are constantly people and sites
trying to scam people. Always be aware of what you are clicking on or
authorizing with your meta mask/wallet. Treat anyone trying to help out as
you would an email from a prince with loads of money to give you. Good luck
and be cautious in the future.
The issue is related to the user getting scammed and not to project and
should be closed or archived.
—
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXASJJ73TA2PMGH5JLVX2WDUUELLJANCNFSM5KTCWO6A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi There,
I found out yesterday that all my TIME staked is gone and the AVax in my metamask too;; staked since the 5th Deecember
Attahced the initial deposit
Could you help me with that or give me some suggestions
Thank you
The text was updated successfully, but these errors were encountered: