Post: How to use Non-Host Angles
11-13-2014, 12:34 PM #1
SC58
Former Staff
(adsbygoogle = window.adsbygoogle || []).push({});
Hello Everyone!

Today i'm release something many will love and many will hate. :gooby:




Stuff you need:
    
CL_SetViewAngles(int localClientNum, const float *angles)
clientActive_t
centity_t
clientInfo_t

You don't need to use CL_SetViewAngles unless you want so that being said a RPC is not needed for this unless you want to use that function.


Advanced Warfare:
    
0xCF09E0 - clientActive_t

0x2133C8 - CL_SetViewAngles(int localClientNum, const float *angles)
Or
clientActive_t + 0x3D68

ClientOrgins - 0xCB6B74 + 0x14
Next Client - 0x20C


Black Ops II:
    
0xD689D8 - clientActive_t

0x10B978 - CL_SetViewAngles(int localClientNum, const float *angles)
Or
clientActive_t + 0x2C94

ClientOrgins - 0xE22F20 + 0x2C
Next Client - 0x374



Go into Debugger once your ingame and go to clientActive_t then after you have enter the Address Follow the pointer to clientActive_t Data Struct then take that address it takes you to and plus "+" it by 0x3D68 or 0x2C94 whatever cod your on BOII or AW and there you can set your angle but i would prob just use the function for it instead.

Same go for using centity_t to get other Client's Orgins you go to centity_t follow the pointer and then take that address and plus "+" it by the 0x2C or 0x14 to get the client's Orgin and use the client size to get the next client.

There is one more thing you will need for this but hey i'm not going to give you it all you need to work for it or waste you money and buy this from someone to use it, I would rather work for it to get it free instead of paying 20$ or more for this shit :p lol
But that is getting the Client's team so you know what to shoot at unless you wanna make some ghetto code for it to work without it but that will be found in clientInfo_t this is simple to find aswell just check out the quake source and the cod4 pdb and you will easily find it Winky Winky

This can be done the same way on every cod aswell, Find it Winky Winky



You must login or register to view this content.
You must login or register to view this content.

Have a wonderful day!
Last edited by SC58 ; 06-22-2016 at 10:08 PM.

The following 68 users say thank you to SC58 for this useful post:

K3-, One, Aegon Targaryen, ALI ALHILFI, Azus, Black_ice, BlazzersModding, Boliberrys, Sabotage, DNGuard Trial, EG6, ErasedDev, FAKA_ELITE, FusionIsDaName, Geo, HaX-Stylin, HiddenHour, Hori_By_Nature, iHaxel, iJosh, ilasthope, Welsh, ItsLollo1000, JLM, Joren, JUSTICEx, kazzbakkisback, Krypton, LBK, Loxy, milky4444, Miyata, moekroeman, MORPHEUS__2142, network10, NickBeHaxing, NotALegitPlayer, OLDSCHOOLMODZHD, R.I, RatchetBooty, ResistThePizza, RGaming, RoRoH_AR, Nick, ScaRzModZ, Script Kiddie, seb5594, smashedya, Smoky420, SnaY, Swaqq, TheGreenPlanet, TheSaltCracka, Tipton_Modz, Tustin, VeX_RayZz, worrorfight, xCSBKx, xIce KiLLaH, xMaGiCaLGun, xxredneckszz, XxWSxX, xXx-.-Moder, ZerthekModz, zRayz-
11-14-2014, 07:35 AM #29
A Friend
League Champion
Originally posted by HailMarry View Post
Make a tool with bo2 non host aim in it ?
I would learn to but by the time I'm finished learning someone else would have made one :P

You'll never know 'till you try Winky Winky
11-14-2014, 08:00 AM #30
ErasedDev
Climbing up the ladder
Non Host aimbot , now AW it's fucked , it's funny someone asked me about this like 2 years ago . Good Job SC
11-14-2014, 08:05 AM #31
Originally posted by A
You'll never know 'till you try Winky Winky


