tbclandbit.com Open in urlscan Pro
185.201.8.19  Public Scan

Submitted URL: https://tbclandbit.com/
Effective URL: https://tbclandbit.com/home
Submission: On July 26 via api from US — Scanned from SG

Form analysis 7 forms found in the DOM

POST /auth/login?return=home

<form class="form_auth" autocomplete="login" method="POST" action="/auth/login?return=home">
  <label>Username / Email address</label>
  <input onfocus="this.placeholder='';" onfocusout="this.placeholder='Username';" type="text" name="username" autocomplete="email" placeholder="Username">
  <label style="margin-top:15px">Password</label>
  <input onfocus="this.placeholder='';" onfocusout="this.placeholder='**********';" type="password" name="password" autocomplete="password" placeholder="**********">
  <div class="cl-btns">
    <button type="submit" class="login">Log in</button>
    <button style="margin-right:0" onclick="event.preventDefault();" class="register switch_panel" data-id="auth" data-panel="register">Not a user? Sign up</button>
  </div>
  <!--<div class="ftr">
							<p>Log in directly with</p>


								<a href="/auth/google?assign=0&return=home" data-type="google">
									<i class="fa fa-google"></i>
								</a>
							</div>
						</div>
						<div class="xx">
							<div class="input_field bet_input_field transition-5" data-border="#de4c41">
								<div class="field_container">
									<div class="field_content">
										<input type="text" class="field_element_input transparent" name="username" value="" autocomplete="email" style="background: transparent !important">
										
										<div class="field_label">Username / E-mail</div>
									</div>
									
									<div class="field_extra"></div>
								</div>
								
								<div class="field_bottom">
									<div class="field_error" data-error="required">This field is required</div>
									<div class="field_error" data-error="username_email">This field must be a username or a email</div>
								</div>
							</div>
							
							<div class="input_field bet_input_field transition-5" data-border="#de4c41">
								<div class="field_container">
									<div class="field_content">
										<input type="password" class="field_element_input transparent" name="password" value="" autocomplete="password" style="background: transparent !important">
										
										<div class="field_label">Password</div>
									</div>
									
									<div class="field_extra"></div>
								</div>
								
								<div class="field_bottom">
									<div class="field_error" data-error="required">This field is required</div>
									<div class="field_error" data-error="password">At least 8 characters, one uppercase, one lowercase, one number and one symbol</div>
								</div>
							</div>
							
							<div class="cl-btns">
								<button type="submit" class="login">Log in</button>
								<button style="margin-right:0" onclick="event.preventDefault();" class="register switch_panel" data-id="auth" data-panel="register">Not a user? Sign up</button>
							</div>
						</div>-->
</form>

POST /auth/register?return=home

<form class="form_auth" autocomplete="register" method="POST" action="/auth/register?return=home" style="margin-top:10px">
  <div class="flex column items-center gap-2">
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="text" class="field_element_input" name="email" value="" autocomplete="email" style="background: transparent !important">
          <div class="field_label">E-mail</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="email">This field must be a email</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="text" class="field_element_input" name="username" value="" autocomplete="username" style="background: transparent !important">
          <div class="field_label">Username</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="username">At least 6 characters, only lowercase, numbers and underscore are allowed</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="password" class="field_element_input" name="password" value="" autocomplete="password" style="background: transparent !important">
          <div class="field_label">Password</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="password">At least 8 characters, one uppercase, one lowercase, one number and one symbol</div>
      </div>
    </div>
    <!-- <button type="submit" class="site-button purple mt-1">Sumbit</button> -->
    <div class="cl-btns">
      <button type="submit" class="login">Sign up</button>
      <button style="margin-right:0" onclick="event.preventDefault();" class="register switch_panel" data-id="auth" data-panel="login">Already a user? Log in</button>
    </div>
  </div>
</form>

POST /auth/initializing?return=home

<form class="form_auth" autocomplete="initializing" method="POST" action="/auth/initializing?return=home">
  <div class="flex column items-center gap-2">
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="text" class="field_element_input" name="username" value="">
          <div class="field_label">Username</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="username">At least 6 characters, only lowercase, numbers and underscore are allowed</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="text" class="field_element_input" name="email" value="">
          <div class="field_label">E-mail</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="email">This field must be a email</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="password" class="field_element_input" name="password" value="">
          <div class="field_label">Password</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="password">At least 8 characters, one uppercase, one lowercase, one number and one symbol</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="password" class="field_element_input" name="confirm_password" value="">
          <div class="field_label">Confirm Password</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="password">At least 8 characters, one uppercase, one lowercase, one number and one symbol</div>
      </div>
    </div>
    <button type="submit" class="site-button purple mt-1">Sumbit</button>
  </div>
</form>

<form class="form_auth_settings" autocomplete="settings">
  <div class="flex column items-center gap-2">
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="text" class="field_element_input" name="username" value="">
          <div class="field_label">Username</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="username">At least 6 characters, only lowercase, numbers and underscore are allowed</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="text" class="field_element_input" name="email" value="">
          <div class="field_label">E-mail</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="email">By changing your email, you need to verify your profile again</div>
      </div>
    </div>
    <div class="flex column items-start width-full">
      <button type="button" class="site-button black" data-modal="show" data-id="#modal_auth_change_password">Change password</button>
    </div>
    <button type="submit" class="site-button purple mt-1">Sumbit</button>
  </div>
</form>

POST /auth/change_password

<form class="form_auth" autocomplete="change_password" method="POST" action="/auth/change_password">
  <div class="flex column items-center gap-2">
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="password" class="field_element_input" name="current_password" value="">
          <div class="field_label">Current password</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="password">This field must be a password</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="password" class="field_element_input" name="password" value="">
          <div class="field_label">New password</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="password">At least 8 characters, one uppercase, one lowercase, one number and one symbol</div>
      </div>
    </div>
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="password" class="field_element_input" name="confirm_password" value="">
          <div class="field_label">Confirm new password</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="password">At least 8 characters, one uppercase, one lowercase, one number and one symbol</div>
      </div>
    </div>
    <button type="submit" class="site-button purple mt-1">Sumbit</button>
  </div>
</form>

<form class="form_auth_recover" autocomplete="recover">
  <div class="flex column items-center">
    <div class="input_field bet_input_field transition-5" data-border="#de4c41" style="border: 2px solid rgb(222, 76, 65); color: rgb(222, 76, 65);">
      <div class="field_container">
        <div class="field_content">
          <input type="text" class="field_element_input" name="username" value="" autocomplete="username">
          <div class="field_label">Username / E-mail</div>
        </div>
        <div class="field_extra"></div>
      </div>
      <div class="field_bottom">
        <div class="field_error active" data-error="required">This field is required</div>
        <div class="field_error" data-error="username_email">This field must be a username or a email</div>
      </div>
    </div>
    <button type="submit" class="site-button purple mt-1">Sumbit</button>
  </div>
</form>

<form id="chat-input-form"><input type="text" class="chat-input-field" style="padding-right:43px" placeholder="Say something (English)" id="chat_message" maxlength="200" autocomplete="off"></form>

Text Content

CREATING A NEW SLOT ARENA

Game

Amount 20.00 40.00 60.00 80.00 100.00 120.00 140.00 160.00 180.00 200.00 240.00
280.00 300.00 360.00 400.00 420.00 480.00 500.00 540.00 600.00 700.00 800.00
900.00 1000.00 1200.00 1400.00 1600.00 1800.00 2000.00 2400.00 2800.00 3000.00
3200.00 3600.00 4000.00 5000.00 6000.00 7000.00 8000.00 9000.00 10000.00
Participants (2-10) Create


Available rakeback:

0.00
Collect

Rakeback is accumulated each time you place a bet in the Casino.
Username / Email address Password
Log in Not a user? Sign up
E-mail

This field is required
This field must be a email
Username

This field is required
At least 6 characters, only lowercase, numbers and underscore are allowed
Password

