User Tag List

Results 1 to 10 of 20

Thread: Some of my codes

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Some of my codes

    User Info Menu

    Some of my codes

    Some codes I made but that I didn't release, I ported them from PAL to NTSC so maybe they don't work as expected.
    Maybe some people already created one of them, anyway I made all these codes by myself.

    The "crazy taunt" code replaces the taunts by more funny taunts, EVERYONE see them, for example there's a taunt "YOUR_NICKNAME : COVER HOSTAGES", etc.

    Just change the 2 last digits to have new taunts.
    This code may ban you.

    #Crazy Taunts
    ; Made by Linblow
    0x0019553c 0x0040

    #Crazy Taunts 2
    ; Made by Linblow
    0x0019553c 0x0030

    #Crazy Taunts 3
    ; Made by Linblow
    0x0019553c 0x0035

    #Crazy Taunts 4
    ; Made by Linblow
    0x0019553c 0x0038

    If I remember well, with this one, it's always the same taunt (I don't remember which one), this code may ban you.

    #Your Taunt Isn't Random
    ; Made by Linblow
    0x00195530 0x00000000


    These codes are useful to modify your sight (all the values you can change are float values).

    #Modified Sight : Point
    ; Made by Linblow
    ; Modifies the point in the middle of the sight
    0xFFFFFFFF 0x0053b8b0
    ; Width
    0x00003180 0x3F800000
    ; Height
    0x00003194 0x3F800000

    #Modified Sight : Line on top
    ; Made by Linblow
    ; Modifies the line on top
    0xFFFFFFFF 0x0053b8b0
    ; Width
    0x00003270 0x3F800000
    ; Height
    0x00003284 0x3F800000
    ; Gap
    0x000032A4 0x00000000

    #Modified Sight : Line on bottom
    ; Made by Linblow
    ; Modifies the line on bottom
    0xFFFFFFFF 0x0053b8b0
    ; Width
    0x00003360 0x3F800000
    ; Height
    0x00003374 0x3F800000
    ; Gap
    0x00003394 0x00000000

    #Modified Sight : Line on left
    ; Made by Linblow
    ; Modifies the line on left
    0xFFFFFFFF 0x0053b8b0
    ; Width
    0x00003450 0x3F800000
    ; Height
    0x00003464 0x3F800000
    ; Gap
    0x00003480 0x00000000

    #Modified Sight : Line on right
    ; Made by Linblow
    ; Modifies the line on right
    0xFFFFFFFF 0x0053b8b0
    ; Width
    0x00003540 0x3F800000
    ; Height
    0x00003554 0x3F800000
    ; Gap
    0x00003570 0x00000000


    The three following codes are the same code, it means you can't turn all the 3 codes at the same time.

    NOTE: OVK = One Vote Kicks.

    #[DMA] Vote Both Teams/OVK
    ; Made by Linblow
    ; When the code is turned on :
    ; - The players in the other team can vote you
    ; - It's possible someone in the other team kicks you out in 1 vote
    ; - Sometimes, when you are the host, you can kick out people in 1 vote (randomly)
    0xFFFFFFFF 0x004C88F4
    0x000000D8 0x00007FFF

    #[DMA] Team Mates Unkickable (Host)
    ; Made by Linblow
    ; All team mates can't be kicked out while this code is turned on
    0xFFFFFFFF 0x004C88F4
    0x000000D8 0x00000000


    I don't know if there is an anti for the following code, maybe it works only when you're the host, I don't remember, I haven't tested for a long time.

    #[DMA] IceCold Reloaded
    ; Made by Linblow
    ; Freezes everyone (not you)
    0xFFFFFFFF 0x004C88F4
    0x000000D8 0xFFFFFFFF


    This code modifies the time (in seconds) before the messages displayed on top of the screen (in game) disappear (the messages displayed = taunts or "X fragged Y with Z", etc).
    This code may ban you.

    Replace the ???? by 1 of these values :
    - 1 second = 3F80
    - 2 seconds = 4000
    - 3 seconds = 4040
    - 4 seconds = 4080
    - 5 seconds = 40A0 (default value in the game)
    - 6 seconds = 40C0
    - 7 seconds = 40E0
    - 8 seconds = 4100
    - 9 seconds = 4110
    - 10 seconds = 4120
    - 15 seconds = 4170
    - disappear fast = 3C23
    - never disappear = 7000

    #Messages Timer
    ; Made by Linblow
    0x000629B0 0x????

    For example, if I put 4040 as the value then the messages on top of the screen will stay displayed during 3 seconds.


    #Faster Loading (Hz 15)
    ; Made by Linblow
    ; Hz 15/1000
    0x004C9C6C 0x00000000
    0x004C9C70 0xC0000000

    #Faster Loading Routine
    ; Made by Linblow
    0x004BFFB0 0x3C1908CD
    0x004BFFB4 0x3C18C000
    0x004BFFB8 0x37180000
    0x004BFFBC 0xAF209C6C
    0x004BFFC0 0xAF389C70
    0x004BFFC4 0x03E00008
    0x00000098 0x0A32FFEC
    Last edited by Linblow; 09-08-2010 at 06:54 AM.

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
  •