DetectedFarm Exp

Posts 1–15 of 29 · Page 1 of 2
Farm Exp
255

Hotkey letter E.


Kills, deaths and scores for farm 255 it can be associated and done by one P.A(Progressão Aritimética).
Where:

A1 = First term.
An = Last term.
N = Numbers of terms.
R = Difference between terms.

Example of how to make score for all players.

A1 = 0x101F9970 // First Slot Player of Blue Team.
An = 0x101FBD34 // Last Slot Player of Blue Team.
N = 8 // Maximum number of Players in Blue Team
R = ? // You dont know.

An = A1 + (N-1).R //Equation to find nth term of P.A

0x101FBD34 = 0x101F9970 + (8-1).R
R = (0x101FBD34 - 0x101F9970)/(7)
R = 0x51C

In source code the P.A is done with logics operations, refer here:
Code:
if (GetAsyncKeyState('E')&1)
{
for (DWORD Farm = 0x101F9970; Farm <= 0x101FBD34; Farm += 0x51C) // Source By Coder.dash²
{ 
*(DWORD*)Farm = 0x3E7; //Score 999 Blue Team... yourself need to do Red Team Score .
}
}

 
Screenshot
*This will prevent that you spent time to search address one by one in CE.
*Use this above case this dll be detected without maintenence.

Total & Jotti

E para alguns BR's aproveitem que pode ser só hoje, "upem" ai até "caCIC"(Índio Cacique, CIC, Última patente),
pois certamente a proteção chegará em tudo e pra min fudeu. .
255_MPGH_mpgh.net.rar1.2 MB · 534 downloads 13/56 malicious
what is that???!!!
Quote Originally Posted by modo1200 View Post
what is that???!!!
Its just false positives. Its due to the packer he used.
Quote Originally Posted by modo1200 View Post
what is that???!!!
Anything that is packed with Themida will gives false positives, IDK why
Quote Originally Posted by Coder.ExCrysis2 View Post
Anything that is packed with Themida will gives false positives, IDK why
thx for info
Quote Originally Posted by Minerva View Post
255

Hotkey letter E.


Kills, deaths and scores for farm 255 it can be associated and done by one P.A(Progressão Aritimética).
Where:

A1 = First term.
An = Last term.
N = Numbers of terms.
R = Difference between terms.

Example of how to make score for all players.

A1 = 0x101F9970 // First Slot Player of Blue Team.
An = 0x101FBD34 // Last Slot Player of Blue Team.
N = 8 // Maximum number of Players in Blue Team
R = ? // You dont know.

An = A1 + (N-1).R //Equation to find nth term of P.A

0x101FBD34 = 0x101F9970 + (8-1).R
R = (0x101FBD34 - 0x101F9970)/(7)
R = 0x51C

In source code the P.A is done with logics operations, refer here:
Code:
if (GetAsyncKeyState('E')&1)
{
for (DWORD Farm = 0x101F9970; Farm <= 0x101FBD34; Farm += 0x51C) // Source By Coder.dash²
{ 
*(DWORD*)Farm = 0x3E7; //Score 999 Blue Team... yourself need to do Red Team Score .
}
}

 
Screenshot
*This will prevent that you spent time to search address one by one in CE.
*Use this above case this dll be detected without maintenence.

Total & Jotti

E para alguns BR's aproveitem que pode ser só hoje, "upem" ai até "caCIC"(Índio Cacique, CIC, Última patente),
pois certamente a proteção chegará em tudo e pra min fudeu. .
Oh you are using arithmetic progression hahahaha btw nice job
Quote Originally Posted by carlinhosd12 View Post
bs global ?
Only Blackshot SEA. BS global does not have P2P server like SEA so can't farm there.
Quote Originally Posted by failnoobgamer View Post
Only Blackshot SEA. BS global does not have P2P server like SEA so can't farm there.
ok thanks for the info
works on sea only? of global? nice release
Quote Originally Posted by Minerva View Post
255
Code:
if (GetAsyncKeyState('E')&1)
{
for (DWORD Farm = 0x101F9970; Farm <= 0x101FBD34; Farm += 0x51C) // Source By Coder.dash²
{ 
*(DWORD*)Farm = 0x3E7; //Score 999 Blue Team... yourself need to do Red Team Score .
}
}


but I prefer traditional way (old school method)
Code:
DWORD dwShitBase = 0x101F9970;
DWORD dwShitSize = 0x51C;
for (UINT uiSlot = 0; uiSlot < 16; uiSlot++)// Salce By Kim.Jong lol
	*(PDWORD)(dwShitBase + (uiSlot * dwShitSize )) = 999;
Since we have slot in palm of hands and the cycle number, so can skip or do whatever shit.
Works for TDM ? So yes ? Which hotkey?
Posts 1–15 of 29 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?