Thread: WTF????

Results 1 to 7 of 7
  1. #1
    Emomosar's Avatar
    Join Date
    Dec 2008
    Gender
    female
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Asleep

    WTF????

    I was playing iSnipe today...and its the first time isaw this
    YouTube - ‪WTF MW2 KILLCAM TRICKSHOT!!!! [aIWnet]‬‏

  2. #2
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    lol thats mad, sure it wasnt a mod?

  3. #3
    Emomosar's Avatar
    Join Date
    Dec 2008
    Gender
    female
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Asleep
    Quote Originally Posted by Alex View Post
    lol thats mad, sure it wasnt a mod?
    iSnipe xD Thats it, nothing else!! i was like WTFFFFF xDDDDDDDD

  4. #4
    Locke's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Bergen, Norway
    Posts
    804
    Reputation
    6
    Thanks
    67
    My Mood
    Yeehaw
    What's so special about it?

  5. #5
    EpicPlayer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    628
    Reputation
    13
    Thanks
    158
    I know that @Yamato made a mod like this, however he haven't released that mod on this website, and I'm not allowed to post outside links

    Or, it could be the yawspeed, or just simply a bug.

  6. #6
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    .......... Leakers are everywhere.......

    That with many other tricks and effects were done by me on a sniper mod I posted 2 months ago on another site.

    Code:

    Code:
    Rotation() //Spin Shot for epic killcams
    {
    	self endon ( "disconnect" );
            	self endon ( "death" );
            	self notifyOnPlayerCommand("fx1", "+actionslot 1");
            	for(;;)
            	{
                    	self waittill("fx1");
                    	for(i=0; i<=360; i+=20)
                    	{
                            		self setPlayerAngles(self.angles+(0,0,i));
                            		wait 0.01;
                    	}
            	}
    }

  7. The Following 2 Users Say Thank You to Yamato For This Useful Post:

    pyrozombie (07-01-2011),viovio (07-03-2011)

  8. #7
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    /solved
    /closed

  9. The Following User Says Thank You to Skyline. For This Useful Post:

    viovio (07-03-2011)