Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 46
  1. #16
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Quote Originally Posted by Anonymouss View Post
    Small tip for the floatwriters; change the float with CE, get the byte array and write those arrays to the address instead of the float.
    Exactly what i'm doing in my program

  2. #17
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Quote Originally Posted by Anonymouss View Post
    Small tip for the floatwriters; change the float with CE, get the byte array and write those arrays to the address instead of the float.
    Tried, but that didn't work so well.

    + I think that means you have to do some more massive math operations.
    Hex or Integer to like 8 bytes.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  3. #18
    aIW|Convery's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2,875
    Reputation
    124
    Thanks
    604
    My Mood
    Cynical
    So you have problems with writing memory? Remind me why everyone uses managed code for hacks..

  4. #19
    CyanideC00kies's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    24
    Reputation
    12
    Thanks
    14
    @Jorndel @Isaakske

    Constants such as jump gravity are stored in a read only page. You need to use VirtualProtect to change the permissions to PAGE_READWRITE. After that you can simply write a float to it, there's no need for silly tricks.
    Last edited by CyanideC00kies; 09-26-2012 at 01:29 AM.

  5. #20
    Eidolon's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Vanished
    Posts
    822
    Reputation
    54
    Thanks
    4,077
    My Mood
    Angelic
    Quote Originally Posted by CyanideC00kies View Post
    @Jorndel @Isaakske

    Constants such as jump gravity are stored in a read only page. You need to use VirtualProtect to change the permissions to PAGE_READWRITE. After that you can simply write a float to it, there's no need for silly tricks.
    No they are not, I can simply change every function's numbers I want (most of them).
    Superjump isn't protected, I dont know how you got that in your mind though (no offense).

    Superjump's function might be protected but as you know it reads from an address which isnt protected for sure.
    You'd know this.
    Last edited by Eidolon; 09-26-2012 at 01:50 AM.




    Yet, you are a pathetic human.

    Contributor since: 7.26.2012 - ended
    Donator since: 7.14.2012


  6. #21
    CyanideC00kies's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    24
    Reputation
    12
    Thanks
    14
    Quote Originally Posted by Anonymouss View Post


    No they are not, I can simply change every function's numbers I want (most of them).
    Superjump isn't protected, I dont know how you got that in your mind though (no offense).

    Superjump's function might be protected but as you know it reads from an address which isnt protected for sure.
    You'd know this.
    The jump-velocity constant, 0x008A9148 (not a function) is located in a page that is marked read-only. After I changed it to read-write, I was able to change the constant.
    I don't know if you're talking about the same thing as me, but I have the data right in front of me.

    You can double check this with any Debugger.
    Last edited by CyanideC00kies; 09-26-2012 at 03:50 AM.

  7. #22
    Eidolon's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Vanished
    Posts
    822
    Reputation
    54
    Thanks
    4,077
    My Mood
    Angelic
    Quote Originally Posted by CyanideC00kies View Post
    The jump-velocity constant, 0x008A9148 (not a function) is located in a page that is marked read-only. After I changed it to read-write, I was able to change the constant.
    I don't know if you're talking about the same thing as me, but I have the data right in front of me.

    You can double check this with any Debugger.
    Bet you dont use the pointers, if so gimme the opcode, cant check myself atm




    Yet, you are a pathetic human.

    Contributor since: 7.26.2012 - ended
    Donator since: 7.14.2012


  8. #23
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Quote Originally Posted by CyanideC00kies View Post
    @Jorndel @Isaakske

    Constants such as jump gravity are stored in a read only page. You need to use VirtualProtect to change the permissions to PAGE_READWRITE. After that you can simply write a float to it, there's no need for silly tricks.
    This no work :|

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  9. #24
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Quote Originally Posted by Jorndel View Post


    This no work :|
    Try using another VirtualProtect after to prevent further changes.
    PAGE_EXECUTE_READ I think.

  10. #25
    Eidolon's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Vanished
    Posts
    822
    Reputation
    54
    Thanks
    4,077
    My Mood
    Angelic
    Quote Originally Posted by Kenshin13 View Post
    Try using another VirtualProtect after to prevent further changes.
    PAGE_EXECUTE_READ I think.
    Read + execute = write?
    PAGE_EXECUTE_READWRITE is the one you need.




    Yet, you are a pathetic human.

    Contributor since: 7.26.2012 - ended
    Donator since: 7.14.2012


  11. #26
    Nachos's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Between Equator and The North Pole
    Posts
    2,984
    Reputation
    176
    Thanks
    919
    My Mood
    Blah
    Quote Originally Posted by Jorndel View Post


    Yep, this should be renamed to:
    Talk about what you want: MW3 Thread :P

    Anyway, I'm sure someone will clean this up.
    If they really feel for it
    I just changed this thread, since there wasn't a single post on-topic. You should make a new thread if you want one about your initial topic.


    The lines in my Steam are i's

  12. #27
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Quote Originally Posted by Kenshin13 View Post
    Try using another VirtualProtect after to prevent further changes.
    PAGE_EXECUTE_READ I think.
    Have already done that

    So it's not that I think


    ---------- Post added at 09:25 PM ---------- Previous post was at 09:24 PM ----------

    Quote Originally Posted by Anonymouss View Post


    Read + execute = write?
    PAGE_EXECUTE_READWRITE is the one you need.
    Done that as well


    ---------- Post added at 09:28 PM ---------- Previous post was at 09:25 PM ----------

    Another thing I would like to talk about.

    I see some people everyday that code things in a hard way.
    I think it's time to make another tutorial on how to write long codes as short codes.

    It kills me to see all these long codes just to do some simple actions.
    Maybe I just think in a logical way among some others. Or is this just common ?


    Anyway, I plan on creating another tutorial.
    But I think, if I'm going to make one. I mostly like end up creating many.
    Any tips to what I could make?

    ________


    Last time I did tutorials I made like 20-30 tutorials. But just some few was released. (Duo I didn't see the need for all of em :P)

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  13. #28
    Eidolon's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Vanished
    Posts
    822
    Reputation
    54
    Thanks
    4,077
    My Mood
    Angelic
    Another option is changing the address in the jumpfunction to an empty one and write the float you want there




    Yet, you are a pathetic human.

    Contributor since: 7.26.2012 - ended
    Donator since: 7.14.2012


  14. #29
    CLAYTON98's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    oh god i cant find a level hack trainer in this forum

  15. #30
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    Quote Originally Posted by CLAYTON98 View Post
    oh god i cant find a level hack trainer in this forum
    So random ... https://www.mpgh.net/forum/404-call-d...lvl-31-pp.html
    @Jorndel , you could make a tut on the differences between Floats, Integers, Shorts , etc ? Just an idea
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Important informations about ranck hacking in mw3
    By SoupX in forum Call of Duty Modern Warfare 3 Discussions
    Replies: 4
    Last Post: 11-12-2011, 10:14 AM
  2. Talking about Blast Hack
    By topblast in forum Combat Arms Discussions
    Replies: 28
    Last Post: 04-26-2010, 12:09 AM
  3. NO TALK ABOUT THE "HACK"!!!
    By l0lz0rs in forum Combat Arms Discussions
    Replies: 0
    Last Post: 09-30-2009, 09:42 AM
  4. [Request]Help about some hacks
    By allard123 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 02-19-2007, 02:17 PM
  5. Question About Invisible Hack
    By wafflele in forum WarRock - International Hacks
    Replies: 14
    Last Post: 08-06-2006, 12:40 AM