Offset [1.07/BLES] Offsets/Adresses/Functions [Multi & Zombie]

J'ai ajouter des adresses qu'a partager iMoDz-Retour :
Structure Weapondef
Code:
BG_GetWeaponDef: 0x78D2F8

       public enum Offsets : uint
        {
            weapTypet = 0x1C,
            weapClasst = 0x20,
            penetrateType_ = 0x24,
            ImpactType_ = 0x28,
            weapInventoryTypet = 0x2C,
            Explosion = 0xE9C,
            OffhandClass_ = 0x34,
            weapStancet = 0x38,
            player_speed = 0x588,
        }

Unlock Trophie for all players
Code:
public void Unlock_Trophies_All()
{
           string[] Achievements = new string[10];
            Achievements[0] = "# MP_PRESTIGE10";
            Achievements[1] = "# MP_ALLCAREER";
            Achievements[2] = "# MP_ALLGAMEMODE";
            Achievements[3] = "# MP_ALLBOOTCAMP";
            Achievements[4] = "# MP_ALLSPECIALISTS";
            Achievements[5] = "# MP_PRESTIGE1";
            Achievements[6] = "# MP_COMMANDER";
            Achievements[7] = "# MP_10MULTIKILL";
            Achievements[8] = "# MP_10MEDALS";
            Achievements[9] = "# MP_LEVEL10";

            for (int i = 0; i < 10; i++)
            {
                RPC.Call(0x5EC544, -1, 1, Achievements[i]);
                Thread.Sleep(25);
                RPC.Call(0x5EC544, -1, 1, Achievements[i]);
            }
        }

Anti-Bann #DemonWare
Code:
PS3.SetMemory(0x7C4148, new byte[] { 0x60, 0, 0, 0 });
PS3.SetMemory(0x7C4050, new byte[] { 0x60, 0, 0, 0 });
PS3.SetMemory(0x55705C, new byte[] { 0x60, 0, 0, 0 });
PS3.SetMemory(0x5570FC, new byte[] { 0x60, 0, 0, 0 });
PS3.SetMemory(0x4AC9C0, new byte[] { 0x60, 0, 0, 0 });
PS3.SetMemory(0x4AAD20, new byte[] { 0x60, 0, 0, 0 });

Kick Bots
Code:
for (int i = 0; i < 17; i++)
{
               uint index = 0x18CC0BC + (uint)i * 0x6200;
                if (PS3.Extension.ReadString(index) == "ATVI")
                    Cbuf_AddText("clientKick " + (int)i);
            }

Clone Player
Code:
Public Void ClonePlayer()
{
   RPC.Call(0x308B98);//Player_CMD_ClonePlayer
}

Crédit : iMoDz-Retour :)
ya des retour pour l'anti ban?
 
ah chaque frois que je veux faire un lobby, sa me dit que ça répond pas et ça me le fait que avec ce tool. help please
 
1> Creating "PS3_Debug\BO3_Plugin.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>SNCCL : error : Failed to locate: "ps3ppusnc.exe". The system cannot find the file specified.

HELP <3 SDK 3.70 je vais essayer avec la 3.60
 
yo on utulise quoi comme aplication pour créer avec les texte et le metre sur ps3
 
Retour
Haut