Results 1 to 7 of 7
  1. #1
    RusHac's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    USA
    Posts
    286
    Reputation
    16
    Thanks
    98
    My Mood
    Yeehaw

    Post How to make a HTML Random Alt Gen

    Here is a HTML code for making a Random word displayer each time you visit that page. or can be used as a Alt Gen. This is what were mainly using it for.
    To use the coding use a website like wix or ****** which you can put the html coding on a sub-domain or a whatever you use from them.
    Or just put it on your own website coding.
    Just add the accounts where it says account0 etc.



    [HTML]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "Themcsource****">
    <html>
    <head>
    <p style="font-size:25px">
    <title>Random Message</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

    <script type="text/javascript">
    var msgArr = new Array();
    msgArr[0] = "Account";
    msgArr[1] = "Account";
    msgArr[2] = "Account";
    window.onload = function () {
    document.getElementById("msgDiv").innerHTML = msgArr[Math.floor(Math.random()*msgArr.length)];
    }
    </script>
    </head>

    <body>
    <div id="msgDiv"></div>
    </body>
    </html>[/HTML]
    Last edited by RusHac; 01-24-2015 at 06:02 PM.

  2. #2
    LuckyGamer's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    195
    Reputation
    10
    Thanks
    401
    or just right click -> view source -> copy the js -> replace it with nothing using regex in np++ -> profit
    with this way you can leech the whole alt list easily

  3. The Following User Says Thank You to LuckyGamer For This Useful Post:

    Goodfeet (01-25-2015)

  4. #3
    Goodfeet's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    The Netherlands
    Posts
    771
    Reputation
    150
    Thanks
    903
    Quote Originally Posted by LuckyGamer View Post
    or just right click -> view source -> copy the js -> replace it with nothing using regex in np++ -> profit
    with this way you can leech the whole alt list easily
    Yea, this is not an option for alt dispensers.
    A better way would be to load the alts from a text file, and block direct access to that text file (.htaccess).
    That way it would also be way more easy/fast to add alts to the list.
    Last edited by Goodfeet; 01-25-2015 at 01:11 AM.
    [IMG]https://lh3.googleuserconten*****m/-00iIf0SVXqM/Wx7De4Gt3cI/AAAAAAAAHPw/cy33De9pX4AE7Arzy2gPMgRRcwno-sVEQCHMYCw/s0/ifNXCIl.gif[/IMG]

  5. #4
    _Shino's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    245
    Reputation
    53
    Thanks
    1,434
    My Mood
    Cynical
    Quote Originally Posted by LuckyGamer View Post
    or just right click -> view source -> copy the js -> replace it with nothing using regex in np++ -> profit
    with this way you can leech the whole alt list easily
    Indd ! 1minute of work and done !
    Donator since - January 2015
     

    - Minecarft
    - COD 1
    - COD 2
    - COD MW2
    - COD MW3
    - Runescape
    - League of legends
    - Battlefield

     

    Tservers - Kyoto techno


    Other Song
    Tservers - This is my revenge


    If you need to contact me send a PM or add me on skype: pieter.vangool1

    [IMG]https://i299.photobucke*****m/albums/mm294/ryan0989/Kurapika_Kuroro_Gon_Killua.gif[/IMG]

  6. #5
    MrEwal's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    54
    Reputation
    23
    Thanks
    7
    Thanks bro

  7. #6
    Jim Morrison's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Canterlot, Equestria
    Posts
    12,444
    Reputation
    1090
    Thanks
    3,336
    We don't allow alts to be given away externally, the tutorial is fine but don't post your own alt dispenser sites.


    MPGH Staff History:
    Minion: 02-12-2013 - 6-28-2013
    Former Staff: 6-28-2013 - 7-14-2014
    Minion: 7-14-2014 - 1-3-2015
    Minion+: 1-3-2015 - 6-1-2015
    Moderator: 6-1-2015 - 10-2-2016
    Global Moderator: 10-2-2016 - Current

    Current Sections:
    DayZ Mod & Standalone Hacks & Cheats
    BattleOn Games Hacks, Cheats & Trainers
    Minecraft Hacks
    Other Semi-Popular First Person Shooter Hacks
    Blackshot Hacks & Cheats
    Need For Speed World Hacks
    Other First Person Shooter Hacks
    CounterStrike: Global Offensive Hacks
    Garry's Mod Hacks & Cheats


    Donating:
    If you want to donate money to me I take Bitcoin & Paypal, PM me for either of these if you're interested and thanks.
    Top Donators: (Awesome People)
    FanticSteal $75.00
    smurf_master $58.00 <- Best DayZ Gear Seller
    Fujiyama $25.00
    [MPGH]Black $10.00
    [MPGH]Hova $10.00
    xJudgez $4.54
    [MPGH]Normen's Sheep $3.50
    eminemlover $1.50


    Brony?
    https://www.mpgh.net/forum/groups/1728-mpgh-bronies.html

  8. #7
    RusHac's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    USA
    Posts
    286
    Reputation
    16
    Thanks
    98
    My Mood
    Yeehaw
    Quote Originally Posted by PVG_King View Post
    Indd ! 1minute of work and done !
    haha I know I've done the inspect element with it before to. I don't care if people do that because it's a public alt gen . Not a big deal to me.

    Quote Originally Posted by NormenJaydenFBI View Post
    We don't allow alts to be given away externally, the tutorial is fine but don't post your own alt dispenser sites.
    Sorry about that.

Similar Threads

  1. [Solved] How To Make Cracked Minecraft Alt Accounts?
    By cookieforthecocky in forum Minecraft Help
    Replies: 2
    Last Post: 10-18-2014, 09:21 PM
  2. How to make a HTML generator?
    By w4ssup in forum General
    Replies: 2
    Last Post: 05-17-2014, 04:55 PM
  3. How to make the instrumental-karaoke of a random song
    By MANOS121 in forum Programming Tutorials
    Replies: 0
    Last Post: 02-04-2012, 12:43 PM
  4. [Help] How to make a C++ Grab HTMl Documents
    By hero312 in forum C++/C Programming
    Replies: 35
    Last Post: 05-15-2011, 12:08 PM
  5. How I make wallhack?
    By RaidenDXX in forum WarRock - International Hacks
    Replies: 6
    Last Post: 01-23-2006, 01:28 PM