DeadlyUnits : The Community
Welcome to DeadlyUnits!
Sign In To Post, or crete topics!
If your a GFX Artist, then Enjoy and please post your GFX.
Also Dont Forget to Introduce Yourself!
Are You in OsOk or Have a 360? Click Here
Thanx.
-DjZ.
-iTs_Ownage(OwnAg3 For life)
-ArrestedLion
-xpect119

Join the forum, it's quick and easy

DeadlyUnits : The Community
Welcome to DeadlyUnits!
Sign In To Post, or crete topics!
If your a GFX Artist, then Enjoy and please post your GFX.
Also Dont Forget to Introduce Yourself!
Are You in OsOk or Have a 360? Click Here
Thanx.
-DjZ.
-iTs_Ownage(OwnAg3 For life)
-ArrestedLion
-xpect119
DeadlyUnits : The Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Who is online?
In total there are 23 users online :: 0 Registered, 0 Hidden and 23 Guests

None

[ View the whole list ]


Most users ever online was 377 on Tue Sep 14, 2021 2:24 pm
Latest topics
» Want to view the codes?
Error in the Gen EmptyFri Aug 31, 2012 11:49 pm by x--|Zenegade--x

» freeze help
Error in the Gen EmptyThu Aug 16, 2012 5:48 pm by x-BaJz7veY-x

» ftb3 cso or iso
Error in the Gen EmptyWed May 09, 2012 8:34 pm by kingkryp

» Register here you guys!
Error in the Gen EmptySat May 05, 2012 11:14 pm by x--|Zenegade--x

» Nightcore - Feeling You
Error in the Gen EmptyFri Apr 27, 2012 2:03 am by ♛✬ζωZ†ωρ✬™

» PSP2 codes
Error in the Gen EmptyWed Apr 25, 2012 9:17 pm by [₳]Nii[M]aTiioN[§] ῳ

» Call of Duty: Modern Warfare 3
Error in the Gen EmptySun Apr 22, 2012 4:02 pm by [₳]Nii[M]aTiioN[§] ῳ

» To random people on this site
Error in the Gen EmptySat Apr 14, 2012 12:26 pm by x--|Zenegade--x

» Optimus-A Little Something Something
Error in the Gen EmptySat Apr 07, 2012 11:05 am by Mr. Haferman


Error in the Gen

3 posters

Go down

Error in the Gen Empty Error in the Gen

Post by [1O7]Gr333nX Thu Oct 27, 2011 12:53 pm

Each time you select something the Gens base resets its self. So in other word It is on auto update whick needs to be turned off
[1O7]Gr333nX
[1O7]Gr333nX
i like the site :D
i like the site :D

Your REAL name. : Name
Male Posts : 50
Join date : 2011-08-10
Age : 28
Location : Where ever.

Back to top Go down

Error in the Gen Empty Re: Error in the Gen

Post by [1O7]Gr333nX Thu Oct 27, 2011 12:57 pm

Im reworking it i extracted it nd i foudn the erros ill post the full script in here when done
[1O7]Gr333nX
[1O7]Gr333nX
i like the site :D
i like the site :D

Your REAL name. : Name
Male Posts : 50
Join date : 2011-08-10
Age : 28
Location : Where ever.

Back to top Go down

Error in the Gen Empty Re: Error in the Gen

