Results 1 to 6 of 6
  1. #1
    dustyexplosion's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    19

    perfect silent aim

    hey i was bolo santosi and i made this

    enjoy
    Code:
    hook.Add("CreateMove", "psilent", function(cmd)
    v = [your function .. that return a player ] //get the target from getvangle
    local wep = LocalPlayer():GetActiveWeapon() //Get our weapon
    if v ~= nil and wep != nil then //if v == nil so if there no player to aim at and the weapon is nil
    if old_angs != nil then //if old_angs not nil
    cmd:SetViewAngles(old_angs) //if old angle is a angle then set the view angle to the old_angs
    old_angs = nil //set the old_angs to nil
    cmd:ClearButtons() //clear all buttons
    return //return ...
    end
    if cmd:KeyDown( IN_ATTACK ) then //if our IN_ATTACK Key is down
    if (math****und(CurTime(),4)) >= (math****und(wep:GetNextPrimaryFire(),4)) and wep:CanPrimaryAttack() then//I round the CurTime and the GetNextPrimaryFire ofcause if i used the 15 dig number it never went true O.o we also check if the clip isnt empty and we can shoot
    old_angs = cmd:GetViewAngles() //if we can shoot we save the angle
    v:SetAnimation( 0 ) //set the animation to 0
    local targethead = v:LookupBone"ValveBiped.Bip01_Head1") //get the aimbone
    local targetheadpos,targetheadang = v:GetBonePosition(targethead) //get the position of the targetbone
    cmd:SetViewAngles( ((targetheadpos+ Vector(0, 0, 2)) - LocalPlayer():GetShootPos()):Angle() ) //Set the view angle to the enemy
    else return end
    end
    end
    end )

  2. #2
    c0deine's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    190
    Reputation
    10
    Thanks
    167
    My Mood
    Aggressive
    credits to kolo

  3. #3
    dustyexplosion's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    19
    Quote Originally Posted by c0deine View Post
    credits to kolo
    who tf is kolo? i made this.

  4. #4
    c0deine's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    190
    Reputation
    10
    Thanks
    167
    My Mood
    Aggressive
    ph0ne sorry

  5. #5
    dustyexplosion's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    19
    Quote Originally Posted by c0deine View Post
    ph0ne sorry
    i dont know who that is? this is my fucking work

  6. #6
    Liz's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    179° 56′ 39.4″, +0° 2′ 46.2″, 7,940 ± 420 parsecs
    Posts
    37,181
    Reputation
    5621
    Thanks
    20,746
    My Mood
    Tired
    https://www.mpgh.net/forum/showthread.php?t=957891 Looks like an exact copy and paste to me.

    If anyone claims to be me via any other source outside of MPGH private or visitor messages, IT'S NOT ME!
    They are trying to trick or scam you. Report them immediately and PM me here for verification.
    "Don’t confuse my personality with my attitude. My personality is who I am. My attitude depends on who you are." — Frank Ocean
    Moderator: 5/2009-10/2009 | GMod: 10/2009-10/2010 | Staff Administrator: 10/2010-Present
    I
    do not do requests via PM. Post in the appropriate section.
     
    Stupid/Pointless Private messages = SPAM, SPAM = BAN.

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

    Hunter (06-29-2015),zombiiju (07-05-2015)

Similar Threads

  1. [Source Code] Perfect Silent Aim
    By zombiiju in forum Garry's Mod Hacks & Cheats
    Replies: 37
    Last Post: 05-16-2015, 11:46 AM
  2. [Info] Pure GLua (Somewhat) Perfect Silent Aim
    By Trollaux in forum Garry's Mod Coding & Resources
    Replies: 19
    Last Post: 09-20-2014, 11:59 PM
  3. [Info] *NOTE* - Nospread and Silent aim. PUBLIC.
    By IGotBanned. in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 12
    Last Post: 08-06-2011, 11:51 AM
  4. Silent aim
    By adryan3s in forum CrossFire Discussions
    Replies: 10
    Last Post: 08-17-2010, 07:29 PM