goodasly.co Open in urlscan Pro
2606:4700:3030::6815:13b5  Public Scan

Submitted URL: http://goodasly.co/
Effective URL: https://goodasly.co/
Submission: On December 30 via api from US — Scanned from DE

Form analysis 8 forms found in the DOM

GET https://goodasly.co

<form method="GET" style="padding-top: 25px; font-size: 36px;" action="https://goodasly.co">
  <input type="hidden" id="fastSearchUri" value="https://goodasly.co/get-search-data">
  <input type="text" id="fastSearch" name="name" class="text-field text-field--dark h-full border-none" placeholder="Введите название">
  <button class="btn btn--icon text-white btn--sm z-4 absolute top-0 right-0 m-15" aria-label="Close" @click="showSearch = false">
    <svg aria-hidden="true" class="fill-current w-15 h-15">
      <use href="/svg/svg.svg#close"></use>
    </svg>
  </button>
</form>

GET https://goodasly.co

<form method="GET" action="https://goodasly.co">
  <input type="hidden" id="mobile_fastSearchUri" value="https://goodasly.co/get-search-data">
  <input id="mobile_fastSearch" type="text" name="name" class="text-field text-field--dark" placeholder="Введите название">
</form>

POST https://goodasly.co/register

<form method="POST" action="https://goodasly.co/register" class="space-y-25" x-show="active === 0">
  <input type="hidden" name="_token" value="73kzUmJptCyVTkTY0gxSsbu8stSaxQZiuTt8XwIl"> <label class="field-wrapper">
    <span class="field-wrapper__title sr-only">E-mail</span>
    <input type="email" class="text-field" placeholder="E-mail" name="email" value="" @input="localStorage.removeItem('submit_modal_error')">
    <svg aria-hidden="true" class="w-15 h-15 fill-current text-gray absolute top-1/2 right-0 mr-15 transform -translate-y-1/2">
      <use href="/svg/svg.svg#messages"></use>
    </svg>
  </label>
  <label class="field-wrapper">
    <span class="field-wrapper__title sr-only">Пароль</span>
    <input type="password" name="password" class="text-field" placeholder="Пароль" @input="localStorage.removeItem('submit_modal_error')">
    <svg aria-hidden="true" class="w-15 h-15 fill-current text-gray absolute top-1/2 right-0 mr-15 transform -translate-y-1/2">
      <use href="/svg/svg.svg#padlock"></use>
    </svg>
  </label>
  <label class="field-wrapper">
    <span class="field-wrapper__title sr-only">Повторите пароль</span>
    <input type="password" name="password_confirmation" class="text-field" placeholder="Повторите пароль" @input="localStorage.removeItem('submit_modal_error')">
  </label>
  <label class="checkbox">
    <input type="checkbox" class="sr-only">
    <div class="checkbox__checkbox"></div>
    <div class="checkbox__content"> Я согласен(на) с <a href="https://goodasly.co/terms" class="text-primary">политикой конфиденциальности</a>, пользовательским соглашением и даю согласие на обработку персональных данных. </div>
  </label>
  <button class="btn btn--md btn--primary w-full">Зарегистрироваться</button>
</form>

POST https://goodasly.co/login

<form method="POST" action="https://goodasly.co/login" class="space-y-25" x-show="active === 1" style="display: none;">
  <input type="hidden" name="_token" value="73kzUmJptCyVTkTY0gxSsbu8stSaxQZiuTt8XwIl">
  <label class="field-wrapper">
    <span class="field-wrapper__title sr-only">E-mail</span>
    <input type="text" name="email" class="text-field" placeholder="E-mail" value="" @input="localStorage.removeItem('submit_modal_error')">
    <svg aria-hidden="true" class="w-15 h-15 fill-current text-gray absolute top-1/2 right-0 mr-15 transform -translate-y-1/2">
      <use href="/svg/svg.svg#messages"></use>
    </svg>
  </label>
  <label class="field-wrapper">
    <span class="field-wrapper__title sr-only">Пароль</span>
    <input type="password" name="password" class="text-field" placeholder="Пароль" @input="localStorage.removeItem('submit_modal_error')">
    <svg aria-hidden="true" class="w-15 h-15 fill-current text-gray absolute top-1/2 right-0 mr-15 transform -translate-y-1/2">
      <use href="/svg/svg.svg#padlock"></use>
    </svg>
  </label>
  <label class="field-wrapper">
    <a href="#" class="m-t-2" @click="active = 3; localStorage.setItem('x-data-value', '3'); localStorage.removeItem('submit_modal_error')">Я не помню пароль</a>
  </label>
  <button class="btn btn--md btn--primary w-full">Авторизоваться</button>
