You are viewing our Forum Archives. To view or take place in current topics click here.
[HELP]Call of duty Black ops 2 Trainer in VB
Posted:
[HELP]Call of duty Black ops 2 Trainer in VBPosted:
Status: Offline
Joined: Dec 02, 201311Year Member
Posts: 87
Reputation Power: 3
Status: Offline
Joined: Dec 02, 201311Year Member
Posts: 87
Reputation Power: 3
So im making a trainer for COD BO2, Ive done everything. Godmode, money and other player menu. However i dont know how to give people guns in the game. I know i need the weapon ID. However i dont know what t do from there. Help.
#2. Posted:
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Well, first of all you need to tell us what version of the game you are using it for, 360/PS3/PC.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jul 14, 201410Year Member
Posts: 1,720
Reputation Power: 71
Status: Offline
Joined: Jul 14, 201410Year Member
Posts: 1,720
Reputation Power: 71
Typically in the CoD series you use "give weaponnamehere" to give weapons.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Alright, if you are doing this for 360 you would need the following offset -> 0x823ACB78 and use it like below
This is using XRPC, JRPC is similar using CallVoid instead of Call
Jtag.Call(0x823ACB78, 100, 5, 0);
Where 100 -> weapon index, 5 -> camo, and 0 -> non akimbo (change to 1 for akimbo)
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.