Register for your free account! | Forgot your password?

You last visited: Today at 17:53

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

Advertisement



Awakening Color for + and -

Discussion on Awakening Color for + and - within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old   #1
 
elite*gold: 294
Join Date: Jun 2009
Posts: 407
Received Thanks: 587
Awakening Color for + and -

nope #closed
Avalion is offline  
Thanks
8 Users
Old 01/11/2017, 15:13   #2

 
elite*gold: 28
Join Date: Feb 2010
Posts: 463
Received Thanks: 277
The bot can read addresses or read the awakening text...
And in any case, it is only a modification on the client side, so it is possible to remove this piece of code.
ZeroTwo02 is offline  
Old 01/26/2017, 22:03   #3
 
elite*gold: 0
Join Date: Sep 2010
Posts: 47
Received Thanks: 3
Quote:
Originally Posted by Avalion View Post


You can change the color yourselves. I am pretty sure this fixes the greybt awake bot as it looks for a specific color. But the bot can be updated to bypass that.

Code:
	for (int i = 0; i < nSize; i++)
	{
		int nDst, nAdj;
		if (!g_xRandomOptionProperty->GetParam(pItemElem->GetRandomOptItemId(), i, &nDst, &nAdj)) { continue; }

		DWORD dwStyle = 0;
#ifdef __PROTECT_AWAKE
		dwStyle = (bSafe ? ESSTY_STRIKETHROUGH : 0);
#endif
		str.Format("\n%s ", FindDstString(nDst));
		pEdit->AddString(str, 0xFF0000FF, dwStyle);

		if (IsDst_Rate(nDst))
		{
			if (nDst == DST_ATTACKSPEED) { str.Format("%c%d%%", (nAdj > 0 ? '+' : '-'), ::abs(nAdj / 2 / 10)); }
			else { str.Format("%c%d%%", (nAdj > 0 ? '+' : '-'), ::abs(nAdj)); }
		}
		else{ str.Format("%c%d", (nAdj > 0 ? '+' : '-'), ::abs(nAdj)); }
		pEdit->AddString(str, (nAdj > 0 ? 0xff00ff00 : 0xffff0000), dwStyle);
	}


---
If you still want to cuck the bot but do not want the different coloring you can always do something like
Code:
		if (xRandom(2) - 1)
		{
			pEdit->AddString(str, 0xFF000000 | (0xF0 + xRandom(15)), dwStyle);
		}
		else
		{
			pEdit->AddString(str, 0xFF000000 | (0xf0 - xRandom(15)), dwStyle);
		}

Sorry i am new about source code how can i add this one to erendora source?
dotaboiz123 is offline  
Old 01/27/2017, 01:31   #4

 
elite*gold: 28
Join Date: Feb 2010
Posts: 463
Received Thanks: 277
Quote:
Originally Posted by dotaboiz123 View Post
Sorry i am new about source code how can i add this one to erendora source?
1. Don't use Erendora source
2. Go to WndManager.cpp function "CWndMgr::PutAwakeningBlessing"
3. Before "if( IsDst_Rate( nDst ) )" ADD "DWORD dwStyle = 0;" & "dwStyle = (bSafe ? ESSTY_STRIKETHROUGH : 0);"
4. ???
5. Profit
ZeroTwo02 is offline  
Thanks
1 User
Old 01/27/2017, 05:47   #5
 
elite*gold: 0
Join Date: Sep 2010
Posts: 47
Received Thanks: 3
Quote:
Originally Posted by naruto66620 View Post
1. Don't use Erendora source
2. Go to WndManager.cpp function "CWndMgr::PutAwakeningBlessing"
3. Before "if( IsDst_Rate( nDst ) )" ADD "DWORD dwStyle = 0;" & "dwStyle = (bSafe ? ESSTY_STRIKETHROUGH : 0);"
4. ???
5. Profit
Why not erendora sir?
dotaboiz123 is offline  
Reply


Similar Threads Similar Threads
[Source] Move mouse to specific color on screen (color aimbot)
11/20/2012 - .NET Languages - 0 Replies
I was initially calling GetPixel in a loop to scan a screenshot for a specific RBG which caused a 2-3 delay before finding the color until I realized it's much faster to use LockBits and UnlockBits instead. Anyway, here's my source for finding a specific RBG color on your screen and then automatically moving the mouse to that color which is good for browser shooting games and what not. Compiled in vs2010. Imports System.Drawing.Imaging Imports System.Runtime.InteropServices
WoW Color Hack (Use color-codes in text)
09/23/2007 - WoW Exploits, Hacks, Tools & Macros - 31 Replies
WoWColorHack.flt -=Preamble=- I'm quite surprised that no one has released anything similar yet - the theory behind this dates back to the alpha days. Hell, I first used this filter on my own alpha sandbox. -=Theory=-



All times are GMT +2. The time now is 17:53.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.