shopaccroblox.vn Open in urlscan Pro
103.137.184.162  Public Scan

URL: https://shopaccroblox.vn/
Submission Tags: phishingrod
Submission: On July 07 via api from DE — 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="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 Robux)</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 Robux (TỰ ĐỘNG)
ĐĂNG NHẬP

1/1


NẠP THẺ

TOP NẠP T.07
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ẻ 20,000đ Thẻ 30,000đ Thẻ 50,000đ Thẻ 100,000đ (Có Cơ
Hội Nhận 999 Robux) Thẻ 200,000đ Thẻ 300,000đ Thẻ 500,000đ Thẻ 1,000,000đ


NẠP THẺ
1
HUYDEPZAI
200,000đ
2
UUITYUIOGJ
200,000đ
3
Hellonha
100,000đ
4
hoangoc123rea
100,000đ
5
Taolanguoi
100,000đ
Sắp Tới Có Rất Nhiều Sự Kiện Hot, Hãy Chờ Nhé!!!
PHẦN THƯỞNG
📢 Xuân Anh*** Vừa Nạp 100k nhận được 200K vào tài khoản, 📢 TuấnĐạt*** Vừa Mua
Thành Công ACC TỘC V4 CÓ MOCHI V2 giá 50K, 📢 Hươngle*** Vừa Nạp 100k nhận được
200K vào tài khoản, 📢 Đạt09*** Vừa Rút Thành Công 10000 Robux từ sự kiện đua
top, 📢 TuấnA*** Vừa Mua Thành Công ACC MAX LEVER TỘC V4 FULL GEAR, 📢 dk23***
Vừa Rút Thành Công 3000 Robux, 📢 Siucv*** Vừa Rút Thành Công 5000 Robux


MUA BÁN ACC SIÊU VIP TỪ 10K VND

ACC TỘC V4 CÓ MOCHI V2 VĨNH VIỄN

Tài Khoản Hiện Có: 124
100,000đ

ACC MAX LEVER TỘC V4 CÓ LEOPARD VĨNH VIỄN

Tài Khoản Hiện Có: 139
100,000đ

RANDOM 100% TRÁI ÁC QUỶ

Tài Khoản Hiện Có: 173
20,000đ

ACC CÓ TỘC V4 VÀ TRÁI KITSUNE VĨNH VIỄN

Tài Khoản Hiện Có: 0
50,000đ


MUA ROBUX 120H - GAMEPASS VĨNH VIỄN

MUA ROBUX BẰNG SEVER VIP HOẶC GAMEPASS

Dịch Vụ Đang Giảm Giá Sốc

GAMEPASS BLOX FRUITS

Dịch Vụ Đang Giảm Giá Sốc
THÔNG BÁO

DUY NHẤT HÔM NAY GIẢM GIÁ TOÀN BỘ ACC




       ACC TRÁI KITSUNE GIẢM GIÁ CHỈ CÒN 50K "TẠI ĐÂY"

 


NẠP THẺ 100K NHẬN NGAY 200K "NẠP NGAY"




 NHẬN 8K VÀ 350 ROBUX TRỞ LÊN

MIỄN PHÍ TẠI ĐÂY


Tắt Thông Báo
Shop Acc Roblox Uy Tín Chất Lượng

Đ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.


SHOP ACC ROBLOX UY TÍN CHẤT LƯỢNG

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

Đua top Nạp Thẻ hàng tháng

 * Top 1: 30.000 Robux
 * Top 2: 15.000 Robux
 * Top 3: 5.000 Robux

Phần thưởng sẽ cộng trực tiếp vào tài khoản của bạn

Khi nạp 100K bạn sẽ nhận khuyến mại nhận 200K vào tài khoản !

PHẦN THƯỞNG