Quote Originally Posted by GuItArMaStA View Post
So im sure i could add in more guns in here. right?
But How??

It was based off of this code

#Rapid M1
;M1 is fully automatic
0x005F7810 0x05580558
0x005F7814 0xFF4409C8
0x005F7818 0x0000001E

^^^^^^^
See the similarities???
The red lines are inf ammo but for the M1
The first green line is the weapon. But what is the second one????
If i knew what the second line in greeen was for then i could put together this code for u guys.
Finally again the last lines are rapid fire.
But Sum1 needs tell me what 0xFF4409C8 does.


And then these are the gun codes.. or gun I.D's if u will

;M87ELR
0x005F81A4 0x00000000
;SR-25
0x005F86AC 0x00000000
;VSV-39
0x005F8B6C 0x00000000
;M40A1
0x005F7CE4 0x00000000
;M1
0x005F7828 0x00000000
;L96AW
0x005F7368 0x00000000
;SAS-R
0x005F6EA8 0x00000000

With what i know i can make this uncompleted rapid M87ELR

#Rapid M87ELR
0x005F818C 0x05580558;inf ammo
0x005F81?? 0xFF4409C8; idk what the shit this is
0x005F81?? 0x0000001E; Rapid fire

So what i noticed was for the gun I.D the last two values change
and since i dont know what the second lines mean, i have no idea what the last values change too
Also i was unable to find the changed values for the rapid fire since the bolt guns are not included in the original rapid fire code.

I think i got most of this figured out but i could be wrong
i have other codes that have different gun ID's, which contradict the gun ID's typed out here. So i could have all of this wrong. Plz help me
So ya help me out people.
Anyone that can give me an answer i will rep +

Oh and here is another sniping code

#Infinite Sniping Range
;Tjizzle
;M87ELR
0x005F81A4 0x747A0000
;SR-25
0x005F86AC 0x747A0000
;VSV-39
0x005F8B6C 0x747A0000
;M40A1
0x005F7CE4 0x747A0000
;M1
0x005F7828 0x747A0000
;L96AW
0x005F7368 0x747A0000
;SAS-R
0x005F6EA8 0x747A0000

Plz help me!!!

And if i got u to understand some of what these lines do i little rep+ wouldnt hurt :)

#Rapid M87ELR
0x005F818C 0x05580558;inf ammo
0x005F81?? 0xFF4409C8; idk what the shit this is
0x005F81?? 0x0000001E; Rapid fire

so you have the infinite ammo line fine obviously. The second line i could care less about, try the code without the second line and see what happens to see if it has any meaning, or is just there.

The rapid fire, as you have found out would look like this

GUN ID is: 0x005F81A4

now if you make the hex 0x0000001E see what happens with the Gun ID there, and with that hex, its all trial and error for what your goin with.

theres probably more, when im not so tired, i'll look into it more and try all this out. good find i guess though.