Login Register
MoHH2 Legendz

Legends of Medal of honor:Heores 2.. Never forgotten RiP in piece


    You are not connected. Please login or register

    Go to page : 1, 2  Next

    View previous topic View next topic Go down  Message [Page 1 of 2]

    Post: #1Wed Aug 17, 2011 9:01 pm

    avatar

    Brian-1337-

    Senior Member


    There is so many people dont know what is fake address and real address and so hard to teach them.
    So I make code to convert fake address to real address or real address to fake address.
    You can use this to any games, if this dont work try using other hooks.
    Guide:
    1 - Enable "Fake/Real Address Converter" and "Fake/Real Address".
    2 - Read the comments in my codes... Neutral

    NitePR Format:
    Code:
    #Fake/Real Address Converter
    ;Brian-1337-
    ;Checks if its Fake or Real Address
    ;Fake Address will convert to Real Address
    ;Real Address will convert to Fake Address
    0x00000c00 0x3c080880
    0x00000c04 0x8d090bf0
    0x00000c08 0x0128502a
    0x00000c0c 0x11400003
    0x00000c10 0x00000000
    0x00000c14 0x01285020
    0x00000c18 0xad0a0bf4
    0x00000c1c 0x15400003
    0x00000c20 0x00000000
    0x00000c24 0x01285022
    0x00000c28 0xad0a0bf4
    0x00000c2c 0x03e00008
    0x00000c30 0x00000000
    0x00000098 0x0a200300

    #Fake/Real Address
    ;Type Fake Address or Real Address
    0x00000bf0 0x00000000

    #Result
    ;Go to this address in decoder to get result
    0x00000bf4 0x00000000
    TempAR Format:
    Code:
    _C0 Fake/Real Address Converter
    #Brian-1337-
    #Checks if its Fake or Real Address
    #Fake Address will convert to Real Address
    #Real Address will convert to Fake Address
    _M 0x08800C00 0x3C080880
    _M 0x08800C04 0x8D090BF0
    _M 0x08800C08 0x0128502A
    _M 0x08800C0C 0x11400003
    _M 0x08800C10 0x00000000
    _M 0x08800C14 0x01285020
    _M 0x08800C18 0xAD0A0BF4
    _M 0x08800C1C 0x15400003
    _M 0x08800C20 0x00000000
    _M 0x08800C24 0x01285022
    _M 0x08800C28 0xAD0A0BF4
    _M 0x08800C2C 0x03E00008
    _M 0x08800C30 0x00000000
    _M 0x08800098 0x0A200300

    _C0 Fake/Real Address
    #Type Fake Address or Real Address
    _M 0x08800BF0 0x00000000

    _C0 Result
    #Go to this address in decoder to get result
    _M 0x08800BF4 0x00000000




    Last edited by Brian-1337- on Wed Aug 17, 2011 9:09 pm; edited 1 time in total

    https://www.facebook.com/Mips.Brian1337

    Post: #2Wed Aug 17, 2011 9:04 pm

    Vet

    Vet

    Elite Member


    Hawk doesnt no what real and fake is to Razz but where do i place this cheat how does it work?


    Post: #3Wed Aug 17, 2011 9:10 pm

    avatar

    Brian-1337-

    Senior Member


    i edit my post... Laughing


    https://www.facebook.com/Mips.Brian1337

    Post: #4Wed Aug 17, 2011 9:14 pm

    Arrogant_

    Arrogant_

    Admins
    Admins


    Fragon u post the code in ur cheat database genius


    http://www.psvmods.net

    Post: #5Wed Aug 17, 2011 9:17 pm

    Vet

    Vet

    Elite Member


    oh ok Smile


    Post: #6Thu Aug 18, 2011 12:31 am

    Anonymous

    Guest

    Guest


    i understand how this works but im curious on how to make something like this.

    i know that it reads the value from 0x00000bf0 and either adds or subtracts 0x08800000 to the value and gives you the address. would you mind explaining?


    Post: #7Thu Aug 18, 2011 12:48 am

    Vet

    Vet

    Elite Member


    Brain is a Legend =o


    Post: #8Thu Aug 18, 2011 2:07 am

    Anonymous

    Guest

    Guest


    i was asking brian that way mabey i can get a better understanding of mips


    Post: #9Thu Aug 18, 2011 8:36 am

    avatar

    Brian-1337-

    Senior Member


    You cannot understand it/MIPS if you dont know wat Commands do.
    I want to make a tutorial for teaching MIPS but i dont know what i should say so everyone can understand. Neutral

    Code:
    lui t0, $0880 / / / 0x08800000.
    lw t1, $0bf0(t0) / / / load the address 0x00000bf0.
    slt t2, t1, t0 / / / Checks the value if value is fake t2 = 1 / real t2 = 0.
    beq t2, zero, $0003 / / / branch if value is greater than 0x08800000.
    nop
    add t2, t1, t0 / / / add 0x08800000 to real address.
    sw t2, $0bf4(t0) / / / store the result to address 0x00000bf4.
    bne t2, zero, $0003 / / / branch if value is less than 0x08800000.
    nop
    sub t2, t1, t0 / / / subtract 0x08800000 to real address.
    sw t2, $0bf4(t0) / / / store the result to address 0x00000bf4.
    jr ra / / / end.
    nop


    https://www.facebook.com/Mips.Brian1337

    Post: #10Thu Aug 18, 2011 2:39 pm

    FoodFx

    FoodFx

    Senior Member


    Don't use the hook 0x00000098 because not all CFW have it as a universal like 5.50did Rolling Eyes
    I would do this:

    #Fake/Real Address Converter
    ;Brian-1337-
    ;Checks if its Fake or Real Address
    ;Fake Address will convert to Real Address
    ;Real Address will convert to Fake Address
    0x00000c00 0x3c080880
    0x00000c04 0x8d090bf0
    0x00000c08 0x0128502a
    0x00000c0c 0x11400003
    0x00000c10 0x00000000
    0x00000c14 0x01285020
    0x00000c18 0xad0a0bf4
    0x00000c1c 0x15400003
    0x00000c20 0x00000000
    0x00000c24 0x01285022
    0x00000c28 0xad0a0bf4
    0x00000c2c 0x03e00008
    0x00000c30 0x00000000
    0x{HOOK} 0x0a200300 //Enter Working hook for your game here Neutral


    Post: #11Thu Aug 18, 2011 7:11 pm

    avatar

    Brian-1337-

    Senior Member


    FoodFx wrote:Don't use the hook 0x00000098 because not all CFW have it as a universal like 5.50did Rolling Eyes
    I would do this:

    #Fake/Real Address Converter
    ;Brian-1337-
    ;Checks if its Fake or Real Address
    ;Fake Address will convert to Real Address
    ;Real Address will convert to Fake Address
    0x00000c00 0x3c080880
    0x00000c04 0x8d090bf0
    0x00000c08 0x0128502a
    0x00000c0c 0x11400003
    0x00000c10 0x00000000
    0x00000c14 0x01285020
    0x00000c18 0xad0a0bf4
    0x00000c1c 0x15400003
    0x00000c20 0x00000000
    0x00000c24 0x01285022
    0x00000c28 0xad0a0bf4
    0x00000c2c 0x03e00008
    0x00000c30 0x00000000
    0x{HOOK} 0x0a200300 //Enter Working hook for your game here Neutral
    read what i post before you reply because this will not help.
    Brian-1337- wrote:There is so many people dont know what is fake address and real address and so hard to teach them.
    So I make code to convert fake address to real address or real address to fake address.
    You can use this to any games, if this dont work try using other hooks.


    https://www.facebook.com/Mips.Brian1337

    Post: #12Thu Aug 18, 2011 11:31 pm

    FoodFx

    FoodFx

    Senior Member


    Oh Laughing I did not read whole thing pro


    Post: #13Thu Aug 18, 2011 11:33 pm

    Vet

    Vet

    Elite Member



    Lol


    Post: #14Fri Aug 19, 2011 1:21 am

    Anonymous

    Guest

    Guest


    Brian i do understand a little bit better i am trying to learn the way i learn everything else by showing how they commands work together in the code rather then just seeing a command and know its function. so thank you for that lovely bit of info.


    Post: #15Fri Aug 19, 2011 3:17 am

    avatar

    Brian-1337-

    Senior Member


    thanks Smile


    https://www.facebook.com/Mips.Brian1337

    Post: #16Fri Aug 19, 2011 5:36 am

    Vet

    Vet

    Elite Member


    I don't really want to use this I mean I have to learn fake n real addressing soon this is just for ppl like brain or mr waffle that no it but just use it to not waste time.


    Post: #17Fri Aug 19, 2011 5:53 am

    avatar

    Brian-1337-

    Senior Member


    what do you mean? huh...? Neutral


    https://www.facebook.com/Mips.Brian1337

    Post: #18Fri Aug 19, 2011 5:28 pm

    Anonymous

    Guest

    Guest


    Fragon i understand what you mean but when you know it converting from fake adressing to real addressing only takes about 15 to 20 seconds to do.
    but settng the code to real or fake addressing would take a bit longer



    Post: #19Sat Aug 20, 2011 12:49 am

    FoodFx

    FoodFx

    Senior Member


    Now sure whats so hard about it. All you have to do is rember after 9 is A equals 10 then count on after that simple pro


    Post: #20Sat Aug 20, 2011 1:38 am

    Vet

    Vet

    Elite Member


    FoodFx wrote:Now sure whats so hard about it. All you have to do is rember after 9 is A equals 10 then count on after that simple pro
    explanatory your post please


    Post: #21Sat Aug 20, 2011 2:18 pm

    FoodFx

    FoodFx

    Senior Member


    Hexdecimal:

    0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F <==Up to 15

    Decimal(normal):

    0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15

    A = 10
    B = 11
    C = 12
    D = 13
    E = 14
    F = 15

    All you have to rember is A takes the place of 10 and after F you carry the number and start with 0 basic addition and subtraction you learned rember when your teacher says carry the number and stuff? like that


    Post: #22Sat Aug 20, 2011 5:47 pm

    Vet

    Vet

    Elite Member


    brain told me all i have to do is add 88 to the first 1 numbers and there Real


    Post: #23Sat Aug 20, 2011 7:01 pm

    avatar

    Brian-1337-

    Senior Member


    Fragon wrote:brain told me all i have to do is add 88 to the first 1 numbers and there Real
    idk what are you saying, here is more examples... (yes, add 0x08800000 to make it real address)
    Code:
      0x00567830 = Fake Address
    + 0x08800000 = Will be added to make it Real Address
      ----------
      0x08D67830 = Real Address
    Code:
      0x016B032C = Fake Address
    + 0x08800000 = Will be added to make it Real Address
      ----------
      0x09EB032C = Real Address


    https://www.facebook.com/Mips.Brian1337

    Post: #24Sat Aug 20, 2011 7:10 pm

    Vet

    Vet

    Elite Member


    then how come you didn't tell em that in the fucking First place nigger I could have been got it Wasted time FK!


    Post: #25Sat Aug 20, 2011 7:24 pm

    Anonymous

    Guest

    Guest


    :O we told you that....


    Post: #26

    Sponsored content





    View previous topic View next topic Back to top  Message [Page 1 of 2]

    Go to page : 1, 2  Next

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