diff --git a/content/blog/scambox/003-the-confusing-one.mdx b/content/blog/scambox/003-the-confusing-one.mdx index 5e24e9a..05004f7 100644 --- a/content/blog/scambox/003-the-confusing-one.mdx +++ b/content/blog/scambox/003-the-confusing-one.mdx @@ -5,7 +5,7 @@ title: The Confusing Conversation url: the-confusing-conversation platform: telegram tags: [crypto, telegram, business, james, confusing] -published: 2022-05-13 12:38:00 +published: 2022-08-11 20:00:00 author: name: Kevin Kandlbinder --- @@ -15,9 +15,10 @@ import Chatmsg from "../../../src/components/scambox/Chatmsg.tsx"; import Chatnotice from "../../../src/components/scambox/Chatnotice.tsx"; import Chatblah from "../../../src/components/scambox/Chatblah.tsx"; -I've rencently had a scammer in my inbox who I just wanted to confuse, and to my surprise he actually matched my energy! +I've rencently had a scammer in my inbox who I just wanted to confuse, and +to my surprise he actually matched my energy! Let's look at the chat together! - + Hello @@ -36,6 +37,14 @@ I've rencently had a scammer in my inbox who I just wanted to confuse, and to my oh wow, but it's true you look very professional! + + +His profile picture really was a face worthy of being +both a movie producer and an actor. I could already +imagine him in an action packed thriller of hunting +down bitcoins across the whole globe. + + Where are you from @@ -70,6 +79,13 @@ I've rencently had a scammer in my inbox who I just wanted to confuse, and to my I've bought like 4 bitcoin 8 years ago but since then not much + + +I've bought a small loan of a million dollars. Nothing substancial. +At this point I imagine James drooling out the mouth thinking +about my non-existant bitcoins. + + Ohh really @@ -86,6 +102,11 @@ I've rencently had a scammer in my inbox who I just wanted to confuse, and to my You don't need to be sceptical about this investment, at first I was scared too minimum amount of $100 after 24 hours I tested my withdrawal and I was paid instantly! + + +What can I say, I am easy to get for falling for scams... + + sounds great, can I put those bitcoin I have into there? @@ -109,9 +130,14 @@ I've rencently had a scammer in my inbox who I just wanted to confuse, and to my Yeah sure, sorry for the delay, I was ironing my lawn + + +My lawn is so flat all my neigbors are jealous... James seems to be unimpressed though. + + Okay it fine
- https://randomscam.tld/register?ref=42069 + https://randomscam.tld/register?ref=42069
What about the flower field tho? @@ -126,6 +152,11 @@ I've rencently had a scammer in my inbox who I just wanted to confuse, and to my Not really .... +
+ +Looks like I fell for a "fake news"... Could happen to anyone! + + weird... it's one of those things you just expect... but you guys don't have electric kettles either so I guess it's not that surprising @@ -144,6 +175,13 @@ I've rencently had a scammer in my inbox who I just wanted to confuse, and to my That is the way you are confusing me too + + +I was actually impressed with James and how he matched my energy with such precision. + +I almost gave him money just out of respect. + + I didn't mean to do that 😐

@@ -156,4 +194,8 @@ I've rencently had a scammer in my inbox who I just wanted to confuse, and to my it sounds amazing I just have to find my bitcoin again, I kinda forgot the password and I need to guess it -
\ No newline at end of file +
+ +I sadly never found them... James was still one of the best chats I've +had with just how exactly James managed to match my chaotic +energy. diff --git a/src/_globals.scss b/src/_globals.scss index a8fda43..b373225 100644 --- a/src/_globals.scss +++ b/src/_globals.scss @@ -64,6 +64,7 @@ $aboutCVShadow: 0 0 15px 0 var(--color-accent-shadow-profile); )}; --color-text: #{map.get($theme, "text")}; --color-border: rgba(0, 0, 0, 0.25); + --color-fake-link: #{map.get($theme, "blue")}; --color-skill-1: #{map.get($theme, "red")}; --color-skill-2: #{map.get($theme, "orange")}; @@ -99,6 +100,7 @@ $aboutCVShadow: 0 0 15px 0 var(--color-accent-shadow-profile); )}; --color-text: #{map.get($theme-light, "text")}; --color-accent-shadow: #{rgba(map.get($theme, "accent"), 0.3)}; + --color-fake-link: #{map.get($theme-light, "blue")}; --color-skill-1: #{map.get($theme-light, "red")}; --color-skill-2: #{map.get($theme-light, "orange")};