-
Real Time Madden NFL 13 Editor
http://www.youtube.com/watch?v=mto3-_hhPDc
This real time edits your XP for now, but I'll probably add more stuff later :D
Pictures:
http://img.ctrlv.in/503ae981acbb7.jpg
Source Code
Code:
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
EndianIO io;
XboxConsole console;
private void Form1_Load(object sender, EventArgs e)
{
try
{
XboxManager xm = new XboxManagerClass();
console = xm.OpenConsole(xm.DefaultConsole);
console.DebugTarget.ConnectAsDebugger("MaddenHax", XboxDebugConnectFlags.Force);
foreach(IXboxModule module in console.DebugTarget.Modules)
{
if(module.ModuleInfo.Name.Contains("default"))
{
io = new EndianIO(new XboxMemoryStream(console.DebugTarget), EndianType.BigEndian);
io.Open();
GetXPNigga();
status.Text = "Connected to " + console.DebugTarget.Name + " [ " + IPAddress.Parse(console.IPAddress.ToString()) + " ]";
status.ForeColor = System.Drawing.Color.Green;
}
continue;
}
}
catch(Exception x)
{
MessageBox.Show(x.Message);
status.Text = "Not connected to Madden NFL 13 .xex";
status.ForeColor = System.Drawing.Color.Red;
}
}
private void GetXPNigga()
{
io.SeekTo(0xA595EA);
numXP.Value = (int)io.In.ReadInt16();
}
private void btn_setXP_Click(object sender, EventArgs e)
{
io.SeekTo(0xA595EA);
io.Out.Write(Convert.ToUInt16(numXP.Value));
}
private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
{
MessageBox.Show("Created by Chocolate\r\n\r\nVersion 0.1\r\n\r\n<3 360 Haven", "About", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
}
}
-
Re: Real Time Madden NFL 13 Editor
great work on this editor xI cHOcOLaTe :D
-
Re: Real Time Madden NFL 13 Editor
-
Re: Real Time Madden NFL 13 Editor
Quote:
Originally Posted by
hachitaco
where is the editor??
It's just source code now, if you have Interop.XDevkit.dll just paste that
-
Re: Real Time Madden NFL 13 Editor
nice work, change that damn song man lol
-
Re: Real Time Madden NFL 13 Editor
Quote:
Originally Posted by
Galactus_Phoenix
nice work, change that damn song man lol
Lol, it's a joke obviously.
-
Re: Real Time Madden NFL 13 Editor
Quote:
Originally Posted by
xI cHOcOLaTe
Lol, it's a joke obviously.
i know, thats why i added lol...Man cant wait until tuesday..Redskins all day baby
-
Re: Real Time Madden NFL 13 Editor
-
Great work on the editor Ch0c0late keep it up bro :)
-
Re: Real Time Madden NFL 13 Editor
nice job on this tool xI cHOcOLaTe
-
Re: Real Time Madden NFL 13 Editor
Awesome I may just have to try this. Oh and thanks!
-
Re: Real Time Madden NFL 13 Editor
Can someone please help me edit my xp I have TRIED AND ...EPIC FAIL
http://www.mediafire...u7luz7toknvu9n1
-
Re: Real Time Madden NFL 13 Editor
Quote:
Originally Posted by
rgu60u
Downloads - peek-poker - Memory peeking and poking - Google Project Hosting
Try plugin package 2... The source code on page 1 has the wrong offset
-
Re: Real Time Madden NFL 13 Editor
Thanxs awesome works perfect.... but question is there away for the online career i've tried but i don't get very far so just wondering am i trying for no reason cause there is no way....?
-
Re: Real Time Madden NFL 13 Editor
Well, I'd like to be able to use this..BUT...I don't know how, like I've tried a few things, but since I'm not very good at this I tended to fail at everything I tried...SO...I was wondering, what I needed to download, what I needed to copy, and where i needed to paste it. If someone wants to help that would be appreciated greatly.
-
Re: Real Time Madden NFL 13 Editor
So how do I get the actual editor...Someone said something about just pasting that code, but I don't know where you would paste it at. If someone could elaborate for me I'd be greatly thankful.
-
Re: Real Time Madden NFL 13 Editor
it goes into visual studio and you compile it. at least i think so thats what i did i even got the files but i think i must have the wrong endianIO file as i got a load of errors for that im lost with it ive spent the last 3 hours trying to get it to run i got 15 errors and 2 warning
-
Re: Real Time Madden NFL 13 Editor
A little help please. I have VS 2012. Can someone give just a little hint. I can't get Peek Poker to work either.
EDIT:
I finally got Peek Poker to work. I had to install Lucida Sans Regular font. Apparently it couldn't find that font that's why it kept closing on me.
-
Re: Real Time Madden NFL 13 Editor
Well, I downloaded peek poker and I have no clue what to do with it. Then I tried to download the plugin 2 and there was a lot of weird symbols in the files....So I got confused 0.o
-
Re: Real Time Madden NFL 13 Editor
Quote:
Originally Posted by
MrSilverFox
Well, I downloaded peek poker and I have no clue what to do with it. Then I tried to download the plugin 2 and there was a lot of weird symbols in the files....So I got confused 0.o
Download peekpoker, unzip it.
Download the plugins and out the .dlls in the plugin folder.
Run PeekPoker
Select plugin
-
Re: Real Time Madden NFL 13 Editor
The points in the Madden 13 Plugin of peekpoker, state 0 after connecting and peeking memory. The game is loaded and on main screen of offline career mode. I should have 34,806 XP but it lists 0. Any ideas? Is there a way I can open up the madden 13 plugin dll in VS 2012?
-
Re: Real Time Madden NFL 13 Editor
Quote:
Originally Posted by
fleadog99
The points in the Madden 13 Plugin of peekpoker, state 0 after connecting and peeking memory. The game is loaded and on main screen of offline career mode. I should have 34,806 XP but it lists 0. Any ideas? Is there a way I can open up the madden 13 plugin dll in VS 2012?
Well did you at least try to poke? or peek?
-
Re: Real Time Madden NFL 13 Editor
Could someone post all of the project files? I am trying to self-teach myself on Visual Studio 2012, how to get this to run.
I started a New Project
C# Windows Form Application
The Form1.cs [Design] pops up
I double click the form to view the code behind it
I paste your code inside the namespace {} brackets.
I press build solution, I get the following errors:
-The type or namespace name 'EndianIO' could not be found (are you missing a using directive or an assembly reference?)
-The type or namespace name 'XboxConsole' could not be found (are you missing a using directive or an assembly reference?)
I can't go any further. It also says cannot start debug because "Madden Real-Time Editor.exe" cannot be found, which is what I named the project.
Any help would be appreciated.
-
Re: Real Time Madden NFL 13 Editor
Quote:
Originally Posted by
pureIso
Well did you at least try to poke? or peek?
Yes, sorry I thought I stated that. Yes I tried peeking and poking and nothing changed, but then again nothing froze up either so that's good.
-
Re: Real Time Madden NFL 13 Editor
Quote:
Originally Posted by
fleadog99
Yes, sorry I thought I stated that. Yes I tried peeking and poking and nothing changed, but then again nothing froze up either so that's good.
Well when you peek you don't see anything change your have to refresh the page. Peek the go to the buy section and check for changes. Anyway good luck.
I just ted it now and it works fine.
-
Re: Real Time Madden NFL 13 Editor
The tool looks awesome, but I'm not sure why I can't get it to work. I have what you mentioned, but when I put in the IP it can't find it/connect.. I used the one from Xbox sys info, am I missing something?
-
Re: Real Time Madden NFL 13 Editor
-
Re: Real Time Madden NFL 13 Editor
Quote:
Originally Posted by
pureIso
thnx for sharin the link i love the app and the plugins easy and fast i would love to see more plugins XD
my first real time moddin and its better then all the save editors by far
ps: evry 1 should know that this works only for CREATED PLAYER not CURRENT or LEGENDS PLAYERS
-
Re: Real Time Madden NFL 13 Editor
hey im a noob at this but i love madden13 for xbox360. just wondering how to get the editor to work on the xbox360, if anyone minds telling step for step how to do it. would really appreciate it.
-
Re: Real Time Madden NFL 13 Editor
I hope its worth it because I really love madden 13 lol
-
Re: Real Time Madden NFL 13 Editor
-
Re: Real Time Madden NFL 13 Editor
-
Re: Real Time Madden NFL 13 Editor