Long story Short I got the speed hack going 2000% When I try to adjust the speed to anything other than 2000%, I crit error.
Code:
SpeedHack(true, 200.0f);
internal void SpeedHack(bool hackon, float speed)
{
if (hackon)
{
GObjectList.Memory.WriteFloat(MainForm._wowBase + (uint)GPointers.Hacks.SpeedHack, speed);
}
}
I apologize for the newb question but I did try searching this site and searched this site through google with not much luck. Could anyone provide me with some insight as to what I am doing wrong? It looks correct but I must be missing something. Forgive me for my nubness with this.
I appreciate the time you took to read this and hopefully respond!