</form>

POST https://goodasly.co/forgot-password

<form method="POST" action="https://goodasly.co/forgot-password" class="space-y-25" x-show="active === 3" style="display: none;">
  <input type="hidden" name="_token" value="73kzUmJptCyVTkTY0gxSsbu8stSaxQZiuTt8XwIl">
  <label class="field-wrapper">
    <span class="field-wrapper__title sr-only">E-mail</span>
    <input type="text" name="email" class="text-field" placeholder="E-mail" value="" @input="localStorage.removeItem('submit_modal_error')">
    <svg aria-hidden="true" class="w-15 h-15 fill-current text-gray absolute top-1/2 right-0 mr-15 transform -translate-y-1/2">
      <use href="/svg/svg.svg#messages"></use>
    </svg>
  </label>
  <button class="btn btn--md btn--primary w-full">Восстановить пароль</button>
</form>

POST https://goodasly.co/logout

<form method="POST" action="https://goodasly.co/logout" class="space-y-25">
  <input type="hidden" name="_token" value="73kzUmJptCyVTkTY0gxSsbu8stSaxQZiuTt8XwIl">
  <div class="flex justify-between">
    <button type="reset" class="btn btn--md btn--dark" data-modal-close="">Отмена</button>
    <button class="btn btn--md btn--primary" @click="localStorage.setItem('submit_modal_id', null); localStorage.setItem('x-data-value', null)">Выход</button>
  </div>
</form>

GET https://goodasly.co/change-password

<form method="GET" action="https://goodasly.co/change-password" class="space-y-25">
  <input type="hidden" name="_token" value="73kzUmJptCyVTkTY0gxSsbu8stSaxQZiuTt8XwIl">
  <label class="field-wrapper">
    <input type="password" name="current_password" class="text-field" placeholder="Текущий пароль" @input="localStorage.removeItem('submit_modal_error')">
    <svg aria-hidden="true" class="w-15 h-15 fill-current text-gray absolute top-1/2 right-0 mr-15 transform -translate-y-1/2">
      <use href="/svg/svg.svg#padlock"></use>
    </svg>
  </label>
  <label class="field-wrapper">
    <input type="password" name="new_password" class="text-field" placeholder="Новый пароль" @input="localStorage.removeItem('submit_modal_error')">
    <svg aria-hidden="true" class="w-15 h-15 fill-current text-gray absolute top-1/2 right-0 mr-15 transform -translate-y-1/2">
      <use href="/svg/svg.svg#padlock"></use>
    </svg>
  </label>
  <label class="field-wrapper">
    <input type="password" name="new_password_confirmation" class="text-field" placeholder="Подтверждение пароля" @input="localStorage.removeItem('submit_modal_error')">
    <svg aria-hidden="true" class="w-15 h-15 fill-current text-gray absolute top-1/2 right-0 mr-15 transform -translate-y-1/2">
      <use href="/svg/svg.svg#padlock"></use>
    </svg>
  </label>
  <button class="btn btn--md btn--primary w-full">Подтвердить</button>
</form>

GET https://goodasly.co/logout-from-devices

<form method="GET" action="https://goodasly.co/logout-from-devices" class="space-y-25">
  <input type="hidden" name="_token" value="73kzUmJptCyVTkTY0gxSsbu8stSaxQZiuTt8XwIl">
  <label class="field-wrapper">
    <input type="password" name="password" class="text-field" placeholder="Введите пароль от аккаунта">
    <svg aria-hidden="true" class="w-15 h-15 fill-current text-gray absolute top-1/2 right-0 mr-15 transform -translate-y-1/2">
      <use href="/svg/svg.svg#padlock"></use>
    </svg>
  </label>
  <button class="btn btn--md btn--primary w-full">Подтвердить</button>
</form>

Text Content

 * Главная
 * Гарантии
 * Поддержка
 * Контакты

Личный кабинет Корзина 0
 * 
 * 

 * 
   
   

0
Поиск

sadfasdfasdf
 * Новые
 * Популярные
 * CSGORUN
 * LOOTRUN
 * SKINSLY

Поиск


 * Новые
 * Популярные
 * CSGORUN
 * LOOTRUN
 * SKINSLY


ХИТ ПРОДАЖ

