Post: [SRC/DL] Modern Warfare 3 EBOOT Builder
10-08-2016, 05:47 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Import Notice:This software will stay open source even when i update things.


Tutoials:
How To dvar edit and make a XP eboot with ida.



Sorry i got cut off all i was saying is that you want to use a useless dvar that has a float value to hold the xp.



Update Coming soon:
if you would like to see what i have added so far please:


You must login or register to view this content.


Sup everyone,
I'm back with another open source project. Please note i just modified my mw2 source code which was made back in 2014 and poorly coded.


Things to know:
make_fself.exe is included and must be in the folder to be able to convert the elf back to a bin
The PPC Patch hooks the fps address.


UPDATE LOG:
    

-10-08-2016
Initial Release

- 10-09-2016 | Update 1
• Fixed wrong offsets
• Removed Anti-freeze due to being really buggy
• Added name changer and ppc patch to eboot.

- 10/10/2016 | Update 2
• Fixed No-recoil offset/bytes.
• Made the software patch the ppc/null only if the user wants.
• Added Super steady Aim
• Added Super Reload
• Added Super Speed
• Added Super Jump.
• Added Custom Error Message.
• Fixed Backup of elf/bin



THINGS TODO:
    
• Make the name change only load if the users wants because as of now its auto enable.
• Add more functions/options.


Image:
You must login or register to view this content.


Download Updated: 10/10/2016
You must login or register to view this content.


Scan Updated: 10/10/2016
You must login or register to view this content.


How to change you name with an rtm tool if using this:
     'VB.NET
Dim bytes As Byte() = Encoding.ASCII.GetBytes(TextBox1.Text + vbNullChar)
ps3.SetMemory(&H51F1BC, bytes)


     //CSHARP
byte[] bytes = Encoding.ASCII.GetBytes(textBox2.Text + "\0");
PS3.SetMemory(0x051F1BC, bytes);



OFFSETS:
    
perk_weapReloadMultiplier: Reload Rate
Address Type: Float
Default: 0x11140
Use: Float | Defualt 0.5 | Bytes: 0x3F000000
Mod: Float: 0.001 | Bytes: 0x3A83126F
--------------------------------------------
perk_weapSpreadMultiplier: Super Steady Aim
Adress Type: Float
Default: 0x11134 | Min: 0x11138 | max: 0x1113c
Use: 0.64999998 | 0.5 | 1.0
Mod: Float: 0.001 | Bytes: 0x3A83126F


Outro:
This project is 100 percent open source as it should be. You can use this source code/project for anything you wish.

Credits:
Me(Tool, UI_Debug, PPC Name Patch)
SC58(NON-Host OffSets)
NGU(Everything Else)

Hope You Enjoy
-Josh
Last edited by hacking247 ; 10-11-2016 at 03:31 AM. Reason: Updating and fixing

The following user thanked hacking247 for this useful post:

EnzoMezzomo

The following user groaned hacking247 for this awful post:

Patrick
10-09-2016, 04:31 PM #2
-JM-
Space Ninja
Originally posted by hacking247 View Post
Sup everyone,
I'm back with another open source project. Please note i just modified my mw2 source code which was made back in 2014 and poorly coded.


Things to know:
make_fself.exe is included and must be in the folder to be able to convert the elf back to a bin
The PPC Patch hooks the fps address.


UPDATE LOG:
    
• Fixed wrong offsets
• Removed Anti-freeze due to being really buggy
• Added name changer and ppc patch to eboot.


Image:
You must login or register to view this content.


Download:
You must login or register to view this content.


Scan Updated:
You must login or register to view this content.


How to change you name with an rtm tool if using this:
     'VB.NET
Dim bytes As Byte() = Encoding.ASCII.GetBytes(TextBox1.Text + vbNullChar)
ps3.SetMemory(&H51F1BC, bytes)


     //CSHARP
byte[] bytes = Encoding.ASCII.GetBytes(textBox2.Text + "\0");
PS3.SetMemory(0x051F1BC, bytes);





Credits:
Me(Tool, UI_Debug, PPC Name Patch)
SC58(NON-Host OffSets)
NGU(Everything Else)

Hope You Enjoy
-Josh


I think you can add more content ... no hate intended

The following user thanked -JM- for this useful post:

hacking247
10-10-2016, 02:29 AM #3
Originally posted by JM
I think you can add more content ... no hate intended


i will and ill keep it open source.
10-26-2016, 10:19 PM #4
TylerMods
Do a barrel roll!
We really appreciate it being open source man, good job.
11-01-2016, 03:56 PM #5
077407
Bounty hunter
can you add 1 hit kill and 50% life for regular game mode.
11-03-2016, 05:35 AM #6
kiwi_modz
I defeated!
Originally posted by hacking247 View Post
Import Notice:This software will stay open source even when i update things.


Tutoials:
How To dvar edit and make a XP eboot with ida.



Sorry i got cut off all i was saying is that you want to use a useless dvar that has a float value to hold the xp.



Update Coming soon:
if you would like to see what i have added so far please:


You must login or register to view this content.


Sup everyone,
I'm back with another open source project. Please note i just modified my mw2 source code which was made back in 2014 and poorly coded.


Things to know:
make_fself.exe is included and must be in the folder to be able to convert the elf back to a bin
The PPC Patch hooks the fps address.


UPDATE LOG:
    

-10-08-2016
Initial Release

- 10-09-2016 | Update 1
• Fixed wrong offsets
• Removed Anti-freeze due to being really buggy
• Added name changer and ppc patch to eboot.

- 10/10/2016 | Update 2
• Fixed No-recoil offset/bytes.
• Made the software patch the ppc/null only if the user wants.
• Added Super steady Aim
• Added Super Reload
• Added Super Speed
• Added Super Jump.
• Added Custom Error Message.
• Fixed Backup of elf/bin



THINGS TODO:
    
• Make the name change only load if the users wants because as of now its auto enable.
• Add more functions/options.


Image:
You must login or register to view this content.


Download Updated: 10/10/2016
You must login or register to view this content.


Scan Updated: 10/10/2016
You must login or register to view this content.


How to change you name with an rtm tool if using this:
     'VB.NET
Dim bytes As Byte() = Encoding.ASCII.GetBytes(TextBox1.Text + vbNullChar)
ps3.SetMemory(&H51F1BC, bytes)


     //CSHARP
byte[] bytes = Encoding.ASCII.GetBytes(textBox2.Text + "\0");
PS3.SetMemory(0x051F1BC, bytes);



OFFSETS:
    
perk_weapReloadMultiplier: Reload Rate
Address Type: Float
Default: 0x11140
Use: Float | Defualt 0.5 | Bytes: 0x3F000000
Mod: Float: 0.001 | Bytes: 0x3A83126F
--------------------------------------------
perk_weapSpreadMultiplier: Super Steady Aim
Adress Type: Float
Default: 0x11134 | Min: 0x11138 | max: 0x1113c
Use: 0.64999998 | 0.5 | 1.0
Mod: Float: 0.001 | Bytes: 0x3A83126F


Outro:
This project is 100 percent open source as it should be. You can use this source code/project for anything you wish.

Credits:
Me(Tool, UI_Debug, PPC Name Patch)
SC58(NON-Host OffSets)
NGU(Everything Else)

Hope You Enjoy
-Josh


I can cfg infect clients all of this �������� waste of time reading all this
01-11-2017, 02:28 AM #7
Arrowx
Keeper
Make a quick guide :/

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo