BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup

Join the forum, it's quick and easy

BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup
BullyWiiHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BullyWiiHacks

Gaming, Modding & Programming

Important reminders:

- Click *HERE* for advanced forum search or check out the text field below on the front page for Google before posting
- NO support via private message (use the forum)
- Write meaningful topic titles
Site Translation
Latest topics
» Dropped Out of College to Pursue Web Dev and Life Pursuits in General
[REQUEST] Change Colour of Buildings? Empty5/16/2024, 8:25 am by Bully@WiiPlaza

» Bully Made It Into a BIG Video 400K Views
[REQUEST] Change Colour of Buildings? Empty4/7/2024, 6:58 am by Bully@WiiPlaza

» Wii Play Tanks
[REQUEST] Change Colour of Buildings? Empty3/24/2024, 2:46 pm by helpmeout

» [Bypass Paywalls] (Global) @magnolia1234 - GitLab
[REQUEST] Change Colour of Buildings? Empty3/18/2024, 3:55 am by Seth@WiiPlaza

» [Download] Mary Shelley's Frankenhole
[REQUEST] Change Colour of Buildings? Empty3/16/2024, 8:29 am by Seth@WiiPlaza

» Completely Custom Modded Controllers (Undetectable)
[REQUEST] Change Colour of Buildings? Empty3/5/2024, 1:55 pm by Shadow@BWH

» (Zombies) Drink perks code?
[REQUEST] Change Colour of Buildings? Empty3/5/2024, 1:24 pm by Shadow@BWH

» Die Rückkehr zu STEAM und WARFACE
[REQUEST] Change Colour of Buildings? Empty3/2/2024, 3:54 am by Seth@WiiPlaza

» First person hand model change?
[REQUEST] Change Colour of Buildings? Empty2/28/2024, 4:53 am by Ad3lamac611

» {RELEASE} Field Raider Firefox v1.72 by Seth@WiiPlaza
[REQUEST] Change Colour of Buildings? Empty2/21/2024, 8:52 am by naxil

Search
 
 

Display results as :
 


Rechercher Advanced Search

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Country Statistics
Free counters!

You are not connected. Please login or register

[REQUEST] Change Colour of Buildings?

5 posters

Go down  Message [Page 1 of 1]

DO~NeGaTiVeX

DO~NeGaTiVeX

I would Like someone to make a Code that can change Colors of the Buildings in MW3! Unfortunately I just started "Hacking" 4 Weeks Ago.

Yes I know I am a Noob![/u][/u] But I Still would like to know How to
Code/Make Codes!

Enough about that, But is there anyone who can Do this? Or will that alter the server? Is there any possible way to make this on a Public Match and to make the Buildings Flash in Different Colors like in some Mod Menus on
BO(Black ops)Question Thank You!  


blowup blowup blowup blowup blowup gtfo

SnB@BWH

SnB@BWH
Admin & Writer

Something like this? There's many codes pertaining to buildings, but I don't think there's anything exactly like what you want.


_________________
[REQUEST] Change Colour of Buildings? Simple10

[REQUEST] Change Colour of Buildings? LSTjSyDDiscord: SnB_BWH

Click HERE to earn free bitcoin, litecoin, dogecoin, and dash!

Win Free Bitcoins every hour!

Bully@WiiPlaza

Bully@WiiPlaza
 
 

Flashing is distracting. Seth's code is cool though, I used it for a while. It makes the maps feel a bit new. Smile

The mod "disco fog" could probably be made as a code, I'll have to look it up. It flashes most buildings and from further away and obviously the fog.


_________________
[REQUEST] Change Colour of Buildings? YBjg74I

Shadow@BWH

Shadow@BWH
 
 

Well mod menus are really just made up of DVAR's and commands (Some C++Some in Python) anyway look through some old mod menus and if you find any DVAR's in it post them and I'll make them into code's.


_________________
[REQUEST] Change Colour of Buildings? BAjMdNS

Bully@WiiPlaza

Bully@WiiPlaza
 
 

