Post: [1.10] Dvar Editor / Dumper (Open Source)
04-17-2014, 02:51 AM #1
Notorious
Caprisuns Is Back
(adsbygoogle = window.adsbygoogle || []).push({});
Hello everyone,
This is a program that reads the dvar pool and allows you to edit the values on the datagridview!
I have left this open source so that you all can learn all this too!
I hope you enjoy this and find use of it 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 0x227EBA8 + 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 Smile 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! Smile
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 Winky Winky



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 Smile I also recommend opening it with Notepad++ as it will get messy otherwise.. and also there is not much point in dumping it because BuC made a dump already but if you want it for yourself then go ahead Smile

*NOTE* I am aware that some of the values are weird like -32190, I Have fixed it but it will be on my BO1 dvar editor !

Download the source You must login or register to view this content. (the actual program is in the debug folder)

Please dont post this on another site without my permission .

Credits:
    
BadLuckBrian - Teaching me all about Dvars <3 big thanks to him <3
Prime Notorious
(adsbygoogle = window.adsbygoogle || []).push({});

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

Azus, Hori_By_Nature, iMoDz-Baptiste, M33-_-Firmware, Mango_Knife, NickBeHaxing, Obris, Swifter, Ciri, WeJailbreakYou, Hash847, Fatality, Xx-GIPPI-xX, Zealand, ZMK-iNFiNiTY, zSunriseModz
04-18-2014, 04:23 PM #11
iMoDz-Baptiste
Do a barrel roll!
Nice, but it's very slow than PS3Lib, but it's a "base". Smile
04-18-2014, 04:28 PM #12
Originally posted by Prime
Hello everyone,
This is a program that reads the dvar pool and allows you to edit the values on the datagridview!
I have left this open source so that you all can learn all this too!
I hope you enjoy this and find use of it 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 0x227EBA8 + 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 Smile 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! Smile
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 Winky Winky



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 Smile I also recommend opening it with Notepad++ as it will get messy otherwise.. and also there is not much point in dumping it because BuC made a dump already but if you want it for yourself then go ahead Smile

*NOTE* I am aware that some of the values are weird like -32190, I Have fixed it but it will be on my BO1 dvar editor !

Download the source You must login or register to view this content. (the actual program is in the debug folder)

Please dont post this on another site without my permission .

Credits:
    
BadLuckBrian - Teaching me all about Dvars <3 big thanks to him <3
Prime Notorious


Woah sexy good job :y:
Time to edit the source and see what I can do :fa:

The following user thanked Red-EyeX32 for this useful post:

Notorious
04-19-2014, 09:31 PM #13
Notorious
Caprisuns Is Back
Originally posted by EyeX32 View Post
Woah sexy good job :y:
Time to edit the source and see what I can do :fa:


thank a you :P
04-19-2014, 10:04 PM #14
Originally posted by Prime
Hello everyone,
This is a program that reads the dvar pool and allows you to edit the values on the datagridview!
I have left this open source so that you all can learn all this too!
I hope you enjoy this and find use of it 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 0x227EBA8 + 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 Smile 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! Smile
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 Winky Winky



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 Smile I also recommend opening it with Notepad++ as it will get messy otherwise.. and also there is not much point in dumping it because BuC made a dump already but if you want it for yourself then go ahead Smile

*NOTE* I am aware that some of the values are weird like -32190, I Have fixed it but it will be on my BO1 dvar editor !

Download the source You must login or register to view this content. (the actual program is in the debug folder)

Please dont post this on another site without my permission .

Credits:
    
BadLuckBrian - Teaching me all about Dvars <3 big thanks to him <3
Prime Notorious


Sick bro! Thankyou for this.
04-19-2014, 11:09 PM #15
Hash847
Purple God
Thanks I was wondering how to do this, I'll def check this out when I get home!
04-19-2014, 11:52 PM #16
Prime Nubtorious
04-20-2014, 12:50 AM #17
Notorious
Caprisuns Is Back
Originally posted by milky4444 View Post
Prime Nubtorious


thats right nub :P

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo