User Tag List

Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Real Slot Boot

  1. #11
    Wu-Tang

    User Info Menu

    Re: Real Slot Boot

    The is a boot code that when the data is corrupted it only boots one random person and its not made so you can choose who gets booted, and I don't think linblow is taking your side, more then sure he didn't mean to put "so" in there. What he is saying is that in hex's the numbers don't go from 0 to 10 they go from 0-F (a=10, b=11 ect..). If I remember the original value of the code is 0x00000008 so it won't boot if you have it on that value. Here is how it works the Switch function branches to a function that sends data to the other players in the game telling them that you switched teams which is setup like this

    lui ? $08d0
    lui ?, $08d6
    lw ?, $17c8(?) //which loads the address value if its corrupted it boots one person randomly
    ori ?, ? $0040
    addi ?, ? $FFFF
    ori ?, ? $000? //If this is corrupted then it boots one person randomly
    jal, $088ee67c //which sends the data
    lw ? $44d8(?) //needed or you will freeze

    I didn't feel like figuring out the registers for it, but thats the way its setup more or less. Changing the value to a random number doesn't boot the way you want it to. Now has blackkid said "whose the one with the coder title..." (not me...hehe!)
    Last edited by Lavent Sky; 01-01-2010 at 08:39 PM.
    "These cats they sentimental such with a gentle touch
    Dancin' double dutch and all sayin' nothin' much" -Black Thought

  2. #12
    Real Slot Boot

    User Info Menu

    Re: Real Slot Boot

    haha well thanx im not really a coder so dont know much about what you said but ive used these and they work really good for me i havnt booted randomly yet its all been working fine for me ive been able to boot those fags out anyways lol well thanx again

  3. #13
    Real Slot Boot

    User Info Menu

    Re: Real Slot Boot

    Yo thanks hell retard callin me a fail I know what I'm sayin before I post if I didn't know y would I post
    Get At Me Bl4Ck.KiD... Aka BK
    Future Rapper - Spits Fire
    Psp Coder - Mips, C
    Web Designer - HTML, Javascript, Some PHP
    Computer Programmer - Currently Learning C/C++, Visual Basic, Pascal, Brainfuck, Python, Ruby

  4. #14
    Real Slot Boot

    User Info Menu

    Re: Real Slot Boot

    http://www.consolediscussions.com/fo...y-boot-t21552/

    already posted and this code work somtimes but almost always this just disappears that person ..somthing about lobby pointer idk ..so ya already posted...i just added a slot code but still is the same

  5. #15
    Real Slot Boot

    User Info Menu

    Re: Real Slot Boot

    Quote Originally Posted by Albert View Post
    your funny yeah your such a good coder wow if your so good how come it works and doesnt "FAiL" LIKE you.
    your so pathetic lol its funny and the only one who needs to watch who there talking to is you lol. IDK why your the one telling people they fail and stuff when you cant even freakin spell right, you are the only so called "FAiL" On this site you scrub.

    ----Added 1/1/2010 at 2:37 PM----

    Im not sure i understand and thanks for taking my side but i kinda dont get what your sayin. lol but if you could fix the last codes that are messed up and then repost that would be good.
    I said "I DON'T THINK SO it works", but I never said it doesn't work.
    Honnestly, I don't give a damn if it works or not. I don't play FTB 2 NTSC cause it just sux.

    I give my opinion, if you agree with it OR not: I don't care.
    IF the code WOULD WORK, it shoud be like that:

    #Switch Boot [Slot Boot]<<BOOT HOST
    0x005617C4 0x0000000
    0

    #Switch Boot [Slot Boot]<<1ST PLAYER AFTER HOST
    0x005617C4 0x00000001


    #Switch Boot [Slot Boot]<<2ND PLAYER AFTER HOST
    0x005617C4 0x0000000
    2

    #Switch Boot [Slot Boot]<<3RD PLAYER AFTER HOST
    0x005617C4 0x00000003


    #Switch Boot [Slot Boot]<<4TH PLAYER AFTER HOST
    0x005617C4 0x00000004


    #Switch Boot [Slot Boot]<<5TH PLAYER AFTER HOST
    0x005617C4 0x00000005


    #Switch Boot [Slot Boot]<<6TH PLAYER AFTER HOST
    0x005617C4 0x00000006


    #Switch Boot [Slot Boot]<<7TH PLAYER AFTER HOST
    0x005617C4 0x00000007


    #Switch Boot [Slot Boot]<<8TH PLAYER AFTER HOST
    0x005617C4 0x0000000?


    #Switch Boot [Slot Boot]<<9TH PLAYER AFTER HOST
    0x005617C4 0x00000009


    #Switch Boot [Slot Boot]<<10TH PLAYER AFTER HOST
    0x005617C4 0x0000000A


    #Switch Boot [Slot Boot]<<11TH PLAYER AFTER HOST
    0x005617C4 0x0000000B


    #Switch Boot [Slot Boot]<<12TH PLAYER AFTER HOST
    0x005617C4 0x0000000C


    #Switch Boot [Slot Boot]<<13TH
    0x005617C4 0x0000000D


    #Switch Boot [Slot Boot]<<14TH
    0x005617C4 0x0000000E

    #Switch Boot [Slot Boot]<<15TH
    0x005617C4 0x0000000F


    #Switch Boot [Slot Boot]<<16TH
    0x005617C4 0x00000010
    Last edited by Linblow; 01-02-2010 at 11:11 AM.

  6. #16
    Real Slot Boot

    User Info Menu

    Re: Real Slot Boot

    It fail the first time it was posted, and fails as many times more people will post it again.

    Quote Originally Posted by hell View Post
    The is a boot code that when the data is corrupted it only boots one random person and its not made so you can choose who gets booted, and I don't think linblow is taking your side, more then sure he didn't mean to put "so" in there. What he is saying is that in hex's the numbers don't go from 0 to 10 they go from 0-F (a=10, b=11 ect..). If I remember the original value of the code is 0x00000008 so it won't boot if you have it on that value. Here is how it works the Switch function branches to a function that sends data to the other players in the game telling them that you switched teams which is setup like this

    lui ? $08d0
    lui ?, $08d6
    lw ?, $17c8(?) //which loads the address value if its corrupted it boots one person randomly
    ori ?, ? $0040
    addi ?, ? $FFFF
    ori ?, ? $000? //If this is corrupted then it boots one person randomly
    jal, $088ee67c //which sends the data
    lw ? $44d8(?) //needed or you will freeze

    I didn't feel like figuring out the registers for it, but thats the way its setup more or less. Changing the value to a random number doesn't boot the way you want it to. Now has blackkid said "whose the one with the coder title..." (not me...hehe!)
    Best owning session of all time.
    Last edited by WarCrazy; 01-02-2010 at 02:39 PM.

  7. #17
    Real Slot Boot

    User Info Menu

    Re: Real Slot Boot

    closed. ive personally tested these a while back. doesnt work how u say it does.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •