gamehag.com Open in urlscan Pro
2606:4700:20::ac43:619b  Public Scan

Submitted URL: https://gamehag.com/fr/boutique/robux
Effective URL: https://gamehag.com/shop/robux
Submission Tags: @phish_report
Submission: On September 08 via api from FI — Scanned from FI

Form analysis 3 forms found in the DOM

Name: vm.loginForm

<form class="gh-form form-sm ng-pristine ng-invalid ng-invalid-required" novalidate="" name="vm.loginForm" ng-submit="vm.submitForm(vm.form, vm.loginForm.$valid)">
  <fieldset class="form-group light">
    <label for="top-login-nickname">Your username</label>
    <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" id="top-login-nickname" name="nickname" ng-model="vm.form.nickname"
      ng-class="{'has-error': vm.loginForm.nickname.$invalid &amp;&amp; vm.loginForm.nickname.$touched}" required="">
    <div class="form-info text-danger ng-hide" ng-show="vm.loginForm.nickname.$invalid &amp;&amp; vm.loginForm.nickname.$touched">This field is required.</div>
  </fieldset>
  <fieldset class="form-group light">
    <label class="has-link" for="top-login-password">Password <a href="https://gamehag.com/auth/forgottens" class="block-refresh" tabindex="-1">Forgot your password?</a></label>
    <input type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" id="top-login-password" name="password" ng-model="vm.form.password"
      ng-class="{'has-error': vm.loginForm.password.$invalid &amp;&amp; vm.loginForm.password.$touched}" required="">
    <div class="form-info text-danger ng-hide" ng-show="vm.loginForm.password.$invalid &amp;&amp; vm.loginForm.password.$touched">This field is required.</div>
  </fieldset>
  <fieldset class="form-group light">
    <button type="submit" class="btn btn-primary btn-block ng-submit" style="margin-top:4px;" ng-class="{'on-loading': vm.formSubmitting}">
      <span>Log in</span>
      <div class="loader"></div>
    </button>
    <div class="horizontal-separator">or</div>
    <div class="d-flex flex-fill-children">
      <a href="https://gamehag.com/auth/facebook" class="block-refresh btn btn-fb tooltip-trigger mr-1" style="margin-top:14px;" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="Log in using your account on Facebook">
<svg class="nc-icon nc-icon-grid-24 nc-align-to-text"><use xlink:href="/icons/nc-icons.svg?v=34#nc-logo-fb-simple"></use></svg>
</a>
      <a href="https://gamehag.com/auth/steam" class="block-refresh btn btn-steam tooltip-trigger ml-1" style="margin-top:14px;" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="Log in using your account on Steam">
<svg class="nc-icon nc-icon-grid-24 nc-align-to-text"><use xlink:href="/icons/nc-icons.svg?v=34#nc-logo-steam"></use></svg>
</a>
      <a href="https://gamehag.com/auth/google" class="block-refresh btn btn-google tooltip-trigger ml-1" style="margin-top:14px;" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="Log in using your account on Google">
<svg class="nc-icon nc-icon-grid-24 nc-align-to-text"><use xlink:href="/icons/nc-icons.svg?v=34#nc-logo-google"></use></svg>
</a>
    </div>
  </fieldset>
</form>

Name: vm.registerForm

<form name="vm.registerForm" novalidate="" ng-submit="vm.submitForm(vm.form, vm.registerForm.$valid)" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength">
  <fieldset class="form-group light">
    <label for="top-register-email">Email Address</label>
    <input ng-blur="vm.checkEmail()" type="email" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" id="top-register-email" name="email" ng-model="vm.form.email"
      ng-class="{'has-error': vm.registerForm.email.$invalid &amp;&amp; vm.registerForm.email.$touched, 'has-success': vm.registerForm.email.$valid &amp;&amp; !vm.registerForm.email.$pristine}" required="">
    <div class="form-info text-danger ng-hide" ng-show="vm.registerForm.email.$invalid &amp;&amp; vm.registerForm.email.$touched">Invalid e-mail address!</div>
    <div ng-click="vm.correctEmail()" class="form-info text-muted cursor-pointer ng-hide" ng-show="vm.suggestion.length"> Did you mean that: <strong class="text-primary ng-binding"></strong>? </div>
  </fieldset>
  <fieldset class="form-group light">
    <label for="top-register-nickname">Username</label>
    <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength" ng-minlength="4" ng-maxlength="20" id="top-register-nickname" name="nickname"
      ng-model="vm.form.nickname" ng-class="{'has-error': vm.registerForm.nickname.$invalid &amp;&amp; vm.registerForm.nickname.$touched, 'has-success': vm.registerForm.nickname.$valid &amp;&amp; !vm.registerForm.nickname.$pristine}" required="">
    <div class="form-info text-danger ng-hide" ng-show="vm.registerForm.nickname.$error.minlength &amp;&amp; vm.registerForm.nickname.$touched">The username is too short.</div>
    <div class="form-info text-danger ng-hide" ng-show="vm.registerForm.nickname.$error.maxlength &amp;&amp; vm.registerForm.nickname.$touched">The username is too long.</div>
    <div class="form-info text-danger ng-hide" ng-show="vm.registerForm.nickname.$invalid &amp;&amp; vm.registerForm.nickname.$touched &amp;&amp; (!vm.registerForm.nickname.$error.maxlength &amp;&amp; !vm.registerForm.nickname.$error.minlength)">This
      field is required.</div>
  </fieldset>
  <fieldset class="form-group light">
    <label for="top-register-password">Password</label>
    <input type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength" ng-minlength="6" id="top-register-password" name="password" ng-model="vm.form.password"
      ng-class="{'has-error': vm.registerForm.password.$invalid &amp;&amp; vm.registerForm.password.$touched, 'has-success': vm.registerForm.password.$valid &amp;&amp; !vm.registerForm.password.$pristine}" required="">
    <div class="form-info text-danger ng-hide" ng-show="vm.registerForm.password.$error.minlength &amp;&amp; vm.registerForm.password.$touched">The password is too short.</div>
    <div class="form-info text-danger ng-hide" ng-show="vm.registerForm.password.$invalid &amp;&amp; vm.registerForm.password.$touched &amp;&amp; !vm.registerForm.password.$error.minlength">This field is required.</div>
  </fieldset>
  <div class="form-check ">
    <label class="form-check-label" style="color: #78909c;
                                    font-size: 12px;
                                    line-height: 1.25;"> I declare that I have read and accept: <a href="https://gamehag.com/terms" target="_blank" rel="”nofollow”">
Conditions of the server
</a> and to <a href="https://gamehag.com/privacy-policy" target="_blank" rel="”nofollow”">
Privacy Policy.
</a> I agree to <a class="link-inherit-hover" data-toggle="modal" href="#rules-1-modal">the processing of my personal data for marketing purposes</a> and to
      <a class="link-inherit-hover" data-toggle="modal" href="#rules-2-modal">receive commercial information..</a>
      <input class="form-check-input ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="terms" ng-model="vm.form.terms" type="checkbox" required="">
      <div class="form-check-indicator"></div>
    </label>
    <div class="form-info text-danger ng-hide" ng-show="!vm.registerForm.terms.$valid &amp;&amp; vm.registerForm.$submitted">Acceptance of the regulations is necessary to create an account on the site.</div>
  </div>
  <fieldset class="form-group light">
    <button type="submit" class="btn btn-primary btn-block ng-submit" ng-class="{'on-loading': vm.formSubmitting}" style="margin-top:4px;">
      <span>Sign up</span>
      <div class="loader"></div>
    </button>
  </fieldset>
</form>

POST https://gamehag.com/shop/confirm

<form method="POST" action="https://gamehag.com/shop/confirm" accept-charset="UTF-8" class="form-horizontal ng-pristine ng-valid"><input name="_token" type="hidden" value="gX1HAmw9rUk4ICMr4koScAireFCil52NcxtR2koH">
  <input name="id" type="hidden" value="2469">
  <div class="modal-header">
    <h5 class="modal-title">Purchase confirmation</h5>
    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
      <svg class="nc-icon nc-icon-grid-16 ">
        <use xlink:href="/icons/nc-icons.svg?v=34#nc-bold-remove"></use>
      </svg>
    </button>
  </div>
  <div class="modal-body">
    <div class="row">
      <div class="col-auto">
        <div class="element-image" style="background-image:url('https://gamehag.com//img/rewards/background/robux_min.jpg')">
          <img data-cfsrc="https://gamehag.com//img/rewards/logo/robux.png" class="logo" alt="Robux Logo" src="https://gamehag.com//img/rewards/logo/robux.png">
        </div>
      </div>
      <div class="col-auto">
        <dl>
          <dd class="value">Robux</dd>
        </dl>
        <dl>
          <dt>Region: </dt>
          <dd class="value"> Global </dd>
        </dl>
        <dl>
          <dt>Platform: </dt>
          <dd class="value"></dd>
        </dl>
        <dl>
          <dt>Type: </dt>
          <dd class="value">Game recharges</dd>
        </dl>
        <div class="soulstones lg"> 32 <img data-cfsrc="/img/soulstone_64.png" height="48" width="48" alt="Soul Gems" src="https://gamehag.com/img/soulstone_64.png">
        </div>
      </div>
    </div>
    <div class="alert alert-warning mt-3"><strong>You'll receive a notification concerning your reward soon.</strong></div>
  </div>
  <div class="modal-footer">
    <svg width="100%" height="100%" class="hole-bg">
      <defs>
        <mask id="logo-hole-create-topic">
          <rect width="100%" height="100%" fill="white"></rect>
          <circle class="first-hole" transform="translate(-60, 0)" cx="50%" cy="50" r="30" fill="black"></circle>
          <circle class="second-hole" transform="translate(60, 0)" cx="50%" cy="50" r="30" fill="black"></circle>
        </mask>
      </defs>
      <rect width="100%" height="100%" mask="url(#logo-hole-create-topic)" fill="white"></rect>
    </svg>
    <button type="button" class="btn btn-secondary" data-dismiss="modal"><svg class="nc-icon nc-icon-grid-16 ">
        <use xlink:href="/icons/nc-icons.svg?v=34#nc-bold-remove"></use>
      </svg></button>
    <button type="submit" class="btn btn-primary"><svg class="nc-icon nc-icon-grid-16 ">
        <use xlink:href="/icons/nc-icons.svg?v=34#nc-check-simple"></use>
      </svg></button>
  </div>
</form>

Text Content

 * Collect
   
 * Rewards
   Store
   Giveaway
   Chests
 * Community
   Articles
   Forums
   Rankings
   About us
   FAQ
 * How it works
   About us
   FAQ

Games
Store
Chests
Articles
Users
Forum groups
Forum threads
 * Sign in
   Your username
   This field is required.
   Password Forgot your password?
   This field is required.
   Log in
   
   or
   
 * Sign up
   or use your e-mail address
   Email Address
   Invalid e-mail address!
   Did you mean that: ?
   Username
   The username is too short.
   The username is too long.
   This field is required.
   Password
   The password is too short.
   This field is required.
   I declare that I have read and accept: Conditions of the server and to
   Privacy Policy. I agree to the processing of my personal data for marketing
   purposes and to receive commercial information..
   
   Acceptance of the regulations is necessary to create an account on the site.
   Sign up
   

Sign in Sign up

Check our new website for making money online - Earnweb.com
 * 
 * Rewards
 * Robux


GET ROBUX ABSOLUTELY FOR FREE!

Robux is a virtual currency in the Roblox game. Get them for free to improve
your gameplay. In our store you will also find free dollar recharges to Roblox:
...
Show full description


REWARD OPTIONS

Exchange
40 32


1 ROBUX

Roblox
Exchange
63 56


2 ROBUX

Roblox
Exchange
126


5 ROBUX

Roblox
Exchange
210


10 ROBUX

Roblox
Exchange
332


20 ROBUX

Roblox
Exchange
728


50 ROBUX

Roblox
Exchange
1287


100 ROBUX

Roblox
Exchange
2332


200 ROBUX

Roblox
Exchange
5413


500 ROBUX

Roblox
Exchange
9994


1000 ROBUX

Roblox
Exchange
18324


2000 ROBUX

Roblox
Exchange
41644


5000 ROBUX

Roblox
Exchange
83286


10000 ROBUX

Roblox


HOW TO GET
SOUL GEMS

?

PLAY GAMES

CARRY OUT A CONTRACT

PURCHASE

INVITE FRIENDS


INFORMATION

Region: Global Type: Game recharges


DESCRIPTION

How to get free Robux? What is the best website for free Robux? Gamehag is the
highest paying service with more than 4000000 Robux paid out.

Thanks to Robux, players can also set up a group, change the username, buy
special items, and much more.



You don't know, how to activate the reward? Check it out Activation guide.


CHECK ALSO

Exchange
40 32


1 ROBUX

Roblox
Exchange
63 56


2 ROBUX

Roblox
Exchange
126


5 ROBUX

Roblox
Exchange
210


10 ROBUX

Roblox


OUR GAMES

All MMO RPG Strategy Arcade Puzzle
War Premium 2D Games 3D Games Browser games Downloadable games


QUICK ACCESS

Articles Store Rankings FAQ Cheap Steam CD-keys Magic Bank
About us Ranks Tutorials Contact us Earn on the web


OUR DISCORD CHANNEL

URL:  discord.gg/W9DmGjW
Online:  5941
Trustpilot
COPYRIGHT © BY GAMEHAG.COM
GDPR - Duty to provide informationPrivacy policyTerms


DISCOVER GAMEHAG

in 3 steps





PLAY GAMES

Choose the game that interests you and play itfor free.


COMPLETE THE QUESTS

Every game has some quests for which you will receive Soul Gems.


RECEIVE REWARDS

You can exchange your Soul Gems for Steam Wallet top-ups, game keys, CS:GO Skins
and other rewards.

Initiate
Hide suggestion


PURCHASE CONFIRMATION

Robux Region: Global Platform: Type: Game recharges
32
You'll receive a notification concerning your reward soon.


THE PROCESSING OF MY PERSONAL DATA FOR MARKETING PURPOSES

I express a voluntary and cancellable consent for the processing of my personal
data by the Administrator in order to provide services within the Gamehag
website. I was informed that my personal data and consent for its processing
have been provided voluntarily and on my right to access and control of
transmitted data, their correction and the right to object to data processing
and forwarding my personal data to other entities.

RECEIVE COMMERCIAL INFORMATION.

I express a voluntary consent to receive commercial information on own and
Gamehag partners services by means of electronic communication. I was given the
opportunity to opt out of receiveing it or to revoke the consent at any time.

WAIT A MOMENT!


YOU DON'T WANT A CHEST?

You know that on Gamehag you can get real rewards for free, right? Join us,
complete walkthrough and get your chest!

I stay!

GDPR - Information By using this website you consent to the use of cookies.
Close