< >
10922.92 ₽
999.5 ₽
-50%
467.02 ₽
844.34 ₽
-35%
1019.15 ₽
-15%
454.29 ₽
-30%
4670.24 ₽
890 ₽
109 ₽
1119.3 ₽
-30%
2802.14 ₽
9340.46 ₽
559.2 ₽
-20%
280.2 ₽
1749.3 ₽
-30%
890 ₽
24.6 ₽
93.4 ₽
2799.2 ₽
-20%
849.15 ₽
-15%
934.05 ₽
9990 ₽
9990 ₽
23.1 ₽
-30%
1399.3 ₽
-30%
1019.15 ₽
-15%


ПОПУЛЯРНОЕ

 * 9990 ₽
   LOOTRUN RANDOM HARD (до 1000$)
   2022 , Экшен
 * 890 ₽
   LOOTRUN RANDOM EASY (до 200$)
   2022 , Экшен
 * 9990 ₽
   CSGORUN RANDOM BOSS (до 1000$)
   2022 , Экшен
 * 890 ₽
   CSGORUN RANDOM BIG (до 200$)
   2022 , Экшен
 * 9340.46 ₽
   SKINSLY 100$
   2022 , Экшен
 * 4670.24 ₽
   SKINSLY 50$
   2022 , Экшен
 * 2802.14 ₽
   SKINSLY 30$
   2022 , Экшен
 * 934.05 ₽
   SKINSLY 10$
   2022 , Экшен
 * 467.02 ₽
   SKINSLY 5$
   2022 , Экшен
 * 280.2 ₽
   SKINSLY 3$
   2022 , Экшен
 * 93.4 ₽
   SKINSLY 1$
   2022 , Экшен
 * 1119.3 ₽
   -30%
   RESIDENT EVIL 2
   2019 , Экшен
 * 999.5 ₽
   -50%
   Borderlands 3 (Epic Launcher)
   2019 , Шутер
 * 844.34 ₽
   -35%
   RESIDENT EVIL 3
   2020 , Экшен
 * 1399.3 ₽
   -30%
   No Man's Sky
   2016 , Экшен
 * 454.29 ₽
   -30%
   Human: Fall Flat
   2016 , Экшен
 * 559.2 ₽
   -20%
   Hearts of iron IV
   2016 , Стратегия
 * 2799.2 ₽
   -20%
   FIFA 22
   2021 , Ролевые игры
 * 1019.15 ₽
   -15%
   Dark Souls Remastered
   2018 , Экшен
 * 1749.3 ₽
   -30%
   DARK SOULS III
   2016 , Экшен
 * 849.15 ₽
   -15%
   MONSTER HUNTER WORLD
   2018 , Экшен
 * 23.1 ₽
   -30%
   CSGORUN Кастомный на 0.25$
   2021 , Экшен
 * 109 ₽
   CSGORUN RANDOM CLASSIC (до 50$)
   2021 , Экшен
 * 10922.92 ₽
   CSGORUN 111$
   2021 , Экшен
 * 24.6 ₽
   CSGORUN 0.25$
   2021 , Экшен


Жанры
 * Шутер
 * Экшен
 * Хоррор
 * Ролевые игры
 * Выживание
 * Стратегия

Платформы
 * Steam
 * Origin
 * Uplay

Остальное
 * Активация игр
 * Покупка и доставка
 * Мои покупки
 * Личный кабинет

 * 

 * Пользовательское соглашение
 * Контакты
 * Поддержка

Все права защищены. Копирование любых материалов сайта запрещено! Все названия
продуктов и игр, компаний и марок, логотипы, товарные знаки и другие материалы
являются собственностью соответствующих владельцев. Только лицензионные ключи ко
всем игровым платформам: Steam, Uplay, Battle.net, Origin и другие. Выгодно,
надежно и быстро!
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * Главная
 * Гарантии
 * Поддержка
 * Контакты

Личный кабинет
 * 
 * 

 * 
   

 * Регистрация
 * Вход
 * Сброс пароля

E-mail Пароль Повторите пароль

Я согласен(на) с политикой конфиденциальности, пользовательским соглашением и
даю согласие на обработку персональных данных.
Зарегистрироваться
E-mail Пароль Я не помню пароль Авторизоваться
E-mail Восстановить пароль
 * Выход

Вы действительно хотите покинуть аккаунт ?

Отмена Выход
 * Сменить пароль

Подтвердить

Выйти со всех устройств

Подтвердить