Этот сайт использует файлы cookies. Продолжая просмотр страниц сайта, вы соглашаетесь с использованием файлов cookies. Если вам нужна дополнительная информация, пожалуйста, посетите страницу Политика файлов Cookie
Subscribe
Прямой эфир
Cryptocurrencies: 8610 / Markets: 116368
Market Cap: $ 2 530 072 452 227 / 24h Vol: $ 137 003 471 701 / BTC Dominance: 58.549493555378%

Н Новости

Сравнение нейросетей в генерациях: Claude vs ChatGPT vs Gemini в различных сферах

Новые модели выходят практически каждый день. За последние два месяца мы увидели релизы от Qwen, OpenAI, Anthropic и Google. Очень ждали DeepSeek, но его пока не слышно и не видно.

В своих прошлых материалах я сравнивал последние версии моделей крупных компаний в конкретных сферах: программирование и генерация текста.

Сегодняшняя статья продолжит этот цикл. По-хорошему, этот материал должен был выйти до сравнений в узких сферах, потому что сегодня я планирую сравнить Gemini 3.1 Pro, ChatGPT 5.4 и Claude Opus 4.6 сразу в нескольких дисциплинах. Сделать, так сказать, общее сравнение.

Сразу предупрежу: никаких межгалактических заданий вы тут не увидите. Моя цель куда приземленнее – проверить модели в рутинных задачах, с которыми они сталкиваются каждый день. Мне это нужно, чтобы понять, какой модели сейчас стоит отдать предпочтение. В расчет пойдет качество выполнения (оцененное мной), а также затраты в денежном эквиваленте.

На этом с предисловием можно закончить. Принимайте стратегически удобное положение, а я начинаю.

55313adb3d80adb0dc01ef74ff4678a7.png

Немного об участниках сравнения

ChatGPT 5.4

Модель от OpenAI, которая по представленным бенчмаркам показывает хорошие результаты во многих тестах. Новая серия привнесла ряд важных улучшений.

Для начала модель гораздо лучше ищет информацию в интернете и лучше справляется с ответами на объединенные вопросы из множества источников. Не будем забывать, что контекстное окно было увеличено до 1 миллиона токенов.

Компания проработала и улучшила базовые способности модели, но и сделала акцент на агентный режим. GPT-5.4 может анализировать скриншоты, пользоваться браузером, выполнять действия мышью и клавиатурой, вызывать API и инструменты. Понятное дело, не напрямую, через специальное ПО.

Claude Opus 4.6

Anthropic при разработке этой модели стремилась создать инструмент, который будет максимально полезен в условиях реальной промышленной эксплуатации. Claude Opus получил ряд глубоких обновлений, которые касаются не только скорости обработки запросов, но и самой логики построения ответов.

Одной из центральных инноваций в новой версии стала технология внутреннего планирования. В отличие от прошлых итераций, Opus теперь не просто генерирует слово за словом, а выстраивает предварительную карту рассуждений. В задачах модель сначала проведет внутреннюю верификацию каждого этапа.

Если рассматривать опыт использования модели в разработке программного обеспечения, то здесь обновленный Opus делает серьезный шаг вперед. Благодаря контекстному окну объемом полтора миллиона токенов, вы можете оперировать не отдельными фрагментами, а целыми модулями системы. Это позволяет загрузить в память нейросети практически всю кодовую базу небольшого проекта.

Gemini 3.1 Pro

Google не стал мелочиться и назвал Gemini 3.1 Pro своей самой интеллектуальной моделью для сложных задач. Звучит достаточно гордо.

Главная фишка апдейта – это улучшенное базовое мышление. Если прошлые обновления Gemini 3 Pro были больше про расширение возможностей, то здесь инженеры Google DeepMind занимались прокачкой внутреннего процессора модели.

Фактически технология глубокого мышления, которую добавили в отдельный режим, теперь интегрирована прямо в основу модели. Это значит, что 3.1 Pro умеет думать над задачей дольше и качественнее, прокладывая несколько путей решения одновременно, а потом выбирая лучший.

Контекстное окно у модели, все так же 1 миллион токенов на входе. На выходе модель выдает до 64 тысяч токенов. То есть она способна сгенерировать целую небольшую повесть или очень объемный кусок кода.

Разработчики утверждают, что 3.1 Pro специально оптимизирована для задач программирования и агентных рабочих процессов. Это когда вы даете ей не один запрос, а целую цепочку задач.


Небольшое отступление

Все модели для сравнения были взяты у агрегатора нейросетей BotHub. Список нейросетей там обширен – от работы с текстом до транскрибации и генерации видео. По специальной ссылке для регистрации можно получить 300 000 капсов для собственных экспериментов.


Условия сравнения

Модели будут сравниваться в четыре этапа: работа с текстом (генерация/выжимка), решение математических задач и написание кода. Как я и упоминал выше, достаточно рутинные поручения, которые поступают тысячами от людей в мире каждый день.

Этапы, связанные с текстом и кодом, будут оцениваться по трехбалльной шкале, где 1 балл – плохой результат, а 3 балла – отличный. С задачами по математике немного сложнее: каждое задание будет оцениваться в 1 балл при полностью правильном выполнении. То есть за весь этот этап сравнения каждая из моделей может получить до четырех баллов.

Первый этап – генерация текста

Скрытый текст

Напиши юмористический рассказ в жанре фэнтезийного магического средневековья. Действие должно происходить в антураже, напоминающем европейское средневековье с магами, трактирами, рыцарями и драконами. Рассказ должен состоять ровно из трех глав примерно одинакового объема.

У рассказа должна быть классическая структура с завязкой, развитием и обязательным логическим концом, финал должен быть смешным и завершенным, не обрывай повествование на полуслове. Юмор должен быть умным и ситуационным, избегай глупых шуток ниже пояса, абсурдного сюрреализма и тупого юмора. Сделай акцент на иронии, нелепых магических неудачах, комичных персонажах и пародии на штампы фэнтези. Главный герой или герои должны столкнуться с магической проблемой, которая решается самым неожиданным и смешным способом.

Язык рассказа сделай легким, живым, современным, но с легким налетом старины в диалогах, чтобы сохранить атмосферу средневековья.

Второй этап – выжимка из текста

Скрытый текст

Ради интереса, я решил скормить моделям практическую работу по передачи информации в системах реального времени. Формат будет не просто текстом, а PDF-файлом. Цель – сжать и не потерять ключевую информацию. В идеале результат должен будет иметь все необходимые данные для выполнения самой практической работы.

Выполни сжатие текста из прикрепленного файла. Главная задача – сократить объем текста, но при этом сохранить всю ключевую информацию, необходимую для выполнения практической работы и ответа на контрольные вопросы. Проанализируй содержание. Четко выдели и сохрани элементы для выполнения практической работы. Результат должен представлять собой связный, логичный и понятный текст, готовый к практическому использованию по назначению.

Третий этап – математические задачи

Модель получит скриншоты 4-х задач из разных тем по математике: одну уровня ЕГЭ и три из высшей.

Четвертый этап – программирование

Скрытый текст

Ты – профессиональный программист на Python. Твоя задача – разработать полностью проработанное десктопное приложение Инженерного калькулятора с графическим интерфейсом. Код должен быть готов к запуску, чистым и содержать комментарии для пояснения ключевых моментов.

В функционал калькулятора необходимо включить базовые арифметические операции: сложение, вычитание, умножение и деление. Также добавь расширенные математические возможности: возведение в степень, извлечение квадратного корня, вычисление факториала, модуля числа и обязательную поддержку скобок для задания приоритета операций. Из тригонометрических функций потребуются синус, косинус, тангенс, а также обратные функции арксинус, арккосинус и арктангенс с возможностью переключения между градусами и радианами. Добавь натуральный и десятичный логарифмы, функцию возведения экспоненты в степень, а также математические константы – число пи и число e с высокой точностью. Из дополнительных функций пригодятся вычисление процентов, смена знака числа и кнопки очистки ввода. Интерфейс должен быть продуманным с логичным расположением кнопок, а поле ввода должно наглядно отображать введенное выражение и полученный результат. Для реализации графического интерфейса можно использовать любую удобную библиотеку, например tkinter или PyQt.

Отдельное требование – в интерфейсе калькулятора должна присутствовать кнопка с названием "Игра" или "Змейка". При нажатии на эту кнопку должно открываться новое окно с классической игрой "Змейка". Реализуй простую рабочую версию игры: змейка управляется стрелками клавиатуры, еда появляется в случайном месте игрового поля, при столкновении с границами экрана или собственным хвостом игра завершается, а текущий счет должен отображаться на экране.


Сравнение

Первый этап

ChatGPT 5.4

Скрытый текст
4d3aa17b16dcaa1bf827a7229e9b1bd0.png

Хороший рассказ, хотя назвать его сильно юмористическим я не могу. Сама комедия построена больше на пародии - скучающий дракон, рыцарь, который спасает жертву по уставу.

Сама подача текста опять же достаточно хороша. Рассказ читается просто, без каких-либо затрудняющих моментов. Единственное, за что я бы снял тут полбалла – проблемы с нумерацией глав. У нас есть нулевая глава и в принципе всё.

Меня часто в комментариях просят указывать цены в таких тестах. Собственно, я решил наконец это начать делать. ChatGPT 5.4 выполнял это задание за 25 рублей.

Gemini 3.1 Pro

953ccaa6b911e4c96cf24555e767e91b.png

Вариант от Gemini 3.1 Pro мне понравился больше, чем ChatGPT. Текст не забит водой, юмор есть, попытки вставить клишированность тоже. Сам рассказ читается опять же просто. Максимальный балл в копилку модели.

Стоимость этого задания для Gemini 3.1 Pro составляет 20 рублей.

Claude Opus 4.6

Скрытый текст
c88ec748ada25b302a612ff698a9f813.png

Для начала скажу, что Claude поистине расписался, что сильно отличает его от Gemini, который зачастую отдает предпочтение краткости.

В остальном, нареканий нет. Рассказ читается достаточно просто, есть юмор. Даже пародия на очередь в каких-то сервисах. Максимальный балл в копилку модели.

Стоимость запроса – 68 рублей. Что, пожалуй, главный минус. С другой стороны Claude не скупилась на буквы и насыпала их прямо гору.

Второй этап

ChatGPT 5.4

Скрытый текст
9a1a24a84e05d0274b3c6affe5ceed0d.png

Самый приятный результат. Ничего не потеряно, но при этом вся ключевая информация осталась. Максимальный балл.

Стоимость – 24 рубля.

Самый приятный результат. Ничего не потеряно, но при этом вся ключевая информация осталась. Максимальный балл.

Стоимость – 24 рубля.

Gemini 3.1 Pro

cb0b9e02e7926e621447a6246fbcc7a4.png

По мне в задании на сжатие текста без потери ключевой информации – краткость не всегда подходит. Собственно тут так и есть. Если ChatGPT убрал воду, но оставил всю другую информацию, то Gemini по большей части вообще оставил только самое основное. Из-за чего есть трудности в некоторых моментах. Два балла.

Стоимость запроса – 16 рублей.

Claude Opus 4.6

Скрытый текст
cf39fefb1726f13cdc56b8f03e633801.png

Ответу от Claude я тоже поставлю два балла. С одной стороны, выглядит по объему плюс-минус, как у ChatGPT. С другой стороны все же некоторые моменты были упущены, хотя сама модель дополнительно ответила на контрольные вопросы.

Цена запроса – 38 рублей.

Третий этап

ChatGPT 5.4

47e3fd1c01ac9141ffe2a891eeeff722.png

Gemini 3.1 Pro

60d54828c6d7d0d158707ef1b0296d54.png

Claude Opus 4.6

746bf105e96915586c94954dde5a958a.png

Все модели спокойно справились с этим заданием. Поэтому по сути, все они получают максимальный балл. Единственное, что можно тут сравнить это их стоимость. ChatGPT потратил 15 рублей на этот запрос, Gemini – 22 рубля, ну а Claude 29 рублей.

Четвертый этап

ChatGPT 5.4

08c247f56b77ca3906ddc7fbe8998289.pngdd23fa33b52e54abf2b5468647f5d9ca.png

Хорошо сделанный калькулятор по функционалу, аналогично и со змейкой. В обоих случаях есть просадка по дизайну. Максимальный балл.

Стоимость самого запроса – 48 рублей.

Опять же, когда-то упоминали, что я не прикрепляю код. Поэтому в этот раз мы это исправим.

Скрытый текст
import ast
import math
import random
import tkinter as tk
from tkinter import ttk


# ============================================================
# ВСПОМОГАТЕЛЬНЫЕ ФУНКЦИИ ДЛЯ БЕЗОПАСНОГО ВЫЧИСЛЕНИЯ ВЫРАЖЕНИЙ
# ============================================================

def factorial_checked(value: float) -> int:
    """
    Безопасный факториал:
    разрешаем только неотрицательные целые числа.
    """
    if value < 0:
        raise ValueError("Факториал определен только для неотрицательных чисел.")
    if not float(value).is_integer():
        raise ValueError("Факториал определен только для целых чисел.")
    return math.factorial(int(value))


def percent(value: float) -> float:
    """Перевод числа в проценты: 50% -> 0.5"""
    return value / 100.0


def find_operand_start(expression: str, end_index: int) -> int:
    """
    Находит начало последнего операнда слева от end_index.
    Нужно для корректной обработки postfix-операторов:
    - факториал: 5!
    - процент: (20+30)%
    """
    i = end_index

    while i >= 0 and expression[i].isspace():
        i -= 1

    if i < 0:
        return 0

    # Число: 123.45
    if expression[i].isdigit() or expression[i] == ".":
        while i >= 0 and (expression[i].isdigit() or expression[i] == "."):
            i -= 1
        return i + 1

    # Имя: pi, e, abs, sin и т.д.
    if expression[i].isalpha() or expression[i] == "_":
        while i >= 0 and (expression[i].isalnum() or expression[i] == "_"):
            i -= 1
        return i + 1

    # Выражение в скобках или вызов функции: (2+3), sin(30)
    if expression[i] == ")":
        depth = 1
        i -= 1

        while i >= 0:
            if expression[i] == ")":
                depth += 1
            elif expression[i] == "(":
                depth -= 1
                if depth == 0:
                    break
            i -= 1

        if i < 0:
            raise ValueError("Ошибка: несогласованные скобки.")

        start = i

        # Если перед "(" стоит имя функции, включаем и его: sin(...)
        j = start - 1
        while j >= 0 and expression[j].isspace():
            j -= 1

        k = j
        while k >= 0 and (expression[k].isalnum() or expression[k] == "_"):
            k -= 1

        if k != j:
            start = k + 1

        return start

    return i + 1


def replace_postfix_operator(expression: str, symbol: str, function_name: str) -> str:
    """
    Преобразует postfix-операторы:
    - 5!  -> factorial(5)
    - (2+3)! -> factorial((2+3))
    """
    while symbol in expression:
        index = expression.find(symbol)
        start = find_operand_start(expression, index - 1)
        operand = expression[start:index].strip()

        if not operand:
            raise ValueError(f"Некорректное использование оператора {symbol}")

        expression = (
            expression[:start]
            + f"{function_name}({operand})"
            + expression[index + 1:]
        )

    return expression


def preprocess_expression(expression: str) -> str:
    """
    Подготавливает пользовательское выражение к вычислению:
    - × -> *
    - ÷ -> /
    - π -> pi
    - ^ -> **
    - postfix ! и %
    - запятая -> точка
    """
    expr = expression.strip()

    expr = expr.replace("×", "*")
    expr = expr.replace("÷", "/")
    expr = expr.replace("π", "pi")
    expr = expr.replace(",", ".")
    expr = expr.replace("^", "**")

    # Постфиксные операции
    expr = replace_postfix_operator(expr, "!", "factorial")
    expr = replace_postfix_operator(expr, "%", "percent")

    return expr


class SafeEvaluator(ast.NodeVisitor):
    """
    Безопасный вычислитель выражений через AST.
    Разрешаем только:
    - числа
    - + - * / **
    - унарный плюс/минус
    - вызовы разрешенных функций
    - разрешенные константы
    """

    def __init__(self, names: dict):
        self.names = names

    def visit(self, node):
        return super().visit(node)

    def generic_visit(self, node):
        raise ValueError(f"Недопустимая конструкция: {type(node).__name__}")

    def visit_Expression(self, node: ast.Expression):
        return self.visit(node.body)

    def visit_Constant(self, node: ast.Constant):
        if isinstance(node.value, bool):
            raise ValueError("Булевы значения не поддерживаются.")
        if not isinstance(node.value, (int, float)):
            raise ValueError("Поддерживаются только числа.")
        return node.value

    def visit_Name(self, node: ast.Name):
        if node.id not in self.names:
            raise ValueError(f"Неизвестное имя: {node.id}")
        return self.names[node.id]

    def visit_UnaryOp(self, node: ast.UnaryOp):
        operand = self.visit(node.operand)

        if isinstance(node.op, ast.UAdd):
            return +operand
        if isinstance(node.op, ast.USub):
            return -operand

        raise ValueError("Недопустимая унарная операция.")

    def visit_BinOp(self, node: ast.BinOp):
        left = self.visit(node.left)
        right = self.visit(node.right)

        if isinstance(node.op, ast.Add):
            return left + right
        if isinstance(node.op, ast.Sub):
            return left - right
        if isinstance(node.op, ast.Mult):
            return left * right
        if isinstance(node.op, ast.Div):
            return left / right
        if isinstance(node.op, ast.Pow):
            return left ** right

        raise ValueError("Недопустимая бинарная операция.")

    def visit_Call(self, node: ast.Call):
        if not isinstance(node.func, ast.Name):
            raise ValueError("Разрешены только прямые вызовы функций.")

        func_name = node.func.id

        if func_name not in self.names:
            raise ValueError(f"Функция {func_name} не разрешена.")

        func = self.names[func_name]

        if node.keywords:
            raise ValueError("Именованные аргументы не поддерживаются.")

        args = [self.visit(arg) for arg in node.args]
        return func(*args)


# ==========================================
# ОТДЕЛЬНОЕ ОКНО ИГРЫ "ЗМЕЙКА"
# ==========================================

class SnakeGame:
    CELL_SIZE = 20
    GRID_WIDTH = 25
    GRID_HEIGHT = 20
    UPDATE_DELAY = 120  # миллисекунды

    def __init__(self, parent):
        self.window = tk.Toplevel(parent)
        self.window.title("Змейка")
        self.window.resizable(False, False)

        self.score_var = tk.StringVar(value="Счет: 0")

        top_frame = ttk.Frame(self.window, padding=10)
        top_frame.pack(fill="x")

        ttk.Label(
            top_frame,
            textvariable=self.score_var,
            font=("Segoe UI", 12, "bold")
        ).pack(side="left")

        ttk.Button(
            top_frame,
            text="Новая игра",
            command=self.reset_game
        ).pack(side="right")

        canvas_width = self.GRID_WIDTH * self.CELL_SIZE
        canvas_height = self.GRID_HEIGHT * self.CELL_SIZE

        self.canvas = tk.Canvas(
            self.window,
            width=canvas_width,
            height=canvas_height,
            bg="#111111",
            highlightthickness=1,
            highlightbackground="#444444"
        )
        self.canvas.pack(padx=10, pady=(0, 10))

        self.after_id = None
        self.game_over = False

        self.window.bind("<Up>", lambda event: self.change_direction((0, -1)))
        self.window.bind("<Down>", lambda event: self.change_direction((0, 1)))
        self.window.bind("<Left>", lambda event: self.change_direction((-1, 0)))
        self.window.bind("<Right>", lambda event: self.change_direction((1, 0)))

        self.window.protocol("WM_DELETE_WINDOW", self.on_close)

        self.reset_game()
        self.window.focus_force()

    def reset_game(self):
        if self.after_id is not None:
            self.window.after_cancel(self.after_id)
            self.after_id = None

        center_x = self.GRID_WIDTH // 2
        center_y = self.GRID_HEIGHT // 2

        self.snake = [
            (center_x, center_y),
            (center_x - 1, center_y),
            (center_x - 2, center_y),
        ]
        self.direction = (1, 0)
        self.next_direction = (1, 0)
        self.food = self.spawn_food()
        self.score = 0
        self.game_over = False

        self.score_var.set("Счет: 0")
        self.draw()
        self.game_loop()

    def on_close(self):
        if self.after_id is not None:
            self.window.after_cancel(self.after_id)
        self.window.destroy()

    def spawn_food(self):
        while True:
            position = (
                random.randint(0, self.GRID_WIDTH - 1),
                random.randint(0, self.GRID_HEIGHT - 1)
            )
            if position not in self.snake:
                return position

    def change_direction(self, new_direction):
        if self.game_over:
            return

        # Запрещаем разворот на 180 градусов
        if (
            new_direction[0] == -self.direction[0]
            and new_direction[1] == -self.direction[1]
        ):
            return

        self.next_direction = new_direction

    def game_loop(self):
        if self.game_over:
            return

        self.direction = self.next_direction
        head_x, head_y = self.snake[0]
        dx, dy = self.direction

        new_head = (head_x + dx, head_y + dy)

        # Столкновение со стеной
        if (
            new_head[0] < 0 or new_head[0] >= self.GRID_WIDTH
            or new_head[1] < 0 or new_head[1] >= self.GRID_HEIGHT
        ):
            self.finish_game()
            return

        # Столкновение с собой
        if new_head in self.snake:
            self.finish_game()
            return

        self.snake.insert(0, new_head)

        if new_head == self.food:
            self.score += 1
            self.score_var.set(f"Счет: {self.score}")
            self.food = self.spawn_food()
        else:
            self.snake.pop()

        self.draw()
        self.after_id = self.window.after(self.UPDATE_DELAY, self.game_loop)

    def finish_game(self):
        self.game_over = True
        self.draw()

        self.canvas.create_text(
            self.GRID_WIDTH * self.CELL_SIZE // 2,
            self.GRID_HEIGHT * self.CELL_SIZE // 2,
            text=f"Игра окончена\nСчет: {self.score}",
            fill="white",
            font=("Segoe UI", 20, "bold"),
            justify="center"
        )

    def draw(self):
        self.canvas.delete("all")

        # Еда
        fx, fy = self.food
        self.draw_cell(fx, fy, "#ff4d4d")

        # Змейка
        for index, (x, y) in enumerate(self.snake):
            color = "#55ff55" if index == 0 else "#2ecc71"
            self.draw_cell(x, y, color)

    def draw_cell(self, x, y, color):
        x1 = x * self.CELL_SIZE
        y1 = y * self.CELL_SIZE
        x2 = x1 + self.CELL_SIZE
        y2 = y1 + self.CELL_SIZE

        self.canvas.create_rectangle(
            x1, y1, x2, y2,
            fill=color,
            outline="#1f1f1f"
        )


# ==========================================
# ОСНОВНОЕ ПРИЛОЖЕНИЕ КАЛЬКУЛЯТОРА
# ==========================================

class ScientificCalculatorApp:
    def __init__(self, root):
        self.root = root
        self.root.title("Инженерный калькулятор")
        self.root.geometry("560x760")
        self.root.minsize(540, 720)

        self.expression_var = tk.StringVar()
        self.result_var = tk.StringVar(value="Результат: ")
        self.angle_mode_var = tk.StringVar(value="deg")  # deg / rad

        self.create_widgets()

        self.root.bind("<Return>", lambda event: self.evaluate_expression())
        self.root.bind("<KP_Enter>", lambda event: self.evaluate_expression())

    # --------------------------
    # Создание интерфейса
    # --------------------------
    def create_widgets(self):
        main = ttk.Frame(self.root, padding=12)
        main.pack(fill="both", expand=True)

        # Верхняя часть: ввод выражения и результат
        display_frame = ttk.LabelFrame(main, text="Ввод и результат", padding=10)
        display_frame.pack(fill="x", pady=(0, 10))

        self.entry = ttk.Entry(
            display_frame,
            textvariable=self.expression_var,
            font=("Segoe UI", 20),
            justify="right"
        )
        self.entry.pack(fill="x", padx=4, pady=(4, 8))
        self.entry.focus_set()

        result_label = ttk.Label(
            display_frame,
            textvariable=self.result_var,
            font=("Segoe UI", 14, "bold"),
            foreground="#0b7a29"
        )
        result_label.pack(anchor="e", padx=4)

        # Переключение градусов/радиан
        mode_frame = ttk.LabelFrame(main, text="Режим углов", padding=10)
        mode_frame.pack(fill="x", pady=(0, 10))

        ttk.Radiobutton(
            mode_frame,
            text="Градусы",
            variable=self.angle_mode_var,
            value="deg"
        ).pack(side="left", padx=5)

        ttk.Radiobutton(
            mode_frame,
            text="Радианы",
            variable=self.angle_mode_var,
            value="rad"
        ).pack(side="left", padx=5)

        # Кнопки калькулятора
        buttons_frame = ttk.Frame(main)
        buttons_frame.pack(fill="both", expand=True)

        for col in range(5):
            buttons_frame.columnconfigure(col, weight=1)

        button_layout = [
            ["(", ")", "C", "⌫", "Игра"],
            ["sin", "cos", "tan", "asin", "acos"],
            ["atan", "ln", "log", "exp", "√"],
            ["x²", "xʸ", "x!", "abs", "%"],
            ["7", "8", "9", "÷", "π"],
            ["4", "5", "6", "×", "e"],
            ["1", "2", "3", "-", "±"],
            ["0", ".", "+", "=", ""],
        ]

        for row_index, row in enumerate(button_layout):
            buttons_frame.rowconfigure(row_index, weight=1)

            for col_index, text in enumerate(row):
                if not text:
                    continue

                btn = tk.Button(
                    buttons_frame,
                    text=text,
                    font=("Segoe UI", 14, "bold"),
                    relief="raised",
                    bd=1,
                    padx=8,
                    pady=12,
                    command=lambda t=text: self.on_button_click(t)
                )
                btn.grid(
                    row=row_index,
                    column=col_index,
                    sticky="nsew",
                    padx=4,
                    pady=4
                )

                # Небольшая цветовая логика для удобства
                if text in {"=", "Игра"}:
                    btn.configure(bg="#d9ecff")
                elif text in {"C", "⌫"}:
                    btn.configure(bg="#ffd9d9")
                elif text in {"÷", "×", "-", "+", "xʸ", "x²", "x!", "%"}:
                    btn.configure(bg="#f2f2f2")

    # --------------------------
    # Работа с кнопками
    # --------------------------
    def on_button_click(self, text: str):
        if text == "=":
            self.evaluate_expression()
        elif text == "C":
            self.clear_all()
        elif text == "⌫":
            self.backspace()
        elif text == "Игра":
            self.open_snake()
        elif text == "π":
            self.insert_token("pi", auto_multiply=True)
        elif text == "√":
            self.insert_token("sqrt(", auto_multiply=True)
        elif text == "sin":
            self.insert_token("sin(", auto_multiply=True)
        elif text == "cos":
            self.insert_token("cos(", auto_multiply=True)
        elif text == "tan":
            self.insert_token("tan(", auto_multiply=True)
        elif text == "asin":
            self.insert_token("asin(", auto_multiply=True)
        elif text == "acos":
            self.insert_token("acos(", auto_multiply=True)
        elif text == "atan":
            self.insert_token("atan(", auto_multiply=True)
        elif text == "ln":
            self.insert_token("ln(", auto_multiply=True)
        elif text == "log":
            self.insert_token("log(", auto_multiply=True)
        elif text == "exp":
            self.insert_token("exp(", auto_multiply=True)
        elif text == "abs":
            self.insert_token("abs(", auto_multiply=True)
        elif text == "xʸ":
            self.insert_token("^")
        elif text == "x!":
            self.append_postfix("!")
        elif text == "x²":
            self.square_last_operand()
        elif text == "%":
            self.append_postfix("%")
        elif text == "±":
            self.toggle_sign()
        else:
            self.insert_token(text)

    def insert_token(self, token: str, auto_multiply: bool = False):
        """
        Вставка текста в конец выражения.
        Если auto_multiply=True, то при необходимости автоматически добавляется '*'.
        Например:
        2 -> sin(  => 2*sin(
        5 -> pi    => 5*pi
        """
        expr = self.expression_var.get()

        if auto_multiply and expr.strip():
            stripped = expr.rstrip()
            if stripped:
                last_char = stripped[-1]
                if last_char.isdigit() or last_char in ").!%":
                    token = "*" + token
                elif stripped.endswith("pi") or stripped.endswith("e"):
                    token = "*" + token

        self.expression_var.set(expr + token)

    def append_postfix(self, symbol: str):
        expr = self.expression_var.get().rstrip()

        if not expr:
            return

        if expr[-1] in "+-×÷*/^(":
            return

        self.expression_var.set(expr + symbol)

    def square_last_operand(self):
        """
        Кнопка x² возводит последний операнд в квадрат.
        Например:
        5      -> (5)^2
        sin(2) -> (sin(2))^2
        """
        expr = self.expression_var.get().rstrip()
        if not expr:
            return

        if expr[-1] in "+-×÷*/^(":
            return

        start = find_operand_start(expr, len(expr) - 1)
        operand = expr[start:].strip()
        prefix = expr[:start]

        self.expression_var.set(prefix + f"({operand})^2")

    def toggle_sign(self):
        """
        Смена знака последнего операнда.
        Например:
        5+3 -> 5+(-(3))
        """
        expr = self.expression_var.get().rstrip()

        if not expr:
            self.expression_var.set("-")
            return

        if expr[-1] in "+-×÷*/^(":
            self.expression_var.set(expr + "-")
            return

        start = find_operand_start(expr, len(expr) - 1)
        operand = expr[start:].strip()
        prefix = expr[:start]

        self.expression_var.set(prefix + f"(-({operand}))")

    def backspace(self):
        expr = self.expression_var.get()
        if expr:
            self.expression_var.set(expr[:-1])

    def clear_all(self):
        self.expression_var.set("")
        self.result_var.set("Результат: ")

    # --------------------------
    # Математические функции
    # --------------------------
    def current_mode_is_degrees(self) -> bool:
        return self.angle_mode_var.get() == "deg"

    def sin_func(self, x):
        return math.sin(math.radians(x)) if self.current_mode_is_degrees() else math.sin(x)

    def cos_func(self, x):
        return math.cos(math.radians(x)) if self.current_mode_is_degrees() else math.cos(x)

    def tan_func(self, x):
        return math.tan(math.radians(x)) if self.current_mode_is_degrees() else math.tan(x)

    def asin_func(self, x):
        result = math.asin(x)
        return math.degrees(result) if self.current_mode_is_degrees() else result

    def acos_func(self, x):
        result = math.acos(x)
        return math.degrees(result) if self.current_mode_is_degrees() else result

    def atan_func(self, x):
        result = math.atan(x)
        return math.degrees(result) if self.current_mode_is_degrees() else result

    def allowed_names(self) -> dict:
        """
        Набор разрешенных имен для безопасного вычисления.
        """
        return {
            "pi": math.pi,
            "e": math.e,
            "sin": self.sin_func,
            "cos": self.cos_func,
            "tan": self.tan_func,
            "asin": self.asin_func,
            "acos": self.acos_func,
            "atan": self.atan_func,
            "sqrt": math.sqrt,
            "factorial": factorial_checked,
            "abs": abs,
            "ln": math.log,
            "log": math.log10,
            "exp": math.exp,
            "percent": percent,
        }

    def format_result(self, value):
        """
        Красивое форматирование результата.
        """
        if isinstance(value, float):
            if value.is_integer():
                return str(int(value))
            return f"{value:.15g}"
        return str(value)

    def evaluate_expression(self):
        expr = self.expression_var.get().strip()

        if not expr:
            return

        try:
            prepared_expr = preprocess_expression(expr)
            tree = ast.parse(prepared_expr, mode="eval")
            evaluator = SafeEvaluator(self.allowed_names())
            result = evaluator.visit(tree)

            self.result_var.set(f"Результат: {self.format_result(result)}")

        except ZeroDivisionError:
            self.result_var.set("Результат: Ошибка — деление на ноль")
        except ValueError as error:
            self.result_var.set(f"Результат: Ошибка — {error}")
        except SyntaxError:
            self.result_var.set("Результат: Ошибка синтаксиса")
        except Exception as error:
            self.result_var.set(f"Результат: Ошибка — {error}")

    # --------------------------
    # Запуск игры
    # --------------------------
    def open_snake(self):
        SnakeGame(self.root)


# ==========================================
# ТОЧКА ВХОДА
# ==========================================

def main():
    root = tk.Tk()

    # Небольшая настройка стандартной темы ttk
    style = ttk.Style(root)
    try:
        style.theme_use("clam")
    except tk.TclError:
        pass

    app = ScientificCalculatorApp(root)
    root.mainloop()


if __name__ == "__main__":
    main()

Gemini 3.1 Pro

a75031f0c66c48a2bd2e3e1751327433.png

Gemini больше постарался над дизайном. Все функции работают и придраться к ним я, увы, не смог.

665f7084cfa3c0083934452ea533a769.png

Со змейкой немного более хуже. Да дизайн здесь более проработан, но вот сама реализация подкачала. Змейка не захватывает клавиши, то есть чтобы она начала реагировать на управление, вам нужно успеть кликнуть по ней мышкой. За это сниму полбалла. Стоимость же самого ответа составляет 29 рублей.

Скрытый текст
import tkinter as tk
from tkinter import messagebox
import math
import random
import re

