Quantcast
Channel: NextGenUpdate
Viewing all articles
Browse latest Browse all 27691

[1.16] Dvar Editor / Dumper (Open Source)

$
0
0
Hey everyone, I have recently released one for ghosts so I decided to make one for BO2 since it is something new for the game.

Yes I know that some of the values are weird numbers but you can still play around with it!

there are 3038 Dvars in this game :)

Screenshot:


How to get the address of the dvar:
To get the address of the dvar all you have to do is search for the dvar you want, then you get the ID of the dvar. and now follow this layout 0x1D01B28 + 0xID * 0x4 the first address stays the same for all dvars because it is the base address and then The 0xID is the ID of the dvar that you can find on the datagridview. and then just search it like that in debugger then follow the pointer and boom that is the address! just go to the current value that is located towards the right side!

How to edit the Dvar Values:
Simple. Just search for the dvar that you want to edit, then double click on the value and change it to your liking!
Common/Cool Dvars:
cg_drawGun // set to 0 for invisible gun
cg_fov // this is one of the messed up values but just play around with it
cg_draw2D // set it to 0 for 'No HUD'
cg_gun_x // guns x position
cg_gun_y // guns y position
cg_gun_z // guns z position
usually just do cg_
most of them are cool



Dumping The Dvars:
Simple. Just press the button that Says 'Dump Dvars' and then save it as any name with the .txt extension and the file will be located in the debug folder I also recommend opening it with Notepad++ as it will get messy otherwise.

*NOTE* I am aware that some of the values are weird like -32190, I am trying to fix this, but it is not that big of a deal

Download The Source HERE

Credits:
Code:

BadLuckBrian - Teaching me all about Dvars <3
Prime Notorious


Viewing all articles
Browse latest Browse all 27691

Trending Articles