Raised This Month: $51 Target: $400
 12% 

LookAtPoint || LookAtClient [TF2/Possibly Other Games]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
thecount
Veteran Member
Join Date: Jul 2013
Old 12-27-2014 , 23:07   LookAtPoint || LookAtClient [TF2/Possibly Other Games]
Reply With Quote #1

Some functions that can be used to make a client look basically anywhere you tell them to. Not sure if it has been posted before, but I thought this might be helpful to some people.


Spoiler
thecount is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 12-30-2014 , 09:01   Re: LookAtPoint || LookAtClient [TF2/Possibly Other Games]
Reply With Quote #2

LookAtClient does alot of what LookAtPoint does.. you could make this a lot shorter.
also, you accept 'any' as a client, and the point.. so what if i pass in a handle (ADT_Array) full of clients? Trick Question, you don't need to have the any tag.
Something like this perhaps?
Spoiler

Last edited by Mitchell; 12-30-2014 at 09:05.
Mitchell is offline
thecount
Veteran Member
Join Date: Jul 2013
Old 12-30-2014 , 11:58   Re: LookAtPoint || LookAtClient [TF2/Possibly Other Games]
Reply With Quote #3

Yeah that works too.
thecount is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 01-03-2015 , 22:05   Re: LookAtPoint || LookAtClient [TF2/Possibly Other Games]
Reply With Quote #4

I have a funny feeling that this could used for some kind of aimbot plugin.
404UserNotFound is offline
thecount
Veteran Member
Join Date: Jul 2013
Old 01-03-2015 , 23:24   Re: LookAtPoint || LookAtClient [TF2/Possibly Other Games]
Reply With Quote #5

Quote:
Originally Posted by abrandnewday View Post
I have a funny feeling that this could used for some kind of aimbot plugin.
Bingo.
thecount is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 01-03-2015 , 23:58   Re: LookAtPoint || LookAtClient [TF2/Possibly Other Games]
Reply With Quote #6

Quote:
Originally Posted by abrandnewday View Post
I have a funny feeling that this could used for some kind of aimbot plugin.
https://forums.alliedmods.net/showthread.php?t=238529
https://forums.alliedmods.net/showpo...41&postcount=8

There are plenty of aimbot plugins available on the forum to use. That is just two of many.

Last edited by Sreaper; 01-03-2015 at 23:59.
Sreaper is offline
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 01-04-2015 , 01:36   Re: LookAtPoint || LookAtClient [TF2/Possibly Other Games]
Reply With Quote #7

PHP Code:
// iEntity can also be a player...
stock LookAtEntity(iClientiEntity)
{
    
decl Float:vPos[3];
    
GetEntPropVector(iEntProp_Data"m_vecAbsOrigin"vPos); // Diff between this and m_vecOrigin? Who knows! But both players and various entities have that.
    
LookAtPoint(iClientvPos);

__________________
Chdata is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 01-04-2015 , 19:20   Re: LookAtPoint || LookAtClient [TF2/Possibly Other Games]
Reply With Quote #8

Quote:
Originally Posted by Sreaper View Post
https://forums.alliedmods.net/showthread.php?t=238529
https://forums.alliedmods.net/showpo...41&postcount=8

There are plenty of aimbot plugins available on the forum to use. That is just two of many.
Also one that works for exact headshots: https://bitbucket.org/MitchDizzle/tf2-aimbot
Mitchell is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 01-05-2015 , 01:04   Re: LookAtPoint || LookAtClient [TF2/Possibly Other Games]
Reply With Quote #9

Clientside prediction is always gonna stop that type stuff from working properly on moving targets.
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.
friagram is offline
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 01-05-2015 , 04:16   Re: LookAtPoint || LookAtClient [TF2/Possibly Other Games]
Reply With Quote #10

^ Unless you also make it jump your aim when attack is pressed (probably)


Let's go remake the projectile aimbot while we're at it

The one that can predict/lead targets

And post it publicly

l ol

wat
__________________

Last edited by Chdata; 01-05-2015 at 04:18.
Chdata is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:31.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode