Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    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 gteuk View Post
    Replied to wrong thread. I will try master131 solution as none of the others work at the moment
    Won't change the "fact" that no one have "managed" to change the jump_height

     
    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

  2. #17
    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 gteuk View Post
    jumpheight, max height and min height damage I cant get to write
    No1 can atm ... Many have tried , but we all failed
    Maybe you can change that
    In C# it looks like this doh (not to wite on protected ones) :
    Code:
    public void WriteFloat2(int Addy, float Val)
            {
                byte[] valw = BitConverter.GetBytes(Val);
                int Oref;
                WriteProcessMemory(OpenProcess(0x20 | 8, 1, (uint)Process.GetProcessesByName("iw5mp")[0].Id), (uint)Addy, valw, (uint)valw.Length, out Oref);
                Console.Write("Done");
                CloseHandle(OpenProcess(0x20 | 8, 1, (uint)Process.GetProcessesByName("iw5mp")[0].Id));
            }
    Credits : @Jorndel
    Last edited by Horror; 10-09-2012 at 11:20 AM.
     

    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".

  3. #18
    gteuk's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    248
    Reputation
    15
    Thanks
    696
    I am so determined, there has to be another addy, The address I have works in cheat engine and I can do it there, so do I take it cheat engine has a way of writing to protected areas ? or is it a simple case of it being done through injector with C++

    I say simple but I cant do injectors lol

  4. #19
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Quote Originally Posted by gteuk View Post
    I am so determined, there has to be another addy, The address I have works in cheat engine and I can do it there, so do I take it cheat engine has a way of writing to protected areas ? or is it a simple case of it being done through injector with C++

    I say simple but I cant do injectors lol
    I'm too lazy to search.. what's your addy? I'll see if I can do something (don't think so...)


    CoD Minion from 09/19/2012 to 01/10/2013

  5. #20
    gteuk's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    248
    Reputation
    15
    Thanks
    696
    the addy I have that works on cheat engine is 008A9148

    ---------- Post added at 05:24 PM ---------- Previous post was at 04:00 PM ----------

    Quote Originally Posted by Isaakske View Post
    No1 can atm ... Many have tried , but we all failed
    Maybe you can change that
    In C# it looks like this doh (not to wite on protected ones) :
    Code:
    public void WriteFloat2(int Addy, float Val)
            {
                byte[] valw = BitConverter.GetBytes(Val);
                int Oref;
                WriteProcessMemory(OpenProcess(0x20 | 8, 1, (uint)Process.GetProcessesByName("iw5mp")[0].Id), (uint)Addy, valw, (uint)valw.Length, out Oref);
                Console.Write("Done");
                CloseHandle(OpenProcess(0x20 | 8, 1, (uint)Process.GetProcessesByName("iw5mp")[0].Id));
            }
    Credits : @Jorndel
    I tried it in C also, with thanks to jorndel it just would not write, as said I will sit here one day for 24 hours till I find it, real life is taking over at the moment so may be a week or so, as those who search addresses will know 80% of the time is taken by logging back in to a CTD situation.

  6. #21
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    The only way I could successfully write to the address was injecting a dll I wonder how come CE can write but we can't


    CoD Minion from 09/19/2012 to 01/10/2013

  7. #22
    gteuk's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    248
    Reputation
    15
    Thanks
    696
    well the fact that CE attaches to the process is as good as a DLL inject ?

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Writing your own C++ Trainer
    By l0ngcat in forum Game Hacking Tutorials
    Replies: 46
    Last Post: 03-06-2019, 10:29 PM
  2. [Help] Reading and Writing Float
    By hack_tr in forum Visual Basic Programming
    Replies: 2
    Last Post: 08-11-2011, 04:01 AM
  3. [Help] float value to write???
    By hack_tr in forum Visual Basic Programming
    Replies: 2
    Last Post: 08-07-2011, 05:25 AM
  4. Actually writing hacks.
    By shercipher in forum Programming
    Replies: 22
    Last Post: 03-20-2006, 04:31 AM
  5. teach program writing or creating to me?
    By Kirashima in forum Programming
    Replies: 3
    Last Post: 02-22-2006, 06:51 AM