360haven works best with JavaScript enabled
real time editor program template maybe?
Loading
Register
Results 1 to 3 of 3
  1. #1
    Tyler Brough

    Shame real time editor program template maybe?

    im not the best coder and was wondering if somebody could maybe make a template for a real time editor that would be easy to change the offsets and then rebuild the program to keep things up to date
    i know i sound abit of a leech but i dont really know where to start in making a program like this. also if you could hoplfully do it. it would be better if it would be compatible with the xbdm.xex plugin. let me know if you could help please thanks very much

    i will give full credit for the program if you can make one :)

  2. #2
    Traine Dev
    fairchild

    MBRKiNG is offline
    Join Date : Dec 2010
    Location : Germany
    Age : 40
    Posts : 396
    Array
    Twitter: @

    Re: real time editor program template maybe?

    Quote Originally Posted by Tyler Brough View Post
    im not the best coder and was wondering if somebody could maybe make a template for a real time editor that would be easy to change the offsets and then rebuild the program to keep things up to date
    i know i sound abit of a leech but i dont really know where to start in making a program like this. also if you could hoplfully do it. it would be better if it would be compatible with the xbdm.xex plugin. let me know if you could help please thanks very much

    i will give full credit for the program if you can make one :)

    give credits to 8ball too please
    http://jafile.com/uploads/scoop/ss_rte_sample.rar

    ceckbox poke code


    //CheckBox Enable and Disable PokeCode
    private void checkBox3_CheckedChanged(object sender, EventArgs e)
    {
    if (checkBox3.Checked)
    {
    checkBox3.Checked = true;
    _rtm.Poke(0x823EB6B8, "60000000"); //offset + value
    status.Text = "Enabled"; //if checked enable text
    }
    else
    {
    checkBox3.Checked = false;
    _rtm.Poke(0x82378E20, "90DF0474"); //offset + value
    status.Text = "Disabled"; //if checked changed - disable text
    }

    }



    //if CheckBox Checked - Poke and Hold The value
    private void checkBox4_CheckedChanged(object sender, EventArgs e)
    {
    var pulse = new Thread(p1health);
    pulse.Start();
    }

    private void p1health()
    {
    do
    {
    if (checkBox4.Checked) Thread.Sleep(200); //200 = PokeTime / 1000 = 1sec
    _rtm.Poke(0x824C550E, "FFFF"); //offset + value
    status.Text = "Enabled"; //if checked enable text
    }
    while (checkBox4.Checked);
    status.Text = "Disabled"; //if checked changed - disable text
    }
    Downloads : 74 || Uploads : 0 || Rep Power : 5718 || Posts : 396 || Thanks : 590 || Thanked 2,324 Times in 260 Posts


    IF YOU LIKE THIS POST OR IF YOU THINK THIS IS USEFUL
    THEN CLICK ON THANKS OR LIKE PLEASE!!!
    VIDEO-TUTORIAL´s
    Peek Poker/Search Values/Build Trainer/Get Breakpoints/Create XEX Mod´s

  3. #3
    Tyler Brough

    Re: real time editor program template maybe?

    thank you and i will give credit to him

 

 

Similar Threads

  1. [Release] Real Time Madden NFL 13 Editor
    By xI cHOcOLaTe in forum Xbox 360 Modding Programs
    Replies: 32
    Last Post: 03-16-2016, 10:02 PM
  2. [RTE] Far Cry 3 +6 Real Time Editor
    By xJACKASSx in forum Trainers
    Replies: 27
    Last Post: 01-31-2015, 12:03 PM
  3. Far Cry 3 TU5 +19 Real Time Editor
    By nercore in forum Trainers
    Replies: 12
    Last Post: 10-11-2013, 01:39 PM
  4. [Release] Dead or Alive 4 Real Time Memory Editor
    By Echelo in forum Xbox 360 Modding Programs
    Replies: 10
    Last Post: 08-08-2012, 05:11 PM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