Results 1 to 6 of 6
  1. #1
    Kujoz's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0

    Headshot triggerbot

    I was wondering if anyone had any idea on triggering when ur mouse is over the head bone? This is currently what I have for my triggerbot in my new cheat.

    (Ya, its a paste of lennys with a toggle when you press f)

    pastebin/arewZNsL

  2. #2
    eth0s's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    188
    Reputation
    10
    Thanks
    1,887
    Wow is this the real kawaii hafnium? also known as the creator ponyhack version 1 ponyhack version 2 ponyhack version 3 mangohack

  3. #3
    Threadstarter
    New Member
    Kujoz's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by eth0s View Post
    Wow is this the real kawaii hafnium? also known as the creator ponyhack version 1 ponyhack version 2 ponyhack version 3 mangohack
    I did'nt create any of those hacks, I'm not nearly skilled enough to create any of the ponyhacks/ponybots.

  4. #4
    Cyaegha's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    536
    Reputation
    17
    Thanks
    526
    Quote Originally Posted by Kujoz View Post
    I did'nt create any of those hacks, I'm not nearly skilled enough to create any of the ponyhacks/ponybots.
    Yes, this thread demonstrates that quite well.

  5. #5
    Threadstarter
    New Member
    Kujoz's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Cyaegha View Post
    Yes, this thread demonstrates that quite well.
    I have struggled to find a unique triggerbot in any leaked/open source cheat. All of them have the EXACT same coding and they all look extremely alike. So maybe no one is skilled enough to create a triggerbot that can check if the mouse is over a head or a torso. Or maybe everyone fucking pastes the same shitty cheats over and over.

  6. #6
    eth0s's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    188
    Reputation
    10
    Thanks
    1,887
    Code:
    local lp = LocalPlayer()
    
    hook.Add("CreateMove", "", function(cmd) 
    	if(!cmd:CommandNumber()) then
    		return true
    	end
    	
    	if(!bit.band(cmd:GetButtons(), IN_ALT1)) then
    		return true
    	end
    	
    	local trace_results = lp:GetEyeTrace()
    	if(trace_results.Entity:IsPlayer() && trace_results.HitGroup == HITGROUP_HEAD) then
    		cmd:SetButtons(bit.bor(cmd:GetButtons(), IN_ATTACK))
    	end
    end)
    try this

    bind a key in console to +alt1

  7. The Following User Says Thank You to eth0s For This Useful Post:

    TheSaltCracka (01-17-2017)

Similar Threads

  1. [Request] Huntsman Headshot Triggerbot
    By Krdzd in forum Team Fortress 2 Hacks
    Replies: 4
    Last Post: 08-18-2012, 05:04 AM
  2. Headshot hack to trade
    By Koekenbakker in forum WarRock - International Hacks
    Replies: 7
    Last Post: 01-04-2008, 12:40 PM
  3. Boom Headshot
    By Mike Green Day in forum General
    Replies: 7
    Last Post: 07-10-2007, 07:24 PM
  4. Headshot!
    By jnrz in forum WarRock - International Hacks
    Replies: 16
    Last Post: 06-24-2007, 08:56 AM
  5. [Release] Instantkill/Always headshot
    By hjerherjdsd in forum WarRock - International Hacks
    Replies: 171
    Last Post: 12-10-2006, 07:49 AM