Results 1 to 7 of 7
  1. #1
    idiot2010's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    174
    Reputation
    9
    Thanks
    6
    My Mood
    Paranoid

    Making fal automatic?

    how i do it?

  2. #2
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Code:
    doAutoFAL()
    {
    	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;
    }
    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]

  3. #3
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    Quote Originally Posted by master131 View Post
    Code:
    doAutoFAL()
    {
    	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;
    }
    \\master explain code plz where does it says it shoot fast ??

    so i could use a barret that shoots slowly



    Bring a Ding Ding Baby!

  4. #4
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Quote Originally Posted by TheSaboteur View Post
    \\master explain code plz where does it says it shoot fast ??

    so i could use a barret that shoots slowly
    It technically doesnt shoot fast but shoots extra 'virtual' bullets /
    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]

  5. #5
    idiot2010's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    174
    Reputation
    9
    Thanks
    6
    My Mood
    Paranoid
    wut the code of the fal?
    fal_mp?

  6. #6
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    Quote Originally Posted by master131 View Post
    It technically doesnt shoot fast but shoots extra 'virtual' bullets /
    xD

    but u know maybe how to slow times while shooting..?

    i think i have an example :

    Code:
    slow()
    {
    self waittill ("weapon fired")
    wait 5;
    ..... dont know what to put here xDD
    just an example master/



    Bring a Ding Ding Baby!

  7. #7
    idiot2010's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    174
    Reputation
    9
    Thanks
    6
    My Mood
    Paranoid
    not working...
    firing the same...

Similar Threads

  1. Any One Have A Programe that make the Obeya. Joker..... Like an AutoMatic gun...
    By romiio in forum All Points Bulletin Reloaded Hacks
    Replies: 3
    Last Post: 09-23-2011, 03:30 PM
  2. how to make it work automatically ?
    By polas6 in forum Visual Basic Programming
    Replies: 21
    Last Post: 07-28-2011, 04:57 PM
  3. [request]Making Zombie hand to a automatic machinegun.
    By †ƒ@NTh0m† in forum Combat Arms Mod Discussion
    Replies: 18
    Last Post: 12-24-2009, 05:50 AM
  4. [INFO] Make your Program automatically run as Administrator in VB08
    By CoderNever in forum Visual Basic Programming
    Replies: 13
    Last Post: 11-24-2009, 08:06 PM