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
What Exactly Are Impact Mods? Empty4/7/2024, 2:34 pm by SnB@BWH

» Bully Made It Into a BIG Video 400K Views
What Exactly Are Impact Mods? Empty4/7/2024, 6:58 am by Bully@WiiPlaza

» Wii Play Tanks
What Exactly Are Impact Mods? Empty3/24/2024, 2:46 pm by helpmeout

» [Bypass Paywalls] (Global) @magnolia1234 - GitLab
What Exactly Are Impact Mods? Empty3/18/2024, 3:55 am by Seth@WiiPlaza

» [Download] Mary Shelley's Frankenhole
What Exactly Are Impact Mods? Empty3/16/2024, 8:29 am by Seth@WiiPlaza

» Completely Custom Modded Controllers (Undetectable)
What Exactly Are Impact Mods? Empty3/5/2024, 1:55 pm by Shadow@BWH

» (Zombies) Drink perks code?
What Exactly Are Impact Mods? Empty3/5/2024, 1:24 pm by Shadow@BWH

» Die Rückkehr zu STEAM und WARFACE
What Exactly Are Impact Mods? Empty3/2/2024, 3:54 am by Seth@WiiPlaza

» First person hand model change?
What Exactly Are Impact Mods? Empty2/28/2024, 4:53 am by Ad3lamac611

» {RELEASE} Field Raider Firefox v1.72 by Seth@WiiPlaza
What Exactly Are Impact Mods? 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

What Exactly Are Impact Mods?

5 posters

Go down  Message [Page 1 of 1]

1What Exactly Are Impact Mods? Empty What Exactly Are Impact Mods? 3/18/2014, 2:36 pm

Reclaimer Shawn

Reclaimer Shawn
Code Creator

When I think of Impact,I think of the maximum distance a bullet can effect an opponent by penetration and the multiplier for penetration caused by a perk that multiplies bullet penetration. I noticed that many of these "Impact Mods" are enormously huge and include DVARs that are either stolen or just bad or unnecessary. The only one so far that I've seen do an amazing job would be Bully's,and it works better even though its the shortest impact I've ever seen. An impact mod reminds me of what I done for MWR when I made the Shoot Through All Walls Code,and I only needed one or two DVARs to accomplish the job. So,are people just trying to look like a pro coder by redundantly stacking DVARs over and over,and what exactly are "Impact Mods"?

TheDetonator

TheDetonator
Trusted Member
Trusted Member

For mw3 its basically a code where it allows you to wallbang like fuck in a game. The more walls you can shoot through, the better the impact. all i know about it

TheD3mon

TheD3mon
Credit Stealer
Credit Stealer

I dust learned that specific  DVARs can effect the way or how "powerful" on a  specific map and or part of game. (SM8E52)

The one Bully made was good in its time, but there has been strait out stronger Impacts with multiple DVARs.
Example: Bully's Impact mod had shot through about 3-6walls (seatown). Where now we have impacts like mine that if used correctly, Spawn point to spawn point p99 Pistol.
Also i notice some that make it to where you don't need the perk "impact" on the gun because it will kill other person regardless.  

Im going to put some spoiler examples of sad or most used impacts now.


(First showing bully's to compare)

BullyWiiPlaza
201D2644 FFFFFFFA
09143CC0 7F800000
200104C8 00000000
E0000000 80008000

Small works.:


Now similar impacts. :

Over-sized Impact code :

So my belief is that when other coders started teaching themselves how to make impact they got carried away with the DVARs. I personally have bean using same impact code
Impact Mod
* 201D2644 FFFFFFFA
* 05144188 7F800000
* 05143CC0 7F800000
* 05144198 7F800000
* 051441A8 7F800000
* 051441B8 7F800000
* 051441BC 7F800000
* E0000000 80008000

4What Exactly Are Impact Mods? Empty Re: What Exactly Are Impact Mods? 3/19/2014, 12:40 am

Bully@WiiPlaza

Bully@WiiPlaza
 
 

What they did was put the 1 or 2 working dvars into their code including a lot of useless shit to make them look special while in fact they only stole what works. I can check if an address does *something* when you shoot your gun and I did on some oversized versions. Proof is proof. And yes, I released just that in 2012 already. N00bz Rolling Eyes
TheD3mon wrote:So my belief is that when other coders started teaching themselves how to make impact they got carried away with the DVARs. I personally have bean using same impact code
Impact Mod
* 201D2644 FFFFFFFA
* 05144188 7F800000 # perk_bulletPenetrationMultiplier
* 05143CC0 7F800000 # bullet_penetrationMinFxDist

* 05144198 7F800000 -
* 051441A8 7F800000 -
* 051441B8 7F800000 -
* 051441BC 7F800000 -
* E0000000 80008000
I put a - aside of the "useless" writes since they do nothing.

Equals mine 100% because:

BullyWiiPlaza
201D2644 FFFFFFFA
09143CC0 7F800000  # bullet_penetrationMinFxDist
200104C8 00000000  # perk_bulletPenetrationMultiplier

E0000000 80008000

There you go Wink



Only 2 working addresses exist and my code has them including the highest value possible, period.

Reclaimer Shawn

Reclaimer Shawn
Code Creator

I see what you mean there Bully. Well,Impact codes were exactly what I thought they were. Anyways,if you're stuck to DVAR Coding,at least do it right and don't credit white so you don't humiliate yourself. Wink

TheDetonator

TheDetonator
Trusted Member
Trusted Member

I had a friend back then who's impact allowed you to shoot through more walls then your impact bully? i dont understand this... and he wasnt running the walk through walls code btw

Anti-Hack-Machine

Anti-Hack-Machine

question: does any of the codes below actually work? and if they do  which code is better?

Non-Host Impact Mod [Bully@WiiPlaza/UnApproachable]
201D2644 FFFFFFFA
05144188 4479C000
05143CC0 4479C000
E0000000 80008000

Impact Mod *NON-HOST* [Seth@WiiPlaza]
201D2644 FFFFFFFA
04A5CBC0 38D1B717
04A5CC8C 38D1B717
04A5CCD0 38D1B717
04A5CD14 38D1B717
E0000000 80008000

8What Exactly Are Impact Mods? Empty Re: What Exactly Are Impact Mods? 3/19/2014, 10:36 pm

Bully@WiiPlaza

Bully@WiiPlaza
 
 

Only mine from above, but maybe also Seth's since I can see how it makes sense.

The countless other impact mods out there are the work of credit stealer n00bz. Goddamnit. I'm getting sick seeing 200 lines of randomness and repetition just to have 2 lines of actual effect.

TheDetonator

TheDetonator
Trusted Member
Trusted Member

THeir impact codes take up all the 16gb on my sd card  lol! 

Sponsored content



Back to top  Message [Page 1 of 1]

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