Post: [1.16] Dvar Editor / Dumper (Open Source)
04-17-2014, 01:24 PM #1
Notorious
Caprisuns Is Back
(adsbygoogle = window.adsbygoogle || []).push({}); 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 Smile

Screenshot:
You must login or register to view this content.

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
clientKick ClientHere
banClient ClientHere
tempBanClient ClientHere
tempBan ClientNameHere
ban ClientNameHere
fast_restart 1
map mp_mapname
tell ClientNameHere Message // Thanks Shark Smile
usually just do cg_
most of them are cool



Dumping The Dvars:
Simple. Just press the button that Says 'Awesome faceump 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 You must login or register to view this content.

Credits:
    
BadLuckBrian - Teaching me all about Dvars <3
Prime Notorious
Last edited by Notorious ; 04-17-2014 at 09:18 PM.

The following 12 users say thank you to Notorious for this useful post:

Kappa, ALI ALHILFI, Asian, COD4_ELEVATOR, ImAzazel, iMoDz-Baptiste, iMoDz|Shadow, Mango_Knife, mohamed0007, Phreaker, Fatality, xFTW xTeAz
04-17-2014, 01:29 PM #2
Fatality
1337 H4x0r
good :RTS:

The following user thanked Fatality for this useful post:

Notorious
04-17-2014, 01:38 PM #3
Mango_Knife
In my man cave
try to set the value of the cg_fov to 160, and the cg_fovScale to 1.5, then your Weapon will be Upside Down :p

    
cg_fov 160
cg_fovScale 1.5


You must login or register to view this content.

The following user thanked Mango_Knife for this useful post:

Notorious
04-17-2014, 01:41 PM #4
can i get aimbot cfg pl0x with this?
04-17-2014, 01:43 PM #5
Notorious
Caprisuns Is Back
Originally posted by xShaTTer. View Post
can i get aimbot cfg pl0x with this?


maybe stare
04-17-2014, 01:46 PM #6
Shark
Retired.
Originally posted by Prime
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 Smile

Screenshot:
You must login or register to view this content.

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 'Awesome faceump 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 You must login or register to view this content.

Credits:
    
BadLuckBrian - Teaching me all about Dvars <3
Prime Notorious


here are some you wouldnt think exist Smile

clientKick ClientHere
banClient ClientHere
tempBanClient ClientHere
tempBan ClientNameHere
ban ClientNameHere
fast_restart 1
map mp_mapname
tell ClientNameHere Message //Not sure if this works its just like iprintln...
04-17-2014, 03:45 PM #7
dara jihan
Do a barrel roll!
thanks for this awesome tool Smile
it this tool make you band Smile
and i'm using [1.16]Trainer t6mp_ps3f.self from SC58 Smile
04-17-2014, 03:49 PM #8
dara jihan
Do a barrel roll!
what :RTS:
it's for DEX user
where is CEX user :( please make an tool for us cex user
04-17-2014, 04:47 PM #9
Notorious
Caprisuns Is Back
Originally posted by dara
what :RTS:
it's for DEX user
where is CEX user :( please make an tool for us cex user


just switch to dex :P
04-17-2014, 07:17 PM #10
ByteSource
League Champion
Originally posted by Prime
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 Smile

Screenshot:
You must login or register to view this content.

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 'Awesome faceump 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 You must login or register to view this content.

Credits:
    
BadLuckBrian - Teaching me all about Dvars <3
Prime Notorious


Nice tool my old friend :y:, i see you'r heading towards Gaming team.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo