jng1000.com Open in urlscan Pro
2606:4700:3032::ac43:c894  Public Scan

URL: https://jng1000.com/
Submission: On July 28 via api from BE — Scanned from DE

Form analysis 3 forms found in the DOM

Name: LoginFrmPOST

<form method="post" name="LoginFrm">
  <div class="before-login active">
    <div class="desktop">
      <div class="dflex-ac-jc">
        <button type="button" class="btn-yellow login-link">로그인</button>
        <button type="button" class="btn-red bonus-link">회원가입</button>
        <div class="dropdown only_m">
          <button type="button" class="btn btn-primary dropbtn" style="width:150px !important;">
            <table style="width:100%;">
              <tbody>
                <tr>
                  <td style="width:75%;">
                    <img src="/lang/kor.png" style="width:20px;height:20px;">
                    <font>한국어</font>
                  </td>
                  <td style="width:25%;text-align: right;">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down">
                      <polyline points="6 9 12 15 18 9"></polyline>
                    </svg>
                  </td>
                </tr>
              </tbody>
            </table>
          </button>
          <div class="dropdown-content">
            <a href="#" onclick="setCookie('site_lang','km','365')"><img src="/lang/km.png" style="width:20px;height:20px;"> ខ្មែរ</a>
            <a href="#" onclick="setCookie('site_lang','jap','365')"><img src="/lang/jap.png" style="width:20px;height:20px;"> 日本語</a>
            <a href="#" onclick="setCookie('site_lang','eng','365')"><img src="/lang/eng.png" style="width:20px;height:20px;"> english</a>
            <a href="#" onclick="setCookie('site_lang','kor','365')"><img src="/lang/kor.png" style="width:20px;height:20px;"> 한국어</a>
            <a href="#" onclick="setCookie('site_lang','cha','365')"><img src="/lang/cha.png" style="width:20px;height:20px;"> 简体中文</a>
            <a href="#" onclick="setCookie('site_lang','thai','365')"><img src="/lang/thai.png" style="width:20px;height:20px;"> แบบไทย</a>
            <a href="#" onclick="setCookie('site_lang','mnt','365')"><img src="/lang/mnt.png" style="width:20px;height:20px;"> Монгол</a>
            <a href="#" onclick="setCookie('site_lang','viet','365')"><img src="/lang/viet.png" style="width:20px;height:20px;"> Tiếng Việt</a>
          </div>
        </div>
      </div>
    </div>
    <div class="mobile">
      <div class="dflex-ac-jc">
        <button type="button" class="btn-yellow login-link"><i class="fa-solid fa-right-to-bracket mr-2" aria-hidden="true"></i> 로그인</button>
        <button type="button" class="btn-red bonus-link"><i class="fa-solid fa-user-plus mr-2" aria-hidden="true"></i> 회원가입</button>
        <!-- 20221219 추가 -->
        <div class="dropdown only_m">
          <button type="button" class="btn btn-primary dropbtn" style="width:150px !important;">
            <table style="width:100%;">
              <tbody>
                <tr>
                  <td style="width:75%;">
                    <img src="/lang/kor.png" style="width:20px;height:20px;">
                    <font>한국어</font>
                  </td>
                  <td style="width:25%;text-align: right;">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down">
                      <polyline points="6 9 12 15 18 9"></polyline>
                    </svg>
                  </td>
                </tr>
              </tbody>
            </table>
          </button>
          <div class="dropdown-content">
            <a href="#" onclick="setCookie('site_lang','kor','365')"><img src="/lang/kor.png" style="width:20px;height:20px;"> 한국어</a>
            <a href="#" onclick="setCookie('site_lang','eng','365')"><img src="/lang/eng.png" style="width:20px;height:20px;"> english</a>
            <a href="#" onclick="setCookie('site_lang','thai','365')"><img src="/lang/thai.png" style="width:20px;height:20px;"> แบบไทย</a>
            <!--
										<a href="#" onclick="setCookie('site_lang','km','365')"><img src="/lang/km.png" style="width:20px;height:20px;"> ខ្មែរ</a>
										<a href="#" onclick="setCookie('site_lang','jap','365')"><img src="/lang/jap.png" style="width:20px;height:20px;"> 日本語</a>																				
										<a href="#" onclick="setCookie('site_lang','cha','365')"><img src="/lang/cha.png" style="width:20px;height:20px;"> 简体中文</a>										
										<a href="#" onclick="setCookie('site_lang','mnt','365')"><img src="/lang/mnt.png" style="width:20px;height:20px;"> Монгол</a>
										<a href="#" onclick="setCookie('site_lang','viet','365')"><img src="/lang/viet.png?v=1" style="width:20px;height:20px;"> Tiếng Việt</a>	
										-->
          </div>
        </div> <!-- 20221219 추가 끝 -->
      </div>
    </div>
  </div>
</form>

Name: LoginFrm2POST

<form method="post" name="LoginFrm2">
  <input type="hidden" name="_token" value="BnSC1WuSdg8VOjMfYkKepxGojE3uWNljQrOCFKb6">
  <div class="form-container">
    <div class="form-group">
      <div class="infos">
        <div class="input-container">
          <input type="text" placeholder="아이디" name="IU_ID" id="IU_ID">
        </div>
      </div>
    </div>
    <div class="form-group">
      <div class="infos">
        <div class="input-container">
          <input type="password" placeholder="비밀번호" name="IU_PW" id="IU_PW" onkeypress="if(event.keyCode == 13) {loginChk2();}">
        </div>
      </div>
    </div>
  </div>
  <div class="form-footer dflex-ac-jc">
    <button type="button" class="btn-yellow" onclick="loginChk2();">로그인</button>
    <button type="button" class="btn-red bonus-link">회원가입</button>
  </div>
