Post by YL on Jan 31, 2015 23:07:54 GMT 1
Using this, it's possible to register accounts to the Friends server even when the signup quota is full (This can also be used to buy a model multiple times using new accounts)
Also, I suggest to do this using Chrome because this guide is made for Chrome
About my browser: aboutmybrowser.com/3ZHtVQr3
Instructions:
1. Logout from friends.kogama.com
2. Click the "Login" button
3. In that page, move your mouse to the side of the "Login" button, not above it, but to the side
4. Press right mouse button and choose Inspect element
5. Now you should have <div class="pure-controls"> highlighted in the Inspect element screen
6. Below this, you see "</form>" and 2 "</div>"s
7. Press right mouse button over the first div in the list and select "Edit as HTML"
8. Delete all of the text and paste in the code that's at the end of this thread
9. Click elsewhere, and if you did everything correctly, the white login bubble will expand to a sign up screen with Blockboy at the right side (See the picture at the end of this thread)
10. Type in details and press the "Inscrição" button, if you did everything right it will sign up an account even when the signup quota is full
Successful code entry picture:
The code:
<div><div class="pure-u-1-5"></div><div class="pure-u-3-5 step"><div class="inner"><div class="m-10 user-information"><h3>Inserir informação</h3><form action="/user/" method="POST" id="new_user" class="pure-form pure-form-stacked"><fieldset><div class="control-group"><label for="username">Nome de Usuário</label><div class="controls"><input id="username" name="username" class="pure-input-1-2" type="text" value="" placeholder="Crie um nome de usuário"></div></div><div class="control-group"><label for="email">Email</label><div class="controls"><input id="email" name="email" class="pure-input-1-2" type="email" value="" placeholder="Seu endereço de email"></div></div><div class="control-group"><label for="password1">Password</label><div class="controls"><input id="password1" name="password1" class="pure-input-1-2" type="password" placeholder="****"></div></div><div class="control-group"><label class="pure-checkbox" for="terms"><input type="checkbox" id="terms" name="terms">Eu li e concordo com o KoGaMa <span id="terms-and-conditions-register"><div><a href="#" class="terms-and-conditions">Terms & Conditions</a><div class="popup"></div></div></span></label></div><div class="pure-controls m-10"><button type="button" class="pure-button prev">voltar</button> <button type="submit" class="pure-button pure-button-primary pure-button-large submit">Inscrição</button></div></fieldset></form></div></div></div><div class="pure-u-1-5 right-side"><div class="inner"><div id="selected-avatar"><div><h4></h4><img src="http://d2j0rygefnbpzs.cloudfront.net/registration/blockboy_200x350.png"></div></div></div></div></div>