May 22, 2012, 03:00:45 AM
Your Ad Here

Author Topic: How to mod/inject gpds  (Read 218 times)

Offline HeoicSec

  • *
  • Reputation: HeoicSec has no influence.
  • Posts: 98
  • Referrals: 2
How to mod/inject gpds
« on: February 13, 2011, 10:15:39 PM »
Hello MxS LoL Kitty here today im going to show you how to mod/inject a Modded GPD
How to Inject<a href="http://www.youtube.com/watch?v=4HU8SH3fQnE" target="_blank">http://www.youtube.com/watch?v=4HU8SH3fQnE</a>

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
<a href="http://www.youtube.com/watch?v=-51Bof6hKJk" target="_blank">http://www.youtube.com/watch?v=-51Bof6hKJk</a>

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

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/?7xyx2aj9xiw...

Xero download link:
http://www.mediafire.com/?625179587u5...

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 14, 2011, 06:16:24 PM by MxS LoLz Kitty »