Adresses et Offsets BO3 1.03 + mise à jour toutes versions

Statut
N'est pas ouverte pour d'autres réponses.

-Unknauwn-

Premium
Inscription
20 Février 2013
Messages
2 391
Réactions
1 880
Points
14 213
RGCoins
0
Ouais ta vue c'est crade sa modifie stats armes / Killstreak / Spécialiste / Equipement et des chiffre medailles wtf c'est moche mais pour l'instant on a pas le choix aucun unlock clean :c
celui de mon tool est clean : p
 

iMoDz | GsRClans’

Les Biatchs #Chris #AlexS ♥ , Le Nwar #Angel' ♥
Premium
Inscription
15 Octobre 2012
Messages
1 583
Réactions
911
Points
14 843
RGCoins
0
bat ta juste a mettre
JetPack(Client); dans un timer que tu ON quand tu clisue sur un bouton et OFF sur un autre comme sa sa marche sans le button monitoring :trollface:
Je m'en fou mon JetPack y marche :trollface:
 

CrossFire31

Membre
Inscription
22 Avril 2015
Messages
9
Réactions
0
Points
544
RGCoins
0
c'est quoi la ligne de code pour les stat Kill en zombie ? help plz ^^
 

Melvin' SEC

Super modérateur
Inscription
23 Février 2014
Messages
9 913
Réactions
3 326
Points
25 303
RGCoins
0
Toujours pas de nouvelle pour le ON OFF pour le fps :p?
 
Inscription
2 Avril 2015
Messages
1 540
Réactions
732
Points
4 731
RGCoins
0
Code:
Unlock spéatiliter = 0x18f96dc
teleport = 0x18f8fc0
Godmode : 0x18f8fb3
Invisible = 0x18f95ea
Color player = 0x18f95ea
Weapons primaire = 0x18d8813
Vissions = 0x18f95da
Camos primaire = 0x18f9319
Camos secondaire = 0x18f9319 ses la Byte qui change
Jump = 0x18f96c0 & 0x18f95d4
Unlock streak 1 = 0x1919e19
Unlock streak 2 = 0x18d8a0b
Unlock streak 3 = 0x18d8a10
Gold Player = 0x18f95eb

Le byte ?
 
Inscription
2 Avril 2015
Messages
1 540
Réactions
732
Points
4 731
RGCoins
0
Code:
Unlock spéatiliter = 0x18f96dc
teleport = 0x18f8fc0
Godmode : 0x18f8fb3
Invisible = 0x18f95ea
Color player = 0x18f95ea
Weapons primaire = 0x18d8813
Vissions = 0x18f95da
Camos primaire = 0x18f9319
Camos secondaire = 0x18f9319 ses la Byte qui change
Jump = 0x18f96c0 & 0x18f95d4
Unlock streak 1 = 0x1919e19
Unlock streak 2 = 0x18d8a0b
Unlock streak 3 = 0x18d8a10
Gold Player = 0x18f95eb

byte ..
 

Melvin' SEC

Super modérateur
Inscription
23 Février 2014
Messages
9 913
Réactions
3 326
Points
25 303
RGCoins
0
FPS =
byte[] buffer = new byte[4];
buffer[0] = 0x60;
PS3.SetMemory(0xcb41c, buffer);
PS3.Extension.WriteString(0xa48598, FPS.Text);

non host a corriger
Steady AIM = 0x75df4c
ON = PS3.SetMemory(0x75df4c, new byte[] { 0x2c, 4, 0, 2 });
OFF =
byte[] buffer = new byte[4];
buffer[0] = 0x2c;
buffer[1] = 4;
PS3.SetMemory(0x75df4c, buffer);

@tonyleffe

Tu aurais le BYTE du FPS OFF ? :mmh:
Car je l'ai d'activer mais veux pas se désactiver :trollface: :rofl:
 

L乃ズ

Membre
Inscription
17 Janvier 2014
Messages
479
Réactions
381
Points
5 456
RGCoins
0
Jle plus chiant c'est sa a trouevr xD
You must be registered for see images attach
Pour un button motitoring tu peut soit utiliser Key_IsDown ( Qui est une adresse dans IDA ) ou alors via le G_client , autrement dit dans chaque client tu a forcement une adresse qui correspond au touche , tu la trouve , et ensuite tu dump les byte , pour savoir quelle touche correspond a quoi ^^ , honnetement , le button monitoring n'est pas vraiment compliquer je trouve ^^
 

CrossFire31

Membre
Inscription
22 Avril 2015
Messages
9
Réactions
0
Points
544
RGCoins
0
on pourai me dire c'est quoi comme codage pour les classe 1,2,3,4,5,6 ? ^^
 

Melvin' SEC

Super modérateur
Inscription
23 Février 2014
Messages
9 913
Réactions
3 326
Points
25 303
RGCoins
0
on pourai me dire c'est quoi comme codage pour les classe 1,2,3,4,5,6 ? ^^

PS3.Extension.WriteString(OFFSET CLASSE 1, this.classe1.Text);
Puis après tu fais pareil, mais tu as un autre moyen, attend je te donne ça j'open mon projet :)!
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut