Originally Posted by
fr33k
You could try with some Gates or Battlefields codes, where they teleport you to, or something like that. Swapping teleport locations worked in WoW, but Im not sure about Requiem. Anyways, it won't hurt to try out.. ^^
That is the beauty of the way HackREQ Overrides work, you can experiment with those values and find out in a short amount of time if they have any effect.
It only took about 15 minutes to figure out new Overrides for speed hacking.
Originally Posted by
fr33k
Btw, TOTALLY AWESOME thing about multi-boxing feature. This one is what I've been trying to do myself, or find softwares which would let me do so. THANKS A LOT. :*
I'm getting a lot of people asking how HackREQ allows multi-client.
During Login you can see:
Then again before Select Character:
So under the hood we...
Code:
[UnmanagedFunctionPointer(CallingConvention.StdCall, CharSet = CharSet.Unicode, SetLastError = true)]
delegate IntPtr DInet_ntoa(in_addr a);
static IntPtr Inet_ntoa_Hooked(in_addr a)
{
IntPtr result = IntPtr.Zero;
Main This = (Main)HookRuntimeInfo.Callback;
try
{
string PID = RemoteHooking.GetCurrentProcessId().ToString();
result = StringToAnsiPtr("127.0.0." + PID.Substring(PID.Length - 3, 3));
This.Interface.Log("Outsmarting MultiClient Detection...");
}
catch (Exception ex)
{
This.Interface.ReportException(ex);
}
return result;
}
BTW: We have delayed release of v1.1 to squeeze in another feature.
---------- Post added at 09:48 PM ---------- Previous post was at 11:53 AM ----------
We have released v1.1. Download it from the link at the beginning of this thread.
New filter property Value Column has been added. The purpose of this column is to allow you to filter on values in columns other than the one the Override is modifying.
Example 1: Add +10% Movement Speed Stat to Poise Gloves
I added a different Movement Speed % to 3 different pairs of gloves and then hot keyed those gloves and now have the ability to switch my run speed at the press of a button. I would recommend doing this to some of your jewelry so people do not see you gear swapping.
Example 2: Add -10% Casting Speed Stat to Gloves of Despair
This makes up for Season 1 gear not having this bonus.
Example 3: Set Cast Angle to 0 only for Vampiric Touch skill
Fine tune your Overrides to specific skills.