www.skycasino.tips Open in urlscan Pro
2606:4700:3031::ac43:d41c  Public Scan

URL: https://www.skycasino.tips/
Submission: On September 10 via api from US — Scanned from CA

Form analysis 4 forms found in the DOM

<form id="loginForm">
  <div class="modal-content" style="background: rgba(16,34,38,0.8)">
    <div class="modal-header text-center p-0 pt-20" style="font-size: 18px; border-bottom: 0px; color: #D40C9C;"> LOGIN <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true" style="color:white">×</span>
      </button>
    </div>
    <div class="modal-body">
      <div class="row mb-10">
        <p class="mb-0 errText hd text-center" id="errorMsg"></p>
      </div>
      <div class="row mb-10">
        <div class="col-sm-12 col-xs-12">
          <label class="mb-0">User Name</label>
          <input class="form-control" id="mLoginUsername" name="username" type="text" maxlength="50" err="0" required="">
        </div>
      </div>
      <div class="row mb-10">
        <div class="col-sm-12 col-xs-12">
          <label class="mb-0">Password:</label>
          <input class="form-control" id="mLoginPassword" name="password" type="password" maxlength="12" err="0" required="">
        </div>
      </div>
      <a href="https://www.skycasino.tips/member/forgotpassword" style="color: #D40C9C; float: right;">FORGOT PASSWORD?</a>
    </div>
    <div class="modal-footer" style="text-align: center">
      <button type="button" id="lgSubmitBtn" class="btn btn-join">Login <span id="mLoginWaiting" class="hd" style="font-size: 18px"><i class="fa fa-cog fa-spin fa-2x fa-fw"></i></span>
      </button>
    </div>
  </div>
</form>

POST https://www.skycasino.tips/register/process

<form id="registerForm" action="https://www.skycasino.tips/register/process" method="post">
  <div class="modal-content" style="background: rgba(0,0,0,0.8)">
    <div class="modal-header text-center p-0 pt-20" style="font-size: 18px; border-bottom: 0px; color: #D40C9C;"> JOIN NOW <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true" style="color:white">×</span>
      </button>
    </div>
    <div class="modal-body">
      <div class="row mb-10">
        <p class="mb-0 errText hd text-center" id="errorMsg"></p>
      </div>
      <div class="row mb-10 pl-30 pr-30">
        <div class="col-md-12">
          <label class="mb-0">User Name:</label>
          <input class="form-control" id="username" name="username" type="text" onblur="myUserExistFunction();" maxlength="50" err="0" required="">
          <label class="hidden-sm hidden-xs"></label>
          <span class="mb-0" style="color: #FF6DD7;" id="text_username">Please Provide an Unique User Name</span>
          <span class="mb-0 errText hd text-white" id="err_username">Kindly enter a valid username</span>
        </div>
      </div>
      <div class="row mb-10 pl-30 pr-30">
        <div class="col-md-12">
          <label class="mb-0">Full Name:</label>
          <input class="form-control" id="full_name" name="full_name" type="text" onblur="validateFullName()" maxlength="150" err="0" required="">
          <label class="hidden-sm hidden-xs"></label>
          <span class="mb-0" style="color: #FF6DD7;" id="text_name">Full Name Must Match Bank Account Holder Name For Withdrawal</span>
          <span class="mb-0 errText hd text-white" id="err_name">Invalid Full Name!</span>
        </div>
      </div>
      <div class="row mb-10 pl-30 pr-30">
        <div class="col-md-12">
          <label class="mb-0">Email:</label>
          <input class="form-control" id="email" name="email" type="text" onblur="myEmailExistFunction()" maxlength="150" err="0" required="">
          <label class="hidden-sm hidden-xs"></label>
          <span class="mb-0" style="color: #FF6DD7;" id="text_email">Please Provide An Active Email Address To Facilitate Future Payment Related Correspondences.</span>
          <span class="mb-0 errText hd text-white" id="err_email">Kindly enter a valid email address</span>
        </div>
      </div>
      <div class="row mb-10 pl-30 pr-30">
        <div class="col-md-12">
          <label class="mb-0">Password:</label>
          <input class="form-control" id="password" name="password" type="password" onblur="validatePassWord()" maxlength="12" err="0" required="">
          <label class="hidden-sm hidden-xs"></label>
          <span class="mb-0" style="color: #FF6DD7;" id="text_password">Between 6 To 12 Alphanumeric (A-Z, a-z, 0-9) Character Only.</span>
          <span class="mb-0 errText hd text-white" id="err_password"><i class="fa fa-times"></i> Invalid</span>
          <span class="mb-0 succText hd text-white" id="succ_password"><i class="fa fa-check"></i> Valid</span>
        </div>
      </div>
      <div class="row mb-10 pl-30 pr-30">
        <div class="col-md-12">
          <label class="mb-0">Phone Number:</label>
          <input class="form-control" id="phone" name="phone" type="tel" onkeypress="return isNumberKey(event)" value="" onblur="validatePhone()" maxlength="11" err="0" required="">
          <label class="hidden-sm hidden-xs"></label>
          <span class="mb-0" style="color: #FF6DD7;" id="text_phone">Please Provide A Valid Contact Number. eg:0181234567</span>
          <span class="mb-0 errText hd text-white" id="err_phone">Valid Malaysian number ONLY e.g: 0181234567</span>
        </div>
      </div>
      <input type="hidden" id="find" name="find" value="" class="form-control" placeholder="">
      <input type="hidden" id="referral" name="referral" value="" class="form-control" placeholder="">
      <input type="hidden" id="referer" name="referer" value="" class="form-control" placeholder="">
    </div>
    <div class="modal-footer" style="text-align: center;">
      <input type="hidden" id="isError">
      <button type="button" id="submitBtn" class="btn btn-join">Join Now <span id="waiting" class="hd" style="font-size: 18px"><i class="fa fa-cog fa-spin fa-2x fa-fw"></i></span>
      </button>
    </div>
  </div>
</form>

POST

<form id="forgotPasswordForm" action="" method="post">
  <div class="modal-content" style="background: rgba(16,34,38,0.8)">
    <div class="modal-header text-center text-white bg-custom" style="font-size: 18px"> FORGOT PASSWORD <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true" style="color:white">×</span>
      </button>
    </div>
    <div class="modal-body">
      <div class="row mb-10">
        <p class="mb-0 successmsg hd text-center" id="succMsg"></p>
      </div>
      <p>Please enter your email address and we will reset your password and email it to you.</p>
      <div class="row mb-10">
        <div class="col-md-5">
          <label class="mb-0">Email:</label>
          <input class="form-control" id="fpEmail" name="email" type="text" maxlength="150" err="0" required="">
        </div>
        <div class="col-md-7">
          <label></label>
          <p class="mb-0 errText hd" id="err_fp_email">Kindly enter a valid email address</p>
        </div>
      </div>
    </div>
    <div class="modal-footer" style="text-align: left">
      <button type="button" id="forgotPasswordSubmitBtn" class="btn btn-join">Submit <span id="fpWaiting" class="hd" style="font-size: 18px"><i class="fa fa-cog fa-spin fa-fw"></i></span>
      </button>
    </div>
  </div>
</form>

POST

<form id="forgotPasswordForm" action="" method="post">
  <div class="modal-content" style="background: rgba(16,34,38,0.8)">
    <div class=" text-center text-white" style="padding: 15px">
      <h2 style="margin-bottom: -20px; color: gold; text-align: left;">SPORTSBOOK</h2>
      <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true" style="color:white">×</span>
      </button>
    </div>
    <div class="modal-body" style="padding-bottom: 0px;">
      <div class="row text-center">
        <img src="https://live.wishclub8.xyz/images/uploads/layout/WC8_sportpopup-2.jpg">
      </div>
    </div>
  </div>
</form>

Text Content

Login In Progress

Ong Ong Game ID creating, please wait for 1 minute

10 September 2024 08:54:53

English
English 简体中文 Bahasa

LOGIN
REGISTER


 * Home

 * Sportsbook

 * Live Casino

 * Others

 * Slots

 * Other Slots

 * Promotion

 * VIP

 * BLOG


English
English 简体中文 Bahasa

 * Home
 * Sportsbook
 * Live Casino
 * Others
 * Slots
 * Other Slots
 * Free Credit Wheel
 * Redeem
 * Promotion
 * VIP
 * How to Join
 * How to Deposit
 * How to Withdraw
 * How to Transfer
 * Rebate
 * Profile
 * BLOG





LIVE SUPPORT

contact.wishclub8@gmail.com
Click here to chat
Click here to chat
Live Chat

Live Support

contact.wishclub8@gmail.com
Click here to chat
Click here to chat
Live Chat
LOGIN ×

User Name
Password:
FORGOT PASSWORD?
Login
JOIN NOW ×

User Name: Please Provide an Unique User Name Kindly enter a valid username
Full Name: Full Name Must Match Bank Account Holder Name For Withdrawal Invalid
Full Name!
Email: Please Provide An Active Email Address To Facilitate Future Payment
Related Correspondences. Kindly enter a valid email address
Password: Between 6 To 12 Alphanumeric (A-Z, a-z, 0-9) Character Only. Invalid
Valid
Phone Number: Please Provide A Valid Contact Number. eg:0181234567 Valid
Malaysian number ONLY e.g: 0181234567
Join Now
FORGOT PASSWORD ×

Please enter your email address and we will reset your password and email it to
you.

Email:

Kindly enter a valid email address

Submit


SPORTSBOOK

×




ONLINE CASINO MALAYSIA


Let's Discover the Gameplay Interaction Live Casino in Wishclub Malaysia!


REALTIME DEPOSIT REALTIME WITHDRAWAL

# Member RM Time 1 ******2424 50.00 10-09-2024 23:41:26 2 ******0855 1,000.00
10-09-2024 23:26:22 3 ******5044 2,000.00 10-09-2024 23:24:41 4 ******6047
200.00 10-09-2024 23:13:20 5 ******7325 1,000.00 10-09-2024 22:56:01 6
******2291 100.00 10-09-2024 22:55:38 7 ******0386 50.00 10-09-2024 22:41:02 8
******4707 1,000.00 10-09-2024 22:25:53 9 ******5340 700.00 10-09-2024 22:14:00
10 *******1607 50.00 10-09-2024 22:07:12

# Member RM Time 1 ******5580 1,500.00 10-09-2024 23:42:52 2 ******5207 350.00
10-09-2024 23:28:17 3 ******8875 1,500.00 10-09-2024 23:14:06 4 ******3343
1,500.00 10-09-2024 22:58:00 5 ******1117 1,500.00 10-09-2024 22:43:46 6
******6062 750.00 10-09-2024 22:27:41 7 ******6330 190.00 10-09-2024 22:10:35 8
******4278 750.00 10-09-2024 21:56:59 9 ******5256 750.00 10-09-2024 21:42:05 10
******1331 1,000.00 10-09-2024 21:25:31


ONLINE CASINO MALAYSIA


×

YOUR ACCESS INFORMATION (CASE SENSITIVE) Username      Copy Password      Copy

×


YOUR CURRENT GAME BALANCE IS 0. DO YOU WANT TO TOPUP?

Topup Continue to Game

Wishclub8 Malaysia: Exclusive Online Casino Malaysia

Get ready for an experience of a lifetime with Wishclub8 Malaysia. We have high
definition streaming services that allow you maximum action to the heart. Our
online live casino Malaysia has private roulette tables and blackjack tables
that provide the personal touch.

Online Casino Malaysia Welcome Bonus No Deposit

There’s no need to make a deposit to get our welcome bonus. Yes, Wishclub8
Malaysia is as generous as this when it comes to customer hospitality. You can
take part in our exclusive raffles, leaderboards and win amazing cash prizes
without even a deposit.

Online Casino Games in Malaysia

Wishclub8 Live Casino Malaysia offers the ultimate experience. Just browse
Wishclub8 Malaysia online and start enjoying the exclusive live tables with live
players. Just sit back and let yourself go. We offer numerous top of the line
Casino Games for your enjoyment. Welcome to the best of the Online Live Casino
Malaysia and have a blast.

Welcome to Wishclub8 Online Casino

Wishclub8 Casino offers you premium,world-class internet casino gaming software
overlaid with enough local flavour to make you go frantic-that's cool. Wishclub8
Casino offers you premium,world- class internet casino gaming software overlaid
with enough local flavour to make you go frantic-that's cool.

Games, Bonuses, Rewards

We offer more than 200 online casino games, covering all the table favourites
and including a range of top-notch themed slots. If you're a first-time visitor,
we'd like to extend you a bis first time visitor, we'd like to extend you a big
first deposit casino welcome bonus by offering you 100% Welcome Bonus just for
joining us.

Wishclub8 Games - a true internet casino game

At the Wishclub8 Games you will find everything from table games such as
blackjack and roulette, slot machines, videoslots, videopoker, minigames and
other casino games - in essence, everything that you would like to play at an
internet casino is here for you to enjoy.

WISHCLUB8 PRODUCTS

Sport

Live Casino

Slots

Slots App

Poker

PAYMENT METHOD

AMBANK

HLB

RHB

MAYBANK

CIMB

WISHCLUB8 LINKS

About Us

Terms & Conditions

Promotion

HELP

How to Deposit

How to Withdraw

How to Transfer

PRODUCTS

Sport

Live Casino

Slots

Slots App

PAYMENT METHOD

AMBANK

HLB

RHB

MAYBANK

CIMB

WISHCLUB8 LINKS

About Us

Terms & Conditions

Promotion

HELP

How to Deposit

How to Withdraw

How to Transfer



Home
Wallet

Deposit

Whatsapp
Promo