|
You last visited: Today at 18:14
Advertisement
Some AOBs
Discussion on Some AOBs within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
10/06/2015, 21:25
|
#46
|
elite*gold: 29
Join Date: Aug 2011
Posts: 640
Received Thanks: 493
|
Du musst die Variable zuvor auf true setzten.
|
|
|
10/06/2015, 21:48
|
#47
|
elite*gold: 0
Join Date: Feb 2011
Posts: 282
Received Thanks: 492
|
Quote:
Originally Posted by Shinzuya
Thanks that you are helping me so much with this!!
Ok ok, it works, but another problem. I can't do it with more numbers..
I tryed 2 ways
current way :
Code:
BOOL AttackRequest = false;
void CheckCommand(char Command[20])
{
if (AttackRequest == true)
{
if (strstr(Command, "1") != nullptr)
AttackRequest = false;
WriteASM((DWORD)GetModuleHandle(0) + 0x####, (DWORD)"\x01", 1);
ChangeResponseConsole(" {CB-170,245,242,255}#####{CB-0,255,68,255} activated!", TypeBalise::Answer);
return;
}
if (AttackRequest == true)
{
if (strstr(Command, "2") != nullptr)
AttackRequest = false;
WriteASM((DWORD)GetModuleHandle(0) + 0x##### (DWORD)"\x02", 1);
ChangeResponseConsole(" {CB-170,245,242,255}#######{CB-0,255,68,255} activated!", TypeBalise::Answer);
return;
}
if (AttackRequest == true)
{
if (strstr(Command, "0") != nullptr)
AttackRequest = false;
WriteASM((DWORD)GetModuleHandle(0) + 0x#####, (DWORD)"\x03", 1);
ChangeResponseConsole(" {CB-170,245,242,255}#######{CB-0,255,68,255} deactivated!", TypeBalise::Answer);
return;
}
other way
Code:
BOOL AttackRequest = false;
void CheckCommand(char Command[20])
{
if (AttackRequest == true)
{
if (strstr(Command, "/1") != nullptr)
AttackRequest = false;
WriteASM((DWORD)GetModuleHandle(0) + 0x######, (DWORD)"\x01", 1);
ChangeResponseConsole(" {CB-170,245,242,255}#####{CB-0,255,68,255} activated!", TypeBalise::Answer);
return;
}
else if (AttackRequest == true)
{
if (strstr(Command, "/2") != nullptr)
AttackRequest = false;
WriteASM((DWORD)GetModuleHandle(0) + 0x#####, (DWORD)"\x02", 1);
ChangeResponseConsole(" {CB-170,245,242,255}#######{CB-0,255,68,255} activated!", TypeBalise::Answer);
return;
}
else if (AttackRequest == true)
{
if (strstr(Command, "/0") != nullptr)
AttackRequest = false;
WriteASM((DWORD)GetModuleHandle(0) + 0x######, (DWORD)"\x03", 1);
ChangeResponseConsole(" {CB-170,245,242,255}######{CB-0,255,68,255} deactivated!", TypeBalise::Answer);
return;
}
both dont work. :c
|
Why not that xD:
Code:
BOOL AttackRequest = false;
void CheckCommand(char Command[20])
{
if (AttackRequest == true)
{
if (strstr(Command, "1") != nullptr)
{
AttackRequest = false;
WriteASM((DWORD)GetModuleHandle(0) + 0x####, (DWORD)"\x01", 1);
ChangeResponseConsole(" {CB-170,245,242,255}#####{CB-0,255,68,255} activated!", TypeBalise::Answer);
return;
}
else if (strstr(Command, "2") != nullptr)
{
AttackRequest = false;
WriteASM((DWORD)GetModuleHandle(0) + 0x##### (DWORD)"\x02", 1);
ChangeResponseConsole(" {CB-170,245,242,255}#######{CB-0,255,68,255} activated!", TypeBalise::Answer);
return;
}
else if (strstr(Command, "0") != nullptr)
{
AttackRequest = false;
WriteASM((DWORD)GetModuleHandle(0) + 0x#####, (DWORD)"\x03", 1);
ChangeResponseConsole(" {CB-170,245,242,255}#######{CB-0,255,68,255} deactivated!", TypeBalise::Answer);
return;
}
}
}
|
|
|
10/06/2015, 22:08
|
#48
|
elite*gold: 1
Join Date: Apr 2012
Posts: 3,001
Received Thanks: 6,198
|
OMG IT WORKS PERFECTLY NOW!!!
Now I don't need help anymore I guess, thank you so ******* much. ♥
|
|
|
10/06/2015, 23:26
|
#49
|
elite*gold: 0
Join Date: Feb 2011
Posts: 282
Received Thanks: 492
|
Quote:
Originally Posted by Shinzuya
OMG IT WORKS PERFECTLY NOW!!!
Now I don't need help anymore I guess, thank you so ******* much. ♥
|
Your welcome :-P
|
|
|
10/07/2015, 11:59
|
#50
|
elite*gold: 36
Join Date: Jul 2013
Posts: 394
Received Thanks: 174
|
Quote:
Originally Posted by Shinzuya
OMG IT WORKS PERFECTLY NOW!!!
Now I don't need help anymore I guess, thank you so ******* much. ♥
|
was bringt dir das jetzt ._.?
|
|
|
10/07/2015, 12:17
|
#51
|
elite*gold: 1
Join Date: Apr 2012
Posts: 3,001
Received Thanks: 6,198
|
Quote:
Originally Posted by RazexSkillz
was bringt dir das jetzt ._.?
|
|
|
|
10/08/2015, 03:03
|
#52
|
elite*gold: 0
Join Date: Jun 2015
Posts: 18
Received Thanks: 6
|
Thank you!
First I wanna' say thanks for this awesome release.
I really appreciate your work and I would like to see more like this. 
__________________________________________________
But there is something I really dont understand. For example:
Quote:
Inf Sp Value from alexmen10:
D9 45 F8 8B E5 5D C3 CC CC CC CC CC CC CC 55 8B EC 51 89 4D
|
If I want to include this into the trainer I have to get the address of this value and this is my problem. How do I get the address with the value? o_o
I hope someone will help me. Thanks anyways.
|
|
|
10/08/2015, 11:33
|
#53
|
elite*gold: 36
Join Date: Jul 2013
Posts: 394
Received Thanks: 174
|
Quote:
Originally Posted by Shinzuya
|
uhh nice
|
|
|
Similar Threads
|
Aobs .... etc
03/24/2015 - S4 League Hacks, Bots, Cheats & Exploits - 15 Replies
#removed 1 verwarnung reicht mir wegen gamebreaking
|
All times are GMT +1. The time now is 18:14.
|
|