Camo Selection (All Classes)

Posts 1–4 of 4 · Page 1 of 1
Camo Selection (All Classes)
Well, just looked and found a boring pattern, if anyone else want to make Camo Selection Tools.

You multiply the value with 4 or 64.
To see the simple pattern:

Primary Weapons:
Class 1: *4
Class 2: *64
Class 3: *4
Class 4: *64
Class 5: *4

Secondary Weapons:
Class 1: *2
Class 2: *32
Class 3: *2
Class 4: *32
Class 5: *2

Better, made a function for you guys: (C#)
Code:
int Camo_Primary(int Class, int Camo)
        {
            if (Class % 2 == 0)
                return Camo * 64;
            else return Camo * 4;
        }

int Camo_Secondary(int Class, int Camo)
        {
            if (Class % 2 == 0)
                return Camo * 32;
            else return Camo * 2;
        }
Good Luck
Thanks jorni
Usefull
I looked @ the weapons.
They are very differently.
Here we go in + & - values

But I will make something


---------- Post added at 01:48 AM ---------- Previous post was at 01:16 AM ----------

Added Secondary weapons.

Hope it's helpful for some...
hey bro is there anyway i can unlock all camos through save data hack using hex? or is there a program that will do it 4 me ?
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?