Release [LEAKED] Bo2 Jiggy v4.2 Mod Menu Source Code + Free Download

More source leakes?

  • Yes

    Votes: 705 95.4%
  • No

    Votes: 34 4.6%

  • Total voters
    739

Dylan Adkins

Insane-Known Member
Messages
20
Reaction score
8
Points
358
copy the Storeshaders()
Put it into your menu base
Make sure to precache anything that's needed or you may freeze on load
can you help me with the store shaders im trying to add compass_emp and i preached it but it doesnt show up in the menu and i dont know what to do
 

Harry

Certified Sick ℂunt
Premium Member
Messages
1,263
Reaction score
969
Points
973
can you help me with the store shaders im trying to add compass_emp and i preached it but it doesnt show up in the menu and i dont know what to do
How;d you put it into the background?
 

swoon

Entrepreneur
Premium Member
Messages
490
Reaction score
353
Points
698
why can i not download this , i wanna learn coding so i wanna see it
You should be able to download it. If not, try disabling your firewall, and everything involving your anti virus and use Fire Fox instead of Chrome or Internet Explorer. Also, if you want to learn coding, it's not just a file where you read it. You have to download VS etc.
 

iTahhr

Well-Known Member
Messages
248
Reaction score
119
Points
243
You should be able to download it. If not, try disabling your firewall, and everything involving your anti virus and use Fire Fox instead of Chrome or Internet Explorer. Also, if you want to learn coding, it's not just a file where you read it. You have to download VS etc.
if u want to learn coding you start with the basics not just looking at sources and copying and pasting that's just learning to copy and paste
 

swoon

Entrepreneur
Premium Member
Messages
490
Reaction score
353
Points
698
if u want to learn coding you start with the basics not just looking at sources and copying and pasting that's just learning to copy and paste
I agree, how ever... Reviewing sources, is actually quite helpful if you can actually understand what they tried too do.
 

xK ELITE GaminG

New Member
Messages
8
Reaction score
1
Points
3
Hey guys, when a code is shortened like:

h("dvarCoNumber", "11");

Then what the hell does "h" stand for? :grinning:

I really want his Co host list, but its hard to remake xD
 

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
5,000
Reaction score
2,920
Points
1,103
Hey guys, when a code is shortened like:

h("dvarCoNumber", "11");

Then what the hell does "h" stand for? :smile:

I really want his Co host list, but its hard to remake xD
h stands for setDvar

it is a function with inputs:
Code:
h(dvar,i)
{
setDvar(dvar,i);
}
 
Top