This field is required
At least 8 characters, one uppercase, one lowercase, one number and one symbol
Sign up Already a user? Log in
Account Settings

Username

This field is required
At least 6 characters, only lowercase, numbers and underscore are allowed
E-mail

This field is required
This field must be a email
Password

This field is required
At least 8 characters, one uppercase, one lowercase, one number and one symbol
Confirm Password

This field is required
At least 8 characters, one uppercase, one lowercase, one number and one symbol
Sumbit
Account Settings

Username

This field is required
At least 6 characters, only lowercase, numbers and underscore are allowed
E-mail

This field is required
By changing your email, you need to verify your profile again
Change password
Sumbit
Change Password

Current password

This field is required
This field must be a password
New password

This field is required
At least 8 characters, one uppercase, one lowercase, one number and one symbol
Confirm new password

This field is required
At least 8 characters, one uppercase, one lowercase, one number and one symbol
Sumbit
Recover password

Username / E-mail

This field is required
This field must be a username or a email
Sumbit
LOGOUT

Do you wish to log out?
CANCEL LOGOUT
LOGOUT FROM ALL DEVICES
Offer Pending Status

This trade has expired or canceled. If you sent the trade offer to buyer, please
cancel it now.
If the trade was already completed and you have received your coins after an
hour, contact support.
Close
Waiting for 00:00
Your deposit has been listed on the withdraw page. Please wait for another user
to withdraw yout items. It could happen at any time so be ready!
Cancel Trade Close
Expire in 00:00
None
A buyer has been found and you must to confirm to start the tracking. You will
see the buyer's informations after your confirmation.
Are you ready to start the trade?
Yes, I'm Ready
Expire in 00:00
None
Trade Link
A buyer has been found. Please send the items to buyer.
Close
Expire in 00:00
None
Trade Link
Trade offer successfully sent. To complete the withdraw please wait until the
buyer accept the offer.
Close
Trade offer successfully completed. You delivered the items to buyer.
Close
This trade has canceled. Your coins was refunded.
Close
This trade has expired. Your coins was refunded.
Close
Expire in 00:00
Your withdrawl request has bees sent to seller.
The seller must to confirm the request!
Close
Expire in 00:00
Wait for a trade offer, always check the Steam offers to see if you received new
offers from seller and check if the offer contain the correct items.
Close
Expire in 00:00
The seller successfully sent a trade offer with your items. To complete the
withdraw please accept the offer.
Trade Offer Close
Trade offer successfully completed. You received the items.
Close
Your deposit trade offer with id # was declined/canceled.
OK
Expire in 00:00
Your deposit trade offer with id # and with security code was sent. Please
accept the trade offer until the time expires.
Trade Offer Close
Your deposit trade offer with id # was successfully accepted. You received
coins.
OK
Your withdraw trade offer with id # was declined/canceled. You received coins
refund.
OK
Your withdraw trade offer with id # and with security code was created and must
Steam Guard confirmation. Please wait for bot Steam Guard confirmation.
Close
Expire in 00:00
Your withdraw trade offer with id # and with security code was sent. Please
accept the trade offer until the time expires.
Trade Offer Close
Your withdraw trade offer with id # was successfully accepted.
OK

Select Bundle


Bundle Total

0 coins
SELECT
View Bundle


CLOSE
Send Coins

Send Amount

This field is required
This field must be a number
You must enter a greater value
You must enter a lesser value
SEND CLOSE
Skins form none

none
Hash: none
Secret: none
Percentage: none%
Ticket: none
0 coins
CLOSE
SELF EXCLUSION

Do you wish to self exclusion?
CANCEL YES
Verify Recaptcha


Provably Fair
Referrals
Rewards
Leaderboard
FAQ
Support

3 online

Login
LOGIN
Floating Bottom Navbar
Gaming
Bonus
Profile
Menu
Roulette
Crash
Jackpot
Coinflip
Dice
Minesweeper
Tower
Plinko
Profile
Affiliates
Deposit
Withdraw
Bet List
Bonus
Settings
Logout