I guess i'll start after my exams. ( 2 days )
11-14-2014, 12:46 PM #32
RatchetBooty
Former Staff
Originally posted by SC58 View Post
They just want things handed to em like a C# code or C++ so they can use there 1337 C&P skill to do it.

But not everyone is like that some will view this thread and make it and keep it to them self.


Agreed. I think a lot of the people who actually understand code will make it and keep it for themselves. Not expecting anyone to actually release the code to the forums. Keep releasing man! I remember a year ago everyone was keeping things to themselves so at least somethings are changing Winky Winky
11-14-2014, 05:33 PM #33
Could somebody please explain to me what this is. It seems really cool and I would really like to try and use it. Thank you. Skype: ghostsniper444
11-14-2014, 06:55 PM #34
Originally posted by SC58 View Post
Hello Everyone!

Today i'm release something many will love and many will hate. :gooby:




Stuff you need:
    
CL_SetViewAngles(int localClientNum, const float *angles)
clientActive_t
centity_t
clientInfo_t

You don't need to use CL_SetViewAngles unless you want so that being said a RPC is not needed for this unless you want to use that function.


Advanced Warfare:
    
0xCF09E0 - clientActive_t

0x2133C8 - CL_SetViewAngles(int localClientNum, const float *angles)
Or
clientActive_t + 0x3D68

ClientOrgins - 0xCB6B74 + 0x14
Next Client - 0x20C


Black Ops II:
    
0xD689D8 - clientActive_t

0x10B978 - CL_SetViewAngles(int localClientNum, const float *angles)
Or
clientActive_t + 0x2C94

ClientOrgins - 0xE22F20 + 0x2C
Next Client - 0x374



Go into Debugger once your ingame and go to clientActive_t then after you have enter the Address Follow the pointer to clientActive_t Data Struct then take that address it takes you to and plus "+" it by 0x3D68 or 0x2C94 whatever cod your on BOII or AW and there you can set your angle but i would prob just use the function for it instead.

Same go for using centity_t to get other Client's Orgins you go to centity_t follow the pointer and then take that address and plus "+" it by the 0x2C or 0x14 to get the client's Orgin and use the client size to get the next client.

There is one more thing you will need for this but hey i'm not going to give you it all you need to work for it or waste you money and buy this from someone to use it, I would rather work for it to get it free instead of paying 20$ or more for this shit :p lol
But that is getting the Client's team so you know what to shoot at unless you wanna make some ghetto code for it to work without it but that will be found in clientInfo_t this is simple to find aswell just check out the quake source and the cod4 pdb and you will easily find it Winky Winky


Questions: SC58 Why you release this?

Because selling mods is stupid, I love getting up off my butt and moving around to make my money not saying coding is bad to make money from but this is a video game and it's stupid, Plus your making people pay way to much money for this so your ripping kiddies off. Lmao

Plus this can be used for other thing beside aimbot if you put your mind to it and find out what all these Data Struct's can do.

Just wanted to give some friendly info to people, It's not like i'm releasing the a source or working code to C&P or use at this time.

This can be done the same way on every cod aswell, Find it Winky Winky



You must login or register to view this content.
You must login or register to view this content.

Have a wonderful day!

good job Smile i think its ridicules selling tools because its not your game, its not your api and the prices are usually 20$ +

The following user thanked milky4444 for this useful post:

RIP_MODZ_150
11-15-2014, 12:20 AM #35
MrToxlcBooty
I defeated!
PLEASE FOR THE LOVE OF GOD NOBODY CREATE A NOHOST AIMBOT AND RELEASE IT ,SOOOOOO MANY NOOBS will be using it

The following user thanked MrToxlcBooty for this useful post:

LBK
11-15-2014, 12:26 AM #36
LBK
Little One
Originally posted by MrToxlcBooty View Post
PLEASE FOR THE LOVE OF GOD NOBODY CREATE A NOHOST AIMBOT AND RELEASE IT ,SOOOOOO MANY NOOBS will be using it


I am 100% okay with you !!
11-15-2014, 01:59 AM #37
Tiphat

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo