Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    471
    Reputation
    37
    Thanks
    715
    My Mood
    Flirty

    Updates in Addys And Pointers![All Enter Here]

    Okay i am expert in coding hacks or what ever in c++ but in finding any shit in olly i am a beginner i know how to unpack CShell but i dont know whats wrong with the addy it self like if the addy is like that :1021F334.. okay we take it and then convert it so it comes to be like this [0x21F334]thats what i learnt but in fact i found that 99% of the codes on mpgh removes that letter "F" and then put instaed of it "A" or "C" and from this add y which contains of 5-6 numbers in the base what i find that it comes to be 3-4 numbers and the letter "F" is changed so like it comes from what i said [0x21F334]to --->[0x3C4]for example thats not a real addy...so what i want to know and to learn it in same time is that what happens to the addys when you want to put them as definers for you pointers in your base thats a real example..{the addy for Basicplayerinfo) in ollllllly its like that:
    PUSH 102F7734
    and thats what i find under it which in lots of videos they take it:
    LEA EAX,DWORD PTR SS:[ESP+3C]

    so exactly in codes it comes to be like that..:
    0xA02398<----[this was before the last patch](but still its the same question)how is it converted to be like that?
    and if you dont know how to answer this question i request you to pm me on mpgh a message written in it all the new addys and i will really appreciate this from any one..thnx





    If You Want To Join Master Coders Add Me on MSN Or PM Me On MPGH!
    Heres The Email For MSN:
    mastercoders@hotmail.com

    Last edited by Dead(H)ell; 02-02-2012 at 09:40 AM.

  2. #2
    Zacherl's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    42
    My Mood
    Aggressive
    The conversion is easy. Lets say our address in olly looks like this:
    0x08E0478C

    You found that address in the cshell.dll module. Open the executable module list (ALT+E) and look for the image base. Lets say its:
    0x08160000

    Now just subtract the image base from your address:
    0x08E0478C - 0x08160000 = 0x00CA478C

  3. The Following 2 Users Say Thank You to Zacherl For This Useful Post:

    cc00_ (02-03-2012),CheatCreatorzz (02-02-2012)

  4. #3
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    471
    Reputation
    37
    Thanks
    715
    My Mood
    Flirty
    Quote Originally Posted by Zacherl View Post
    The conversion is easy. Lets say our address in olly looks like this:
    0x08E0478C

    You found that address in the cshell.dll module. Open the executable module list (ALT+E) and look for the image base. Lets say its:
    0x08160000

    Now just subtract the image base from your address:
    0x08E0478C - 0x08160000 = 0x00CA478C
    i couldnt undertsand anything from that..and subtracting what?and what images your talking about..pictures will be better lol or even a video



    If You Want To Join Master Coders Add Me on MSN Or PM Me On MPGH!
    Heres The Email For MSN:
    mastercoders@hotmail.com


  5. #4
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    @Dead(H)ell
    Binary_Decimal_HeX:

    01_1_1
    10_ 2_2
    11_3_ 3
    100_4_4
    101_5_5
    110_6_ 6
    111_7_7
    1000_8_8
    1001_9_9
    1010_10_A
    1011_11_B
    1100_12_C
    1101_13_D
    1111_14_E
    10000_15_F

    This will help you
    Last edited by kmanev073; 02-02-2012 at 10:22 AM.

  6. #5
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    @Dead(H)ell
    just remove the 10 from pointers, do nothing for offsets


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  7. #6
    CFhackerfree's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Germany
    Posts
    801
    Reputation
    22
    Thanks
    4,417
    My Mood
    Happy
    WallPointer:
    0xA9748C

    AmmoDamage:
    0x7F8

  8. #7
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    471
    Reputation
    37
    Thanks
    715
    My Mood
    Flirty
    Quote Originally Posted by giniyat101 View Post
    @Dead(H)ell
    just remove the 10 from pointers, do nothing for offsets
    so is that it?
    i remove the 10 and then?i put ox..then the rest of it all after the 10?

  9. #8
    cc00_'s Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    50
    Reputation
    10
    Thanks
    0
    del...................
    Last edited by cc00_; 02-03-2012 at 05:20 AM.

  10. #9
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,408
    My Mood
    Worried
    Quote Originally Posted by Dead(H)ell View Post
    so is that it?
    i remove the 10 and then?i put ox..then the rest of it all after the 10?
    ya.,..just get the pointer...lets say...."10A873273" ....then when u put it in C++ just make it #define pointer 0xA873273
     

    Contributer Since 20/2/2012
    MPGH Member Since December 2011

     





     

    offical thread> Assassin V15<

    To all People who thinks am a leecher,hate me,are jelly from me....
    Refer to this thread...
    https://www.mpgh.net/forum/232-crossf...stop-hate.html

  11. The Following User Says Thank You to Assassin's Creed For This Useful Post:

    Dead(H)ell (02-05-2012)

  12. #10
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    471
    Reputation
    37
    Thanks
    715
    My Mood
    Flirty
    Quote Originally Posted by Assassin's Creed View Post


    ya.,..just get the pointer...lets say...."10A873273" ....then when u put it in C++ just make it #define pointer 0xA873273
    thnx @Assassin's Creed

  13. #11
    Zacherl's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    42
    My Mood
    Aggressive
    Quote Originally Posted by giniyat101 View Post
    @Dead(H)ell
    just remove the 10 from pointers, do nothing for offsets
    Quote Originally Posted by Assassin's Creed View Post

    ya.,..just get the pointer...lets say...."10A873273" ....then when u put it in C++ just make it #define pointer 0xA873273
    You dont know what you are doing. Removing the 10 only works, if your cshell image base in olly is EXACTLY at 0x100000000.

    The image base is the base memory address for a module. These image bases can be different for each start of a program. Thats why you have to do that conversion from static offset to relative offset by subtracting the image base.

  14. #12
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by Zacherl View Post
    You dont know what you are doing. Removing the 10 only works, if your cshell image base in olly is EXACTLY at 0x100000000.

    The image base is the base memory address for a module. These image bases can be different for each start of a program. Thats why you have to do that conversion from static offset to relative offset by subtracting the image base.
    lol ofc i know this ..
    when the bypass was working, i used to attach ollydbg to crossfire.exe and i see that CShell.dll loads on my pc on 3110000 (usually )

    but the dll loader loads it at its original entrypoint because only the system modules are loaded on 7FXXXXXX and no more externel modules to be loaded on 10000000


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  15. #13
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,408
    My Mood
    Worried
    Quote Originally Posted by Zacherl View Post
    You dont know what you are doing. Removing the 10 only works, if your cshell image base in olly is EXACTLY at 0x100000000.

    The image base is the base memory address for a module. These image bases can be different for each start of a program. Thats why you have to do that conversion from static offset to relative offset by subtracting the image base.
    am just telling him the easy way
     

    Contributer Since 20/2/2012
    MPGH Member Since December 2011

     





     

    offical thread> Assassin V15<

    To all People who thinks am a leecher,hate me,are jelly from me....
    Refer to this thread...
    https://www.mpgh.net/forum/232-crossf...stop-hate.html

  16. #14
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    471
    Reputation
    37
    Thanks
    715
    My Mood
    Flirty
    Quote Originally Posted by Assassin's Creed View Post

    am just telling him the easy way
    lol i am not dumb i understood both ways

  17. #15
    Zacherl's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    42
    My Mood
    Aggressive
    Sorry, both of you know the correct way, but this "easy" way is just confusing.

    Quote Originally Posted by Dead(H)ell View Post
    1021F334.. okay we take it and then convert it so it comes to be like this [0x21F334]thats what i learnt but in fact i found that 99% of the codes on mpgh removes that letter "F" and then put instaed of it "A" or "C"
    I think the "hard" way (subtraction) explains very good, why the "F" sometimes got changed to some other value.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Solved] I need Help all enter here !!!
    By yoyu333 in forum CrossFire Help
    Replies: 5
    Last Post: 02-04-2012, 11:38 AM
  2. [Request] Hey All Enter And /Help
    By SoFastToCatch in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 2
    Last Post: 09-20-2011, 01:22 PM
  3. Updating Addies and Bytes
    By Flengo in forum Combat Arms Coding Help & Discussion
    Replies: 29
    Last Post: 03-31-2011, 11:01 AM
  4. [Release] WarRock Addys 25.02.10, Update Addys and Offsets
    By oODOo in forum WarRock - International Hacks
    Replies: 16
    Last Post: 02-27-2010, 01:05 PM
  5. no fall damage addresse and pointer or value
    By 123456789987654321 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 06-28-2007, 06:04 PM