TBCLAND ORIGINALS

Check out our exclusive original games

PLAY NOW!


GLOVEBETS ORIGINALS

Check out our exclusive original games

PLAY NOW!


TAKE IT OUT BEFORE IT CRASHES

The higher the little plane climbs, the more you profit.

PLAY CRASH!


TAKE IT OUT BEFORE IT CRASHES

The higher the little plane climbs, the more you profit.

PLAY CRASH!


TOURNAMENT PG SOFT

Take part in the global PG Soft tournament and compete for INR1,001,300 in
prizes.

PARTICIPATE!


TOURNAMENT PG SOFT

Take part in the global PG Soft tournament and compete for INR1,001,300 in
prizes.

PARTICIPATE!



 * 🌟 Deposit ₹ 100 Get Free Instant 118 INR 🌟
 * 💰 Log-in 2nd Day & 4th Day Claim Exclusive Cashback 💰
 * 🌙 VIP 3 Unlimited Benefits 🌙
 * ☀️ Agent ₹ 100 Per Referred Player ☀️
 * 🌳 Earn 0.88% Per Deposit & 0.72% Per Bet & Exclusive Bonus 🌳
 * 💘 Realtime Cashback Up to 3%💘
 * 🔥 Log-in & Get Rewards Every Tuesday 🔥
 * 🎁 Log-in & Get Rewards Every 3rd Monthly 🎁

★ Glovebets Originals

 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   


Show more >
 * Play
   61 Playing
 * Play
   94 Playing
 * Play
   56 Playing
 * Play
   22 Playing
 * Play
   84 Playing
 * Play
   7 Playing
 * Play
   95 Playing
 * Play
   2 Playing

Show more >
 * Play
   30 Playing
 * Play
   71 Playing
 * Play
   40 Playing
 * Play
   20 Playing
 * Play
   47 Playing
 * Play
   18 Playing
 * Play
   41 Playing
 * Play
   38 Playing

Show more >
 * Play
   4 Playing
 * Play
   97 Playing
 * Play
   9 Playing
 * Play
   35 Playing
 * Play
   31 Playing
 * Play
   75 Playing
 * Play
   7 Playing
 * Play
   22 Playing

Show more >
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   

Show more >
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   

Show more >
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   

Show more >
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   

Show more >
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   

Show more >
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   

Show more >
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   

Show more >
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   

Show more >
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   
 * Play
   




47
All time bets
6
Registered users
3
Playing live

Discord

Twitter

Instagram

Telegram

Facebook
 * Terms of Service
 * FAQ
   
 * Home

Accepted currencies



    TBCLAND is operated by The Gaming Company S and N LTD. (Commercial register
of Curaçao no.87909, Emancipatie     Boulevard Dominico F. "Don" Martina 31,
Curaçao) under a sublicense CIL pursuant to Master gaming License     #5536/JAZ.


0
0
0
0
0

English room

English room

Russian room

German room

French room

Spanish room

It's raining!
Join to claim some free coins - good luck!
JOIN
You have successfully joined the rain! You will receive your coins as soon as
the rain is over.
The time to enter to rain has elapsed. You can enter the next rain.
WEZE BOT
Please contact us if you need help. We don't resolve issues in the chat. Type
/help for chat commands. With all due respect, the tbcland team.
3 seconds ago
Emojis
Pepe
Faces
Gifs
Messages
Scroll to recent messages
$20 000 000
cryptodrop

TBC Token $0.000

--------------------------------------------------------------------------------

Roulette
Crash
Jackpot
Coinflip
Dice
Minesweeper
Tower
Plinko

--------------------------------------------------------------------------------

Pragmatic Live
Evolution

--------------------------------------------------------------------------------

Slots

--------------------------------------------------------------------------------

Sports Betting

--------------------------------------------------------------------------------

Help
Telegram Channel


BONUS BATTLE STARTING!

Your battle #21 for 20.00 has started. Click the button on the right to start
playing.

Open battle