class SnakeGame(tk.Toplevel):
    """Класс, реализующий игру 'Змейка' в отдельном окне."""
    def __init__(self, parent):
        super().__init__(parent)
        self.title("Игра: Змейка")
        # Настраиваем размер и запрещаем изменение размера окна
        self.geometry("400x450")
        self.resizable(False, False)
        self.configure(bg="#1e1e1e")
        
        self.width = 400
        self.height = 400
        self.cell_size = 20
        self.is_running = True # Флаг для остановки цикла при закрытии окна
        
        # Перехват закрытия окна для корректной остановки цикла
        self.protocol("WM_DELETE_WINDOW", self.on_close)

        # Интерфейс игры
        self.score_label = tk.Label(self, text="Счет: 0", font=("Consolas", 14, "bold"), bg="#1e1e1e", fg="#4caf50")
        self.score_label.pack(pady=5)
        
        self.canvas = tk.Canvas(self, bg="black", width=self.width, height=self.height, highlightthickness=0)
        self.canvas.pack()
        
        # Управление стрелками
        self.bind("<KeyPress>", self.on_key_press)
        
        self.start_game()

    def start_game(self):
        """Инициализация стартовых параметров игры."""
        # Змейка начинается с 3 сегментов
        self.snake = [(100, 100), (80, 100), (60, 100)]
        self.dx = self.cell_size
        self.dy = 0
        self.next_dx = self.cell_size
        self.next_dy = 0
        self.score = 0
        self.score_label.config(text=f"Счет: {self.score}")
        self.game_over = False
        
        self.spawn_food()
        self.update_game()

    def spawn_food(self):
        """Создание еды в случайном месте, где нет змейки."""
        while True:
            x = random.randint(0, (self.width // self.cell_size) - 1) * self.cell_size
            y = random.randint(0, (self.height // self.cell_size) - 1) * self.cell_size
            self.food = (x, y)
            if self.food not in self.snake:
                break

    def on_key_press(self, event):
        """Обработка нажатий клавиш для управления."""
        key = event.keysym
        # Запрещаем движение в противоположном направлении (разворот на 180)
        if key == "Up" and self.dy == 0:
            self.next_dx, self.next_dy = 0, -self.cell_size
        elif key == "Down" and self.dy == 0:
            self.next_dx, self.next_dy = 0, self.cell_size
        elif key == "Left" and self.dx == 0:
            self.next_dx, self.next_dy = -self.cell_size, 0
        elif key == "Right" and self.dx == 0:
            self.next_dx, self.next_dy = self.cell_size, 0
        elif key == "space" and self.game_over:
            self.start_game()

    def update_game(self):
        """Основной игровой цикл."""
        if not self.is_running:
            return # Остановка, если окно закрыто

        if self.game_over:
            self.canvas.create_text(self.width/2, self.height/2 - 20, text="ИГРА ОКОНЧЕНА", fill="#f44336", font=("Consolas", 24, "bold"))
            self.canvas.create_text(self.width/2, self.height/2 + 20, text="Нажмите ПРОБЕЛ для рестарта", fill="white", font=("Consolas", 12))
            return

        # Применяем новое направление
        self.dx, self.dy = self.next_dx, self.next_dy
        head_x, head_y = self.snake[0]
        new_head = (head_x + self.dx, head_y + self.dy)

        # Проверка столкновений со стенами
        if (new_head[0] < 0 or new_head[0] >= self.width or
            new_head[1] < 0 or new_head[1] >= self.height or
            new_head in self.snake):
            self.game_over = True
            self.after(100, self.update_game)
            return

        self.snake.insert(0, new_head)

        # Проверка поедания еды
        if new_head == self.food:
            self.score += 10
            self.score_label.config(text=f"Счет: {self.score}")
            self.spawn_food()
        else:
            self.snake.pop() # Если еда не съедена, удаляем хвост

        # Отрисовка кадра
        self.canvas.delete("all")
        
        # Рисуем еду (красный круг)
        self.canvas.create_oval(self.food[0], self.food[1], 
                                self.food[0] + self.cell_size, self.food[1] + self.cell_size, fill="#ff5252", outline="")
        
        # Рисуем змейку (зеленые квадраты)
        for i, segment in enumerate(self.snake):
            color = "#4caf50" if i == 0 else "#81c784" # Голова чуть темнее
            self.canvas.create_rectangle(segment[0], segment[1], 
                                         segment[0] + self.cell_size, segment[1] + self.cell_size, fill=color, outline="#1b5e20")

        # Планируем следующий кадр (скорость игры)
        self.after(100, self.update_game)

    def on_close(self):
        """Метод вызывается при закрытии окна крестиком."""
        self.is_running = False
        self.destroy()


class Calculator(tk.Tk):
    """Главный класс инженерного калькулятора."""
    def __init__(self):
        super().__init__()
        self.title("Инженерный Калькулятор")
        self.geometry("500x650")
        self.resizable(False, False)
        self.configure(bg="#202020")
        
        self.is_degrees = True # Режим углов: Градусы (True) или Радианы (False)
        self.create_widgets()

    def create_widgets(self):
        """Создание и размещение элементов интерфейса."""
        # Поле ввода/вывода
        self.display_var = tk.StringVar()
        self.display = tk.Entry(self, textvariable=self.display_var, font=("Consolas", 28), 
                                bg="#333333", fg="#ffffff", bd=0, justify="right", insertbackground="white")
        self.display.grid(row=0, column=0, columnspan=5, ipadx=10, ipady=20, pady=10, padx=10, sticky="we")

        # Цветовые схемы для кнопок
        styles = {
            'num': {'bg': '#3b3b3b', 'fg': '#ffffff', 'activebackground': '#555555', 'activeforeground': '#ffffff'},
            'op': {'bg': '#ff9800', 'fg': '#ffffff', 'activebackground': '#f57c00', 'activeforeground': '#ffffff'},
            'func': {'bg': '#2c2c2c', 'fg': '#eeeeee', 'activebackground': '#444444', 'activeforeground': '#ffffff'},
            'sys': {'bg': '#f44336', 'fg': '#ffffff', 'activebackground': '#d32f2f', 'activeforeground': '#ffffff'},
            'game': {'bg': '#4caf50', 'fg': '#ffffff', 'activebackground': '#388e3c', 'activeforeground': '#ffffff'}
        }
        
        btn_font = ("Segoe UI", 14, "bold")

        # Матрица кнопок (Текст, строка, колонка, стиль, функция)
        buttons = [
            ("Deg", 1, 0, 'sys', self.toggle_angle), ("(", 1, 1, 'func', lambda: self.insert("(")), (")", 1, 2, 'func', lambda: self.insert(")")), ("C", 1, 3, 'sys', self.backspace), ("AC", 1, 4, 'sys', self.clear_all),
            ("sin", 2, 0, 'func', lambda: self.insert("sin(")), ("cos", 2, 1, 'func', lambda: self.insert("cos(")), ("tan", 2, 2, 'func', lambda: self.insert("tan(")), ("abs", 2, 3, 'func', lambda: self.insert("abs(")), ("/", 2, 4, 'op', lambda: self.insert("/")),
            ("asin", 3, 0, 'func', lambda: self.insert("asin(")), ("acos", 3, 1, 'func', lambda: self.insert("acos(")), ("atan", 3, 2, 'func', lambda: self.insert("atan(")), ("√", 3, 3, 'func', lambda: self.insert("sqrt(")), ("*", 3, 4, 'op', lambda: self.insert("*")),
            ("ln", 4, 0, 'func', lambda: self.insert("ln(")), ("log", 4, 1, 'func', lambda: self.insert("log(")), ("exp", 4, 2, 'func', lambda: self.insert("exp(")), ("x!", 4, 3, 'func', lambda: self.insert("fact(")), ("-", 4, 4, 'op', lambda: self.insert("-")),
            ("π", 5, 0, 'func', lambda: self.insert("π")), ("e", 5, 1, 'func', lambda: self.insert("e")), ("^", 5, 2, 'func', lambda: self.insert("^")), ("%", 5, 3, 'func', lambda: self.insert("%")), ("+", 5, 4, 'op', lambda: self.insert("+")),
            ("7", 6, 0, 'num', lambda: self.insert("7")), ("8", 6, 1, 'num', lambda: self.insert("8")), ("9", 6, 2, 'num', lambda: self.insert("9")), ("+/-", 6, 3, 'num', self.change_sign), ("=", 6, 4, 'op', self.calculate),
            ("4", 7, 0, 'num', lambda: self.insert("4")), ("5", 7, 1, 'num', lambda: self.insert("5")), ("6", 7, 2, 'num', lambda: self.insert("6")), ("Змейка", 7, 3, 'game', self.open_snake),
            ("1", 8, 0, 'num', lambda: self.insert("1")), ("2", 8, 1, 'num', lambda: self.insert("2")), ("3", 8, 2, 'num', lambda: self.insert("3")),
            ("0", 9, 0, 'num', lambda: self.insert("0")), (".", 9, 2, 'num', lambda: self.insert("."))
        ]

        self.btn_objects = {}
        for (text, r, c, style, func) in buttons:
            btn = tk.Button(self, text=text, font=btn_font, command=func, relief="flat", bd=0, **styles[style])
            
            # Настройка объединения ячеек для красивой сетки
            if text == "=":
                btn.grid(row=r, column=c, rowspan=4, sticky="nsew", padx=3, pady=3)
            elif text == "Змейка":
                btn.grid(row=r, column=c, rowspan=3, sticky="nsew", padx=3, pady=3)
            elif text == "0":
                btn.grid(row=r, column=c, columnspan=2, sticky="nsew", padx=3, pady=3)
            else:
                btn.grid(row=r, column=c, sticky="nsew", padx=3, pady=3)
                
            self.btn_objects[text] = btn

        # Настройка весов для равномерного растягивания кнопок
        for i in range(5):
            self.grid_columnconfigure(i, weight=1)
        for i in range(1, 10):
            self.grid_rowconfigure(i, weight=1)

    # --- Функции управления вводом ---

    def insert(self, char):
        self.display.insert(tk.END, char)

    def clear_all(self):
        self.display_var.set("")

    def backspace(self):
        current = self.display_var.get()
        self.display_var.set(current[:-1])

    def change_sign(self):
        current = self.display_var.get()
        if not current:
            return
        if current.startswith("-("):
            self.display_var.set(current[2:-1])
        else:
            self.display_var.set(f"-({current})")

    def toggle_angle(self):
        self.is_degrees = not self.is_degrees
        self.btn_objects["Deg"].config(text="Deg" if self.is_degrees else "Rad")

    def open_snake(self):
        SnakeGame(self)

    # --- Математические обертки (с учетом градусов/радиан) ---

    def _to_rad(self, x):
        return math.radians(x) if self.is_degrees else x

    def _to_deg(self, x):
        return math.degrees(x) if self.is_degrees else x

    def safe_sin(self, x): return math.sin(self._to_rad(x))
    def safe_cos(self, x): return math.cos(self._to_rad(x))
    def safe_tan(self, x): return math.tan(self._to_rad(x))
    def safe_asin(self, x): return self._to_deg(math.asin(x))
    def safe_acos(self, x): return self._to_deg(math.acos(x))
    def safe_atan(self, x): return self._to_deg(math.atan(x))

    # --- Парсинг и вычисление ---

    def calculate(self):
        expr = self.display_var.get()
        if not expr:
            return

        # Замена символов на синтаксис Python
        expr = expr.replace('π', str(math.pi))
        expr = expr.replace('e', str(math.e))
        expr = expr.replace('^', '**')
        # Обработка процентов (например: 50% -> 50/100)
        expr = re.sub(r'(\d+(?:\.\d+)?)%', r'(\1/100)', expr)

        # Окружение разрешенных функций
        safe_env = {
            'sin': self.safe_sin, 'cos': self.safe_cos, 'tan': self.safe_tan,
            'asin': self.safe_asin, 'acos': self.safe_acos, 'atan': self.safe_atan,
            'sqrt': math.sqrt, 'log': math.log10, 'ln': math.log,
            'exp': math.exp, 'fact': math.factorial, 'abs': abs
        }

        try:
            # Безопасное вычисление (запрет встроенных функций Python)
            result = eval(expr, {"__builtins__": None}, safe_env)
            
            # Убираем `.0` у целых чисел и ограничиваем длину дроби
            if isinstance(result, float):
                if result.is_integer():
                    result = int(result)
                else:
                    result = round(result, 12) # Защита от 0.1+0.2=0.30000000000000004
                    
            self.display_var.set(str(result))
            
        except ZeroDivisionError:
            messagebox.showerror("Ошибка", "Деление на ноль!")
            self.display_var.set("")
        except ValueError:
            messagebox.showerror("Ошибка", "Недопустимое значение (например, корень из отрицательного числа)!")
            self.display_var.set("")
        except Exception:
            messagebox.showerror("Ошибка", "Синтаксическая ошибка! Проверьте правильность выражения.")
            self.display_var.set("")

if __name__ == "__main__":
    app = Calculator()
    app.mainloop()

Claude Opus 4.6

db60aa40275f52b47fe82bfa61ca113f.png

Claude Opus меня удивил. Функции работают, базовые действия вроде бы тоже. Ключевое тут – вроде бы. Деление, которое сопутствует появлению десятичных значений приводит к ошибке. По мне, достаточно фатальный промах.

e07a945a82bb61a491f2d76fc41a6fe3.png

Со змейкой же никаких нареканий нет. Дизайн и работоспособность на высшем уровне. В совокупности из-за промаха с калькулятором модель лишается одного балла.

Стоимость ответа – 73 рубля.

Скрытый текст
"""
===============================================================================
  ИНЖЕНЕРНЫЙ КАЛЬКУЛЯТОР С ИГРОЙ «ЗМЕЙКА»
  Автор: AI Assistant
  Библиотека GUI: tkinter (входит в стандартную поставку Python)
  Python 3.8+
===============================================================================
  Функционал:
    • Базовая арифметика: +, −, ×, ÷
    • Степень, корень, факториал, модуль, скобки
    • Тригонометрия: sin, cos, tan, asin, acos, atan (DEG / RAD)
    • Логарифмы: ln, log₁₀, exp(x)
    • Константы: π, e
    • Процент, смена знака, очистка
    • Встроенная игра «Змейка»
===============================================================================
"""

import tkinter as tk
from tkinter import messagebox
import math
import random
import re

# ─────────────────────────── ЦВЕТОВАЯ СХЕМА ──────────────────────────────────

COLORS = {
    "bg_main":       "#1e1e2e",   # фон главного окна
    "bg_display":    "#11111b",   # фон дисплея
    "fg_expr":       "#a6adc8",   # цвет текста выражения
    "fg_result":     "#cdd6f4",   # цвет текста результата
    "btn_number":    "#313244",   # кнопки цифр
    "btn_number_fg": "#cdd6f4",
    "btn_operator":  "#45475a",   # кнопки операторов
    "btn_operator_fg":"#f5c2e7",
    "btn_function":  "#1e1e2e",   # кнопки функций
    "btn_function_fg":"#94e2d5",
    "btn_equal":     "#a6e3a1",   # кнопка «=»
    "btn_equal_fg":  "#1e1e2e",
    "btn_clear":     "#f38ba8",   # кнопки очистки
    "btn_clear_fg":  "#1e1e2e",
    "btn_game":      "#fab387",   # кнопка «Змейка»
    "btn_game_fg":   "#1e1e2e",
    "btn_hover":     "#585b70",   # подсветка при наведении
}

# ═══════════════════════════════════════════════════════════════════════════════
#                        КЛАСС ИНЖЕНЕРНОГО КАЛЬКУЛЯТОРА
# ═══════════════════════════════════════════════════════════════════════════════

class EngineeringCalculator:
    """Главное окно приложения — инженерный калькулятор."""

    def __init__(self, root: tk.Tk):
        self.root = root
        self.root.title("Инженерный калькулятор")
        self.root.configure(bg=COLORS["bg_main"])
        self.root.resizable(False, False)

        # ── Переменные состояния ──
        self.expression = ""          # текущее выражение (отображается)
        self.angle_mode = "DEG"       # режим углов: DEG или RAD
        self.last_answer = 0          # последний результат (Ans)
        self.history_expr = ""        # строка-история (прошлое выражение)

        # ── Построение интерфейса ──
        self._build_display()
        self._build_mode_bar()
        self._build_buttons()

        # ── Привязка клавиатуры ──
        self.root.bind("<Key>", self._on_key_press)

        # Центрирование окна
        self.root.update_idletasks()
        self._center_window(self.root)

    # ─────────────────── Центрирование окна на экране ─────────────────────────

    @staticmethod
    def _center_window(win):
        """Размещает окно по центру экрана."""
        win.update_idletasks()
        w = win.winfo_width()
        h = win.winfo_height()
        x = (win.winfo_screenwidth() // 2) - (w // 2)
        y = (win.winfo_screenheight() // 2) - (h // 2)
        win.geometry(f"+{x}+{y}")

    # ─────────────────── ДИСПЛЕЙ (два поля: выражение + результат) ─────────────

    def _build_display(self):
        """Создаёт область дисплея калькулятора."""
        frame = tk.Frame(self.root, bg=COLORS["bg_display"], pady=8, padx=12)
        frame.pack(fill="x", padx=6, pady=(6, 0))

        # Верхняя строка — введённое выражение / история
        self.lbl_expression = tk.Label(
            frame, text="", font=("Consolas", 14),
            anchor="e", bg=COLORS["bg_display"], fg=COLORS["fg_expr"]
        )
        self.lbl_expression.pack(fill="x")

        # Нижняя строка — текущий ввод / результат
        self.lbl_result = tk.Label(
            frame, text="0", font=("Consolas", 28, "bold"),
            anchor="e", bg=COLORS["bg_display"], fg=COLORS["fg_result"]
        )
        self.lbl_result.pack(fill="x")

    # ─────────────────── ПАНЕЛЬ РЕЖИМА (DEG / RAD + кнопка «Змейка») ──────────

    def _build_mode_bar(self):
        """Строит панель переключения DEG/RAD и кнопку игры."""
        bar = tk.Frame(self.root, bg=COLORS["bg_main"])
        bar.pack(fill="x", padx=6, pady=(4, 0))

        # Кнопка переключения режима углов
        self.btn_mode = tk.Button(
            bar, text="DEG", font=("Consolas", 11, "bold"), width=6,
            bg="#89b4fa", fg=COLORS["bg_main"], bd=0, relief="flat",
            activebackground="#74c7ec", cursor="hand2",
            command=self._toggle_angle_mode
        )
        self.btn_mode.pack(side="left", padx=(0, 4))

        # Кнопка «Змейка 🐍»
        btn_snake = tk.Button(
            bar, text="🐍 Змейка", font=("Consolas", 11, "bold"), width=12,
            bg=COLORS["btn_game"], fg=COLORS["btn_game_fg"], bd=0,
            relief="flat", activebackground="#e0a070", cursor="hand2",
            command=self._open_snake_game
        )
        btn_snake.pack(side="right")

    def _toggle_angle_mode(self):
        """Переключает режим углов DEG ↔ RAD."""
        if self.angle_mode == "DEG":
            self.angle_mode = "RAD"
            self.btn_mode.config(text="RAD", bg="#f9e2af")
        else:
            self.angle_mode = "DEG"
            self.btn_mode.config(text="DEG", bg="#89b4fa")

    # ─────────────────── СЕТКА КНОПОК ─────────────────────────────────────────

    def _build_buttons(self):
        """
        Создаёт все кнопки калькулятора в виде сетки.
        Каждая кнопка описывается кортежем:
            (текст, категория, действие_или_значение, colspan)
        """
        frame = tk.Frame(self.root, bg=COLORS["bg_main"])
        frame.pack(fill="both", expand=True, padx=6, pady=6)

        # Описание раскладки кнопок (построчно)
        layout = [
            # Ряд 0 — научные функции (верхний)
            [("sin",  "func", "sin("),  ("cos",  "func", "cos("),
             ("tan",  "func", "tan("),  ("π",    "func", "π"),
             ("e",    "func", "e")],
            # Ряд 1
            [("asin", "func", "asin("), ("acos", "func", "acos("),
             ("atan", "func", "atan("), ("ln",   "func", "ln("),
             ("log",  "func", "log(")],
            # Ряд 2
            [("x²",  "func", "²"),      ("√",    "func", "√("),
             ("xⁿ",  "func", "^("),     ("n!",   "func", "!"),
             ("exp",  "func", "exp(")],
            # Ряд 3
            [("(",   "op",   "("),      (")",    "op",   ")"),
             ("|x|", "func", "abs("),   ("%",    "op",   "%"),
             ("±",   "func", "±")],
            # Ряд 4 — цифры и операторы
            [("7",   "num",  "7"),      ("8",    "num",  "8"),
             ("9",   "num",  "9"),      ("÷",    "op",   "÷"),
             ("C",   "clear","C")],
            # Ряд 5
            [("4",   "num",  "4"),      ("5",    "num",  "5"),
             ("6",   "num",  "6"),      ("×",    "op",   "×"),
             ("⌫",   "clear","⌫")],
            # Ряд 6
            [("1",   "num",  "1"),      ("2",    "num",  "2"),
             ("3",   "num",  "3"),      ("−",    "op",   "−"),
             ("Ans",  "func", "Ans")],
            # Ряд 7
            [("0",   "num",  "0"),      (".",    "num",  "."),
             ("×10ⁿ","func", "×10^("), ("+",    "op",   "+"),
             ("=",   "equal","=")],
        ]

        for r, row in enumerate(layout):
            for c, (text, cat, value) in enumerate(row):
                self._make_button(frame, text, cat, value, r, c)

        # Равномерное растяжение колонок
        for c in range(5):
            frame.columnconfigure(c, weight=1)
        for r in range(len(layout)):
            frame.rowconfigure(r, weight=1)

    def _make_button(self, parent, text, category, value, row, col, colspan=1):
        """Создаёт одну стилизованную кнопку и помещает в сетку."""
        # Выбор цветов по категории
        style_map = {
            "num":   (COLORS["btn_number"],   COLORS["btn_number_fg"]),
            "op":    (COLORS["btn_operator"], COLORS["btn_operator_fg"]),
            "func":  (COLORS["btn_function"], COLORS["btn_function_fg"]),
            "equal": (COLORS["btn_equal"],    COLORS["btn_equal_fg"]),
            "clear": (COLORS["btn_clear"],    COLORS["btn_clear_fg"]),
        }
        bg, fg = style_map.get(category, (COLORS["btn_number"], COLORS["btn_number_fg"]))

        btn = tk.Button(
            parent, text=text, font=("Consolas", 13, "bold"),
            bg=bg, fg=fg, bd=0, relief="flat",
            activebackground=COLORS["btn_hover"], activeforeground=fg,
            cursor="hand2",
            command=lambda v=value: self._on_button_click(v)
        )
        btn.grid(row=row, column=col, columnspan=colspan,
                 sticky="nsew", padx=2, pady=2, ipady=10)

        # Эффект наведения мыши
        btn.bind("<Enter>", lambda e, b=btn, c=bg: b.config(bg=COLORS["btn_hover"]))
        btn.bind("<Leave>", lambda e, b=btn, c=bg: b.config(bg=c))

    # ─────────────────── ОБРАБОТКА НАЖАТИЙ ────────────────────────────────────

    def _on_button_click(self, value: str):
        """Обрабатывает нажатие любой кнопки."""
        if value == "C":
            # Полная очистка
            self.expression = ""
            self.history_expr = ""
            self._update_display("0")
        elif value == "⌫":
            # Удаление последнего символа / токена
            self.expression = self._backspace(self.expression)
            self._update_display(self.expression if self.expression else "0")
        elif value == "=":
            self._evaluate()
        elif value == "±":
            self._negate()
        elif value == "Ans":
            self.expression += str(self.last_answer)
            self._update_display(self.expression)
        else:
            self.expression += value
            self._update_display(self.expression)

    def _backspace(self, expr: str) -> str:
        """
        Умное удаление: если выражение заканчивается на имя функции
        (например, 'sin('), удаляем целиком; иначе — один символ.
        """
        functions = ["sin(", "cos(", "tan(", "asin(", "acos(", "atan(",
                     "ln(", "log(", "exp(", "abs(", "√(", "^(", "×10^("]
        for fn in sorted(functions, key=len, reverse=True):
            if expr.endswith(fn):
                return expr[:-len(fn)]
        return expr[:-1] if expr else ""

    # ─────────────────── СМЕНА ЗНАКА ──────────────────────────────────────────

    def _negate(self):
        """
        Меняет знак последнего числа в выражении.
        Если выражение пустое или заканчивается оператором — добавляет '(-'.
        """
        if not self.expression:
            self.expression = "(-"
            self._update_display(self.expression)
            return

        # Пытаемся найти последнее число
        match = re.search(r'(\d+\.?\d*)$', self.expression)
        if match:
            start = match.start()
            # Проверяем, есть ли перед числом «(-»
            if start >= 2 and self.expression[start - 2:start] == "(-":
                self.expression = self.expression[:start - 2] + self.expression[start:]
            else:
                self.expression = self.expression[:start] + "(-" + self.expression[start:]
        else:
            self.expression += "(-"
        self._update_display(self.expression)

    # ─────────────────── ВЫЧИСЛЕНИЕ ВЫРАЖЕНИЯ ─────────────────────────────────

    def _evaluate(self):
        """
        Преобразует пользовательское выражение в вычисляемое Python-выражение
        и безопасно его считает.
        """
        expr = self.expression
        if not expr.strip():
            return

        display_expr = expr  # сохраняем для истории

        try:
            result = self._safe_eval(expr)
            # Форматирование результата
            if isinstance(result, float):
                if result == int(result) and abs(result) < 1e15:
                    result_str = str(int(result))
                else:
                    result_str = f"{result:.10g}"
            else:
                result_str = str(result)

            self.last_answer = result
            self.history_expr = display_expr + " ="
            self.expression = result_str
            self.lbl_expression.config(text=self.history_expr)
            self.lbl_result.config(text=result_str)

        except ZeroDivisionError:
            self._show_error("Деление на ноль")
        except ValueError as ve:
            self._show_error(f"Ошибка значения: {ve}")
        except OverflowError:
            self._show_error("Переполнение")
        except Exception as ex:
            self._show_error(f"Ошибка: {ex}")

    def _safe_eval(self, expr: str):
        """
        Преобразует строку калькулятора в безопасное Python-выражение.
        Используем ограниченный набор имён (без доступа к builtins).
        """
        # ── Замены символов на Python-операторы ──
        expr = expr.replace("÷", "/")
        expr = expr.replace("×", "*")
        expr = expr.replace("−", "-")
        expr = expr.replace("π", "(math.pi)")
        expr = expr.replace("e", "(math.e)")
        expr = expr.replace("²", "**2")
        expr = expr.replace("^", "**")
        expr = expr.replace("×10**(", "*10**(")    # научная нотация

        # ── Обработка процента: число% → (число/100) ──
        expr = re.sub(r'(\d+\.?\d*)%', r'(\1/100)', expr)

        # ── Обработка факториала: число! → math.factorial(число) ──
        expr = re.sub(r'(\d+)!', r'math.factorial(\1)', expr)

        # ── Тригонометрические и другие функции ──
        # В зависимости от режима (DEG/RAD) оборачиваем аргумент
        if self.angle_mode == "DEG":
            # Прямые триг. функции: sin(x) → math.sin(math.radians(x))
            for fn in ["sin", "cos", "tan"]:
                expr = expr.replace(f"{fn}(", f"math.{fn}(math.radians(")
                # Нужно добавить закрывающую скобку для radians
                # Делаем это после всех замен — через подсчёт скобок
            # Обратные триг.: asin(x) → math.degrees(math.asin(x))
            for fn in ["asin", "acos", "atan"]:
                expr = expr.replace(f"{fn}(", f"math.d(math.{fn}(")
        else:
            # RAD — просто заменяем на math.*
            for fn in ["sin", "cos", "tan", "asin", "acos", "atan"]:
                expr = expr.replace(f"{fn}(", f"math.{fn}(")

        expr = expr.replace("ln(", "math.log(")
        expr = expr.replace("log(", "math.log10(")
        expr = expr.replace("√(", "math.sqrt(")
        expr = expr.replace("abs(", "abs(")
        expr = expr.replace("(math.e)xp(", "math.exp(")  # fix 'e' replacement in 'exp'

        # ── Автозакрытие скобок ──
        open_count = expr.count("(")
        close_count = expr.count(")")
        expr += ")" * (open_count - close_count)

        # ── Для DEG-режима — добавляем закрывающие скобки для radians/degrees ──
        if self.angle_mode == "DEG":
            # Каждый math.sin(math.radians(... нуждается в дополнительной ')' перед закрытием sin
            # Используем промежуточную функцию-обёртку
            expr = expr.replace("math.d(", "__deg__(")

        # ── Неявное умножение: 2π → 2*π,  )(  →  )*( ──
        expr = re.sub(r'(\d)$$', r'\1*(', expr)
        expr = re.sub(r'$$\(', r')*(', expr)

        # ── Безопасный eval с ограниченным пространством имён ──
        allowed = {
            "math": math,
            "abs": abs,
            "__deg__": lambda x: math.degrees(x),
            "__builtins__": {},
        }

        return eval(expr, allowed)

    def _show_error(self, msg: str):
        """Отображает ошибку на дисплее."""
        self.lbl_expression.config(text=self.expression)
        self.lbl_result.config(text=msg)
        self.expression = ""

    # ─────────────────── ОБНОВЛЕНИЕ ДИСПЛЕЯ ───────────────────────────────────

    def _update_display(self, text: str):
        """Обновляет нижнюю строку дисплея."""
        self.lbl_result.config(text=text)

    # ─────────────────── ВВОД С КЛАВИАТУРЫ ────────────────────────────────────

    def _on_key_press(self, event):
        """Обработчик клавиатурного ввода."""
        key = event.char
        keysym = event.keysym

        if key in "0123456789.()+-":
            self._on_button_click(key)
        elif key == "*":
            self._on_button_click("×")
        elif key == "/":
            self._on_button_click("÷")
        elif key == "^":
            self._on_button_click("^(")
        elif key == "%":
            self._on_button_click("%")
        elif keysym == "Return" or keysym == "KP_Enter":
            self._on_button_click("=")
        elif keysym == "BackSpace":
            self._on_button_click("⌫")
        elif keysym == "Escape":
            self._on_button_click("C")

    # ─────────────────── ЗАПУСК ИГРЫ «ЗМЕЙКА» ────────────────────────────────

    def _open_snake_game(self):
        """Открывает новое окно с игрой Змейка."""
        SnakeGame(self.root)


# ═══════════════════════════════════════════════════════════════════════════════
#                          КЛАСС ИГРЫ «ЗМЕЙКА»
# ═══════════════════════════════════════════════════════════════════════════════

class SnakeGame:
    """
    Классическая игра «Змейка» в отдельном окне.
    Управление: стрелки клавиатуры.
    Столкновение со стеной или своим хвостом — конец игры.
    """

    # Настройки игрового поля
    CELL_SIZE = 20          # размер одной клетки (пикселей)
    COLS = 25               # количество колонок
    ROWS = 20               # количество строк
    SPEED_INITIAL = 120     # начальная скорость (мс между кадрами)
    SPEED_MIN = 60          # максимальная скорость
    SPEED_STEP = 2          # ускорение за каждое яблоко

    # Цвета
    COLOR_BG = "#0f0f1a"
    COLOR_GRID = "#1a1a2e"
    COLOR_SNAKE_HEAD = "#a6e3a1"
    COLOR_SNAKE_BODY = "#74c7a4"
    COLOR_FOOD = "#f38ba8"
    COLOR_FOOD_GLOW = "#f5c2e7"
    COLOR_TEXT = "#cdd6f4"

    def __init__(self, parent):
        self.window = tk.Toplevel(parent)
        self.window.title("🐍 Змейка")
        self.window.resizable(False, False)
        self.window.configure(bg=self.COLOR_BG)

        # Ширина и высота канваса
        self.width = self.COLS * self.CELL_SIZE
        self.height = self.ROWS * self.CELL_SIZE

        # ── Верхняя панель: счёт + рекорд ──
        top = tk.Frame(self.window, bg=self.COLOR_BG)
        top.pack(fill="x", padx=10, pady=(10, 0))

        self.lbl_score = tk.Label(
            top, text="Счёт: 0", font=("Consolas", 14, "bold"),
            bg=self.COLOR_BG, fg=self.COLOR_TEXT
        )
        self.lbl_score.pack(side="left")

        self.lbl_best = tk.Label(
            top, text="Рекорд: 0", font=("Consolas", 14),
            bg=self.COLOR_BG, fg="#89b4fa"
        )
        self.lbl_best.pack(side="right")

        # ── Игровое поле (Canvas) ──
        self.canvas = tk.Canvas(
            self.window, width=self.width, height=self.height,
            bg=self.COLOR_BG, highlightthickness=1, highlightbackground="#313244"
        )
        self.canvas.pack(padx=10, pady=10)

        # ── Кнопки управления ──
        bottom = tk.Frame(self.window, bg=self.COLOR_BG)
        bottom.pack(fill="x", padx=10, pady=(0, 10))

        self.btn_start = tk.Button(
            bottom, text="▶  Новая игра", font=("Consolas", 12, "bold"),
            bg="#a6e3a1", fg="#1e1e2e", bd=0, cursor="hand2", width=16,
            command=self._start_game
        )
        self.btn_start.pack(side="left", padx=(0, 5))

        btn_close = tk.Button(
            bottom, text="✕  Закрыть", font=("Consolas", 12, "bold"),
            bg="#f38ba8", fg="#1e1e2e", bd=0, cursor="hand2", width=16,
            command=self.window.destroy
        )
        btn_close.pack(side="right")

        # ── Привязка клавиш ──
        self.window.bind("<Key>", self._on_key)

        # ── Состояние ──
        self.snake = []
        self.direction = "Right"
        self.next_direction = "Right"
        self.food = None
        self.score = 0
        self.best_score = 0
        self.running = False
        self.speed = self.SPEED_INITIAL
        self._after_id = None  # id таймера для корректной отмены

        # Рисуем приветственный экран
        self._draw_welcome()

        # Фокус для приёма клавиш
        self.window.focus_force()

        # Центрирование
        self.window.update_idletasks()
        EngineeringCalculator._center_window(self.window)

    # ─────────────────── ПРИВЕТСТВЕННЫЙ ЭКРАН ─────────────────────────────────

    def _draw_welcome(self):
        """Начальный экран с подсказкой."""
        self.canvas.delete("all")
        self._draw_grid()
        cx, cy = self.width // 2, self.height // 2
        self.canvas.create_text(
            cx, cy - 30, text="🐍 ЗМЕЙКА", font=("Consolas", 28, "bold"),
            fill=self.COLOR_SNAKE_HEAD
        )
        self.canvas.create_text(
            cx, cy + 20, text="Нажмите «Новая игра» или Enter",
            font=("Consolas", 13), fill=self.COLOR_TEXT
        )
        self.canvas.create_text(
            cx, cy + 50, text="Управление: ← ↑ → ↓",
            font=("Consolas", 12), fill="#6c7086"
        )

    # ─────────────────── ИНИЦИАЛИЗАЦИЯ НОВОЙ ИГРЫ ─────────────────────────────

    def _start_game(self):
        """Запускает (или перезапускает) игру."""
        # Отмена предыдущего таймера
        if self._after_id:
            self.window.after_cancel(self._after_id)
            self._after_id = None

        # Начальное положение змейки (центр поля, 3 сегмента)
        mid_x = self.COLS // 2
        mid_y = self.ROWS // 2
        self.snake = [(mid_x, mid_y), (mid_x - 1, mid_y), (mid_x - 2, mid_y)]
        self.direction = "Right"
        self.next_direction = "Right"
        self.score = 0
        self.speed = self.SPEED_INITIAL
        self.running = True

        self.lbl_score.config(text="Счёт: 0")
        self.btn_start.config(text="⟳  Заново")

        self._place_food()
        self._game_loop()

    # ─────────────────── ОСНОВНОЙ ИГРОВОЙ ЦИКЛ ───────────────────────────────

    def _game_loop(self):
        """Один шаг игры: движение → проверка → отрисовка → рекурсивный вызов."""
        if not self.running:
            return

        self._move_snake()

        if self._check_collision():
            self._game_over()
            return

        # Проверяем, съела ли змейка еду
        if self.snake[0] == self.food:
            self.score += 1
            self.lbl_score.config(text=f"Счёт: {self.score}")
            self._place_food()
            # Ускорение
            self.speed = max(self.SPEED_MIN, self.speed - self.SPEED_STEP)
        else:
            self.snake.pop()  # убираем хвост (змейка не растёт)

        self._draw()

        # Планируем следующий кадр
        self._after_id = self.window.after(self.speed, self._game_loop)

    # ─────────────────── ДВИЖЕНИЕ ─────────────────────────────────────────────

    def _move_snake(self):
        """Двигает змейку на один шаг в текущем направлении."""
        self.direction = self.next_direction
        hx, hy = self.snake[0]
        moves = {
            "Up":    (0, -1),
            "Down":  (0,  1),
            "Left":  (-1, 0),
            "Right": (1,  0),
        }
        dx, dy = moves[self.direction]
        new_head = (hx + dx, hy + dy)
        self.snake.insert(0, new_head)

    # ─────────────────── КОЛЛИЗИИ ─────────────────────────────────────────────

    def _check_collision(self) -> bool:
        """Проверяет столкновение со стеной или собственным хвостом."""
        hx, hy = self.snake[0]
        # Стена
        if hx < 0 or hx >= self.COLS or hy < 0 or hy >= self.ROWS:
            return True
        # Хвост (голова уже в списке — проверяем дубликат)
        if self.snake[0] in self.snake[1:]:
            return True
        return False

    # ─────────────────── РАЗМЕЩЕНИЕ ЕДЫ ──────────────────────────────────────

    def _place_food(self):
        """Помещает еду в случайную свободную клетку."""
        while True:
            pos = (random.randint(0, self.COLS - 1),
                   random.randint(0, self.ROWS - 1))
            if pos not in self.snake:
                self.food = pos
                return

    # ─────────────────── ОТРИСОВКА ────────────────────────────────────────────

    def _draw(self):
        """Полная перерисовка игрового поля."""
        self.canvas.delete("all")
        self._draw_grid()
        self._draw_food()
        self._draw_snake()

    def _draw_grid(self):
        """Рисует лёгкую сетку."""
        for x in range(0, self.width, self.CELL_SIZE):
            self.canvas.create_line(x, 0, x, self.height, fill=self.COLOR_GRID)
        for y in range(0, self.height, self.CELL_SIZE):
            self.canvas.create_line(0, y, self.width, y, fill=self.COLOR_GRID)

    def _draw_snake(self):
        """Рисует змейку (голова — ярче, тело — чуть темнее)."""
        cs = self.CELL_SIZE
        for i, (x, y) in enumerate(self.snake):
            color = self.COLOR_SNAKE_HEAD if i == 0 else self.COLOR_SNAKE_BODY
            pad = 1 if i == 0 else 2  # голова чуть крупнее
            self.canvas.create_rectangle(
                x * cs + pad, y * cs + pad,
                (x + 1) * cs - pad, (y + 1) * cs - pad,
                fill=color, outline=""
            )
        # Глаза на голове
        hx, hy = self.snake[0]
        cx = hx * cs + cs // 2
        cy = hy * cs + cs // 2
        offsets = {
            "Up":    [(-3, -3), (3, -3)],
            "Down":  [(-3,  3), (3,  3)],
            "Left":  [(-3, -3), (-3, 3)],
            "Right": [(3, -3),  (3,  3)],
        }
        for ox, oy in offsets.get(self.direction, [(0, 0)]):
            self.canvas.create_oval(
                cx + ox - 2, cy + oy - 2, cx + ox + 2, cy + oy + 2,
                fill="#1e1e2e", outline=""
            )

    def _draw_food(self):
        """Рисует еду с эффектом «свечения»."""
        if not self.food:
            return
        cs = self.CELL_SIZE
        fx, fy = self.food
        # Свечение (полупрозрачный круг побольше)
        self.canvas.create_oval(
            fx * cs - 2, fy * cs - 2,
            (fx + 1) * cs + 2, (fy + 1) * cs + 2,
            fill=self.COLOR_FOOD_GLOW, outline=""
        )
        # Само «яблоко»
        self.canvas.create_oval(
            fx * cs + 3, fy * cs + 3,
            (fx + 1) * cs - 3, (fy + 1) * cs - 3,
            fill=self.COLOR_FOOD, outline=""
        )

    # ─────────────────── КОНЕЦ ИГРЫ ───────────────────────────────────────────

    def _game_over(self):
        """Обработка конца игры."""
        self.running = False
        if self.score > self.best_score:
            self.best_score = self.score
            self.lbl_best.config(text=f"Рекорд: {self.best_score}")

        # Рисуем экран Game Over
        self._draw()
        cx, cy = self.width // 2, self.height // 2
        # Затемнение
        self.canvas.create_rectangle(
            0, cy - 50, self.width, cy + 55,
            fill="#11111b", outline="", stipple="gray50"
        )
        self.canvas.create_text(
            cx, cy - 20, text="GAME OVER",
            font=("Consolas", 26, "bold"), fill="#f38ba8"
        )
        self.canvas.create_text(
            cx, cy + 15, text=f"Счёт: {self.score}",
            font=("Consolas", 16), fill=self.COLOR_TEXT
        )
        self.canvas.create_text(
            cx, cy + 40, text="Нажмите Enter для новой игры",
            font=("Consolas", 11), fill="#6c7086"
        )

    # ─────────────────── УПРАВЛЕНИЕ КЛАВИШАМИ ─────────────────────────────────

    def _on_key(self, event):
        """Обработка нажатий клавиш в окне игры."""
        keysym = event.keysym

        # Запуск/рестарт по Enter
        if keysym in ("Return", "KP_Enter"):
            self._start_game()
            return

        # Запрещаем разворот на 180°
        opposites = {"Up": "Down", "Down": "Up", "Left": "Right", "Right": "Left"}
        if keysym in opposites and self.running:
            if opposites[keysym] != self.direction:
                self.next_direction = keysym

        # WASD-поддержка
        wasd = {"w": "Up", "s": "Down", "a": "Left", "d": "Right"}
        if keysym in wasd and self.running:
            mapped = wasd[keysym]
            if opposites[mapped] != self.direction:
                self.next_direction = mapped


# ═══════════════════════════════════════════════════════════════════════════════
#                            ТОЧКА ВХОДА
# ═══════════════════════════════════════════════════════════════════════════════

def main():
    root = tk.Tk()

    # Иконка окна (текстовый fallback для кросс-платформенности)
    try:
        root.iconname("Calc")
    except Exception:
        pass

    app = EngineeringCalculator(root)
    root.mainloop()


if __name__ == "__main__":
    main()

Итог

Первый этап

Второй этап

Третий этап

Четвертый этап

Сумма

ChatGPT 5.4

2,5 балла / 25 рублей

3 балла / 24 рублей

3 балла / 15 рублей

3 балла / 48 рублей

11,5 баллов / 112 рублей

Gemini 3.1 Pro

3 балла / 20 рублей

2 балла / 16 рублей

3 балла / 22 рубля

2,5 балла / 29 рублей

10,5 баллов / 87 рублей

Claude Opus 4.6

3 балла / 68 рублей

2 балла / 38 рублей

3 балла / 29 рублей

2 балла / 73 рубля

10 баллов / 208 рублей

Итог прозрачен – победил ChatGPT 5.4. Что немного меня удивляет. В предыдущих столкновениях он был на втором-третьем месте, а тут выбился в лидеры.

Цена, важный параметр. Тут уже лидирует Gemini 3.1 Pro. Хоть модель и допустила промашку в разделе с программированием, в остальном все придирки – мое личное мнение.

Claude Opus 4.6 же показал сегодня самый худший результат за все время моего использования им. Дело даже не в цене, а в самих ответах. Раньше было лучше.

Спасибо за прочтение!

Источник

  • 11.01.26 03:16 austinjarvis

    I lost £75,000 in a Bitcoin scam. Scammers used deepfake videos to make it seem like Elon Musk himself pitched the deal. These deepfakes swap faces onto real people with AI. They look so real you can't spot the trick at first. They drew me in with talk of fast cash. Double your money in weeks, they said. Videos showed Musk explaining simple steps to join. I bit. Sent my Bitcoin bit by bit. First small amounts worked. Then I dumped my full savings. Boom. Funds vanished. No more contact. My bank account empty. Bills piled up. Loans to cover rent and food. Sleep gone. Stress hit hard. Felt like my whole life crashed. A mate saw my pain. He shared his own story from last year. Same scam type. He pointed me to Sylvester, a recovery agent. Reach him at Yt7cracker@gmail . com. Or WhatsApp + 1 512 577 7957. Or + 44 7428 662701. Sylvester got to work fast. Tracked the blockchain trails. Dealt with exchanges. Fought the scammers' tricks. Weeks later, my Bitcoin came back. Even the profits they promised. Debt lifted. Life back on track. If you're hit, contact him now.

  • 12.01.26 16:24 VERONICAFREDDIE809

    Earlier this year, I made a mistake that changed everything. I downloaded what I thought was a legitimate trading app I’d found through a Telegram channel. At first, everything looked real until I tried to withdraw. My entire investment vanished into a bot account, and that’s when the truth hit me: I had been scammed. I can’t describe the feeling. It was as if the ground dropped out from under me. I blamed myself. I felt stupid, ashamed, helpless every painful emotion at once. For a while, I couldn’t even talk about it. I thought no one would understand. But then I found someone Agent Jasmine Lopez ([email protected]) ,She didn’t brush me off or judge me. She took my fear seriously. She followed leads I didn’t even know existed, and identified multiple off-chain indicators and wallet clusters linked to the scammer network, she helped me understand what had truly happened behind the scenes. For the first time since everything fell apart, I felt hope. Hearing that other people students, parents, hardworking people had been targeted the same way made me realize I wasn’t alone. What happened to us wasn’t stupidity. It was a coordinated attack. We were prey in a system built to deceive. And somehow, through all the chaos, Agent Jasmine stepped in and shined a light into the darkest moment of my life. I’m still healing from the experience. It changed me. But it also reminded me that even when you think you’re at the end, sometimes a lifeline appears where you least expect it. Contact her at [email protected] WhatsApp at +44 736-644-5035.

  • 19.01.26 13:04 Kelvin Alfons

    Hello everyone. I’d like to share my personal experience from one of the most challenging times in my life. I’m based in Sydney, Australia, and on November 13, 2025, I fell victim to a fraudulent cryptocurrency investment platform that promised substantial financial growth.  Believing their claims, I invested a total of $220,000 with the expectation of earning solid returns. However, when I attempted to withdraw my funds, all communication abruptly stopped. My calls were ignored, my emails went unanswered, and I was left feeling completely powerless. Like many others, I had heard that Bitcoin transactions are impossible to trace, so I assumed my money was lost forever.  After some time, I discovered information about GREAT WHIP RECOVERY CYBER SERVICES, a reputable digital asset recovery firm. I decided to reach out to them, and to my astonishment, they were able to help me recover the full amount I had lost.  I’m sharing my story in the hope that it may help someone else who is going through a similar situation and looking for support. Their contact is, Website: https://greatwhiprecoveryc.wixsite.com/greatwhip-site Email:[email protected] Call: +1(406)2729101

  • 19.01.26 13:05 Kelvin Alfons

    Hello everyone. I’d like to share my personal experience from one of the most challenging times in my life. I’m based in Sydney, Australia, and on November 13, 2025, I fell victim to a fraudulent cryptocurrency investment platform that promised substantial financial growth.  Believing their claims, I invested a total of $220,000 with the expectation of earning solid returns. However, when I attempted to withdraw my funds, all communication abruptly stopped. My calls were ignored, my emails went unanswered, and I was left feeling completely powerless. Like many others, I had heard that Bitcoin transactions are impossible to trace, so I assumed my money was lost forever.  After some time, I discovered information about GREAT WHIP RECOVERY CYBER SERVICES, a reputable digital asset recovery firm. I decided to reach out to them, and to my astonishment, they were able to help me recover the full amount I had lost.  I’m sharing my story in the hope that it may help someone else who is going through a similar situation and looking for support. Their contact is, Website: https://greatwhiprecoveryc.wixsite.com/greatwhip-site Email:[email protected] Call: +1(406)2729101

  • 19.01.26 15:53 VERONICAFREDDIE809

    Earlier this year, I made a mistake that changed everything. I downloaded what I thought was a legitimate trading app I’d found through a Telegram channel. At first, everything looked real until I tried to withdraw. My entire investment vanished into a bot account, and that’s when the truth hit me: I had been scammed. I can’t describe the feeling. It was as if the ground dropped out from under me. I blamed myself. I felt stupid, ashamed, helpless every painful emotion at once. For a while, I couldn’t even talk about it. I thought no one would understand. But then I found someone Agent Jasmine Lopez ([email protected]) ,She didn’t brush me off or judge me. She took my fear seriously. She followed leads I didn’t even know existed, and identified multiple off-chain indicators and wallet clusters linked to the scammer network, she helped me understand what had truly happened behind the scenes. For the first time since everything fell apart, I felt hope. Hearing that other people students, parents, hardworking people had been targeted the same way made me realize I wasn’t alone. What happened to us wasn’t stupidity. It was a coordinated attack. We were prey in a system built to deceive. And somehow, through all the chaos, Agent Jasmine stepped in and shined a light into the darkest moment of my life. I’m still healing from the experience. It changed me. But it also reminded me that even when you think you’re at the end, sometimes a lifeline appears where you least expect it. Contact her at [email protected] WhatsApp at +44 736-644-5035.

  • 22.01.26 07:48 Kelvin Alfons

    Hello everyone. I’d like to share my personal experience from one of the most challenging times in my life. I’m based in Sydney, Australia, and on November 13, 2025, I fell victim to a fraudulent cryptocurrency investment platform that promised substantial financial growth.  Believing their claims, I invested a total of $220,000 with the expectation of earning solid returns. However, when I attempted to withdraw my funds, all communication abruptly stopped. My calls were ignored, my emails went unanswered, and I was left feeling completely powerless. Like many others, I had heard that Bitcoin transactions are impossible to trace, so I assumed my money was lost forever.  After some time, I discovered information about GREAT WHIP RECOVERY CYBER SERVICES, a reputable digital asset recovery firm. I decided to reach out to them, and to my astonishment, they were able to help me recover the full amount I had lost.  I’m sharing my story in the hope that it may help someone else who is going through a similar situation and looking for support. Their contact is, Website: https://greatwhiprecoveryc.wixsite.com/greatwhip-site Email:[email protected] Call: +1(406)2729101

  • 22.01.26 07:50 Kelvin Alfons

    Hello everyone. I’d like to share my personal experience from one of the most challenging times in my life. I’m based in Sydney, Australia, and on November 13, 2025, I fell victim to a fraudulent cryptocurrency investment platform that promised substantial financial growth.  Believing their claims, I invested a total of $220,000 with the expectation of earning solid returns. However, when I attempted to withdraw my funds, all communication abruptly stopped. My calls were ignored, my emails went unanswered, and I was left feeling completely powerless. Like many others, I had heard that Bitcoin transactions are impossible to trace, so I assumed my money was lost forever.  After some time, I discovered information about GREAT WHIP RECOVERY CYBER SERVICES, a reputable digital asset recovery firm. I decided to reach out to them, and to my astonishment, they were able to help me recover the full amount I had lost.  I’m sharing my story in the hope that it may help someone else who is going through a similar situation and looking for support. Their contact is, Website: https://greatwhiprecoveryc.wixsite.com/greatwhip-site Email:[email protected] Call: +1(406)2729101

  • 22.01.26 10:42 Tonerdomark

    I got my money back from the Elon Musk scam. It cost me over 1 BTC and $55,000 in Dogecoin. Scammers vowed to double investments. Their sites seemed real. Fraud was tough to catch early. They hooked me with fast doubles in weeks or months. Videos showed Musk promising giveaways and gains. I bought in. I sent Bitcoin and Dogecoin in bits at first. Small sends worked. Then I wired my full savings. It vanished quick. No answers came. Bank account empty. Bills piled up. Loans covered rent and food. Sleep fled. Stress hit hard. Life crumbled. A friend spotted my trouble. He told of his scam loss last year. Same old plays. He pointed me to Sylvester Bryant, a recovery expert. Email Yt7cracker@gmail. com. WhatsApp +1 512 577 7957 or +44 7428 662701. Sylvester acted fast. He tracked blockchain trails. Dealt with exchanges. Outsmarted the scammers. In weeks, my Bitcoin came back. Even their phony profits too. Debts gone. Life back on track. Got hit? Contact him now.

  • 22.01.26 19:25 Angela_Moore

    Help to recover money from elon musk giveaway scam I got my money back from the Elon Musk scam. It cost me over 1 BTC and $55,000 in Dogecoin. Scammers vowed to double investments. Their sites seemed real. Fraud was tough to catch early. They hooked me with fast doubles in weeks or months. Videos showed Musk promising giveaways and gains. I bought in. I sent Bitcoin and Dogecoin in bits at first. Small sends worked. Then I wired my full savings. It vanished quick. No answers came. Bank account empty. Bills piled up. Loans covered rent and food. Sleep fled. Stress hit hard. Life crumbled. A friend spotted my trouble. He told of his scam loss last year. Same old plays. He pointed me to Sylvester Bryant, a recovery expert. Email Yt7cracker@gmail. com. WhatsApp +1 512 577 7957 or +44 7428 662701. Sylvester acted fast. He tracked blockchain trails. Dealt with exchanges. Outsmarted the scammers. In weeks, my Bitcoin came back. Even their phony profits too. Debts gone. Life back on track. Got hit? Contact him now.

  • 23.01.26 07:35 Kelvin Alfons

    Hello everyone. I’d like to share my personal experience from one of the most challenging times in my life. I’m based in Sydney, Australia, and on November 13, 2025, I fell victim to a fraudulent cryptocurrency investment platform that promised substantial financial growth.  Believing their claims, I invested a total of $220,000 with the expectation of earning solid returns. However, when I attempted to withdraw my funds, all communication abruptly stopped. My calls were ignored, my emails went unanswered, and I was left feeling completely powerless. Like many others, I had heard that Bitcoin transactions are impossible to trace, so I assumed my money was lost forever.  After some time, I discovered information about GREAT WHIP RECOVERY CYBER SERVICES, a reputable digital asset recovery firm. I decided to reach out to them, and to my astonishment, they were able to help me recover the full amount I had lost.  I’m sharing my story in the hope that it may help someone else who is going through a similar situation and looking for support. Their contact is, Website: https://greatwhiprecoveryc.wixsite.com/greatwhip-site Email:[email protected] Call: +1(406)2729101

  • 23.01.26 07:35 Kelvin Alfons

    Hello everyone. I’d like to share my personal experience from one of the most challenging times in my life. I’m based in Sydney, Australia, and on November 13, 2025, I fell victim to a fraudulent cryptocurrency investment platform that promised substantial financial growth.  Believing their claims, I invested a total of $220,000 with the expectation of earning solid returns. However, when I attempted to withdraw my funds, all communication abruptly stopped. My calls were ignored, my emails went unanswered, and I was left feeling completely powerless. Like many others, I had heard that Bitcoin transactions are impossible to trace, so I assumed my money was lost forever.  After some time, I discovered information about GREAT WHIP RECOVERY CYBER SERVICES, a reputable digital asset recovery firm. I decided to reach out to them, and to my astonishment, they were able to help me recover the full amount I had lost.  I’m sharing my story in the hope that it may help someone else who is going through a similar situation and looking for support. Their contact is, Website: https://greatwhiprecoveryc.wixsite.com/greatwhip-site Email:[email protected] Call: +1(406)2729101

  • 26.01.26 10:36 alksnismareks

    It all started when I decided to explore online trading as a way to grow my savings. Like many, I trusted what appeared to be a legitimate platform, only to find myself trapped in a nightmare. After making consistent trades and finally deciding to withdraw my profits, I was met with silence. My account was suddenly restricted—no warning, no explanation. Every attempt to contact the broker went unanswered or was met with vague, dismissive replies. For three long, agonizing months, I lived in uncertainty. I couldn’t sleep at night. I replayed every email, every transaction, wondering if I’d made a mistake. But deep down, I knew the truth: I hadn’t done anything wrong. The broker had simply decided to lock me out and keep my money. During that time, I felt completely powerless—like I was shouting into a void. The stress affected my health, my relationships, and my ability to focus on anything else. There were days I truly believed that $167,000 was gone forever, lost to the shadows of the unregulated online trading world. I even began to accept it as a painful lesson—one that would cost me dearly but might teach me to be more cautious in the future. But something inside me refused to surrender completely. That’s when I discovered TechY Force Cyber Retrieval. At first, I was cautious—after being scammed once, I didn’t want to fall victim again. But everything about TechY Force felt different. They were transparent from the start. No grand promises, no pressure tactics. Just clear, professional communication and a deep understanding of how these fraudulent brokers operate. Most importantly, they are a licensed specialist in binary options and forex fund recovery, which gave me the confidence to move forward. From our very first consultation, their team treated my case with urgency and empathy. They walked me through the entire process, explained the legal and technical avenues available, and assured me they would handle every detail. They collected documentation, analyzed transaction trails, and engaged directly with the payment processors and the broker using precise, strategic methods I never could have navigated on my own. What happened next was nothing short of miraculous. Within weeks, the broker—who had ignored me for months—began responding. And then, without any further drama or delays, my full $167,000 USD was returned to me. No deductions. No hidden fees. Just clean, complete recovery. The relief I felt was indescribable. It wasn’t just about the money—it was about reclaiming control, restoring trust, and proving that even in the face of deception, there are still good people who fight for what’s right. If you’ve been locked out of your trading account, scammed by a fake investment platform, or had your funds unjustly withheld, please know this: you are not alone, and your money may not be lost forever. Thanks to TechY Force Cyber Retrieval, I got my life back. Their expertise, integrity, and unwavering commitment turned my despair into deliverance. I cannot recommend them highly enough. To anyone reading this in distress: don’t give up. Reach out. Take that step. Because if someone like me—broken, doubtful, and nearly hopeless—can recover every dollar… so can you. WhatsApp them + 156 172 63 697 With heartfelt thanks and renewed hope, — A Recovered and Grateful Client

  • 26.01.26 23:21 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 26.01.26 23:21 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 26.01.26 23:21 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 27.01.26 01:18 Kelvin Alfons

    Hello everyone. I’d like to share my personal experience from one of the most challenging times in my life. I’m based in Sydney, Australia, and on November 13, 2025, I fell victim to a fraudulent cryptocurrency investment platform that promised substantial financial growth.  Believing their claims, I invested a total of $220,000 with the expectation of earning solid returns. However, when I attempted to withdraw my funds, all communication abruptly stopped. My calls were ignored, my emails went unanswered, and I was left feeling completely powerless. Like many others, I had heard that Bitcoin transactions are impossible to trace, so I assumed my money was lost forever.  After some time, I discovered information about GREAT WHIP RECOVERY CYBER SERVICES, a reputable digital asset recovery firm. I decided to reach out to them, and to my astonishment, they were able to help me recover the full amount I had lost.  I’m sharing my story in the hope that it may help someone else who is going through a similar situation and looking for support. Their contact is, Website: https://greatwhiprecoveryc.wixsite.com/greatwhip-site Email:[email protected] Call: +1(406)2729101

  • 27.01.26 01:19 Kelvin Alfons

    Hello everyone. I’d like to share my personal experience from one of the most challenging times in my life. I’m based in Sydney, Australia, and on November 13, 2025, I fell victim to a fraudulent cryptocurrency investment platform that promised substantial financial growth.  Believing their claims, I invested a total of $220,000 with the expectation of earning solid returns. However, when I attempted to withdraw my funds, all communication abruptly stopped. My calls were ignored, my emails went unanswered, and I was left feeling completely powerless. Like many others, I had heard that Bitcoin transactions are impossible to trace, so I assumed my money was lost forever.  After some time, I discovered information about GREAT WHIP RECOVERY CYBER SERVICES, a reputable digital asset recovery firm. I decided to reach out to them, and to my astonishment, they were able to help me recover the full amount I had lost.  I’m sharing my story in the hope that it may help someone else who is going through a similar situation and looking for support. Their contact is, Website: https://greatwhiprecoveryc.wixsite.com/greatwhip-site Email:[email protected] Call: +1(406)2729101

  • 27.01.26 09:29 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 27.01.26 09:29 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 27.01.26 09:32 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 29.01.26 05:03 joyo

    The digital world of cryptocurrency offers big chances, but it also hides tricky scams. Losing your crypto to fraud feels awful. It can leave you feeling lost and violated. This guide tells you what to do right away if a crypto scam has hit you. These steps can help you get funds back or stop more trouble. Knowing what to do fast can change everything,reach marie ([email protected] and whatsapp:+1 7127594675)

  • 30.01.26 08:23 joseph67t

    It's a joy to write this review. Since I began working with Marie at the beginning of 2018, the service has been outstanding. Hackers stole my monies, and I was frightened about how I would get them back. I didn't know where to begin, consequently it was a nightmare for me. But once my friend told me about ([email protected] and whatsap:+1 7127594675), things became simple for me. I'm glad she was able to get my bitcoin back so I could start trading on Binance again!

  • 31.01.26 00:55 harristhomas7376

    "In the crypto world, this is great news I want to share. Last year, I fell victim to a scam disguised as a safe investment option. I have invested in crypto trading platforms for about 10yrs thinking I was ensuring myself a retirement income, only to find that all my assets were either frozen, I believed my assets were secure — until I discovered that my BTC funds had been frozen and withdrawals were impossible. It was a devastating moment when I realized I had been scammed, and I thought my Bitcoin was gone forever, Everything changed when a close friend recommended the Capital Crypto Recover Service. Their professionalism, expertise, and dedication enabled me to recover my lost Bitcoin funds back — more than €560.000 DEM to my BTC wallet. What once felt impossible became a reality thanks to their support. If you have lost Bitcoin through scams, hacking, failed withdrawals, or similar challenges, don’t lose hope. I strongly recommend Capital Crypto Recover Service to anyone seeking a reliable and effective solution for recovering any wallet assets. They have a proven track record of successful reputation in recovering lost password assets for their clients and can help you navigate the process of recovering your funds. Don’t let scammers get away with your hard-earned money – contact Email: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Contact: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 31.01.26 00:55 harristhomas7376

    "In the crypto world, this is great news I want to share. Last year, I fell victim to a scam disguised as a safe investment option. I have invested in crypto trading platforms for about 10yrs thinking I was ensuring myself a retirement income, only to find that all my assets were either frozen, I believed my assets were secure — until I discovered that my BTC funds had been frozen and withdrawals were impossible. It was a devastating moment when I realized I had been scammed, and I thought my Bitcoin was gone forever, Everything changed when a close friend recommended the Capital Crypto Recover Service. Their professionalism, expertise, and dedication enabled me to recover my lost Bitcoin funds back — more than €560.000 DEM to my BTC wallet. What once felt impossible became a reality thanks to their support. If you have lost Bitcoin through scams, hacking, failed withdrawals, or similar challenges, don’t lose hope. I strongly recommend Capital Crypto Recover Service to anyone seeking a reliable and effective solution for recovering any wallet assets. They have a proven track record of successful reputation in recovering lost password assets for their clients and can help you navigate the process of recovering your funds. Don’t let scammers get away with your hard-earned money – contact Email: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Contact: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 02.02.26 18:52 Christopherbelle

    Sylvester Bryant is a top crypto recovery agent! Then I contacted them with my story that i have been scammed. It took time, yet my stolen crypto was recovered . Need help? Reach out to Sylvester on WhatsApp at +1 512 577 7957 or +44 7428 662701. Or email yt7cracker@gmail . com.

  • 03.02.26 08:05 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 03.02.26 08:05 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 04.02.26 16:23 borutaralf

    GREAT WHIP RECOVERY CYBER SERVICES TRUSTED EXPERTS IN ONLINE RECOVERY SOLUTIONS PHONE CALL:+1(406)2729101 I was unfortunately deceived and scammed out of $88,000 by someone I trusted to manage my funds during a transaction we carried out together. The experience left me deeply disappointed and hurt, realizing that someone could betray that level of trust without any remorse. Determined to seek justice and recover what was stolen, I began searching for legal assistance and came across numerous testimonials about GREAT WHIP RECOVERY CYBER SERVICES, a group known for helping victims recover lost funds. From what I learned, they have successfully assisted many people facing similar situations, returning stolen funds to their rightful owners in a remarkably short time. In my case, the GREAT WHIP RECOVERY CYBER SERVICES were able to recover my funds within just 48 hours, which was truly unbelievable. Even more reassuring was the fact that the scammer was identified, located, and eventually arrested by local authorities in his region. That outcome brought a great sense of relief and closure. I hope this information helps others who have lost their hard-earned money due to misplaced trust. If you’re in a similar situation, you can contact them through their info below to seek help in recovering your stolen funds.  Email: [email protected]  Website https://greatwhiprecoveryc.wixsite.com/greatwhip-site  Phone Call:+1(406)2729101

  • 04.02.26 16:24 borutaralf

    GREAT WHIP RECOVERY CYBER SERVICES TRUSTED EXPERTS IN ONLINE RECOVERY SOLUTIONS PHONE CALL:+1(406)2729101 I was unfortunately deceived and scammed out of $88,000 by someone I trusted to manage my funds during a transaction we carried out together. The experience left me deeply disappointed and hurt, realizing that someone could betray that level of trust without any remorse. Determined to seek justice and recover what was stolen, I began searching for legal assistance and came across numerous testimonials about GREAT WHIP RECOVERY CYBER SERVICES, a group known for helping victims recover lost funds. From what I learned, they have successfully assisted many people facing similar situations, returning stolen funds to their rightful owners in a remarkably short time. In my case, the GREAT WHIP RECOVERY CYBER SERVICES were able to recover my funds within just 48 hours, which was truly unbelievable. Even more reassuring was the fact that the scammer was identified, located, and eventually arrested by local authorities in his region. That outcome brought a great sense of relief and closure. I hope this information helps others who have lost their hard-earned money due to misplaced trust. If you’re in a similar situation, you can contact them through their info below to seek help in recovering your stolen funds.  Email: [email protected]  Website https://greatwhiprecoveryc.wixsite.com/greatwhip-site  Phone Call:+1(406)2729101

  • 04.02.26 17:11 wendytaylor015

    My name is Wendy Taylor, I'm from Los Angeles, i want to announce to you Viewer how Capital Crypto Recover help me to restore my Lost Bitcoin, I invested with a Crypto broker without proper research to know what I was hoarding my hard-earned money into scammers, i lost access to my crypto wallet or had your funds stolen? Don’t worry Capital Crypto Recover is here to help you recover your cryptocurrency with cutting-edge technical expertise, With years of experience in the crypto world, Capital Crypto Recover employs the best latest tools and ethical hacking techniques to help you recover lost assets, unlock hacked accounts, Whether it’s a forgotten password, Capital Crypto Recover has the expertise to help you get your crypto back. a security company service that has a 100% success rate in the recovery of crypto assets, i lost wallet and hacked accounts. I provided them the information they requested and they began their investigation. To my surprise, Capital Crypto Recover was able to trace and recover my crypto assets successfully within 24hours. Thank you for your service in helping me recover my $647,734 worth of crypto funds and I highly recommend their recovery services, they are reliable and a trusted company to any individuals looking to recover lost money. Contact email [email protected] OR Telegram @Capitalcryptorecover Call/Text Number +1 (336)390-6684 his contact: [email protected] His website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 05.02.26 12:07 Thomas Muller

    YOU CAN REACH OUT TO GREAT WHIP RECOVERY CYBER SERVICES FOR HELP TO RECOVER YOUR STOLEN BTC OR ETH BACK CALL:+1(406)2729101 I once fell victim to online investment scheme that cost me a devastating €254,000. I’m Thomas Muller from Berlin, Germany. The person I trusted turned out to be a fraud, and the moment I realized I’d been deceived, my entire world stopped. I immediately began searching for legitimate ways to recover my funds and hold the scammer accountable. During my search, I came across several testimonies of how Great Whip Recovery Cyber Services helped some people recover money they lost to cyber fraud, I contacted Great Whip Recovery Cyber Service team and provided all the evidence I had. Within about 36 hours, the experts traced the digital trail left by the fraudster, the individual was eventually tracked down and I recovered all my money back. You can contact them with,  website https://greatwhiprecoveryc.wixsite.com/greatwhip-site  text +1(406)2729101 email [email protected]

  • 05.02.26 15:46 feliciabotezatu

    Losing access to your cryptocurrency can be devastating—whether you’ve been scammed, hacked, or locked out due to a forgotten password. Many assume their digital assets are gone forever. But with the right expertise, recovery is not only possible—it’s our daily reality. At TECHY FORCE CYBER RETRIEVAL (TFCR), we’re a globally recognized, fully legitimate crypto recovery service dedicated to helping victims reclaim lost or stolen digital assets—safely, ethically, and effectively. Who We Are Backed by a team of certified blockchain forensic analysts, cybersecurity specialists, and ethical hackers, TFCR has recovered millions of dollars in Bitcoin, Ethereum, USDT, and other major cryptocurrencies for clients worldwide. We specialize in cases involving: - Investment scams and fake platforms - Wallet hacks and unauthorized transactions - Forgotten passwords, seed phrases, or corrupted backups - Inaccessible hardware or software wallets Our mission is clear: Help you recover what’s rightfully yours—with honesty, transparency, and proven results. How We Work 1. Confidential Case Review Share your situation with us—no cost, no obligation. We assess whether your case is recoverable based on transaction data, wallet details, and loss type. 2. Advanced Blockchain Forensics Using industry-leading tools, we trace your funds across blockchains, identify destination addresses, and determine if assets are held on exchanges or recoverable platforms—even after complex laundering attempts. 3. Custom Recovery Execution Depending on your case, we: - Reconstruct access to locked wallets using secure decryption methods - Engage with exchanges or payment processors to freeze or retrieve funds - Provide forensic reports to support legal or compliance actions - Negotiate with third parties when appropriate and safe 4. Secure Return & Prevention Advice Recovered assets go directly to a wallet you control. We also offer practical guidance to help you avoid future losses—because security starts after recovery. Why Choose TFCR? No Recovery, No Fee – You only pay upon successful retrieval Legitimate & Transparent – No upfront payments, no hidden costs Global Expertise – Proven success across 50+ countries Ethical Standards – All actions comply with cybersecurity and privacy best practices While crypto threats grow daily, so does our resolve. At TECHY FORCE CYBER RETRIEVAL, we don’t just track transactions—we restore trust, hope, and financial peace of mind. Don’t give up on your crypto. Act now—before critical evidence disappears. 📧 Email: [email protected] 🌐 Visit: Official https://techyforcecyberretrieval.com Website] 🕒 Available 24/7 for urgent cases Your crypto may be missing—but with TFCR, it’s never truly lost. ©️ 2026 TECHY FORCE CYBER RETRIEVAL — Trusted. Professional. Results-Driven.

  • 05.02.26 15:52 harryjones5

    How Can I Contact a Cryptocurrency Recovery Company? Visit iFORCE HACKER RECOVERY  I realize how volatile and thrilling cryptocurrency can be. After joining a Telegram-based service, I made consistent profits for six months before unexpected faults deprived me of approximately $343,000. Withdrawal blunders, little help, and rising dread kept me stuck. I then discovered iForce Hacker Recovery from positive reviews. They replied swiftly, handled my issue professionally, and walked me through every step. My valuables were returned within a week, giving me back my confidence. I heartily recommend their dependable, professional aid services. Contact Info: Website address: htt p:// iforcehackers. co m. Email: iforcehk @ consultant .co m WhatsApp: +1 240 803-3706

  • 06.02.26 14:44 feliciabotezatu

    Losing access to your cryptocurrency can be devastating—whether you’ve been scammed, hacked, or locked out due to a forgotten password. Many assume their digital assets are gone forever. But with the right expertise, recovery is not only possible—it’s our daily reality. At TECHY FORCE CYBER RETRIEVAL (TFCR), we’re a globally recognized, fully legitimate crypto recovery service dedicated to helping victims reclaim lost or stolen digital assets—safely, ethically, and effectively. Who We Are   Backed by a team of certified blockchain forensic analysts, cybersecurity specialists, and ethical hackers, TFCR has recovered millions of dollars in Bitcoin, Ethereum, USDT, and other major cryptocurrencies for clients worldwide. We specialize in cases involving: - Investment scams and fake platforms   - Wallet hacks and unauthorized transactions   - Forgotten passwords, seed phrases, or corrupted backups   - Inaccessible hardware or software wallets   Our mission is clear: Help you recover what’s rightfully yours—with honesty, transparency, and proven results. How We Work   1. Confidential Case Review      Share your situation with us—no cost, no obligation. We assess whether your case is recoverable based on transaction data, wallet details, and loss type. 2. Advanced Blockchain Forensics      Using industry-leading tools, we trace your funds across blockchains, identify destination addresses, and determine if assets are held on exchanges or recoverable platforms—even after complex laundering attempts. 3. Custom Recovery Execution      Depending on your case, we:      - Reconstruct access to locked wallets using secure decryption methods      - Engage with exchanges or payment processors to freeze or retrieve funds      - Provide forensic reports to support legal or compliance actions      - Negotiate with third parties when appropriate and safe   4. Secure Return & Prevention Advice      Recovered assets go directly to a wallet you control. We also offer practical guidance to help you avoid future losses—because security starts after recovery. Why Choose TFCR?   No Recovery, No Fee – You only pay upon successful retrieval   Legitimate & Transparent – No upfront payments, no hidden costs   Global Expertise – Proven success across 50+ countries   Ethical Standards – All actions comply with cybersecurity and privacy best practices   While crypto threats grow daily, so does our resolve. At TECHY FORCE CYBER RETRIEVAL, we don’t just track transactions—we restore trust, hope, and financial peace of mind. Don’t give up on your crypto.   Act now—before critical evidence disappears.   Email: [email protected]   Visit: Official https://techyforcecyberretrieval.com  Website]   Available 24/7 for urgent cases   Your crypto may be missing—but with TFCR, it’s never truly lost.     ©️ 2026 TECHY FORCE CYBER RETRIEVAL — Trusted. Professional. Results-Driven.

  • 07.02.26 00:44 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 07.02.26 00:44 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 07.02.26 04:43 Matt Kegan

    Reach out to SolidBlock Forensics if you want to get back your coins from fake crypto investment or your wallet was compromised and all your coins gone. SolidBlock Forensics provide deep ethical analysis and investigation that enables them to trace these schemes, and recover all your funds. Their services are professional and reliable.  http://www.solidblockforensics.com

  • 07.02.26 17:31 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 10.02.26 23:52 frankqq

    It is a pleasure to write this review. Since I began working with Marie in early 2018, the service has been outstanding. My coins were stolen by hackers, and I was afraid I wouldn't be able to recover them. It was a nightmare for me because I didn't know where to start. But after my friend told me about [email protected] and whatsapp:+1 7127594675, things became simple for me. I'm glad she was able to get my bitcoin back so I could start trading again.

  • 11.02.26 05:50 patricialovick86

    How To Recover Your Bitcoin Without Falling Victim To Scams: A Testimony Experience With Capital Crypto Recover Services, Contact Telegram: @Capitalcryptorecover Dear Everyone, I would like to take a moment to share my positive experience with Capital Crypto Recover Services. Initially, I was unsure if it would be possible to recover my stolen bitcoins. However, with their expertise and professionalism, I was able to fully recover my funds. Unfortunately, many individuals fall victim to scams in the cryptocurrency space, especially those involving fraudulent investment platforms. However, I advise caution, as not all recovery services are legitimate. I personally lost $273,000 worth of Bitcoin from my Binance account due to a deceptive platform. If you have suffered a similar loss, you may be considering crypto recovery, The Capital Crypto Recover is the most knowledgeable and effective Capital Crypto Recovery Services assisted me in recovering my stolen funds within 24 hours, after getting access to my wallet. Their service was not only prompt but also highly professional and effective, and many recovery services may not be trustworthy. Therefore, I highly recommend Capital Crypto Recover to you. i do always research and see reviews about their service, For assistance finding your misplaced cryptocurrency, get in touch with them, They do their jobs quickly and excellently, Stay safe and vigilant in the crypto world. Contact: [email protected] You can reach them via email at [email protected] OR Call/Text Number +1 (336)390-6684 his contact website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 11.02.26 05:50 patricialovick86

    How To Recover Your Bitcoin Without Falling Victim To Scams: A Testimony Experience With Capital Crypto Recover Services, Contact Telegram: @Capitalcryptorecover Dear Everyone, I would like to take a moment to share my positive experience with Capital Crypto Recover Services. Initially, I was unsure if it would be possible to recover my stolen bitcoins. However, with their expertise and professionalism, I was able to fully recover my funds. Unfortunately, many individuals fall victim to scams in the cryptocurrency space, especially those involving fraudulent investment platforms. However, I advise caution, as not all recovery services are legitimate. I personally lost $273,000 worth of Bitcoin from my Binance account due to a deceptive platform. If you have suffered a similar loss, you may be considering crypto recovery, The Capital Crypto Recover is the most knowledgeable and effective Capital Crypto Recovery Services assisted me in recovering my stolen funds within 24 hours, after getting access to my wallet. Their service was not only prompt but also highly professional and effective, and many recovery services may not be trustworthy. Therefore, I highly recommend Capital Crypto Recover to you. i do always research and see reviews about their service, For assistance finding your misplaced cryptocurrency, get in touch with them, They do their jobs quickly and excellently, Stay safe and vigilant in the crypto world. Contact: [email protected] You can reach them via email at [email protected] OR Call/Text Number +1 (336)390-6684 his contact website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 12.02.26 23:55 brouwerspatrick8

    I’ve always believed that sustainability begins at home—not just in how we recycle or conserve energy, but in the very structures we live in. For years, I dreamed of building a zero-waste neighborhood where every house functions like a living ecosystem: solar-powered, water-wise, and crowned with rooftop greenhouses that feed families and filter air. It wasn’t just architecture—it was my vision for a quieter, cleaner future. To make it real, I turned to Bitcoin. Not as a speculative bet, but as a long-term store of value aligned with my values—decentralized, transparent, and independent of broken systems. Over seven years, I poured savings, side income, and relentless discipline into building a $680,000 crypto portfolio. Every coin had a purpose: permits, materials, and community partnerships. My dream had a balance sheet. Then, in one exhausted, distracted moment, it all collapsed. It was November 2025. I was juggling contractor delays, city inspections, and endless design revisions. My nerves were frayed, my coffee pot never empty. When a “Ledger Live Update” notification popped up, I didn’t think twice. The interface looked identical—same logo, same layout. I entered my credentials… and within seconds, the app disappeared. My wallet balance dropped to zero. I sat frozen. My stomach dropped. All that work—years of sacrifice—gone in a blink. The days that followed were dark. I scoured forums, filed reports, and replayed my mistake on loop. Guilt ate at me. How could I have been so careless? My greenhouse renderings sat untouched. My dream felt like a cruel joke. Just when I was ready to walk away, I stumbled upon a newsletter about green innovation. Tucked between articles on carbon-neutral cities and next-gen solar panels was a short feature on *Digital Light Solution*—a specialized team that helps victims of crypto theft recover stolen assets. Skeptical but desperate, I reached out. What followed wasn’t magic—but it was close to it. Their team treated my case with urgency and compassion. They traced the transaction trail, identified the laundering path, and worked with exchanges to freeze what they could. Within weeks, they’d recovered a significant portion of my funds—enough to restart. Today, I’m not just rebuilding my portfolio—I’m breaking ground on my prototype greenhouse. And every beam, every pane of glass, carries the lesson I learned: that even in our most vulnerable moments, there’s still light to be found. [email protected] Telegram ——digitallightsolution website https://digitallightsolution.com/ WHAT'S  APP  https://wa.link/989vlf 

  • 12.02.26 23:56 brouwerspatrick8

    I’ve always believed that sustainability begins at home—not just in how we recycle or conserve energy, but in the very structures we live in. For years, I dreamed of building a zero-waste neighborhood where every house functions like a living ecosystem: solar-powered, water-wise, and crowned with rooftop greenhouses that feed families and filter air. It wasn’t just architecture—it was my vision for a quieter, cleaner future. To make it real, I turned to Bitcoin. Not as a speculative bet, but as a long-term store of value aligned with my values—decentralized, transparent, and independent of broken systems. Over seven years, I poured savings, side income, and relentless discipline into building a $680,000 crypto portfolio. Every coin had a purpose: permits, materials, and community partnerships. My dream had a balance sheet. Then, in one exhausted, distracted moment, it all collapsed. It was November 2025. I was juggling contractor delays, city inspections, and endless design revisions. My nerves were frayed, my coffee pot never empty. When a “Ledger Live Update” notification popped up, I didn’t think twice. The interface looked identical—same logo, same layout. I entered my credentials… and within seconds, the app disappeared. My wallet balance dropped to zero. I sat frozen. My stomach dropped. All that work—years of sacrifice—gone in a blink. The days that followed were dark. I scoured forums, filed reports, and replayed my mistake on loop. Guilt ate at me. How could I have been so careless? My greenhouse renderings sat untouched. My dream felt like a cruel joke. Just when I was ready to walk away, I stumbled upon a newsletter about green innovation. Tucked between articles on carbon-neutral cities and next-gen solar panels was a short feature on *Digital Light Solution*—a specialized team that helps victims of crypto theft recover stolen assets. Skeptical but desperate, I reached out. What followed wasn’t magic—but it was close to it. Their team treated my case with urgency and compassion. They traced the transaction trail, identified the laundering path, and worked with exchanges to freeze what they could. Within weeks, they’d recovered a significant portion of my funds—enough to restart. Today, I’m not just rebuilding my portfolio—I’m breaking ground on my prototype greenhouse. And every beam, every pane of glass, carries the lesson I learned: that even in our most vulnerable moments, there’s still light to be found. [email protected] Telegram ——digitallightsolution website https://digitallightsolution.com/ WHAT'S  APP  https://wa.link/989vlf 

  • 13.02.26 00:17 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 13.02.26 00:17 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 13.02.26 02:16 Ralf Boruta

    GREAT WHIP RECOVERY CYBER SERVICES TRUSTED EXPERTS IN ONLINE RECOVERY SOLUTIONS PHONE CALL:+1(406)2729101 I was unfortunately deceived and scammed out of $88,000 by someone I trusted to manage my funds during a transaction we carried out together. The experience left me deeply disappointed and hurt, realizing that someone could betray that level of trust without any remorse. Determined to seek justice and recover what was stolen, I began searching for legal assistance and came across numerous testimonials about GREAT WHIP RECOVERY CYBER SERVICES, a group known for helping victims recover lost funds. From what I learned, they have successfully assisted many people facing similar situations, returning stolen funds to their rightful owners in a remarkably short time. In my case, the GREAT WHIP RECOVERY CYBER SERVICES were able to recover my funds within just 48 hours, which was truly unbelievable. Even more reassuring was the fact that the scammer was identified, located, and eventually arrested by local authorities in his region. That outcome brought a great sense of relief and closure. I hope this information helps others who have lost their hard-earned money due to misplaced trust. If you’re in a similar situation, you can contact them through their info below to seek help in recovering your stolen funds.  Email: [email protected]  Website https://greatwhiprecoveryc.wixsite.com/greatwhip-site  Phone Call:+1(406)2729101

  • 13.02.26 02:16 Ralf Boruta

    GREAT WHIP RECOVERY CYBER SERVICES TRUSTED EXPERTS IN ONLINE RECOVERY SOLUTIONS PHONE CALL:+1(406)2729101 I was unfortunately deceived and scammed out of $88,000 by someone I trusted to manage my funds during a transaction we carried out together. The experience left me deeply disappointed and hurt, realizing that someone could betray that level of trust without any remorse. Determined to seek justice and recover what was stolen, I began searching for legal assistance and came across numerous testimonials about GREAT WHIP RECOVERY CYBER SERVICES, a group known for helping victims recover lost funds. From what I learned, they have successfully assisted many people facing similar situations, returning stolen funds to their rightful owners in a remarkably short time. In my case, the GREAT WHIP RECOVERY CYBER SERVICES were able to recover my funds within just 48 hours, which was truly unbelievable. Even more reassuring was the fact that the scammer was identified, located, and eventually arrested by local authorities in his region. That outcome brought a great sense of relief and closure. I hope this information helps others who have lost their hard-earned money due to misplaced trust. If you’re in a similar situation, you can contact them through their info below to seek help in recovering your stolen funds.  Email: [email protected]  Website https://greatwhiprecoveryc.wixsite.com/greatwhip-site  Phone Call:+1(406)2729101

  • 13.02.26 18:29 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 13.02.26 18:29 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: 📧 Email: [email protected] 📱 Telegram: @Capitalcryptorecover Contact: [email protected] 📞 Call/Text: +1 (336) 390-6684 🌐 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 17.02.26 23:59 Lilyfox

    These group of CYBER GURUS below helped my family in ​recovering stolen bitcoin by scammers and they also helped me in securing a university title in one of the best university in the world I'm saying a very big thank you to them contact them now ; [email protected] or WhatsApp +​4​47476606228 -Recovery of funds from fake platform/BINARY TRADING - Retrieval of fraudulent funds - Bank Transfer service - BITCOIN TOP UP - Money, recovery from any country in the world - Change of university degrees - Spying of all social media account within - Sales of Blank ATM and Credit Cards - Sales of university Titles originals. - Clearing of bank debts - University title offer and so many others ... Despite all odds these internet gurus have proven themselves worthy to be called a professional Cyber genius ... once again i beat up my chest to confess that these group of cyber gurus are reliable and satisfactory with 100% reliability.....

  • 18.02.26 00:01 Lilyfox

    GENERAL HACKING AND CRYPTO RECOVERY SERVICES These group of CYBER GURUS below helped my family in ​recovering stolen bitcoin worth of $168,000 USD by scammers and they also helped me in securing a university title in one of the best university in the world I'm saying a very big thank you to them contact them now ; [email protected] or WhatsApp +​4​47476606228 -Recovery of funds from fake platform/BINARY TRADING - Retrieval of fraudulent funds - Bank Transfer service - BITCOIN TOP UP - Money, recovery from any country in the world - Change of university degrees - Spying of all social media account within - Sales of Blank ATM and Credit Cards - Sales of university Titles originals. - Clearing of bank debts - University title offer and so many others ... Despite all odds these internet gurus have proven themselves worthy to be called a professional Cyber genius ... once again i beat up my chest to confess that these group of cyber gurus are reliable and satisfactory with 100% reliability.....

  • 18.02.26 03:23 walterlindahi9

    This past January, my world came crashing down. I lost nearly $42,000 of my hard-earned savings to a sophisticated Solana-based crypto scam. At first, it all seemed legitimate: sleek website, professional whitepaper, even glowing testimonials from “investors.” I’d done my homework, or so I thought. The promise of high returns in a volatile market felt like my ticket to financial freedom. For the first few months, everything appeared to be working. My portfolio showed steady gains. I remember checking my wallet balance daily, feeling a mix of pride and relief. I’ve cracked the code to building real wealth. Then, without warning, the platform vanished. Wallet addresses went dead. Support channels disappeared, and my funds were gone in an instant. The emotional fallout was worse than the financial loss. Sleepless nights became the norm. Anxiety gnawed at me constantly. I replayed every decision in my head, blaming myself for being naive. I vowed never to trust anyone again, not influencers, not experts, not even my own judgment. But giving up wasn’t an option. I owed it to myself and to my future to fight back. So I began digging. I scoured Reddit threads, filed reports with blockchain analytics firms, and even contacted local authorities (though they offered little help). The more I searched, the more overwhelmed I became, lost in a labyrinth of technical jargon, dead ends, and predatory recovery services asking for upfront fees. Then, through a survivor’s forum, I stumbled upon TechY Force Cyber Retrieval. Skeptical but desperate, I reached out. What set them apart wasn’t just their expertise; it was their empathy. They didn’t make wild promises. Instead, they walked me through how crypto tracing works, what success looks like, and what realistic timelines are. No pressure. No false hope. Within weeks, their forensic team identified transaction trails linked to the scam wallet. Using on-chain analysis and coordination with exchanges, they flagged suspicious activity and initiated recovery protocols. It wasn’t magic, but it was methodical, transparent, and grounded in real blockchain intelligence. Today, I’m cautiously optimistic. While not all funds have been recovered yet, TechY Force has already secured a significant portion and, more importantly, restored my sense of agency. I’m sleeping again. I’m healing. If you’ve been scammed, know this: you’re not alone, and you’re not foolish. Crypto fraud preys on hope, but that same hope can fuel your comeback. Don’t suffer in silence. Reach out. Ask questions. And never let a scammer steal your future along with your funds. WhatsApp +1(561) 726 3697 Mail. Techyforcecyberretrieval(@)consultant(.)com Telegram (@)TechCyberforc

  • 22.02.26 03:48 harristhomas7376

    "In the crypto world, this is great news I want to share. Last year, I fell victim to a scam disguised as a safe investment option. I have invested in crypto trading platforms for about 10yrs thinking I was ensuring myself a retirement income, only to find that all my assets were either frozen, I believed my assets were secure — until I discovered that my BTC funds had been frozen and withdrawals were impossible. It was a devastating moment when I realized I had been scammed, and I thought my Bitcoin was gone forever, Everything changed when a close friend recommended the Capital Crypto Recover Service. Their professionalism, expertise, and dedication enabled me to recover my lost Bitcoin funds back — more than €560.000 DEM to my BTC wallet. What once felt impossible became a reality thanks to their support. If you have lost Bitcoin through scams, hacking, failed withdrawals, or similar challenges, don’t lose hope. I strongly recommend Capital Crypto Recover Service to anyone seeking a reliable and effective solution for recovering any wallet assets. They have a proven track record of successful reputation in recovering lost password assets for their clients and can help you navigate the process of recovering your funds. Don’t let scammers get away with your hard-earned money – contact Email: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Contact: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 22.02.26 03:49 harristhomas7376

    "In the crypto world, this is great news I want to share. Last year, I fell victim to a scam disguised as a safe investment option. I have invested in crypto trading platforms for about 10yrs thinking I was ensuring myself a retirement income, only to find that all my assets were either frozen, I believed my assets were secure — until I discovered that my BTC funds had been frozen and withdrawals were impossible. It was a devastating moment when I realized I had been scammed, and I thought my Bitcoin was gone forever, Everything changed when a close friend recommended the Capital Crypto Recover Service. Their professionalism, expertise, and dedication enabled me to recover my lost Bitcoin funds back — more than €560.000 DEM to my BTC wallet. What once felt impossible became a reality thanks to their support. If you have lost Bitcoin through scams, hacking, failed withdrawals, or similar challenges, don’t lose hope. I strongly recommend Capital Crypto Recover Service to anyone seeking a reliable and effective solution for recovering any wallet assets. They have a proven track record of successful reputation in recovering lost password assets for their clients and can help you navigate the process of recovering your funds. Don’t let scammers get away with your hard-earned money – contact Email: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Contact: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 22.02.26 18:58 Natasha Williams

    I am Natasha Williams from Dallas. I want to share my testimony to encourage anyone who has ever fallen victim to a scam or fraud. Some time ago, I was defrauded by some fraudulent cryptocurrency investment organization online, I was a victim and I lost a huge amount of money, $382,000. I felt angry, disappointed and helpless but I refused to give up and stay calm. I came across this agency, GREAT WHIP RECOVERY CYBER SERVICES.. who helped people recover their money from scammers and the testimonies I saw were quite amazing. And I decided to contact them. I gathered every piece of evidence, chats, receipts, account details, and messages and reported the case to the agency, GREAT WHIP RECOVERY CYBER SERVICES. After 73hours of follow up and not losing faith, the fraudster was traced and held accountable and I recovered all my money back. I highly recommend, GREAT WHIP RECOVERY CYBER SERVICES agency if you have ever fallen victim to scammers, you can contact them. Website: https://greatwhiprecoveryc.wixsite.com/greatwhip-site email: [email protected] Call Line: +1(406)2729101

  • 22.02.26 19:00 Natasha Williams

    I am Natasha Williams from Dallas. I want to share my testimony to encourage anyone who has ever fallen victim to a scam or fraud. Some time ago, I was defrauded by some fraudulent cryptocurrency investment organization online, I was a victim and I lost a huge amount of money, $382,000. I felt angry, disappointed and helpless but I refused to give up and stay calm. I came across this agency, GREAT WHIP RECOVERY CYBER SERVICES.. who helped people recover their money from scammers and the testimonies I saw were quite amazing. And I decided to contact them. I gathered every piece of evidence, chats, receipts, account details, and messages and reported the case to the agency, GREAT WHIP RECOVERY CYBER SERVICES. After 73hours of follow up and not losing faith, the fraudster was traced and held accountable and I recovered all my money back. I highly recommend, GREAT WHIP RECOVERY CYBER SERVICES agency if you have ever fallen victim to scammers, you can contact them. Website: https://greatwhiprecoveryc.wixsite.com/greatwhip-site email: [email protected] Call Line: +1(406)2729101

  • 23.02.26 23:26 chongfook

    As cryptocurrencies continue to reshape global finance in 2026, the risks have never been higher. From sophisticated phishing campaigns to fake wallet apps and investment scams, millions of investors face the devastating reality of lost or stolen digital assets. When your crypto vanishes, panic sets in—and that's when fraudsters strike again, posing as "recovery experts" to exploit your vulnerability.   CONTACTS US   Techyforcecyberretrieval(@)consultant(.)com   https(://)techyforcecyberretrieval(.)com But there's a legitimate path forward. TECHY FORCE CYBER RETRIEVAL stands as the industry's most trusted crypto recovery company, combining advanced blockchain forensics, global partnerships, and a client-centric approach to help victims reclaim what was stolen. ---  Why Recovery Is Possible—With the Right Team Cryptocurrency's decentralized, pseudonymous nature makes asset recovery complex—but not impossible. The blockchain is transparent. Every transaction leaves a trail. The challenge isn't finding the funds—it's having the expertise to follow that trail through mixers, bridges, and exchange deposits before they disappear forever. That's where TECHY FORCE CYBER RETRIEVAL excels. ---  Our Proven Recovery Framework We don't believe in shortcuts, false promises, or upfront fees. Our process is built on transparency, forensic precision, and real results. Here's how we work: 1. Case Intake & Initial Assessment   You begin by submitting a detailed report: compromised wallet addresses, transaction IDs, timestamps, and any communication with scammers. Our intake team reviews your case within hours to determine immediate next steps. 2. Blockchain Forensic Analysis   Our specialists deploy proprietary tracking tools to map the movement of your stolen assets across multiple blockchains. We identify laundering patterns, exchange deposit addresses, and potential freezing points—building a clear investigative roadmap. 3. Global Partner Coordination   Through established relationships with regulated exchanges, DeFi protocols, and compliance teams worldwide, we initiate direct communication to flag suspicious transactions and request asset freezes where legally permissible. 4. Legal & Regulatory Engagement   When necessary, we collaborate with legal partners and law enforcement agencies to strengthen recovery efforts—especially in cases involving large-scale hacks or organized fraud rings. 5. Recovery Execution & Fund Return   Once assets are secured, they're transferred directly to a new, secure wallet of your choice. We never hold your funds. And critically, we operate on a success-only model. You pay nothing unless we recover your assets. 6. Post-Recovery Security Guidance   Recovery is only half the battle. We provide personalized recommendations to secure your remaining holdings—from hardware wallet setup to phishing awareness training—so you can move forward with confidence. ---  What Sets TECHY FORCE CYBER RETRIEVAL Apart While countless "recovery services" flood the internet, few deliver legitimate results. Here's why we're consistently rated the best crypto recovery company in 2026: - Zero Upfront Fees – We only succeed when you do. No hidden charges. No bait-and-switch tactics.   - Advanced Blockchain Intelligence – Our forensic tools track assets across Bitcoin, Ethereum, Solana, and 50+ other networks.   - Global Reach – Partnerships with exchanges and regulatory bodies in North America, Europe, and Asia maximize recovery odds.   - Client-First Communication – Weekly updates. Clear timelines. No ghosting.   - Proven Track Record – Hundreds of successful recoveries in 2025–2026, with millions returned to rightful owners. ---  Emerging Trends in 2026: What Victims Need to Know The threat landscape evolves constantly. This year's biggest risks include: - AI-Powered Phishing: Scammers now use deepfake voice and video to impersonate support staff.   - Cross-Chain Bridge Exploits: Funds moved between networks are increasingly targeted.   - Fake Recovery Services: Fraudsters pose as legitimate firms—always verify credentials before sharing information. TECHY FORCE CYBER RETRIEVAL stays ahead of these threats, continuously updating our tools and strategies to protect and serve our clients. CONTACTS US   Techyforcecyberretrieval(@)consultant(.)com   https(://)techyforcecyberretrieval(.)com ---  Your Next Step If you've lost crypto to a scam, hack, or forgotten credentials, don't let despair—or another fraudster—steal your second chance. TECHY FORCE CYBER RETRIEVAL is accessible, transparent, and ready to help. Reach out today. Let our experts assess your case—and show you that even in 2026, stolen crypto doesn't have to stay lost forever. — TECHY FORCE CYBER RETRIEVAL   Advanced Forensics. Global Reach. Your Recovery.

  • 24.02.26 15:31 [email protected]`

    Like many others, I was drawn in by the allure of cryptocurrency and the promise of financial freedom. When I encountered a self-proclaimed "crypto guru" online, his confidence and flashy lifestyle convinced me that he held the key to success. Eager to learn, I parted with $15,000 for his exclusive course, believing it would grant me access to an elite trading group and lucrative market insights. Initially, my excitement was palpable; I truly thought I was on the verge of a breakthrough. However, that enthusiasm quickly curdled into dread. Once inside the group, the dynamic shifted from education to aggressive exploitation. Instead of genuine mentorship, members were relentlessly upsold on fake trading signals that yielded nothing but losses. The pressure escalated when we were encouraged to invest in a supposed "private pool," which required an additional, staggering access fee of $60,000. It was only as I began to notice glaring inconsistencies and a complete lack of real results among the members that the fog lifted. I realized I hadn't joined a community of traders; I had walked into a sophisticated trap designed specifically to prey on newcomers like myself. The realization that the promises of wealth and insider knowledge were nothing more than a façade left me feeling vulnerable, deceived, and financially devastated. The dream of easy returns had turned into a heavy burden of regret. Desperate for a solution and refusing to let the fraudsters win, I began searching for help. That is when I discovered DIGITAL LIGHT SOLUTION, a firm specializing in online fraud investigations. Reaching out to them was the turning point. Their team approached my case with professionalism and empathy, immediately understanding the complexity of the scam. They guided me through the investigation process, uncovering the layers of deception used by the "guru" and his network. Thanks to their expertise and relentless pursuit of justice, I was able to navigate the aftermath of this ordeal with clarity rather than confusion. While the experience was a harsh lesson, connecting with DIGITAL LIGHT SOLUTION restored my hope and proved that there are still allies ready to fight against online exploitation. If you find yourself in a similar situation, do not lose hope—seek professional help immediately. Contact them directly Website https://digitallightsolution.com/ Email — Digitallightsolution(At)qualityservice(DOT)com What's App — https://wa.link/989vlf

  • 24.02.26 15:32 [email protected]`

    Like many others, I was drawn in by the allure of cryptocurrency and the promise of financial freedom. When I encountered a self-proclaimed "crypto guru" online, his confidence and flashy lifestyle convinced me that he held the key to success. Eager to learn, I parted with $15,000 for his exclusive course, believing it would grant me access to an elite trading group and lucrative market insights. Initially, my excitement was palpable; I truly thought I was on the verge of a breakthrough. However, that enthusiasm quickly curdled into dread. Once inside the group, the dynamic shifted from education to aggressive exploitation. Instead of genuine mentorship, members were relentlessly upsold on fake trading signals that yielded nothing but losses. The pressure escalated when we were encouraged to invest in a supposed "private pool," which required an additional, staggering access fee of $60,000. It was only as I began to notice glaring inconsistencies and a complete lack of real results among the members that the fog lifted. I realized I hadn't joined a community of traders; I had walked into a sophisticated trap designed specifically to prey on newcomers like myself. The realization that the promises of wealth and insider knowledge were nothing more than a façade left me feeling vulnerable, deceived, and financially devastated. The dream of easy returns had turned into a heavy burden of regret. Desperate for a solution and refusing to let the fraudsters win, I began searching for help. That is when I discovered DIGITAL LIGHT SOLUTION, a firm specializing in online fraud investigations. Reaching out to them was the turning point. Their team approached my case with professionalism and empathy, immediately understanding the complexity of the scam. They guided me through the investigation process, uncovering the layers of deception used by the "guru" and his network. Thanks to their expertise and relentless pursuit of justice, I was able to navigate the aftermath of this ordeal with clarity rather than confusion. While the experience was a harsh lesson, connecting with DIGITAL LIGHT SOLUTION restored my hope and proved that there are still allies ready to fight against online exploitation. If you find yourself in a similar situation, do not lose hope—seek professional help immediately. Contact them directly Website https://digitallightsolution.com/ Email — Digitallightsolution(At)qualityservice(DOT)com What's App — https://wa.link/989vlf

  • 26.02.26 16:29 michaeldavenport238

    I was recently scammed out of $53,000 by a fraudulent Bitcoin investment scheme, which added significant stress to my already difficult health issues, as I was also facing cancer surgery expenses. Desperate to recover my funds, I spent hours researching and consulting other victims, which led me to discover the excellent reputation of Capital Crypto Recover, I came across a Google post It was only after spending many hours researching and asking other victims for advice that I discovered Capital Crypto Recovery’s stellar reputation. I decided to contact them because of their successful recovery record and encouraging client testimonials. I had no idea that this would be the pivotal moment in my fight against cryptocurrency theft. Thanks to their expert team, I was able to recover my lost cryptocurrency back. The process was intricate, but Capital Crypto Recovery's commitment to utilizing the latest technology ensured a successful outcome. I highly recommend their services to anyone who has fallen victim to cryptocurrency fraud. For assistance contact [email protected] and on Telegram OR Call Number +1 (336)390-6684 via email: [email protected] you can visit his website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 26.02.26 16:29 michaeldavenport238

    I was recently scammed out of $53,000 by a fraudulent Bitcoin investment scheme, which added significant stress to my already difficult health issues, as I was also facing cancer surgery expenses. Desperate to recover my funds, I spent hours researching and consulting other victims, which led me to discover the excellent reputation of Capital Crypto Recover, I came across a Google post It was only after spending many hours researching and asking other victims for advice that I discovered Capital Crypto Recovery’s stellar reputation. I decided to contact them because of their successful recovery record and encouraging client testimonials. I had no idea that this would be the pivotal moment in my fight against cryptocurrency theft. Thanks to their expert team, I was able to recover my lost cryptocurrency back. The process was intricate, but Capital Crypto Recovery's commitment to utilizing the latest technology ensured a successful outcome. I highly recommend their services to anyone who has fallen victim to cryptocurrency fraud. For assistance contact [email protected] and on Telegram OR Call Number +1 (336)390-6684 via email: [email protected] you can visit his website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 27.02.26 00:08 sanayoliver

    I spend my days studying the mysteries of the universe, delving into black holes, quantum mechanics, and the nature of time itself. But apparently, the real black hole I should have been concerned about was my own memory. I encrypted my Bitcoin wallet to keep it as secure as possible. The problem? I promptly forgot the password. Classic, right? It didn't help that this wasn't just pocket change I was dealing with. No, I had $190,000 in Bitcoin sitting in that wallet, and my mind had decided to take a vacation, leaving me with absolutely no idea what that password was. The panic set in fast. My brain, which could solve some of the most complex physics equations, couldn't remember a 12-character password. It felt like my entire financial future was being sucked into a black hole, one I'd created myself. Desperate, I tried everything. I thought I could outsmart the system, using every trick I could think of. I tried variations of passwords I thought I might have used, analyzing them through the lens of my own behavioral patterns. I even resorted to good ol' brute force, typing random combinations for hours, hoping that maybe, just maybe, my subconscious would strike gold. Spoiler alert: it didn't. Each failed attempt made me feel more and more like a genius who'd locked themselves out of their own universe. In a final act of desperation, admitting that theoretical physics couldn't crack my own encryption, I contacted TechY Force Cyber Retrieval. From the moment I reached out, the difference was night and day. While I had been flailing in the dark, they approached my case with a precision that rivaled the calculations I do daily. They didn't promise miracles; they promised a methodical, advanced recovery process. Within a surprisingly short timeframe, they utilized specialized tools to bypass the mental block I couldn't overcome. When they finally recovered the wallet and confirmed the full $190,000 was intact and accessible, the relief was indescribable. It was as if I had pulled my financial future back from the event horizon just before it was lost forever. To anyone thinking they are too smart to lose their keys, or too logical to make such a mistake: don't wait until you are staring into the abyss. If you find yourself in a situation where your own memory has become your greatest enemy, trust the experts at TechY Force Cyber Retrieval. They turned my personal black hole into a success story, proving that sometimes, even the brightest minds need a little help to find the light. REACH OUT TO THEM ON MAIL [email protected]

  • 27.02.26 02:04 elizabethmadison

    My name is Elizabeth Madison currently living in New York. There was a time I felt completely broken. I had trusted a fraudulent bitcoin investment organization, who turned out to be a fraudster. I sent money, believing their sweet words and promises on the interest rate I will get back in return, only to realize later that I’ve been scammed. On the day of withdrawal there was no money in my account. The pain hit deep. I couldn’t sleep, I kept asking myself how I could have been so careless, meanwhile my mom was battling with a stroke and the expenses were too much. For days, I cried and blamed myself. The betrayal, the disappointment and my mom's health issues all of this stress made me want to give up on life. But one day, I decided that sitting in pain wouldn’t solve anything. I picked myself up and chose to fight for what I lost then I came across GREAT WHIP RECOVERY CYBER SERVICES and saw how he helped people recover their funds from online fraud. I emailed all the transactions and paperwork I had with the fraudulent organization and they helped me recover all my lost money in just five days. If you have ever fallen victim to scammers, contact GREAT WHIP RECOVERY CYBER SERVICES to help you recover every penny you have lost. (Text +1(406)2729101) (Website https://greatwhiprecoveryc.wixsite.com/greatwhip-site) (Email [email protected])

  • 27.02.26 02:04 elizabethmadison

    My name is Elizabeth Madison currently living in New York. There was a time I felt completely broken. I had trusted a fraudulent bitcoin investment organization, who turned out to be a fraudster. I sent money, believing their sweet words and promises on the interest rate I will get back in return, only to realize later that I’ve been scammed. On the day of withdrawal there was no money in my account. The pain hit deep. I couldn’t sleep, I kept asking myself how I could have been so careless, meanwhile my mom was battling with a stroke and the expenses were too much. For days, I cried and blamed myself. The betrayal, the disappointment and my mom's health issues all of this stress made me want to give up on life. But one day, I decided that sitting in pain wouldn’t solve anything. I picked myself up and chose to fight for what I lost then I came across GREAT WHIP RECOVERY CYBER SERVICES and saw how he helped people recover their funds from online fraud. I emailed all the transactions and paperwork I had with the fraudulent organization and they helped me recover all my lost money in just five days. If you have ever fallen victim to scammers, contact GREAT WHIP RECOVERY CYBER SERVICES to help you recover every penny you have lost. (Text +1(406)2729101) (Website https://greatwhiprecoveryc.wixsite.com/greatwhip-site) (Email [email protected])

  • 27.02.26 15:57 luciajessy3

    Don’t be deceived by different testimonies online that is most likely wrong. I have made use of several recovery options that got me disappointed at the end of the day but I must confess that the tech genius I eventually found is the best out here. It’s better you devise your time to find the valid professional that can help you recover your stolen or lost crypto such as bitcoins rather than falling victim of other amateur hackers that cannot get the job done. ADAMWILSON . TRADING @ CONSULTANT COM / is the most reliable and authentic blockchain tech expert you can work with to recover what you lost to scammers. They helped me get back on my feet and I’m very grateful for that. Contact their email today to recover your lost coins ASAP…

  • 27.02.26 15:59 wendytaylor015

    My name is Wendy Taylor, I'm from Los Angeles, i want to announce to you Viewer how Capital Crypto Recover help me to restore my Lost Bitcoin, I invested with a Crypto broker without proper research to know what I was hoarding my hard-earned money into scammers, i lost access to my crypto wallet or had your funds stolen? Don’t worry Capital Crypto Recover is here to help you recover your cryptocurrency with cutting-edge technical expertise, With years of experience in the crypto world, Capital Crypto Recover employs the best latest tools and ethical hacking techniques to help you recover lost assets, unlock hacked accounts, Whether it’s a forgotten password, Capital Crypto Recover has the expertise to help you get your crypto back. a security company service that has a 100% success rate in the recovery of crypto assets, i lost wallet and hacked accounts. I provided them the information they requested and they began their investigation. To my surprise, Capital Crypto Recover was able to trace and recover my crypto assets successfully within 24hours. Thank you for your service in helping me recover my $647,734 worth of crypto funds and I highly recommend their recovery services, they are reliable and a trusted company to any individuals looking to recover lost money. Contact email [email protected] OR Telegram @Capitalcryptorecover Call/Text Number +1 (336)390-6684 his contact: [email protected] His website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 27.02.26 15:59 wendytaylor015

    My name is Wendy Taylor, I'm from Los Angeles, i want to announce to you Viewer how Capital Crypto Recover help me to restore my Lost Bitcoin, I invested with a Crypto broker without proper research to know what I was hoarding my hard-earned money into scammers, i lost access to my crypto wallet or had your funds stolen? Don’t worry Capital Crypto Recover is here to help you recover your cryptocurrency with cutting-edge technical expertise, With years of experience in the crypto world, Capital Crypto Recover employs the best latest tools and ethical hacking techniques to help you recover lost assets, unlock hacked accounts, Whether it’s a forgotten password, Capital Crypto Recover has the expertise to help you get your crypto back. a security company service that has a 100% success rate in the recovery of crypto assets, i lost wallet and hacked accounts. I provided them the information they requested and they began their investigation. To my surprise, Capital Crypto Recover was able to trace and recover my crypto assets successfully within 24hours. Thank you for your service in helping me recover my $647,734 worth of crypto funds and I highly recommend their recovery services, they are reliable and a trusted company to any individuals looking to recover lost money. Contact email [email protected] OR Telegram @Capitalcryptorecover Call/Text Number +1 (336)390-6684 his contact: [email protected] His website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 27.02.26 16:00 wendytaylor015

    My name is Wendy Taylor, I'm from Los Angeles, i want to announce to you Viewer how Capital Crypto Recover help me to restore my Lost Bitcoin, I invested with a Crypto broker without proper research to know what I was hoarding my hard-earned money into scammers, i lost access to my crypto wallet or had your funds stolen? Don’t worry Capital Crypto Recover is here to help you recover your cryptocurrency with cutting-edge technical expertise, With years of experience in the crypto world, Capital Crypto Recover employs the best latest tools and ethical hacking techniques to help you recover lost assets, unlock hacked accounts, Whether it’s a forgotten password, Capital Crypto Recover has the expertise to help you get your crypto back. a security company service that has a 100% success rate in the recovery of crypto assets, i lost wallet and hacked accounts. I provided them the information they requested and they began their investigation. To my surprise, Capital Crypto Recover was able to trace and recover my crypto assets successfully within 24hours. Thank you for your service in helping me recover my $647,734 worth of crypto funds and I highly recommend their recovery services, they are reliable and a trusted company to any individuals looking to recover lost money. Contact email [email protected] OR Telegram @Capitalcryptorecover Call/Text Number +1 (336)390-6684 his contact: [email protected] His website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 27.02.26 16:01 luciajessy3

    Don’t be deceived by different testimonies online that is most likely wrong. I have made use of several recovery options that got me disappointed at the end of the day but I must confess that the tech genius I eventually found is the best out here. It’s better you devise your time to find the valid professional that can help you recover your stolen or lost crypto such as bitcoins rather than falling victim of other amateur hackers that cannot get the job done. ADAMWILSON . TRADING @ CONSULTANT COM / is the most reliable and authentic blockchain tech expert you can work with to recover what you lost to scammers. They helped me get back on my feet and I’m very grateful for that. Contact their email today to recover your lost coins ASAP…

  • 27.02.26 16:01 luciajessy3

    Don’t be deceived by different testimonies online that is most likely wrong. I have made use of several recovery options that got me disappointed at the end of the day but I must confess that the tech genius I eventually found is the best out here. It’s better you devise your time to find the valid professional that can help you recover your stolen or lost crypto such as bitcoins rather than falling victim of other amateur hackers that cannot get the job done. ADAMWILSON . TRADING @ CONSULTANT COM / is the most reliable and authentic blockchain tech expert you can work with to recover what you lost to scammers. They helped me get back on my feet and I’m very grateful for that. Contact their email today to recover your lost coins ASAP…

  • 27.02.26 16:01 luciajessy3

    Don’t be deceived by different testimonies online that is most likely wrong. I have made use of several recovery options that got me disappointed at the end of the day but I must confess that the tech genius I eventually found is the best out here. It’s better you devise your time to find the valid professional that can help you recover your stolen or lost crypto such as bitcoins rather than falling victim of other amateur hackers that cannot get the job done. ADAMWILSON . TRADING @ CONSULTANT COM / is the most reliable and authentic blockchain tech expert you can work with to recover what you lost to scammers. They helped me get back on my feet and I’m very grateful for that. Contact their email today to recover your lost coins ASAP…

  • 01.03.26 10:48 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 01.03.26 10:48 marcushenderson624

    Bitcoin Recovery Testimonial After falling victim to a cryptocurrency scam group, I lost $354,000 worth of USDT. I thought all hope was lost from the experience of losing my hard-earned money to scammers. I was devastated and believed there was no way to recover my funds. Fortunately, I started searching for help to recover my stolen funds and I came across a lot of testimonials online about Capital Crypto Recovery, an agent who helps in recovery of lost bitcoin funds, I contacted Capital Crypto Recover Service, and with their expertise, they successfully traced and recovered my stolen assets. Their team was professional, kept me updated throughout the process, and demonstrated a deep understanding of blockchain transactions and recovery protocols. They are trusted and very reliable with a 100% successful rate record Recovery bitcoin, I’m grateful for their help and highly recommend their services to anyone seeking assistance with lost crypto. Contact: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Email: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 03.03.26 14:09 Thomas Muller

    YOU CAN REACH OUT TO GREAT WHIP RECOVERY CYBER SERVICES FOR HELP TO RECOVER YOUR STOLEN BTC OR ETH BACK CALL:+1(406)2729101 I once fell victim to online investment scheme that cost me a devastating €254,000. I’m Thomas Muller from Berlin, Germany. The person I trusted turned out to be a fraud, and the moment I realized I’d been deceived, my entire world stopped. I immediately began searching for legitimate ways to recover my funds and hold the scammer accountable. During my search, I came across several testimonies of how Great Whip Recovery Cyber Services helped some people recover money they lost to cyber fraud, I contacted Great Whip Recovery Cyber Service team and provided all the evidence I had. Within about 36 hours, the experts traced the digital trail left by the fraudster, the individual was eventually tracked down and I recovered all my money back. You can contact them with,  website https://greatwhiprecoveryc.wixsite.com/greatwhip-site  text +1(406)2729101 email [email protected]

  • 03.03.26 14:09 Thomas Muller

    YOU CAN REACH OUT TO GREAT WHIP RECOVERY CYBER SERVICES FOR HELP TO RECOVER YOUR STOLEN BTC OR ETH BACK CALL:+1(406)2729101 I once fell victim to online investment scheme that cost me a devastating €254,000. I’m Thomas Muller from Berlin, Germany. The person I trusted turned out to be a fraud, and the moment I realized I’d been deceived, my entire world stopped. I immediately began searching for legitimate ways to recover my funds and hold the scammer accountable. During my search, I came across several testimonies of how Great Whip Recovery Cyber Services helped some people recover money they lost to cyber fraud, I contacted Great Whip Recovery Cyber Service team and provided all the evidence I had. Within about 36 hours, the experts traced the digital trail left by the fraudster, the individual was eventually tracked down and I recovered all my money back. You can contact them with,  website https://greatwhiprecoveryc.wixsite.com/greatwhip-site  text +1(406)2729101 email [email protected]

  • 04.03.26 07:21 Jane4

    I lost about $600k Bitcoin last year, I searched around and tried to work with some recovery firm unfortunately I was scammed as well. This happened for months until I came across [email protected] They came to my rescue and all my funds were recovered within few days I'm so happy right now .

  • 04.03.26 07:22 Jane4

    I lost about $600k Bitcoin last year, I searched around and tried to work with some recovery firm unfortunately I was scammed as well. This happened for months until I came across [email protected] They came to my rescue and all my funds were recovered within few days I'm so happy right now .

  • 04.03.26 12:25 patricialovick86

    How To Recover Your Bitcoin Without Falling Victim To Scams: A  Testimony Experience With Capital Crypto Recover Services, Contact Telegram: @Capitalcryptorecover Dear Everyone, I would like to take a moment to share my positive experience with Capital Crypto Recover Services. Initially, I was unsure if it would be possible to recover my stolen bitcoins. However, with their expertise and professionalism, I was able to fully recover my funds. Unfortunately, many individuals fall victim to scams in the cryptocurrency space, especially those involving fraudulent investment platforms. However, I advise caution, as not all recovery services are legitimate. I personally lost $273,000 worth of Bitcoin from my Binance account due to a deceptive platform. If you have suffered a similar loss, you may be considering crypto recovery, The Capital Crypto Recover is the most knowledgeable and effective Capital Crypto Recovery Services assisted me in recovering my stolen funds within 24 hours, after getting access to my wallet. Their service was not only prompt but also highly professional and effective, and many recovery services may not be trustworthy. Therefore, I highly recommend Capital Crypto Recover to you. i do always research and see reviews about their service, For assistance finding your misplaced cryptocurrency, get in touch with them, They do their jobs quickly and excellently, Stay safe and vigilant in the crypto world. Contact: [email protected]  You can reach them via email at [email protected] OR Call/Text Number +1 (336)390-6684 his contact website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 04.03.26 12:25 patricialovick86

    How To Recover Your Bitcoin Without Falling Victim To Scams: A  Testimony Experience With Capital Crypto Recover Services, Contact Telegram: @Capitalcryptorecover Dear Everyone, I would like to take a moment to share my positive experience with Capital Crypto Recover Services. Initially, I was unsure if it would be possible to recover my stolen bitcoins. However, with their expertise and professionalism, I was able to fully recover my funds. Unfortunately, many individuals fall victim to scams in the cryptocurrency space, especially those involving fraudulent investment platforms. However, I advise caution, as not all recovery services are legitimate. I personally lost $273,000 worth of Bitcoin from my Binance account due to a deceptive platform. If you have suffered a similar loss, you may be considering crypto recovery, The Capital Crypto Recover is the most knowledgeable and effective Capital Crypto Recovery Services assisted me in recovering my stolen funds within 24 hours, after getting access to my wallet. Their service was not only prompt but also highly professional and effective, and many recovery services may not be trustworthy. Therefore, I highly recommend Capital Crypto Recover to you. i do always research and see reviews about their service, For assistance finding your misplaced cryptocurrency, get in touch with them, They do their jobs quickly and excellently, Stay safe and vigilant in the crypto world. Contact: [email protected]  You can reach them via email at [email protected] OR Call/Text Number +1 (336)390-6684 his contact website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 06.03.26 13:36 CARL9090

    In January, my life shifted in a way I never expected. I clicked a trading link given to me by someone I found on Telegram, believing it was legitimate. It looked professional. It felt secure. I trusted it. Until I tried to withdraw my money. Within seconds, everything was gone, transferred into a wallet claiming account without a trace. That was the moment the truth hit me: I had been scammed. The emotional fallout was brutal. For weeks, I couldn’t even speak about it. I thought people would judge me. I thought they’d say I should have known better. Then someone stepped in who changed everything Agent Jasmine Lopez ,She listened without judgment. She treated my fear as real and valid. She traced patterns, uncovered off-chain indicators, and identified wallet clusters linked to a larger scam network. She showed me that what happened wasn’t random it was organized and intentional. For the first time, I felt hope. Hearing that students, parents, and hardworking people had been targeted the same way made me realize this wasn’t stupidity. It was predation. We weren’t careless we were deliberately targeted and manipulated I’m still healing. The experience changed me. But it also reminded me that even in your darkest moment, there can be someone willing to shine a light. Contact her at [email protected] WHATSAPP +44 7478077894

  • 07.03.26 07:46 Jane4

    I lost about $600k Bitcoin last year, I searched around and tried to work with some recovery firm unfortunately I was scammed as well. This happened for months until I came across [email protected] They came to my rescue and all my funds were recovered within few days I'm so happy right now .

  • 07.03.26 07:46 Jane4

    I lost about $600k Bitcoin last year, I searched around and tried to work with some recovery firm unfortunately I was scammed as well. This happened for months until I came across [email protected] They came to my rescue and all my funds were recovered within few days I'm so happy right now .

  • 07.03.26 08:39 Jane4

    I lost about $600k Bitcoin last year, I searched around and tried to work with some recovery firm unfortunately I was scammed as well. This happened for months until I came across [email protected] They came to my rescue and all my funds were recovered within few days I'm so happy right now .

  • 07.03.26 08:55 Jane4

    I lost about $600k Bitcoin last year, I searched around and tried to work with some recovery firm unfortunately I was scammed as well. This happened for months until I came across [email protected] They came to my rescue and all my funds were recovered within few days I'm so happy right now .

  • 07.03.26 09:40 Alena76

    Most people have been scammed severally and they give up on their funds I'm saying these because I was a victim too After loosing 745,000 USD I lose my mind until I read about COIN HACK RECOVERY I decided to contact the company on: [email protected] and I'm glad I made the decision not to give up. they helped me to recover all my lost funds within two days.

  • 07.03.26 10:37 Alena76

    Most people have been scammed severally and they give up on their funds I'm saying these because I was a victim too After loosing 745,000 USD I lose my mind until I read about COIN HACK RECOVERY I decided to contact the company on: [email protected] and I'm glad I made the decision not to give up. they helped me to recover all my lost funds within two days.

  • 07.03.26 10:37 Alena76

    Most people have been scammed severally and they give up on their funds I'm saying these because I was a victim too After loosing 745,000 USD I lose my mind until I read about COIN HACK RECOVERY I decided to contact the company on: [email protected] and I'm glad I made the decision not to give up. they helped me to recover all my lost funds within two days.

  • 07.03.26 17:49 Natasha Williams

    I am Natasha Williams from Dallas. I want to share my testimony to encourage anyone who has ever fallen victim to a scam or fraud. Some time ago, I was defrauded by some fraudulent cryptocurrency investment organization online, I was a victim and I lost a huge amount of money, $382,000. I felt angry, disappointed and helpless but I refused to give up and stay calm. I came across this agency, GREAT WHIP RECOVERY CYBER SERVICES.. who helped people recover their money from scammers and the testimonies I saw were quite amazing. And I decided to contact them. I gathered every piece of evidence, chats, receipts, account details, and messages and reported the case to the agency, GREAT WHIP RECOVERY CYBER SERVICES. After 73hours of follow up and not losing faith, the fraudster was traced and held accountable and I recovered all my money back. I highly recommend, GREAT WHIP RECOVERY CYBER SERVICES agency if you have ever fallen victim to scammers, you can contact them. Website: https://greatwhiprecoveryc.wixsite.com/greatwhip-site email: [email protected] Call Line: +1(406)2729101

  • 07.03.26 20:10 ericbank61

    I never thought I’d be the one writing one of these stories. You hear about crypto scams, hacks, and lost fortunes, and you think, “That’s for other people. The careless ones.” I was careful. Or so I believed. It started with a sophisticated phishing attack. An email that looked identical to a legitimate exchange notification, a link to “verify my wallet security,” and a moment of distracted panic. I clicked. Within hours, my life savings in Bitcoin—a sum I’d been accumulating for five years—vanished from my private wallet. The transaction hash was a cold, unfeeling tombstone on the blockchain. My stomach dropped into a void. I felt physically ill. The police filed a report, but their knowledge ended at the edge of traditional finance. The exchange offered sympathy but no solutions. I was adrift, utterly hopeless. After weeks of despair, scouring forums in the dead of night, I found a thread mentioning Mighty Hacker Recovery. The name sounded almost too bold, like something from a cheesy movie. But the testimonials were detailed, sober, and from people who sounded just like me: desperate, betrayed, and out of options. With nothing left to lose, I reached out. Their intake process was professional but guarded. They asked for transaction IDs, wallet addresses, and a detailed timeline—no promises, just facts. A consultant named Leo became my point of contact. He had a calm, analytical voice that cut through my panic. “We don’t hack *into* systems,” he explained. “We follow the digital trail. We analyze the attack vector, trace the flow of funds through the blockchain’s transparency, and identify the weak points in the scammer’s own security. Sometimes, it’s about speed and outmaneuvering them before they can launder the assets.” What followed was a tense, silent partnership. I provided every shred of information I had, while Leo’s team worked in the shadows. There were days of silence that felt like years. Then, an update: they’d traced my BTC to a mixing service, a tool scammers use to obfuscate the trail. Mighty Hacker Recovery used advanced blockchain forensic techniques to peel back those layers. They discovered the scammer had made a critical error—a small portion of the funds was sent to a KYC-compliant exchange wallet. That was the chink in the armor. Using the immutable evidence from the blockchain and legal pressure channels they’d established with certain international platforms, they initiated a recovery claim. The process was complex, involving digital affidavits and proof of illicit origin. Three weeks after my first desperate email, Leo called. “We’ve secured a freeze on the destination wallet. The exchange is cooperating. We’re initiating the reversal.” I didn’t dare believe it until I saw it. Two days later, my wallet balance updated. My Bitcoin, minus Mighty Hacker Recovery’s contingency fee, was back. The relief wasn’t euphoric; it was a deep, trembling exhaustion, like waking up from a nightmare. They didn’t perform magic. They applied intense expertise, relentless persistence, and an intricate understanding of both the blockchain’s weaknesses and a scammer’s psychology. They gave me back more than my crypto; they gave me back a sense of agency in a landscape designed to make victims feel powerless. If you’re reading this from your own private hell of loss, know this: the trail never truly disappears. You just need the right team to follow it. For me, that was Mighty Hacker Recovery.

  • 07.03.26 22:44 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: Email: [email protected] Telegram: @Capitalcryptorecover Contact: [email protected] Call/Text: +1 (336) 390-6684 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 07.03.26 22:44 robertalfred175

    CRYPTO SCAM RECOVERY SUCCESSFUL – A TESTIMONIAL OF LOST PASSWORD TO YOUR DIGITAL WALLET BACK. My name is Robert Alfred, Am from Australia. I’m sharing my experience in the hope that it helps others who have been victims of crypto scams. A few months ago, I fell victim to a fraudulent crypto investment scheme linked to a broker company. I had invested heavily during a time when Bitcoin prices were rising, thinking it was a good opportunity. Unfortunately, I was scammed out of $120,000 AUD and the broker denied me access to my digital wallet and assets. It was a devastating experience that caused many sleepless nights. Crypto scams are increasingly common and often involve fake trading platforms, phishing attacks, and misleading investment opportunities. In my desperation, a friend from the crypto community recommended Capital Crypto Recovery Service, known for helping victims recover lost or stolen funds. After doing some research and reading multiple positive reviews, I reached out to Capital Crypto Recovery. I provided all the necessary information—wallet addresses, transaction history, and communication logs. Their expert team responded immediately and began investigating. Using advanced blockchain tracking techniques, they were able to trace the stolen Dogecoin, identify the scammer’s wallet, and coordinate with relevant authorities to freeze the funds before they could be moved. Incredibly, within 24 hours, Capital Crypto Recovery successfully recovered the majority of my stolen crypto assets. I was beyond relieved and truly grateful. Their professionalism, transparency, and constant communication throughout the process gave me hope during a very difficult time. If you’ve been a victim of a crypto scam, I highly recommend them with full confidence contacting: Email: [email protected] Telegram: @Capitalcryptorecover Contact: [email protected] Call/Text: +1 (336) 390-6684 Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 11.03.26 19:43 Michael Jensen

    With the help and expertise of CapitalNode Analytics, i was able to get back my digital tokens from a fake investment platform. They are swift, precise and transparent in their operations.

  • 12.03.26 15:04 Mike Franz

    I recently ran into a serious issue with my cryptocurrency account that left me unable to access my bitcoin wallet. After several failed login attempts and repeated blocks from the system, I began to worry that I might lose access to my $415,000 permanently. Determined to fix the problem, After spending hours reading a review of GREAT WHIP RECOVERY CYBER SERVICES, on how they successfully assisted countless individuals in similar situations as mine. The process was stressful, but eventually the issue was resolved and I was able to regain access to my bitcoin wallet account. I’m immensely grateful to GREAT WHIP RECOVERY CYBER SERVICES for their incredible work, for those who need help, you can contact through the following channels: Phone Call: +1(406)2729101 Website: https://greatwhiprecoveryc.wixsite.com/greatwhip-site Mail: [email protected]

  • 12.03.26 15:05 Mike Franz

    I recently ran into a serious issue with my cryptocurrency account that left me unable to access my bitcoin wallet. After several failed login attempts and repeated blocks from the system, I began to worry that I might lose access to my $415,000 permanently. Determined to fix the problem, After spending hours reading a review of GREAT WHIP RECOVERY CYBER SERVICES, on how they successfully assisted countless individuals in similar situations as mine. The process was stressful, but eventually the issue was resolved and I was able to regain access to my bitcoin wallet account. I’m immensely grateful to GREAT WHIP RECOVERY CYBER SERVICES for their incredible work, for those who need help, you can contact through the following channels: Phone Call: +1(406)2729101 Website: https://greatwhiprecoveryc.wixsite.com/greatwhip-site Mail: [email protected]

  • 15.03.26 20:22 harristhomas7376

    "In the crypto world, this is great news I want to share. Last year, I fell victim to a scam disguised as a safe investment option. I have invested in crypto trading platforms for about 10yrs thinking I was ensuring myself a retirement income, only to find that all my assets were either frozen, I believed my assets were secure — until I discovered that my BTC funds had been frozen and withdrawals were impossible. It was a devastating moment when I realized I had been scammed, and I thought my Bitcoin was gone forever, Everything changed when a close friend recommended the Capital Crypto Recover Service. Their professionalism, expertise, and dedication enabled me to recover my lost Bitcoin funds back — more than €560.000 DEM to my BTC wallet. What once felt impossible became a reality thanks to their support. If you have lost Bitcoin through scams, hacking, failed withdrawals, or similar challenges, don’t lose hope. I strongly recommend Capital Crypto Recover Service to anyone seeking a reliable and effective solution for recovering any wallet assets. They have a proven track record of successful reputation in recovering lost password assets for their clients and can help you navigate the process of recovering your funds. Don’t let scammers get away with your hard-earned money – contact Email: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Contact: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 15.03.26 20:22 harristhomas7376

    "In the crypto world, this is great news I want to share. Last year, I fell victim to a scam disguised as a safe investment option. I have invested in crypto trading platforms for about 10yrs thinking I was ensuring myself a retirement income, only to find that all my assets were either frozen, I believed my assets were secure — until I discovered that my BTC funds had been frozen and withdrawals were impossible. It was a devastating moment when I realized I had been scammed, and I thought my Bitcoin was gone forever, Everything changed when a close friend recommended the Capital Crypto Recover Service. Their professionalism, expertise, and dedication enabled me to recover my lost Bitcoin funds back — more than €560.000 DEM to my BTC wallet. What once felt impossible became a reality thanks to their support. If you have lost Bitcoin through scams, hacking, failed withdrawals, or similar challenges, don’t lose hope. I strongly recommend Capital Crypto Recover Service to anyone seeking a reliable and effective solution for recovering any wallet assets. They have a proven track record of successful reputation in recovering lost password assets for their clients and can help you navigate the process of recovering your funds. Don’t let scammers get away with your hard-earned money – contact Email: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Contact: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 15.03.26 20:22 harristhomas7376

    "In the crypto world, this is great news I want to share. Last year, I fell victim to a scam disguised as a safe investment option. I have invested in crypto trading platforms for about 10yrs thinking I was ensuring myself a retirement income, only to find that all my assets were either frozen, I believed my assets were secure — until I discovered that my BTC funds had been frozen and withdrawals were impossible. It was a devastating moment when I realized I had been scammed, and I thought my Bitcoin was gone forever, Everything changed when a close friend recommended the Capital Crypto Recover Service. Their professionalism, expertise, and dedication enabled me to recover my lost Bitcoin funds back — more than €560.000 DEM to my BTC wallet. What once felt impossible became a reality thanks to their support. If you have lost Bitcoin through scams, hacking, failed withdrawals, or similar challenges, don’t lose hope. I strongly recommend Capital Crypto Recover Service to anyone seeking a reliable and effective solution for recovering any wallet assets. They have a proven track record of successful reputation in recovering lost password assets for their clients and can help you navigate the process of recovering your funds. Don’t let scammers get away with your hard-earned money – contact Email: [email protected] Phone CALL/Text Number: +1 (336) 390-6684 Contact: [email protected] Website: https://recovercapital.wixsite.com/capital-crypto-rec-1

  • 16.03.26 12:01 [email protected]

    I would like to highly recommend TOP RECOVERY EXPERT, the best in cryptocurrency recovery. I want the world to know how exceptional their services are. For years, I faced a very difficult time after being scammed out of $453,000 in Ethereum. It was devastating to realize that someone could steal from me without remorse after I trusted them. Determined to recover my funds legally, I began searching for reliable help and came across TOP RECOVERY EXPERT, the most professional recovery service I have ever found. With their expertise and support, I was able to recover my entire Ethereum wallet. I now understand that while many investment opportunities can seem too good to be true, professional guidance can make all the difference. Thanks to TOP RECOVERY EXPERT, I have regained not only my assets ETH but also my peace of mind and happiness. Their dedication and professionalism have truly changed my life. I am now the happiest person I have ever been, all because of their help. If you have been a victim of a crypto scam, I strongly advise you to reach out to TOP RECOVERY EXPERT. Contact Information: Text/Call: +1 (346) 980-9102 Email: [email protected] For more information visit his website: https://toprecoveryexpert2.wixsite.com/consultant

  • 16.03.26 13:20 luciajessy3

    There are many recommendations online, but not all of them are trustworthy. Unfortunately, some so-called “recovery services” are scams themselves and may try to take advantage of people who have already lost money. If you’ve been scammed, be extremely cautious about anyone promising guaranteed recovery — especially if they ask for upfront fees. Always do thorough research, verify credentials, and consider reporting the incident to. Cyberrefundexperts {A} Consultant {.} Com , Stay alert and protect yourself.

  • 16.03.26 13:20 luciajessy3

    There are many recommendations online, but not all of them are trustworthy. Unfortunately, some so-called “recovery services” are scams themselves and may try to take advantage of people who have already lost money. If you’ve been scammed, be extremely cautious about anyone promising guaranteed recovery — especially if they ask for upfront fees. Always do thorough research, verify credentials, and consider reporting the incident to. Cyberrefundexperts @ Consultant . Com , Stay alert and protect yourself.

Для участия в Чате вам необходим бесплатный аккаунт pro-blockchain.com Войти Регистрация
Есть вопросы?
С вами на связи 24/7
Help Icon