Results 1 to 5 of 5

Hybrid View

  1. #1
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh

    Spread Calculation

    Now, since the last release of the game the method to calculate the spread has been changed. So I'm here to share with you some cool things that I found on the net, and explain them to you.

    First of all this is the sig for our pointer to the spread:
    Code:
    8B 44 24 04
    Now the address should contain:
    Code:
    00403976   . 8B4424 04      MOV EAX,DWORD PTR SS:[ESP+4]
    0040397A   . 50             PUSH EAX                                 ; /Arg2
    0040397B   . 6A 01          PUSH 1                                   ; |Arg1 = 00000001
    0040397D   . E8 5E700000    CALL BFP4f.0040A9E0                      ; \BFP4f.0040A9E0
    00403982   > C2 0400        RETN 4
    So there we are:
    Code:
    DWORD rec = *(DWORD*)0x403976; //the addy that you found
    So now we know that the function that calculates the spread contains 2 arguments. 2 DWORDs.

    Code:
    float CalculateSpread(DWORD unknown1, DWORD seed)
    {
          //Code Here
    }
    Now just DetourFunction it, and it should patch the spread. I haven't tested this yet, but this should be the base for a non spread.

    Credits: sentilas from UC.

    If it works then well just report it back. Otherwise try to find a new way, it will be useful

  2. The Following User Says Thank You to ♪~ ᕕ(ᐛ)ᕗ For This Useful Post:

    Alex1000pvp (06-24-2011)

  3. #2
    Alex1000pvp's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Greece.!!!
    Posts
    58
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    thnx for the help i couldnt find although i tried hard.. irrelative but the Vip features hack that randyPT posted didnt get aprooval?
    Micky Mouse: Miny we have to break up...
    Miny Mouse:Are you Fucking crazy?
    Micky Mouse:No,I am fucking Daisy..!!


    Did you see the??

    I AM READY TO DANCE..!!







    Dont press this LINK..!!


  4. #3
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    I don't really know, BTW now I'm working on my own hack.

  5. The Following User Says Thank You to ♪~ ᕕ(ᐛ)ᕗ For This Useful Post:

    Alex1000pvp (06-24-2011)

  6. #4
    Alex1000pvp's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Greece.!!!
    Posts
    58
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    Oh.. I hope that you will release it soon so we can enjoy it...
    Micky Mouse: Miny we have to break up...
    Miny Mouse:Are you Fucking crazy?
    Micky Mouse:No,I am fucking Daisy..!!


    Did you see the??

    I AM READY TO DANCE..!!







    Dont press this LINK..!!


  7. #5
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Yea I hope it, too. xD