You are viewing our Forum Archives. To view or take place in current topics click here.
#51. Posted:
iWooki3
  • Challenger
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 178
Reputation Power: 8
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 178
Reputation Power: 8
Erm i can not help aatm im going of in a min but hope this helps you with this

-iWooki3
#52. Posted:
oSo-_-iSHAUN
  • TTG Addict
Status: Offline
Joined: Mar 20, 201014Year Member
Posts: 2,592
Reputation Power: 113
Status: Offline
Joined: Mar 20, 201014Year Member
Posts: 2,592
Reputation Power: 113
great tutorial bro !!!!!!!!!!!!!!!!!!
#53. Posted:
DaSemtex
  • Christmas!
Status: Offline
Joined: Dec 12, 201013Year Member
Posts: 2,835
Reputation Power: 130
Status: Offline
Joined: Dec 12, 201013Year Member
Posts: 2,835
Reputation Power: 130
iWooki3 wrote Erm i can not help aatm im going of in a min but hope this helps you with this

-iWooki3


Stop Bumping your topic really dude its pissing us all off!
#54. Posted:
iWooki3
  • Challenger
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 178
Reputation Power: 8
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 178
Reputation Power: 8
Mxalx160 wrote Are the dvars removed after entering xbox live? Because i found a dvar maybe it might help.

0x8373EC10 - Type: BOOL - sv_restoreDvars
Enable to restore Dvars on entering the Xbox Live menu


i replied to this post
#55. Posted:
quincykers
  • New Member
Status: Offline
Joined: Dec 07, 201013Year Member
Posts: 5
Reputation Power: 0
Status: Offline
Joined: Dec 07, 201013Year Member
Posts: 5
Reputation Power: 0
iWooki3 wrote
I saw some topics asking how this was done...and it actually isn't very complicated so I wrote a small tutorial for anyone interested.

Needed:
Xextool 5.2 (Xorloser)
Xorloser's PPC Altivec plugin v1.6 for IDA v5.6
IDA
Hex editor
Black Ops xex

How To Mod BlackOps XeX
1. Make sure you have xextool and the black ops xex in the same folder.

2. Shift and right click to "Open command window here"
[ Register or Signin to view external links. ]
3. Type the below command shown in the picture changing "blop.exe/blop.xex" to whatever you named your xex
[ Register or Signin to view external links. ]
4. You have now extracted the basefile from the xex and created an idc file used to analyze the basefile as code. Below is shown where to load in IDA
[ Register or Signin to view external links. ]
5. Drag your basefile (.exe) into IDA, this needs to be loaded as a binary using the PPC processor setting.
[ Register or Signin to view external links. ]
6. Use the addresses referenced by Xextool load your basefile.
[ Register or Signin to view external links. ]
7. Select OK. Then File >IDC file. Select the idc file created by Xextool. Select Yes analyze as code.
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
8. Find the string for the Dvars that you want to change *those that have floats* and find the corresponding hex bytes in Hexview
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
9. Open your basefile in a hex editor search for the exact hex bytes then change them to your wanted values.
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
10. Now, open your xex *note the actual xex* in hex editor and search for where the executable actually begins, search for the exact ansi string "MZ" and replace your modded basefile *which starts with MZ* over the Xex
[ Register or Signin to view external links. ]


NEW: How to turn on Dvars
1. Find the Dvar you want to switch to on
[ Register or Signin to view external links. ]
2. Change the Hex byte at the end of the below to 01 from 00
[ Register or Signin to view external links. ]
3. Here is the same as above except for "sustain_ammo"
[ Register or Signin to view external links. ]
Then load your xex on your Jtag and your replaced values should be reflected in the game...the above example will make your player have 0 friction *slides around the map* although with changing different floats comes different effects.







Updated New XeX Mode Menu Patcher Look
[ Register or Signin to view external links. ]
Video:


Make sure if you add 9999999 Score Per Kill you're using a tu2 .xex


Features:
-9999999 Score Per Kill
-Simple easy to use GUI
-Decrypt/Decompress your Default_mp.xex/Default.xex
-Patch Tu2
-Download Default_mp.xex, Default.xex, and Tu2 Files.
-Hex value poker.
-Change dvars

Things to come:
-More dvars

Want to be be a baller and donate? Pm me for my paypal.

I also posted this on HF where my username is also The XBL Virus
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]

THANK TOPIC

Thanks To

-Wooki3
and E Nellie


can you use the hot swap method for this?
#56. Posted:
iWooki3
  • Challenger
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 178
Reputation Power: 8
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 178
Reputation Power: 8
quincykers wrote
iWooki3 wrote
I saw some topics asking how this was done...and it actually isn't very complicated so I wrote a small tutorial for anyone interested.

Needed:
Xextool 5.2 (Xorloser)
Xorloser's PPC Altivec plugin v1.6 for IDA v5.6
IDA
Hex editor
Black Ops xex

How To Mod BlackOps XeX
1. Make sure you have xextool and the black ops xex in the same folder.

2. Shift and right click to "Open command window here"
[ Register or Signin to view external links. ]
3. Type the below command shown in the picture changing "blop.exe/blop.xex" to whatever you named your xex
[ Register or Signin to view external links. ]
4. You have now extracted the basefile from the xex and created an idc file used to analyze the basefile as code. Below is shown where to load in IDA
[ Register or Signin to view external links. ]
5. Drag your basefile (.exe) into IDA, this needs to be loaded as a binary using the PPC processor setting.
[ Register or Signin to view external links. ]
6. Use the addresses referenced by Xextool load your basefile.
[ Register or Signin to view external links. ]
7. Select OK. Then File >IDC file. Select the idc file created by Xextool. Select Yes analyze as code.
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
8. Find the string for the Dvars that you want to change *those that have floats* and find the corresponding hex bytes in Hexview
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
9. Open your basefile in a hex editor search for the exact hex bytes then change them to your wanted values.
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
10. Now, open your xex *note the actual xex* in hex editor and search for where the executable actually begins, search for the exact ansi string "MZ" and replace your modded basefile *which starts with MZ* over the Xex
[ Register or Signin to view external links. ]


NEW: How to turn on Dvars
1. Find the Dvar you want to switch to on
[ Register or Signin to view external links. ]
2. Change the Hex byte at the end of the below to 01 from 00
[ Register or Signin to view external links. ]
3. Here is the same as above except for "sustain_ammo"
[ Register or Signin to view external links. ]
Then load your xex on your Jtag and your replaced values should be reflected in the game...the above example will make your player have 0 friction *slides around the map* although with changing different floats comes different effects.







Updated New XeX Mode Menu Patcher Look
[ Register or Signin to view external links. ]
Video:


Make sure if you add 9999999 Score Per Kill you're using a tu2 .xex


Features:
-9999999 Score Per Kill
-Simple easy to use GUI
-Decrypt/Decompress your Default_mp.xex/Default.xex
-Patch Tu2
-Download Default_mp.xex, Default.xex, and Tu2 Files.
-Hex value poker.
-Change dvars

Things to come:
-More dvars

Want to be be a baller and donate? Pm me for my paypal.

I also posted this on HF where my username is also The XBL Virus
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]

THANK TOPIC

Thanks To

-Wooki3
and E Nellie


can you use the hot swap method for this?



Yes you can hotswap as i think you can if somone noes for sure please help this guy

-iWooki3
#57. Posted:
iiLiV3STr3aM4u
  • Prospect
Status: Offline
Joined: Jul 18, 201014Year Member
Posts: 628
Reputation Power: 25
Status: Offline
Joined: Jul 18, 201014Year Member
Posts: 628
Reputation Power: 25
Nice and easy too follow thanks <3
#58. Posted:
iWooki3
  • Challenger
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 178
Reputation Power: 8
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 178
Reputation Power: 8
iiLiV3STr3aM4u wrote Nice and easy too follow thanks <3


Thats ok Dude Hope you injoyed it

-iWooki3
#59. Posted:
iWooki3
  • Challenger
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 178
Reputation Power: 8
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 178
Reputation Power: 8
im off now to walk my dog if you have any quistions inbox me or post on wall

-iWooki3
#60. Posted:
iWooki3
  • Challenger
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 178
Reputation Power: 8
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 178
Reputation Power: 8
im BACK i hope every one is finding this easy

-iWooki3
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.