Olá galerinha da ProgramaCity, estarei deixando aí para vocês todos os Set Values das patentes do PBBR para vocês aplicarem a função Patente Hack completa no trainer de vocês. Sem mais delongas.
Hello galerinha of ProgramaCity, I'll be leaving there for you all the Set Values of patents PBBR for you to implement in full function Patent Hack trainer for you. Without further ado.
Code
Primeiramente, deixarei o código da Patente Hack em VB.NET:
WritePointerInteger("PointBlank", &HA72CA8, SetValue, &H4745)
Vamos supor que eu queira colocar a patente Major 5 na Patente Hack, portanto onde está SetValue eu irei colocar o value de número 35, que é o value correspondente a patente Major 5 que estarei deixando para vocês abaixo
Suppose I want to put a patent on the Patent Major 5 Hack therefore SetValue is where I will put the value of number 35, which is the value corresponding to rank Major 5 that you'll be leaving below
Spoiler
0 = Novato
1 = Recruta
2 = Soldado
3 = Cabo
4 = Sargento
5 = 3º Sargento 1
6 = 3º Sargento 2
7 = 3º Sargento 3
8 = 2º Sargento 1
9 = 2º Sargento 2
10 = 2º Sargento 3
11 = 2º Sargento 4
12 = 1º Sargento 1
13 = 1º Sargento 2
14 = 1º Sargento 3
15 = 1º Sargento 4
16 = 1º Sargento 5
17 = 2º Tenente 1
18 = 2º Tenente 2
19 = 2º Tenente 3
20 = 2º Tenente 4
21 = 1º Tenente 1
22 = 1º Tenente 2
23 = 1º Tenente 3
24 = 1º Tenente 4
25 = 1º Tenente 5
26 = Capitão 1
27 = Capitão 2
28 = Capitão 3
29 = Capitão 4
30 = Capitão 5
31 = Major 1
32 = Major 2
33 = Major 3
34 = Major 4
35 = Major 5
36 = Tenente Coronel 1
37 = Tenente Coronel 2
38 = Tenente Coronel 3
39 = Tenente Coronel 4
40 = Tenente Coronel 5
41 = Coronel 1
42 = Coronel 2
43 = Coronel 3
44 = Coronel 4
45 = Coronel 5
46 = Brigadeiro
47 = Major General
48 = Tenente General
49 = General
50 = Comandante ( Herói de Guerra )
51 = BOT Patente
52 = Patente Bomba
53 = GM Patente
Because many patents, I advise you to create a ComboBox in Patent Hack. And for those who can not create, here's a aulinha.
First, go PROJECT tab> Add Module ... and press OK, delete everything you have on the module adcione Module1.vb and I'll be leaving for download (click to see the link you must Register FREE by clicking here).
Now adcione a ComboBox and write the names of patent you want, as an example I will use the patents and GM Patent Novato.
Now we will later add a Timer in the project. Give the Timer 2 clicks and adcione the following codes:
Code
If ComboBox1.SelectedItem = "Novato" Then
WritePointerInteger("PointBlank", &HA72CA8, 0, &H4745)
End If
If ComboBox1.SelectedItem = "GM Patente" Then
WritePointerInteger("PointBlank", &HA72CA8, 53, &H4745)
End If
Lembrando que o nome que da patente que você escreveu dentro da ComboBox tem que estar igual ao nome que estiver dentro das "" do código como vocês podem ver acima.
Pronto, agora só salvar o seu projeto!
Recalling that the name of the patent that you wrote in the ComboBox has to be equal to the name that is within the "" code as you can see above.
Okay, now just save your project!
Observação
Obs¹: Esse hack não irá fazer você subir de patente no jogo, pois ele é cliente side (só muda visualmente). Porém é uma forma de zoar seus amigos e tirar uma onda de patente alta ou de GM, hihihi.
¹ Note: This hack will not make you climb the patent game as it is client side (only changes visually). But it is a way to make fun of your friends and take a wave of high rank or GM, hihihi.