Post: Call Of Duty Ghosts - Addresses Thread [1.20] [PS4]
04-22-2018, 06:23 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Thread will be updated with more stuff soon if you need a Address just let me know.Needa
-Found by me-


FPS: Enable FPS - 0x856A9A - (On - 80 78 10 01 , Off - 80 78 10 00)
FPS Text String - 0xC61CA6
FPS Text X - 0xC61A9F
FPS Text Y - 0xC61AA3
FPS TextSize - 0xC61A9B
Can be used to make a FPS Menu You must login or register to view this content.


Class Names: Class 1 Name - 0x637B906
Class 2 Name - 0x637B986
Class 3 Name - 0x637BA06
Class 4 Name - 0x637BA86
Class 5 Name - 0x637BB06
Class 6 Name - 0x637BB86


Local Name: Soldier 1 Name - 0x637BC02
Local Name - 0x2050485


Scoreboard: Kills 0x200FA52
Death´s 0x200FA54
Score 0x200FA50
Assists 0x200FA56
Prestige 0x200F9C0


G_Client: G_client 0x200C580 - 0x3A80-Next Client
Client 0 Team - 0x200F960 (Free For All - 0x08 ,Spectator Team - 0x03 ,Federation Team - 0x01 ,Ghosts Team - 0x02)
Client 0 Akimbo Primary - 0x200C8C1 (On - 0x01 , Off - 0x00)
Client 0 Akimbo Secondary - 0x200C8D1 (On - 0x01 , Off - 0x00)
Client 0 Weapon 1 - 0x200C86C
Client 0 Weapon 1 Attachment - 0x200C86E
Client 0 Weapon 1 Camo - 0x200C86D
Client 0 RedBoxes - 0x200C590 0xFF - Third Person + Thermal + Redboxes/0x08 - Thermal/0x10 - RedBoxes/0x00 - Normal/0x02 - Third Person
Client 0 UAV - 0x2C1F0D0 0x01/On- 0x00/Off
Client 0 Origin/Teleport 0x200C598
Client 0 mflag - 0x200FC20
Client 0 scoreflag - 0x200F880 0x00/normal /0x01-0x02-0x03
Client 0 Name - 0x200F99C
Client 0 Ammo Primary - 0x200CAD8 - 0xff,0xff,0xff,0xff/On - 0x0D,0x00,0x00,0x00/OFF
Client 0 Ammo Secondary - 0x200CAE8 - 0xff,0xff,0xff,0xff/On - 0x0C,0x00,0x00,0x00/OFF
Client 0 Ammo Tactical - 0x200CAC8 - 0xff,0xff,0xff,0xff/On - 0x02,0x00,0x00,0x00/OFF
Client 0 Ammo Grenade - 0x200CAB8 - 0xff,0xff,0xff,0xff/On - 0x00,0x00,0x00,0x00/OFF
Client 0 IngameButtons - 0x200FC34
Client 0 T-bag - 0x200C591 - 0x64
Client 0 Spectator Mode - 0x200C591- 0x23/On - 0x40/OFF
Client 0 Speed - 0x200F950 - defaut 0x66, 0x66, 0x66, 0x3F / medium 0x00, 0x00, 0x00, 0x40 / 0x00, 0x00, 0x40, 0x40 / low 0x00, 0x0A, 0x41 hight
Client 0 Lag - 0x200F89C (On - 0xFF , Off - 0x02)
Client 0 Third Person - 0x200C590 - (On - 0x02 , Off - 0x00)
Client 0 Jammer|Laser|Disable Weapons - 0x200C6A6 - (Laser - 0x01, Jammer - 0x40, Disable Weapons - 0x30, Jammer&Laser - 0x41)
Client 0 Skate Mode - 0x200C58d (On - 0x01 , Off - 0x00)
Client 0 Jetpack - 0x200C5B0 0x30, (*Float)


G_Entity: G_Entity 0x1E38440 - 0x2F0-size
Client 0 God Mode - 0x01E3861C (On - 0xff,0xff,0xff,0xff , Off - 0x64,0x00,0x00,0x00)
Client 0 Model - 0x1E385d8 Model List:You must login or register to view this content.


Lobby Settings:
Lobby Jump - 0xC28A88 - 0x00, 0x00, 0x1C, 0x42 OFF 0x00, 0x00, 0x1C, 0x43 medium 0x00, 0x00, 0x1C, 0x44 hight 0x00, 0x00, 0x1C, 0x45 very hight 0x00, 0x00, 0x80, 0x3F no jump



Buttons: public class Buttons120
{
public static UInt32
X = 0x00000400,
O = 512,
Square = 0x00000030,
Triangle = 8,
L3 = 0x00002002,
R3 = 0x04000004,
L2 = 0x00080800,
R2 = 0x00000001,
L1 = 0x00008000,
R1 = 0x00004000,
Crouch = 0x00000200,
Prone = 0x00000100,
StartButton = 4;
}

public Boolean ButtonPressed120(Int32 clientIndex, UInt32 Button)
{
if (ps4.Extension.ReadUInt32((UInt32)G_Client120(clientIndex) + 0x36B4) == Button)
return true;
else return false;
}

public Int32 G_Client120(Int32 clientIndex)
{
return (Int32)0x200C580 + 0x3A80 * clientIndex;
}


Function Address[SPRX]:
HookAddress - 0x009C9080
Exec - 0x009A0B73


Addresses:
-(Not Tested)-
SV_GameSendServerCommand - 0x7E8050
SV_SendServerCommand - 0x7EC2A0
Cbuff_Addtext - 0x759350
G_spawn - 0x7203d0
G_SpawnTurret - 0x730A90
G_EntUnlink - 0x724f30
G_LocalizedString - 0x42AAF0
G_GivePlayerWeapon - 0x723690
G_TakePlayerWeapon - 0x70E5D0
G_GetWeaponForName - 0x723980
G_AddEvent - 0x720c80
G_RadiusDamage - 0x6DC5E0
SetClientViewAngle - 0x6cd750
Com_sprintf - 0x883fd0
BG_GetWeaponForName - 0x527940
CG_HudElemRegisterDvars - 0x560930
HudElem_Alloc - 0x6DDF40
Add_Ammo - 0x6FB800
Dvar_RegisterBool - 0x87b250
Key_IsDown - 0x5C6990
VA - - 0x884b10


1.20 Default_mp.elf:
You must login or register to view this content.
Last edited by CustomHooker ; 05-29-2018 at 03:33 PM. Reason: Added more stuff

The following user thanked CustomHooker for this useful post:

xPurpBoyyx
04-23-2018, 01:25 AM #2
Do you have discord?
04-23-2018, 04:37 PM #3
Originally posted by BanMePaPa View Post
Do you have discord?


No sry i dont have discord
04-23-2018, 08:34 PM #4
Maybe add client rank (so you mess with bots level / prestige)
04-24-2018, 03:00 AM #5
iDEXModzYT
At least I can fight
Nice man keep it up
04-25-2018, 09:06 PM #6
Originally posted by CustomHooker View Post
No sry i dont have discord


Do you have any sort of messagine app so i can contact you? Instagram, kik?
04-29-2018, 08:00 PM #7
Originally posted by BanMePaPa View Post
Do you have any sort of messagine app so i can contact you? Instagram, kik?


Skype: freeplay300
Discord: CustomHooker
Last edited by CustomHooker ; 05-17-2018 at 10:21 AM.
05-29-2018, 03:42 PM #8
client rank? did you mean GSCr stuff or what i added scoreboard offsets so you can modify your rank but it wont stick in local

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo