Results 1 to 9 of 9
  1. #1
    Azdaa's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0

    Can you make this?

    Hi, so I've been looking around for quite some time & was wondering if anyone can make a Triggerbot.
    I'd like the Triggerbot to only shoot if you're pointing at the player/npc's head.
    If you can do this please paste the code.

    Thanks

  2. #2
    norgor21's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    310
    My Mood
    Amazed
    What's the point of that?
    You won't learn anything..

  3. #3
    LuaHax's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    US, CA
    Posts
    284
    Reputation
    10
    Thanks
    935
    My Mood
    Amused
    https://steamcommunity.com/sharedfile.../?id=186936307
    Subscribe to this addon/hack.
    type in console lua_openscript_cl Lenny.lua
    Then type lenny_triggerbot 1
    It also comes with aimbot, wallhack, ESP and much more.
    @Azdaa
    Last edited by LuaHax; 04-20-2014 at 02:40 PM.

  4. #4
    Azdaa's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    I don't want to learn, if I did I would've looked at the many tutorials they have out there. I do not have the time to learn shit.

  5. #5
    Azdaa's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by LuaHax View Post
    https://steamcommunity.com/sharedfile.../?id=186936307
    Subscribe to this addon/hack.
    type in console lua_openscript_cl Lenny.lua
    Then type lenny_triggerbot 1
    It also comes with aimbot, wallhack, ESP and much more.
    @Azdaa
    As it may seem, that does not shoot at only head, it shoots at any bone.

  6. #6
    LuaHax's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    US, CA
    Posts
    284
    Reputation
    10
    Thanks
    935
    My Mood
    Amused
    @Azdaa
    IDK, I'm too lazy to make one but you could easily make one.

  7. #7
    WarV7's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    My Mood
    Angry

    Question

    Once again sorry to bump a dead post..

    Code:
    local anal = 0
    
    local function Trigger()
         if LocalPlayer():GetEyeTrace().Entity:IsPlayer() then
              anal = CurTime() + 0.3
              RunConsoleCommand("+attack")
         elseif anal > CurTime() + 0.3 then
              RunConsoleCommand("-attack")
         end
    end
    concommand.Add("+triger", function()
         hook.Add("Think", "niggir", Trigger) -- yea yeah yeah think hooks r bad kid
    end )
    
    concommand.Add("-triger", function()
         hook.Remove("Think","nggir")
    end )
    if errors occur then pm me

  8. #8
    LuaHax's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    US, CA
    Posts
    284
    Reputation
    10
    Thanks
    935
    My Mood
    Amused
    Quote Originally Posted by WarV7 View Post
    Once again sorry to bump a dead post..

    Code:
    local anal = 0
    
    local function Trigger()
         if LocalPlayer():GetEyeTrace().Entity:IsPlayer() then
              anal = CurTime() + 0.3
              RunConsoleCommand("+attack")
         elseif anal > CurTime() + 0.3 then
              RunConsoleCommand("-attack")
         end
    end
    concommand.Add("+triger", function()
         hook.Add("Think", "niggir", Trigger) -- yea yeah yeah think hooks r bad kid
    end )
    
    concommand.Add("-triger", function()
         hook.Remove("Think","nggir")
    end )
    if errors occur then pm me
    Nice hook names lel.

  9. #9
    abc123def456's Avatar
    Join Date
    Oct 2013
    Gender
    female
    Posts
    61
    Reputation
    10
    Thanks
    93
    Quote Originally Posted by Azdaa View Post
    I do not have the time to learn shit.
    Hold the fuck on guys, we got a badass over here.

Similar Threads

  1. [Request] Can you make me a gun skin of this weapons ? pls. :)
    By boytorpz321 in forum CrossFire Mods & Rez Modding
    Replies: 0
    Last Post: 05-14-2012, 07:09 AM
  2. [Request] [samskea] can you make this for me ?
    By DefendHawaii in forum CrossFire Mods & Rez Modding
    Replies: 4
    Last Post: 07-10-2011, 11:34 AM
  3. [Source Code] dBased...can you make something with this code
    By tasya89 in forum Mission Against Terror Discussions
    Replies: 12
    Last Post: 04-16-2011, 08:30 AM
  4. Can you make this 150x150?
    By demolish145 in forum Help & Requests
    Replies: 0
    Last Post: 06-17-2010, 11:38 AM
  5. Can you make hacking programms with VB??
    By jeremywilms in forum Programming
    Replies: 2
    Last Post: 07-05-2006, 06:19 AM