</form>

Name: code_frmPOST

<form method="post" name="code_frm" onsubmit="return false">
  <div class="form-container">
    <div class="form-group">
      <div class="infos">
        <div class="input-container">
          <input type="text" placeholder="추천인을 입력해 주세요" id="recom_id" name="recom_id" value="">
        </div>
      </div>
    </div>
  </div>
  <div class="form-footer dflex-ac-jc">
    <button type="button" class="btn-yellow join-link" onclick="code_popup();">확인</button>
  </div>
</form>

Text Content

매일이 특별한 날


라이브 카지노와 슬롯 게임


온라인 카지노에 오신 것을 환영합니다


오늘도 게임에서 승리를


라이브 카지노와 다채로운 슬롯 게임


온라인 카지노에서 여러분을 기다립니다


게임으로 떠나는 화려한 여행


경쟁과 흥분이 넘치는 온라인 카지노


카지노와 슬롯 게임의 즐거움을 온라인으로 경험하세요

 1. 
 2. 
 3. 


 * 입금신청
 * 출금신청
 * 공지사항
 * 콤프
 * 고객센터
 * 입금내역
 * 출금내역

로그인 회원가입

한국어

ខ្មែរ 日本語 english 한국어 简体中文 แบบไทย Монгол Tiếng Việt
로그인 회원가입

한국어

한국어 english แบบไทย

라이브카지노

슬롯게임
PLAY !

DBLIVE 카지노

PLAY !

프라그마틱카지노

PLAY !

드림게이밍

PLAY !

에볼루션

PLAY !

이주기

PLAY !

모티베이션

PLAY !

CQ9카지노

PLAY !

아시안게이밍카지노

PLAY !

스카이윈드카지노

PLAY !

섹시 바카라

PLAY !

올벳

PLAY !

벳게임즈TV 카지노

PLAY !

오리엔탈 게이밍

PLAY !

빅게이밍

PLAY !

마이크로게이밍 카지노

PLAY !

베가스카지노

PLAY !

보타카지노

PLAY !

두윈카지노 DOWINN

PLAY !

프라그마틱슬롯

PLAY !

PG소프트

PLAY !

레드타이거

PLAY !

넷엔트

PLAY !

BTG

PLAY !

FTG

PLAY !

부운고

PLAY !

플레이손

PLAY !

노리밋시티

PLAY !

핵쏘우게이밍 스롯

PLAY !

아바타UX

PLAY !

플레이앤고

PLAY !

릴렉스

PLAY !

에보플레이

PLAY !

릴플레이

PLAY !

판타즈마

PLAY !

부메랑

PLAY !

포더플레이어

PLAY !

아스펙트

PLAY !

벳소프트

PLAY !

CQ9슬롯

PLAY !

하바네로

PLAY !

NAGA

PLAY !

GMW

PLAY !

넥스트스핀

PLAY !

아시안게이밍슬롯

PLAY !

스카이윈드

PLAY !

플레이스타

PLAY !

넷게이밍

PLAY !

블루프린트

PLAY !

슬롯 매트릭스

PLAY !

비게이밍

PLAY !

부밍게임즈

PLAY !

익스팬스

PLAY !

펀키게임즈 슬롯

PLAY !

조커

PLAY !

JILI 슬롯

PLAY !

드래곤소프트

PLAY !

UPG 슬롯

PLAY !

마이크로게이밍 슬롯


실시간출금

e****** 300,000 ₩ 2024-07-28 오전 9:45:24 k******** 310,000 ₩ 2024-07-28 오전
6:42:18 j******* 400,000 ₩ 2024-07-28 오전 6:20:55 h******* 20,000 ₩ 2024-07-28 오전
5:44:37 2*** 110,000 ₩ 2024-07-28 오전 5:44:15 j*** 11,360,000 ₩ 2024-07-28 오전
5:10:03 j**** 10,000,000 ₩ 2024-07-28 오전 5:04:20


실시간입금

j**** 100,000 ₩ 2024-07-28 오전 9:40:34 a*** 200,000 ₩ 2024-07-28 오전 9:25:02
k******** 50,000 ₩ 2024-07-28 오전 6:15:03 k******** 50,000 ₩ 2024-07-28 오전
6:12:16 j**** 5,000,000 ₩ 2024-07-28 오전 4:25:48 j**** 3,000,000 ₩ 2024-07-28 오전
3:55:20 j**** 3,000,000 ₩ 2024-07-28 오전 3:27:39


공지사항

[공지] 당사 사칭 유의 안내 2024-06-20 오후 12:39:08 [규정] 배팅한도 안내 2024-05-05 오후 8:37:46 [규정]
환전 안내 2024-05-05 오후 8:36:33 [규정] 충전 안내 2024-05-05 오후 8:36:09 [규정] 슬롯 안내
2024-05-05 오후 8:31:57 [공지] 유출픽 관련 안내 2024-03-28 오전 1:11:00 [규정] 카지노 관련 안내
2024-03-27 오후 5:16:03

ⓒ COPYRIGHT 라스베가스 2020 ALL RIGHTS RESERVED.


로그인 WELCOME TO 라스베가스
WELCOME TO 라스베가스
로그인 회원가입
추천인 RECOMMENDER
RECOMMENDER
확인
회원가입