Thread: pSilent Angles.

Results 1 to 3 of 3
  1. #1
    niko1921's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    mov Location, eax
    Posts
    130
    Reputation
    36
    Thanks
    261

    pSilent Angles.

    Hi everyone, i was doing a pSilent Aimbot but i can't get it works, i've done something like this using the oldcmd for the points.

    all this it's a class...
    Example:

    Code:
    void Initialize()
    {
     	//bla bla bla calculate the best target...
    
    	vec3_t EnemyVec, VecAngle; 
    
    	VectorSubtract(EnemyTarget, refdef->Origin, EnemyVec); // You know he does this, EnemyTarget it's the final target [X, Y, Z]
    	VectoAngles(EnemyVec, VecAngle); // You know he does this.
    
    	GetAngleToOrigin(EnemyTarget, End); // You know he does this, End it's a vec3_t as property
    }
    
    
    void ApplypSilent(usercmd_t* oldcmd) // writepacket...
    {
    	oldcmd->viewangles[0] += ANGLE2SHORT(End[0]));
    	oldcmd->viewangles[1] += ANGLE2SHORT(End[1]));
    	//oldcmd->viewangles[1] += ANGLE2SHORT(End[2])); // roll forever 0.
    }

    What i'm doing wrong?, thx to all.
    Last edited by niko1921; 12-21-2016 at 06:49 PM.

  2. #2
    niko1921's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    mov Location, eax
    Posts
    130
    Reputation
    36
    Thanks
    261
    Sorry for the inconvenience and the delay, i've solved applying the vectors on wp hook, logic on new cmd... thanks...

    [solved!]
    Last edited by niko1921; 01-19-2017 at 01:21 AM.

  3. #3
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,070
    Reputation
    2172
    Thanks
    8,474
    My Mood
    Bitchy
    //Solved .
    Click Here to visit the official MPGH wiki! Keep up with the latest news and information on games and MPGH! To check out pages dedicated to games, see the links below!











    dd/mm/yyyy
    Member - 31/01/2015
    Premium - 12/09/2016
    Call of Duty minion - 05/11/2016 - 05/11/2019
    BattleOn minion - 28/02/2017 - 05/11/2019
    Battlefield minion - 30/05/2017 - 05/11/2019
    Other Semi-Popular First Person Shooter Hacks minion - 21/09/2017 - 17/09/2019
    Publicist - 07/11/2017 - 02/08/2018
    Cock Sucker - 01/12/2017 - Unknown
    Minion+ - 06/03/2018 - 05/11/2019
    Fortnite minion - 08/05/2018 - 05/11/2019
    Head Publicist - 08/10/2018 - 10/01/2020
    Developer Team - 26/10/2019 - 10/01/2020
    Former Staff - 10/01/2020



Similar Threads

  1. Angle online exp and coin hack..
    By dota9911 in forum Hack Requests
    Replies: 2
    Last Post: 02-03-2013, 02:56 AM
  2. [Discussion] Added "Aim Angle" and "Behind View" to MAT Automaton
    By dBased in forum Mission Against Terror Discussions
    Replies: 22
    Last Post: 04-05-2011, 01:13 AM
  3. Angles
    By Puffiamo in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 01-13-2011, 08:33 PM
  4. Need the angles offsets
    By ♪~ ᕕ(ᐛ)ᕗ in forum Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    Replies: 15
    Last Post: 11-02-2010, 11:58 PM
  5. Co-ordinates N Angles w/ UFO, N Bunkers
    By Shwin420 in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 2
    Last Post: 10-27-2010, 02:20 PM

Tags for this Thread