Post: Offset Smoke Color Black Ops 2
02-27-2015, 05:22 PM #1
xbold
Haxor!
(adsbygoogle = window.adsbygoogle || []).push({}); Hello Today I release you the offset of the color custom bo2 !

    0x009E50E0


How to Use ?

    int valueR = Convert.ToInt32(logInNumeric20.Value);
int valueG = Convert.ToInt32(logInNumeric19.Value);
int valueB = Convert.ToInt32(logInNumeric18.Value);

uint Red = 0x009E50E0;
uint Green = 0x009E50E0 + 0x04;
uint Blue = 0x009E50E0 + 0x08;

PS3.Extension.WriteFloat(Red, (float)valueR);
PS3.Extension.WriteFloat(Green, (float)valueG);
PS3.Extension.WriteFloat(Blue, (float)valueB);


You must have : 3 numericUpDown

Picture
You must login or register to view this content.

Credit : Me (offsets) and Lebigkilleur (update offsets)

The following 16 users say thank you to xbold for this useful post:

-Numb, B777x, Chris, Confusing, Geo, HiddenHour, HighModzz, Jack zZz, LBK, pla3rsl3g3nd, Adrian, Script Kiddie, VenoxCoding, xDebugKiller, xMrJR, XxBlud23xX
04-29-2015, 06:56 PM #11
xbold
Haxor!
Originally posted by .Adrian View Post
nice find man Smile


thanks bro :p
05-27-2015, 07:37 AM #12
good job Winky Winky
06-01-2015, 06:29 PM #13
xbold
Haxor!
Originally posted by AkonM0dz View Post
good job Winky Winky


thanks Winky Winky
06-04-2015, 01:25 PM #14
Adrian
Adrian is back!
tut doesnt explain much on how to set it! sorry bro can u explain a little more on how to set this Smile
06-12-2015, 10:50 PM #15
xbold
Haxor!
Originally posted by .Adrian View Post
tut doesnt explain much on how to set it! sorry bro can u explain a little more on how to set this Smile


Use a color edit like this : You must login or register to view this content. and 3 numericUpDown

In your colorEdit put :

Originally posted by another user
Color selectedColor = this.customColorBlender1.SelectedColor;
numericUpDown1.Value = selectedColor.R;
numericUpDown2.Value = selectedColor.G;
numericUpDown3.Value = selectedColor.B;


and in a button put this :

Originally posted by another user
int valueR = Convert.ToInt32(numericUpDown1.Value);
int valueG = Convert.ToInt32(numericUpDown2.Value);
int valueB = Convert.ToInt32(numericUpDown3.Value);

uint Red = 0x009E50E0;
uint Green = 0x009E50E0 + 0x04;
uint Blue = 0x009E50E0 + 0x08;

PS3.Extension.WriteFloat(Red, (float)valueR);
PS3.Extension.WriteFloat(Green, (float)valueG);
PS3.Extension.WriteFloat(Blue, (float)valueB);
06-17-2015, 10:45 AM #16
XxBlud23xX
< ^ > < ^ >
Originally posted by xbold View Post
Hello Today I release you the offset of the color custom bo2 !

    0x009E50E0


How to Use ?

    int valueR = Convert.ToInt32(logInNumeric20.Value);
int valueG = Convert.ToInt32(logInNumeric19.Value);
int valueB = Convert.ToInt32(logInNumeric18.Value);

uint Red = 0x009E50E0;
uint Green = 0x009E50E0 + 0x04;
uint Blue = 0x009E50E0 + 0x08;

PS3.Extension.WriteFloat(Red, (float)valueR);
PS3.Extension.WriteFloat(Green, (float)valueG);
PS3.Extension.WriteFloat(Blue, (float)valueB);


You must have : 3 numericUpDown

Picture
You must login or register to view this content.

Credit : Me (offsets) and Lebigkilleur (update offsets)


Non host or can other people see it
06-17-2015, 02:16 PM #17
xbold
Haxor!
Originally posted by DEXBLUD23 View Post
Non host or can other people see it


No host Winky Winky
06-17-2015, 04:43 PM #18
Chris
Former Staff
Sick, thanks for the release.
06-17-2015, 05:48 PM #19
this guy 's credits given ? I remember if I went round the source code tool to remove the offset DEVHACK think should not be given credit when this lleba in my applications from 1.12 BO2 even so come enorabuena year and a half later xD

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo