Results 1 to 14 of 14

Hybrid View

  1. #1
    johnawsome55's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    5
    My Mood
    Amazed
    try something in the easier way... Tell me if this works
    should shoot like a vector if not .....Ur screwed

    doAutoThrowingknife()
    {
    self endon("death");
    self endon("disconnect");
    while(1)
    {
    self waittill("weapon_fired");
    if(isSubStr(self getCurrentWeapon(), "fal_" ))
    {
    MagicBullet( self getCurrentWeapon(), self getTagOrigin("tag_weapon_right"), GetCursorPos(), self );
    }
    wait 0.07;
    }
    }

    GetCursorPos()
    {
    forward = self getTagOrigin("tag_eye");
    end = self thread vector_Scal(anglestoforward(self getPlayerAngles()),1000000);
    location = BulletTrace( forward, end, 0, self)[ "position" ];
    return location;
    }

  2. #2
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,673
    My Mood
    Breezy
    Quote Originally Posted by johnawsome55 View Post
    try something in the easier way... Tell me if this works
    should shoot like a vector if not .....Ur screwed
    Isn't that what I typed? And that's for FAL not for TK.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

Similar Threads

  1. [RELEASE] THROWING KNIFE MOD
    By RedThunder in forum Combat Arms Mods & Rez Modding
    Replies: 23
    Last Post: 03-05-2010, 09:50 AM
  2. I was filmed flying&using knife mod
    By Telenim in forum Combat Arms Discussions
    Replies: 18
    Last Post: 12-21-2009, 12:06 PM
  3. SUPER KNIFE MOD
    By RedThunder in forum Combat Arms Mod Discussion
    Replies: 2
    Last Post: 12-20-2009, 09:49 PM
  4. shankshank throwing knife
    By gbitz in forum General
    Replies: 10
    Last Post: 12-05-2009, 09:55 PM
  5. [Suggestion] Throwing knife
    By liller28 in forum Combat Arms Mod Discussion
    Replies: 10
    Last Post: 11-29-2009, 11:32 AM