Jump to content

FateEX

Senior Member
  • Posts

    580
  • Joined

  • Last visited

Posts posted by FateEX

  1. Don't type anything, open up your Console tab, and then paste the whole code below, then press enter, and enjoy the show.

     

    var word_idx = 0;
    
    var interval_per_word = 250; // in milliseconds
    function hackit(){
    if(word_idx<words.length){
    $('#inputfield').val(words[word_idx] + ' ');
    var keyup = jQuery.Event('keyup');
    keyup.which = 32;
    $('#inputfield').trigger(keyup);
    word_idx++;
    setTimeout('hackit()', interval_per_word);
    }
    }
    setTimeout('hackit()', interval_per_word);

    I found this one to be much more efficient:

    $( "#inputfield" ).keyup(function() { $("#inputfield").val( $(".highlight").text() )});

    ----------------------------EDIT------------------------------

     

    Just use @@castix 's code and change the 250 to a smaller number like 1 :evil:

  2. The easier way: :evil:

     

     

    NO REBOOT, NO RESTORE, NO JAILBREAK, and NO BRAVE FRONTIER APP DELETION REQUIRED

     

    Estimated Time:
    5 minutes or less

     

    Requirements:
    iDevice
    Latest Brave Frontier Global App
    Facebook Login
    Good WiFi/Data Connection

     

    Difficulty:
    Caveman (very easy)

     

    IMPORTANT: You'll have to create and verify a new Facebook and link it to your current account before re-rolling a new one and repeat the method below, until satisfied.

    Step 1: At the start screen when you first open Brave Frontier, press and hold the handle of the sword that goes through BRAVE FRONTIER until a pop-up appears. It will confirm a data wipe to make sure your old account is disconnected. Tap confirmOk.gif Then the app will force close.

    nUhTjwi.jpg

    Step 2: Reopen Brave Fronier. A Terms of Use will appear. Tap "I Agree." Now, it will prompt you to login with Facebook or Play as Guest. However, due to Gumi's recent patch to the Facebook account login, you will have to play as guest. Once guest is loaded up, navigate to the settings menu in Brave Frontier and scroll to the bottom. There you will find the option to login with Facebook. Tap on it, and it will display the account info for your old account. Hit cancel, then tap on the login again. Now this time, it will switch to the Facebook App for a few seconds then back to Brave Frontier, this time, displaying the correct account info or if your Facebook has no Brave Frontier data on it, you will be prompted to start a new game using that Facebook account. Now tap confirm.

    VOILA! You have successfully re-rolled/logged in another account. Repeat if necessary.

     

     

  3. My assassins creed watermarks came in handy today ^_^

    M0gEgAZ.jpg

    Too many objects, looks bloated. Try making them smaller. Kind of like Proto's. If you could make the assassin's creed logo more blended as well has the white filling in iOSGods, would help a lot. Also, you may want it to be more rectangular for a desktop background :thumbsup:

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines