Username
Password
Forgot Password?
Register Now!
Home
Forum
rules
premium
Search
Downloads
Login
Register
May 22, 2012, 03:01:08 AM
MyXboxSaves : Your Place For Modding
»
Xbox 360
»
Xbox 360 Modding
»
Xbox 360 Modding Tutorials
»
How to mod/inject gpds
Add to Reputation:
What do you think of this post?
I agree
I disagree
Comment:
Pages: [
1
]
Go Down
Author
Topic: How to mod/inject gpds (Read 429 times)
HeoicSec
Reputation:
Posts: 98
Referrals: 2
How to mod/inject gpds
«
on:
February 14, 2011, 05:23:24 PM »
NOTE Only works Offline unplug Ethernet Cord
Hello
MxS LoL Kitty
here today im going to show you how to mod/inject a Modded
GPD
How to Inject
http://www.youtube.com/watch?v=4HU8SH3fQnE
Steps:
1. Take USB stick and copy you're profile onto it via xbox
2. Plug it into pc and load up Modio
3. Find your profile and extract it to desktop
4. Drag your profile into Modio.
5. Go to file contents and right click the GPD (ending in 855)
6. Click replace (or inject) file and browse for the Modded GPD
7. Rehash and resign
8. Delete the old profile off usb and replace it with new modded one
9. Start your xbox but don't sign in, go to the main screen that says "press start", then sign in.
How to mod
http://www.youtube.com/watch?v=-51Bof6hKJk
WARNING THIS IS PATCHED ONLINE SO U NEED TO DELETE THE PATCH TO DO THIS OFFLINE
Watch the Vid for the first bit
Open up xero blackops mod tool then click black ops gpd editor and open your .gpd(Its this file : 41560855.gpd)
1. Delete everything that is in the 3 boxes in xero except for the first line which should be
set gpad_buttonsconfig "null"
2. Binds actions are used to bind buttons to commands. For example binding the X button to give all, which would give you all the weapons on the map.
3. The code for that would be...
bind button_x give all
If you want god mode you could do...
bind dpad_right god
4. Lets say you wanted to do more than one thing at a time, like giving your self 2 weapons(galil and m16) you would do this:
bind dpad_left "give galil_zm;give m16_zm;"
This would give you galil and m16 when you press left on the dpad.
5. lets say you wanted to toggle something, be able to change a setting while playing. For example the gamespeed, you would type:
bind dpad_up "toggle timescale .5 1 2"
This would make it so that each time you press up on the dpad it would change from a 1 timescale to a 2 timescale to a .5 timescale and then recyle.
6. If you wanted something to be set and constant through out the whole game like your sprint speed you would type:
set g_speed 450
This would set your sprint speed to 450(fast) without you having to press a button or anything.
7. So now you finished your first simple gpd dnt stop there explore there is alot you can do with this but be carefull if you type or give it weird commands you can cause the xbox to freez
................................................
you should have something like this for the sake of this vid :
set dpad_buttonsconfig "null"
set g_speed 450
bind button_x give all
bind dpad_up god
bind dpad_down "give galil_zm;give m16_zm;"
bind dpad_left "toggle timescale .5 1 2"
................................................
NOTE: Please Report if Link is down
Here is a link to a text file that has alot more types of codes that you can use to make you mod:
http://www.mediafire.com/?7xyx2aj9xiw6ar9
Xero download link:
http://www.megaupload.com/?d=ELJO86R7
Modio;
http://www.game-tuts.com/community/index.php?pageid=modio
DisClaimer
i am not Responsible for your Actions you may do with this.
Credits:
«
Last Edit: February 16, 2011, 03:27:03 PM by MxS LoLz Kitty
»
Logged
My JTAG TuT
http://myxboxsaves.com/support/how-to-setup-a-jtag/msg20030/#msg20030
[/spoiler]
☠kill_seth☠
Reputation:
Posts: 4612
Referrals: 3794
Re: How to mod/inject gpds
«
Reply #1 on:
February 14, 2011, 07:11:31 PM »
Nice tutorial, it's too bad it got patched so quick.
That's what happens when every body and their brother does it online.
Logged
READ THE RULES
Pages: [
1
]
Go Up
MyXboxSaves : Your Place For Modding
»
Xbox 360
»
Xbox 360 Modding
»
Xbox 360 Modding Tutorials
»
How to mod/inject gpds