Post by [1O7]Gr333nX Thu Oct 27, 2011 1:04 pm










    [You must be registered and logged in to see this link.]





    var hexNumbers = new Array('0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F');
    var codeAddress = new Array("0x00000060", "0x00000064", "0x00000068", "0x0000006C", "0x00000070", "0x00000074", "0x00000078", "0x0000007C", "0x00000080", "0x00000084", "0x00000088", "0x0000008C", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ");

    String.prototype.replaceCode=function(s1, s2) {
    return this.replace(s1, s2).replace(s1, s2).replace(s1, s2).replace(s1, s2).replace(s1, s2).replace(s1, s2).replace(s1, s2).replace(s1, s2);
    }

    function addText(event){
    document.getElementById("box").value +=
    (event.srcElement || event.target).firstChild.nodeValue.toString();
    }

    function textToHex(c)
    {
    n=c.charCodeAt(0);
    return hexNumbers[(n >> 4) & 0xf] + hexNumbers[n & 0xf];
    }

    function runHex(text) {
    var counter = 0;
    var hex = "";
    var packet = "";
    var size = text.length;
    if (size > 48) {
    size=48;
    }


    //Convert what's given
    while (counter < size) {
    let = textToHex(text.substr(counter,1));

    if ((counter % 4) == 0) {
    if(counter != 0) {
    hex=hex + codeAddress[((counter / 4)-1)] + " 0x" + packet + "
    ";
    packet="";
    }
    }

    packet=let + packet;
    counter++;
    }

    //Generate what remains with 0s
    while (counter < 52)
    {
    if ((counter % 4) == 0) {
    if(counter != 0) {
    hex=hex + codeAddress[((counter / 4)-1)] + " 0x" + packet + "
    ";
    packet="";
    }
    }

    packet="00" + packet;
    counter++;
    }

    code.innerHTML = "
    #Created By DeadlyUnits
    " + ";(NO ADVERTISING! REMOVED!)
    " + "0xFFFFFFFF 0x004CEA78
    " + hex;

    //Generate the game output
    text="
    [" + text + "]
    ";
    text=text.replaceCode("#cÿ! ","");
    text=text.replaceCode("#cÿ ","
    ");
    text=text.replaceCode("#cÿÿ ","
    ");
    text=text.replaceCode("#cµ/ÿ ","
    ");
    text=text.replaceCode("#cÿÿÿ ","
    ");
    text=text.replaceCode("â„¢","
    ");
    text=text.replaceCode("#t","
    [You must be registered and logged in to see this image.]");
    text=text.replaceCode("#o","
    [You must be registered and logged in to see this image.]");
    text=text.replaceCode("#x","
    [You must be registered and logged in to see this image.]");
    text=text.replaceCode("#s","
    [You must be registered and logged in to see this image.]");
    text=text.replaceCode("#u","
    [You must be registered and logged in to see this image.]");
    text=text.replaceCode("#r","
    [You must be registered and logged in to see this image.]");
    text=text.replaceCode("#d","
    [You must be registered and logged in to see this image.]");
    text=text.replaceCode("#l","
    [You must be registered and logged in to see this image.]");
    text=text.replaceCode("#e","
    [You must be registered and logged in to see this image.]");
    text=text.replaceCode("#g","
    [You must be registered and logged in to see this image.]");
    text=text.replaceCode("#L","
    [You must be registered and logged in to see this image.]");
    text=text.replaceCode("#R","
    [You must be registered and logged in to see this image.]");
    text=text.replaceCode("#a","
    [You must be registered and logged in to see this image.]");
    game.innerHTML = text;


    return false;
    }


    (NO ADVERTISING! REMOVED!)â„¢
    Officialâ„¢Imposterâ„¢Genâ„¢



    Type A Imposter You Would Like:










    Extrasâ„¢:

    [You must be registered and logged in to see this link.]= Red(include the spaces)
    [You must be registered and logged in to see this link.]= Orange(include the spaces)
    [You must be registered and logged in to see this link.]= Yellow(include the spaces)
    [You must be registered and logged in to see this link.]= Purple(include the spaces)
    [You must be registered and logged in to see this link.]= White(include the spaces)
    [You must be registered and logged in to see this link.] = â„¢
    [You must be registered and logged in to see this link.] = Triangle [You must be registered and logged in to see this image.]
    [You must be registered and logged in to see this link.] = Circle [You must be registered and logged in to see this image.]
    [You must be registered and logged in to see this link.] = Cross [You must be registered and logged in to see this image.]
    [You must be registered and logged in to see this link.] = Square [You must be registered and logged in to see this image.]
    [You must be registered and logged in to see this link.] = D-pad Up [You must be registered and logged in to see this image.]
    [You must be registered and logged in to see this link.] = D-pad Right [You must be registered and logged in to see this image.]
    [You must be registered and logged in to see this link.] = D-pad Down [You must be registered and logged in to see this image.]
    [You must be registered and logged in to see this link.] = D-pad Left [You must be registered and logged in to see this image.]
    [You must be registered and logged in to see this link.] = SELECT [You must be registered and logged in to see this image.]
    [You must be registered and logged in to see this link.] = START [You must be registered and logged in to see this image.]
    [You must be registered and logged in to see this link.] = Left Trigger [You must be registered and logged in to see this image.]
    [You must be registered and logged in to see this link.] = Right Trigger [You must be registered and logged in to see this image.]
    [You must be registered and logged in to see this link.] = Analog Stick

    [You must be registered and logged in to see this link.] = ©
    [You must be registered and logged in to see this link.] = ®

    Put This In Your Database:

    #DeadlyUnits Imposter
    ;(NO ADVERTISING! REMOVED!)
    0xFFFFFFFF 0x004CEA78
    0x00000060 0x21FF6323
    0x00000064 0x61654420
    0x00000068 0x23796C64
    0x0000006C 0xFF2FB563
    0x00000070 0x696E5520
    0x00000074 0x63237374
    0x00000078 0x20FFFFFF
    0x0000007C 0xE24B542E
    0x00000080 0x0000A23F
    0x00000084 0x00000000
    0x00000088 0x00000000
    0x0000008C 0x00000000


    COPY THE GENERATED CODE ABOVE INTO "UCUS-98716.txt"
    What It Will Look Likeâ„¢:

    [
    DeadlyUnits(NO ADVERTISING! REMOVED!)â„¢]
    If Your Retarded, Look At This:


    1) Load game.
    2) At any desired time, open nitePR or MKultra and highlight name imposter.
    3) Turn cheats on by pressing the note button.
    4) You should see your name show up as your imposter unless you activate this code while you are already in a room.
    NOTE: If you are already in a room, just leave and come back, and your name should be showing.

    Brought To You By [You must be registered and logged in to see this link.] ADVERTISING! REMOVED!)


    [You must be registered and logged in to see this link.]| (NO ADVERTISING! REMOVED!)












    if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none";_uff=false;urchinTracker();}



    [1O7]Gr333nX
    [1O7]Gr333nX
    i like the site :D
    i like the site :D

    Your REAL name. : Name
    Male Posts : 50
    Join date : 2011-08-10
    Age : 28
    Location : Where ever.

    Back to top Go down

    Error in the Gen Empty Re: Error in the Gen

    Post by [1O7]Gr333nX Thu Oct 27, 2011 1:05 pm

    so click edit for the script and then copy it
    then relace it
    [1O7]Gr333nX
    [1O7]Gr333nX
    i like the site :D
    i like the site :D

    Your REAL name. : Name
    Male Posts : 50
    Join date : 2011-08-10
    Age : 28
    Location : Where ever.

    Back to top Go down

    Error in the Gen Empty Re: Error in the Gen

    Post by dart314 Thu Oct 27, 2011 3:12 pm

    thats..confusing
    dart314
    dart314
    CoAdmin
    CoAdmin

    Your REAL name. : Trad
    Male Posts : 142
    Join date : 2011-07-21
    Age : 28
    Location : Maryland

    Back to top Go down

    Error in the Gen Empty Re: Error in the Gen

    Post by M&M's Thu Oct 27, 2011 4:47 pm

    what lol darts rite
    M&M's
    M&M's
    im gonna spam ^_^
    im gonna spam ^_^

    Your REAL name. : Emm And Emm
    Male Posts : 455
    Join date : 2011-09-07
    Age : 28

    Back to top Go down

    Error in the Gen Empty Re: Error in the Gen

    Post by Sponsored content


    Sponsored content


    Back to top Go down

    Back to top

    - Similar topics

     
    Permissions in this forum:
    You cannot reply to topics in this forum