Thread: Death Machine

Page 1 of 3 123 LastLast
Results 1 to 15 of 45
  1. #1
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely

    Death Machine

    Dunno, genius said he made a death machine and didn't gave me so I made my own >.>

    Pastebin - UPDATED!

    And then add this to onPlayerSpawned();

    Code:
    self attach("weapon_minigun", "j_shouldertwist_le", false);	
    		
    		self giveWeapon("defaultweapon_mp", 7, true);
    Looks very nice but nothing really hard to make..

    Just sharing cuz I gave it to someone already lol.

    Last edited by [WhA]4FunPlayin; 09-23-2010 at 03:03 AM. Reason: I updated it, and added random.. blabla look @ code

  2. The Following 6 Users Say Thank You to [WhA]4FunPlayin For This Useful Post:

    DogPatch1992 (10-02-2010),I-Love-You (11-05-2010),jc4x4 (09-22-2010),Kingkiller272 (10-02-2010),linexed (11-04-2010),MuLtiHuNTeR (09-22-2010)

  3. #2
    MuLtiHuNTeR's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    1
    My Mood
    Inspired
    Easy, but still SUPER

  4. #3
    jabbathehutt's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    616
    Reputation
    18
    Thanks
    731
    My Mood
    Aggressive
    cool. maybe ill use it
    Helped out over 5000 guys with my level trainer and other stuff.

    Selling Steam accounts. Send me a message if you're interested.



    Nice forum needs to expands! Register now for a good position! (PM me)


  5. #4
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    Would have been good for terminator invasion, i think.

    Ex Middleman

  6. #5
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep
    lol nice mod
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  7. The Following User Says Thank You to xbeatsszzx For This Useful Post:

    xX Legend Xx (10-28-2010)

  8. #6
    alistair4322's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    229
    Reputation
    14
    Thanks
    32
    My Mood
    Goofy
    UNknown function for me

  9. #7
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    What's unkown here lol.

  10. #8
    alistair4322's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    229
    Reputation
    14
    Thanks
    32
    My Mood
    Goofy
    Quote Originally Posted by [WhA]4FunPlayin View Post
    What's unkown here lol.
    There are some problem inside the magicbullet code or GetCursorPos()
    Last edited by alistair4322; 09-23-2010 at 01:20 AM.

  11. #9
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    O' right I forgot.
    Code:
    GetCursorPos()
    {
    	forward = self getTagOrigin("tag_eye");
    	end = self thread vector_Scal(anglestoforward(self getPlayerAngles()),1000000);
    	location = BulletTrace( forward, end, 0, self)[ "position" ];
    	return location;
    }
    
    vector_scal(vec, scale)
    {
    	vec = (vec[0] * scale, vec[1] * scale, vec[2] * scale);
    	return vec;
    }

  12. #10
    alistair4322's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    229
    Reputation
    14
    Thanks
    32
    My Mood
    Goofy
    Quote Originally Posted by [WhA]4FunPlayin View Post
    O' right I forgot.
    Code:
    GetCursorPos()
    {
    	forward = self getTagOrigin("tag_eye");
    	end = self thread vector_Scal(anglestoforward(self getPlayerAngles()),1000000);
    	location = BulletTrace( forward, end, 0, self)[ "position" ];
    	return location;
    }
    
    vector_scal(vec, scale)
    {
    	vec = (vec[0] * scale, vec[1] * scale, vec[2] * scale);
    	return vec;
    }
    bango!!

  13. #11
    boy700's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    xx
    Posts
    17
    Reputation
    10
    Thanks
    0
    make it IWD FILE plz

  14. #12
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    Do you know what the j_ thing is for the right shoulder?
    fillerfiller
    www.YouTube.com/MpKiller100

  15. #13
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    j_shoulder_ri for the right shoulder i belive.

    Do'h, just tried, it goes inside hes back..
    Last edited by Arasonic; 09-23-2010 at 06:59 AM.

  16. #14
    Riotmaster0's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    0
    My Mood
    Cheerful
    Here's all the different attachment places if anyone wants to experiment:

    Pastebin - List of Bones

    Taken straight out of Rape mod.

  17. #15
    alistair4322's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    229
    Reputation
    14
    Thanks
    32
    My Mood
    Goofy
    Quote Originally Posted by Riotmaster0 View Post
    Here's all the different attachment places if anyone wants to experiment:

    Pastebin - List of Bones

    Taken straight out of Rape mod.
    It is same as WaW...I recommend that u guys use tag_weapon_left becuz u will get flying shield in front of u

Page 1 of 3 123 LastLast

Similar Threads

  1. MW2 Death Machine Mod
    By LEGiiTxCHAOTiiC in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 05-02-2011, 10:26 AM
  2. Need to add death machine to 4.8.7 and commando pro for zombies!
    By chriso_225 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 0
    Last Post: 01-23-2011, 06:41 PM
  3. CS 1.6 VAC2 proof hacks AND cheat death hacks
    By Brunogol in forum General Game Hacking
    Replies: 28
    Last Post: 12-18-2006, 08:26 PM
  4. Hacking Coke Vending Machines
    By B-L in forum Spammers Corner
    Replies: 37
    Last Post: 08-15-2006, 03:29 AM
  5. Machine Gun vs Katana
    By arunforce in forum General
    Replies: 0
    Last Post: 07-24-2006, 08:36 AM

Tags for this Thread