User Tag List

Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Selective/Slot Boot

  1. #1
    Selective/Slot Boot

    User Info Menu

    Selective/Slot Boot

    PLEASE READ THE ENTIRE THING!!
    baha - If your reading this: I meant ban.

    Ok now I know this is a VIP code but I want to know if I am on the right track. I know if a good coder sees I am, he/she will try to mislead me so I won't succeed at it. But please if you acully do have a working version of a Selective/Slot boot can you tell me how many lines there are in it? When I say "Selective/Slot Boot" I mean just like a teleport knife where you change the players ID and turn on the code you will knife them. What I did so far is tried to mix a No-35 lobby boot that also boots in game and instantly clears everyone out. Here it is btw:

    #Lobby Boot
    0x00000098 0x0A2404FE
    0x0056178C 0x00000000

    This is all in Real Addressing btw. Here is my notes por say:

    #Selective boot
    0x00000098 0x0a3585e3 //jumps to 08d6178c
    0x08d61758 0x3c0d0056 //loads 08d6 to t5
    0x08d6175c 0x8dad178c //loads 178c to t5 making 08d6178c
    0x08d61760 0xadae0000 //saves 08d6178c at t6
    0x08d6178c 0x02c00008/00000066 //jumps to s6 / boots?
    0x00000000 0x03e00008 //ends code

    ^ What I did here is write myself a template of what I did so that I can remember what I did. Lol, confusing -.~. At the bottom where I have a jr ra, I forgot where the next nop would be so I temporarily put it at 00000000. I forgot to go back and fill it in, lol.

    #Slot boot
    0x00000098 0x0a3585e3
    0x08d61758 0x3c0d0056
    0x08d6175c 0x8dad178c
    0x08d61760 0xadae0000
    0x08d6178c 0x00000066

    ^ This is essentially the same thing but without the notes. I also think I changed the t5 and t6 To t0 and t1, I can't remember if I did that here or on the one below


    #Congruent Slot Boot
    0x00000098 0x0a358682
    0x08D619FC 0x3c0908d6
    0x08D61A04 0x8d291a04
    0x08D61A08 0xad090000
    0x08D6178C 0x00000066
    0x08D61A0C 0x03e00008

    ^ I found a area of nops and I put the hex data's in there. I changed the first four lines accordingly to the new addresses.

    So all in all... Am I even anywhere close? I doubt it. So, if anyone has a working Slot Boot can you give me a hint? At least tell me how many lines it has. Please??

    BTW: While working on this code I did make another code....

    #Take a Stand
    ;Made By: S2h6699
    ;No-35
    ;Highlight in white then go
    ;in-game and start standing
    ;Turning code off will take you
    ;back to original stance
    0xFFFFFFFF 0x00505858
    0x00000630 0x00000002
    0x00000638 0x00000000

    #Take a Stand
    ;Made By: S2h6699
    ;No-35
    ;With this one you stay standing
    ;even when you turn it off
    ;although you CAN change yor stance
    ;thourgh the triangle button
    0xFFFFFFFF 0x00505858
    0x00000630 0x00000002
    0x00000638 0x00000192
    Quote Originally Posted by Epic of HITB
    get... 1) a mini fridge | 2) A toilet installed in your room | 3) a closet full of non-perishable foods | 4) Lyscol ( who needs showers anyway?) | 5) tons of books articles lectures zines etc etc

    Dont leave your room...EVER... AND I MEAN EVER
    Damned six line limit! *NERD RAGE*

  2. #2
    Selective/Slot Boot

    User Info Menu

    Re: Selective/Slot Boot

    First off that code works by sending a taunt packet to the lobby and another thing it really shouldnt be in a VIP unless someone loves to get ripped off as that code can be found if you just took some time to look for it.

  3. #3
    Wu-Tang

    User Info Menu

    Re: Selective/Slot Boot

    The teleport knife works different from what you are thinking, it's just an animation, and for line's it depends on how the code is written. Like omega said the lobby boot code, forces a corrupt taunt packet which boot's everyone in the room adding a random value won't boot specifically. If I were you, I would look at tonics taunt=kill code and look at how it is set up and how it use's the player id's, need to use bakonice with it. Also, knowing how many lines are in it won't do any good. Also, you won't find a selective ban code. It shouldn't be to hard if you actually know what your doing and know what to look for, for making a selective boot. As for the tele knife anything like this

    0xFFFFFFFF 0x00505858
    0x00000630 0X---------
    0x00000634 0X---------
    0x00000638 0x---------

    Will, be some type of animation and depending on the animation, 0x0634 and 0x0638 will id some stuff example

    0xFFFFFFFF 0x00505858
    0x00000630 0x00000018;Dance value
    0x00000634 0x00000000;Tells what dance from 0-8 and 8 being random dance

    while for knife and rifle butt the 0x0634 and 0x0638 id who knifed/riffle butted you or who you knifed/rifle butted.
    Last edited by Lavent Sky; 11-27-2009 at 09:40 PM.
    "These cats they sentimental such with a gentle touch
    Dancin' double dutch and all sayin' nothin' much" -Black Thought

  4. #4
    Selective/Slot Boot

    User Info Menu

    Re: Selective/Slot Boot

    yo not trying to be mean but leave the coding to the pros
    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

  5. #5
    Selective/Slot Boot

    User Info Menu

    Re: Selective/Slot Boot

    Umm I see people wont get it! But even tho you use it in lobby your just finding their name so once you turn it on the their gone on ur screen... Better luck next time

  6. #6
    Selective/Slot Boot

    User Info Menu

    Re: Selective/Slot Boot

    thats a rather uneeded statement, leave it to the pros, as i havnt seen a good pro so called made code in a while

  7. #7
    Selective/Slot Boot

    User Info Menu

    Re: Selective/Slot Boot

    Quote Originally Posted by OvEr.DoS View Post
    thats a rather uneeded statement, leave it to the pros, as i havnt seen a good pro so called made code in a while
    thats because this game is dead and most of us dont play it much anymore.
    Join Date
    11-10-2008!I joined exactly one year before MW2 !

  8. #8
    Selective/Slot Boot

    User Info Menu

    Re: Selective/Slot Boot

    All I see is ripped stuff. The lobby boot was something I posted a long time ago and the "Stand up" is just a animation that demonspawn released so therefor the credit is in fact wrong. Not to mention the parts he is trying to make selective won't do a thing besides tie up a thread that is already in action.
    Last edited by Tonic; 12-01-2009 at 04:27 AM.

  9. #9
    Selective/Slot Boot

    User Info Menu

    Re: Selective/Slot Boot

    Selective, hmm. Look into the mic functions. That's is close as you'll get to it without having to mess with taunt.

  10. #10
    Selective/Slot Boot

    User Info Menu

    Re: Selective/Slot Boot

    I find it sad that this kid just tried to pose as me on aiolab. Moron used his own email for my username. What a idiot.

Page 1 of 2 12 LastLast

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
  •