shopacczingspeed.com Open in urlscan Pro
172.67.210.47  Public Scan

URL: https://shopacczingspeed.com/
Submission: On November 21 via api from BE — Scanned from DE

Form analysis 3 forms found in the DOM

POST

<form id="charge" class="tw-max-w-sm form_data" method="POST">
  <div id="msgCard" style="padding-bottom: 13px;"></div>
  <div class="tw-mb-2">
    <select name="type" class="tw-border tw-border-gray-300 tw-h-10 tw-px-3 tw-w-full tw-rounded focus:tw-outline-none">
      <option disabled="disabled" value="">-- Chọn Loại Thẻ/Nhà Mạng --</option>
      <option class="tw-font-medium tw-text-red-600" value="VIETTEL">Thẻ Viettel</option>
      <option class="tw-font-medium tw-text-red-600" value="VINAPHONE">Thẻ Vinaphone</option>
      <option class="tw-font-medium tw-text-red-600" value="MOBIFONE">Thẻ Mobifone</option>
      <option class="tw-font-medium tw-text-red-600" value="VNMOBILE">Thẻ Vietnamobile</option>
    </select>
  </div>
  <div class="tw-mb-2">
    <select name="amount" class="tw-border tw-border-gray-300 tw-h-10 tw-px-3 tw-w-full tw-rounded focus:tw-outline-none">
      <option disabled="disabled" value="">-- Chọn Mệnh Giá Thẻ --</option>
      <option class="tw-font-medium tw-text-red-600" value="10000">Thẻ 10,000đ</option>
      <option class="tw-font-medium tw-text-red-600" value="20000">Thẻ 20,000đ</option>
      <option class="tw-font-medium tw-text-red-600" value="30000">Thẻ 30,000đ</option>
      <option class="tw-font-medium tw-text-red-600" value="50000">Thẻ 50,000đ</option>
      <option class="tw-font-medium tw-text-red-600" value="100000">Thẻ 100,000đ (Có Cơ Hội Nhận 999 Vật Phẩm Game)</option>
      <option class="tw-font-medium tw-text-red-600" value="200000">Thẻ 200,000đ</option>
      <option class="tw-font-medium tw-text-red-600" value="300000">Thẻ 300,000đ</option>
      <option class="tw-font-medium tw-text-red-600" value="500000">Thẻ 500,000đ</option>
      <option class="tw-font-medium tw-text-red-600" value="1000000">Thẻ 1,000,000đ</option>
    </select>
  </div>
  <div class="tw-mb-4">
    <input type="text" name="code" class="tw-border tw-border-gray-300 tw-h-10 tw-px-3 tw-w-full tw-rounded focus:tw-outline-none" placeholder="Nhập Mã Số Thẻ Cào (Cào Lớp Tráng Bạc)...">
  </div>
  <div class="tw-mb-4">
    <input type="text" name="serial" class="tw-border tw-border-gray-300 tw-h-10 tw-px-3 tw-w-full tw-rounded focus:tw-outline-none" placeholder="Nhập Số Serial Thẻ (In Trên Thẻ)...">
  </div>
  <button type="button" onclick="Napthe()" name="submit" class="tw-text-center tw-h-10 tw-bg-red-500 tw-w-32 hover:tw-bg-red-600 tw-text-white tw-font-semibold tw-rounded">NẠP THẺ</button>
</form>

<form id="form-Login">
  <div class="tw-mb-3">
    <label class="tw-block tw-font-semibold tw-text-sm tw-text-blue-900">Tài Khoản *</label>
    <input name="username" type="text" class="tw-w-full tw-border tw-border-blue-800 tw-rounded tw-h-11 tw-px-3 tw-font-semibold" placeholder="Nhập Tài Khoản...">
  </div>
  <div class="tw-mb-3">
    <label class="tw-block tw-font-semibold tw-text-sm tw-text-blue-900">Mật Khẩu *</label>
    <input name="password" autocomplete="" type="password" class="tw-w-full tw-border tw-border-blue-800 tw-rounded tw-h-11 tw-px-3 tw-font-semibold" placeholder="Nhập Mật Khẩu...">
  </div>
  <div class="tw-text-center tw-text-red-500"></div>
  <button type="button" onclick="Login()" class="tw-border tw-border-red-600 tw-rounded tw-h-11 tw-px-3 tw-font-semibold tw-w-full tw-bg-red-500 hover:tw-bg-red-600 tw-text-white tw-mb-3">
    <span class="tw-relative">ĐĂNG NHẬP</span>
  </button>
  <button type="button" class="tw-border tw-border-gray-400 tw-rounded tw-h-11 tw-px-3 tw-font-semibold tw-w-full tw-bg-white tw-text-gray-700" data-dismiss="modal" data-toggle="modal" data-target="#registerModal">
    <span class="tw-relative">TẠO TÀI KHOẢN</span>
  </button>
</form>

<form id="form-Register">
  <div class="tw-mt-2 tw-mb-3 tw-grid tw-grid-cols-12 tw-gap-2">
    <div class="tw-col-span-12">
      <label class="tw-block tw-font-semibold tw-text-sm tw-text-blue-900">Tài Khoản *</label>
      <input type="text" name="username" autocomplete="" class="tw-w-full tw-border tw-border-blue-800 tw-rounded tw-h-11 tw-px-3 tw-font-semibold" placeholder="Nhập Tài Khoản...">
    </div>
  </div>
  <div class="tw-mb-3">
    <label class="tw-block tw-font-semibold tw-text-sm tw-text-blue-900">Mật Khẩu *</label>
    <input type="password" name="password" autocomplete="" class="tw-w-full tw-border tw-border-blue-800 tw-rounded tw-h-11 tw-px-3 tw-font-semibold" placeholder="Nhập Mật Khẩu...">
  </div>
  <div class="tw-mb-3">
    <label class="tw-block tw-font-semibold tw-text-sm tw-text-blue-900">Xác Nhận Mật Khẩu *</label>
    <input type="password" name="repassword" autocomplete="" class="tw-w-full tw-border tw-border-blue-800 tw-rounded tw-h-11 tw-px-3 tw-font-semibold" placeholder="Nhập Lại Mật Khẩu...">
  </div>
  <div class="tw-text-center tw-text-red-500"></div>
  <button type="button" onclick="Register()" class="tw-border tw-border-red-600 tw-rounded tw-h-11 tw-px-3 tw-font-semibold tw-w-full tw-bg-red-500 hover:tw-bg-red-600 tw-text-white tw-mb-3">
    <span class="tw-relative">TẠO TÀI KHOẢN</span>
  </button>
  <button type="button" class="tw-border tw-border-gray-400 tw-rounded tw-h-11 tw-px-3 tw-font-semibold tw-w-full tw-bg-white tw-text-gray-700" data-dismiss="modal" data-toggle="modal" data-target="#loginModal">
    <span class="tw-relative">ĐĂNG NHẬP TÀI KHOẢN</span>
  </button>
</form>

Text Content

TRANG CHỦ NẠP THẺ RÚT Vật Phẩm Game (TỰ ĐỘNG)
ĐĂNG NHẬP

1/1


NẠP THẺ

TOP NẠP T.11
THẺ CÀO
-- Chọn Loại Thẻ/Nhà Mạng -- Thẻ Viettel Thẻ Vinaphone Thẻ Mobifone Thẻ
Vietnamobile
-- Chọn Mệnh Giá Thẻ -- Thẻ 10,000đ Thẻ 20,000đ Thẻ 30,000đ Thẻ 50,000đ Thẻ
100,000đ (Có Cơ Hội Nhận 999 Vật Phẩm Game) Thẻ 200,000đ Thẻ 300,000đ Thẻ
500,000đ Thẻ 1,000,000đ


NẠP THẺ
Sắp Tới Có Rất Nhiều Sự Kiện Hot, Hãy Chờ Nhé!!!
PHẦN THƯỞNG
Chúc Mừng Hà*** Vừa Trúng Nick Full Xe Xịn Có 540 KC, Chúc Mừng DuyT*** Vừa Nạp
50k Nhận Được 10900 KC, Chúc Mừng No*** Vừa Nạp Trúng Nick Vip Full Đồ Xịn Có
3000 KC, Chúc Mừng An*** Vừa Nạp 50.000đ Được Nhận 12388 Fifapoints, Chúc Mừng
Khôi*** Vừa Trúng Nick Vip Và Có 10000 KC, Chúc Mừng Pha*** Vừa Nạp 20.000đ Được
Nhận 888 KC


VÒNG QUAY KIM CƯƠNG

VÒNG QUAY KIM CƯƠNG ZING SPEED

Đã Chơi: 34,570
60,000đ 20,000đ


DANH MỤC RANDOM

DANH MỤC RANDOM ZINGSPEED

Tài Khoản Hiện Có: 62
50,000đ
THÔNG BÁO

Xin chào các bạn đến với Shop Acczingspeed

Vòng Quay  Hot Chỉ 20K Nhận Tới 888 KC Siêu Ưu Đãi

Nạp 20K Trở Lên Có Cơ Hội Nhận Quà KC Ngẫu Nhiên

Đăng Nhập Vào Shop Nhận KC Miễn Phí Cực Hấp Dẫn!

Tắt Thông Báo
Tiêu Đề Trang

Điều Khoản Sử Dụng

Chính Sách Bảo Mật

Xóa Dữ Liệu Người Dùng


VỀ CHÚNG TÔI

Chúng Tôi Làm Việc Một Các Chuyên Nghiệp, Uy Tín, Nhanh Chóng Và Luôn Đặt Quyền
Lợi Của Bạn Lên Hàng Đầu Với Tiêu Chí Khách Hàng Là Trên Hết Shop Chúng Tôi Sẽ
Mang Đến Khách Hàng Những Trải Nghiệm Ưng Ý Nhất.

Thời Gian Làm Việc:
T2 -> T7: 08:00 - 21:00 | CN: 09:00 - 18:00
Làm Việc Kể Cả Ngày Lễ Tết.


TIÊU ĐỀ TRANG

HỆ THỐNG BÁN ACC TỰ ĐỘNG
ĐẢM BẢO UY TÍN VÀ CHẤT LƯỢNG.


ĐĂNG NHẬP TÀI KHOẢN


Tài Khoản *
Mật Khẩu *

ĐĂNG NHẬP TẠO TÀI KHOẢN


ĐĂNG KÝ TÀI KHOẢN


Tài Khoản *
Mật Khẩu *
Xác Nhận Mật Khẩu *

TẠO TÀI KHOẢN ĐĂNG NHẬP TÀI KHOẢN
PHẦN THƯỞNG

PHẦN THƯỞNG