Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    suchisgood's Avatar
    Join Date
    Feb 2014
    Gender
    female
    Posts
    902
    Reputation
    10
    Thanks
    562
    My Mood
    Angelic
    Big Codens Trigger BOT Enjoy
    Code:
    local Bighook = hook
    local BigPly = LocalPlayer()
    local BigEye = BigPly:GetEyeTrace()
    bighook.Add("Think", "TriggerClot", function()
    	for k,v in pairs(player.GetAll()) do
    		if v ~= BigPly then
    			if BigEye.Entity == v then
    				BigPly:ConCommand("+attack")
    			end
    		end
    	end
    end)

  2. #17
    Kona-chan's Avatar
    Join Date
    Oct 2014
    Gender
    female
    Posts
    380
    Reputation
    22
    Thanks
    685
    Quote Originally Posted by suchisgood View Post
    Big Codens Trigger BOT Enjoy
    Code:
    local Bighook = hook
    local BigPly = LocalPlayer()
    local BigEye = BigPly:GetEyeTrace()
    bighook.Add("Think", "TriggerClot", function()
    	for k,v in pairs(player.GetAll()) do
    		if v ~= BigPly then
    			if BigEye.Entity == v then
    				BigPly:ConCommand("+attack")
    			end
    		end
    	end
    end)
    yeah and this won't work
    yeah and what is usercmd for
    yeah and why do you use player.GetAll() to iterate
    yeah and why is this sperged
    yeah and why is this bad
    yeah and why is this extremely retarded

  3. #18
    suchisgood's Avatar
    Join Date
    Feb 2014
    Gender
    female
    Posts
    902
    Reputation
    10
    Thanks
    562
    My Mood
    Angelic
    Quote Originally Posted by Kona-chan View Post
    yeah and this won't work
    yeah and what is usercmd for
    yeah and why do you use player.GetAll() to iterate
    yeah and why is this sperged
    yeah and why is this bad
    yeah and why is this extremely retarded
    IT WILL WORK I AM LUA NOOB!

    Fixed Big Codens big code

    Code:
    hook.Add("Think", "TriggerClot", function()
    	local BigPly = LocalPlayer()
    	local BigEye = BigPly:GetEyeTrace()
    	if IsValid(BigPly) then
    		if BigEye.Entity:IsPlayer() then
    			BigPly:ConCommand("+attack")
    		elseif not BigEye.Entity:IsPlayer() then
    			BigPly:ConCommand("-attack")
    		end
    	end
    end)
    Last edited by suchisgood; 12-26-2014 at 06:52 AM.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Help Request] I need help with some coding please Someone answer this
    By Joshua4004 in forum Crossfire Coding Help & Discussion
    Replies: 6
    Last Post: 07-30-2014, 08:10 AM
  2. [Help Request] Need help with some scripts
    By umadbrosky in forum DayZ Help & Requests
    Replies: 2
    Last Post: 01-10-2014, 02:51 PM
  3. [Help Request] Need help with some script ^_^
    By FIRExFACTION in forum Realm of the Mad God Help & Requests
    Replies: 3
    Last Post: 06-28-2013, 04:45 PM
  4. need help with some quick codes
    By ravinghippie in forum Anti-Cheat
    Replies: 1
    Last Post: 05-13-2009, 09:24 AM
  5. i need help with some HARD Adresses
    By shanky1 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 08-19-2007, 04:30 PM