Shadow@BWH wrote:Well mod menus are really just made up of DVAR's and commands (Some C++Some in Python) anyway look through some old mod menus and if you find any DVAR's in it post them and I'll make them into code's.
Since you don't have USB Gecko, you can't do this:
Code:
doDisco()
{
while(1)
{
//Flashing Vision which is just fog.
SetExpFog(256, 512, 1, 0, 0, 0);
wait .1;
SetExpFog(256, 512, 0, 1, 0, 0);
wait .1;
SetExpFog(256, 512, 0, 0, 1, 0);
wait .1;
SetExpFog(256, 512, 0.4, 1, 0.8, 0);
wait .1;
SetExpFog(256, 512, 0.8, 0, 0.6, 0);
wait .1;
SetExpFog(256, 512, 1, 1, 0.6, 0);
wait .1;
SetExpFog(256, 512, 1, 1, 1, 0);
wait .1;
SetExpFog(256, 512, 0, 0, 0.8, 0);
wait .1;
SetExpFog(256, 512, 0.2, 1, 0.8, 0);
wait .1;
SetExpFog(256, 512, 0.4, 0.4, 1, 0);
wait .1;
SetExpFog(256, 512, 0, 0, 0, 0);
wait .1;
SetExpFog(256, 512, 0.4, 0.2, 0.2, 0);
wait .1;
SetExpFog(256, 512, 0.4, 1, 1, 0);
wait .1;
SetExpFog(256, 512, 0.6, 0, 0.4, 0);
wait .1;
SetExpFog(256, 512, 1, 0, 0.8, 0);
wait .1;
SetExpFog(256, 512, 1, 1, 0, 0);
wait .1;
SetExpFog(256, 512, 0.6, 1, 0.6, 0);
wait .1;
SetExpFog(256, 512, 1, 0, 0, 0);
wait .1;
SetExpFog(256, 512, 0, 1, 0, 0);
wait .1;
SetExpFog(256, 512, 0, 0, 1, 0);
wait .1;
SetExpFog(256, 512, 0.4, 1, 0.8, 0);
wait .1;
SetExpFog(256, 512, 0.8, 0, 0.6, 0);
wait .1;
SetExpFog(256, 512, 1, 1, 0.6, 0);
wait .1;
SetExpFog(256, 512, 1, 1, 1, 0);
wait .1;
SetExpFog(256, 512, 0, 0, 0.8, 0);
wait .1;
SetExpFog(256, 512, 0.2, 1, 0.8, 0);
wait .1;
SetExpFog(256, 512, 0.4, 0.4, 1, 0);
wait .1;
SetExpFog(256, 512, 0, 0, 0, 0);
wait .1;
SetExpFog(256, 512, 0.4, 0.2, 0.2, 0);
wait .1;
SetExpFog(256, 512, 0.4, 1, 1, 0);
wait .1;
SetExpFog(256, 512, 0.6, 0, 0.4, 0);
wait .1;
SetExpFog(256, 512, 1, 0, 0.8, 0);
wait .1;
SetExpFog(256, 512, 1, 1, 0, 0);
wait .1;
SetExpFog(256, 512, 0.6, 1, 0.6, 0);
}
}
Source: http://www.nextgenupdate.com/forums/call-duty-4-modern-warfare/294633-c-codes-cod4-patches.html

It's a non-n00b code to make since it actually requires the code search and more than a basic RAM write to do the changes.

Only very rarely I "converted" a script function to a code since it's often too complicated to do. It's a nice source for new codes though, these are very hard to find without a mod based on them.


_________________
[REQUEST] Change Colour of Buildings? YBjg74I

DO~NeGaTiVeX

DO~NeGaTiVeX

Ok, Thanks for the Responses. Yes, I do not have USB Gecko. And I''m only a Beginner at Scripting, So I may just Wait for someone to make the code up and post it. And the Disco Fog is what im looking for in MW3. Is there anyway to make it Host-Only, Also All-Players can see the Disco Fog? Thanks Again for Helping me out! Very Happy

DO~NeGaTiVeX

DO~NeGaTiVeX

Also, One more thing. How do you make your own code because I would like to make my own but I do not know the First thing about this stuff! Only the Very Basics like E0000000 80000000 which is to End the Code and stuff like that... Is there anyway that I can make a code, any simple code will do!

SnB@BWH

SnB@BWH
Admin & Writer

It's actually E0000000 80008000. You can't really make Dvar codes anymore, they've all been taken. As for making your own codes, if you don't have a USB Gecko, you could try coding in Dolphin, but you'll need a damn good gaming computer to run the games smoothly. You could try porting some codes as well.

http://www.bullywiihacks.com/t4186-how-to-port-wii-codes-by-shitnbitchbwh
http://www.bullywiihacks.com/t3423-wii-gecko-code-porter-v33

I would suggest doing it manually first before you use Bully's application, just so you know how it works. Bully's application is coded the same way as doing it manually.


_________________
[REQUEST] Change Colour of Buildings? Simple10

[REQUEST] Change Colour of Buildings? LSTjSyDDiscord: SnB_BWH

Click HERE to earn free bitcoin, litecoin, dogecoin, and dash!

Win Free Bitcoins every hour!

DO~NeGaTiVeX

DO~NeGaTiVeX

Ok. Thank You! I'll See what I can Do! I want to make a code very badly! LOL So i'll try n make a Code
and if I fail... Well I'll Keep on Trying n Never Give Up!

Binary@BWH

Binary@BWH
Uber Website Hacker and Mod

I learned from some of the best coders ever. Bully, shadow, and loads of hackers.you can name a type of coding that's commonly used and I can use it and or learn it quickly. Ask Mr bully how quick I picked up coding on the Wii lo.


_________________
[REQUEST] Change Colour of Buildings? Cjy6OBw

++Mentor++ wrote:We explore... and you call us criminals. We seek
after knowledge... and you call us criminals. We exist without skin color,
without nationality, without religious bias... and you call us criminals.
You build atomic bombs, you wage wars, you murder, cheat, and lie to us
and try to make us believe it's for our own good, yet we're the criminals.

Yes, I am a criminal. My crime is that of curiosity. My crime is
that of judging people by what they say and think, not what they look like.
My crime is that of outsmarting you, something that you will never forgive me
for.

I am a hacker, and this is my manifesto. You may stop this individual,
but you can't stop us all... after all, we're all alike.



[REQUEST] Change Colour of Buildings? Ghu3eV

[REQUEST] Change Colour of Buildings? Goombasig

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum