Register for your free account! | Forgot your password?

You last visited: Today at 18:14

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Some AOBs

Discussion on Some AOBs within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.

Reply
 
Old 10/06/2015, 21:25   #46
 
golle12's Avatar
 
elite*gold: 29
Join Date: Aug 2011
Posts: 640
Received Thanks: 493
Du musst die Variable zuvor auf true setzten.
golle12 is offline  
Old 10/06/2015, 21:48   #47
 
astropilote's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 282
Received Thanks: 492
Quote:
Originally Posted by Shinzuya View Post
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;
		}
	}
}
astropilote is offline  
Thanks
2 Users
Old 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. ♥
Shinzuya is offline  
Thanks
1 User
Old 10/06/2015, 23:26   #49
 
astropilote's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 282
Received Thanks: 492
Quote:
Originally Posted by Shinzuya View Post
OMG IT WORKS PERFECTLY NOW!!!
Now I don't need help anymore I guess, thank you so ******* much. ♥
Your welcome :-P
astropilote is offline  
Thanks
2 Users
Old 10/07/2015, 11:59   #50
 
RazexSkillz's Avatar
 
elite*gold: 36
Join Date: Jul 2013
Posts: 394
Received Thanks: 174
Quote:
Originally Posted by Shinzuya View Post
OMG IT WORKS PERFECTLY NOW!!!
Now I don't need help anymore I guess, thank you so ******* much. ♥
was bringt dir das jetzt ._.?
RazexSkillz is offline  
Old 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 View Post
was bringt dir das jetzt ._.?
Shinzuya is offline  
Thanks
5 Users
Old 10/08/2015, 03:03   #52
 
elite*gold: 0
Join Date: Jun 2015
Posts: 18
Received Thanks: 6
Thumbs up 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.
BeatZz- is offline  
Thanks
1 User
Old 10/08/2015, 11:33   #53
 
RazexSkillz's Avatar
 
elite*gold: 36
Join Date: Jul 2013
Posts: 394
Received Thanks: 174
Quote:
Originally Posted by Shinzuya View Post
uhh nice
RazexSkillz is offline  
Thanks
1 User
Reply


Similar Threads 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.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.