
Originally Posted by
TheMikuChibi
Try to add pSilent and pNoClip
auto IsAsGoodAsWillyHack = true;
void pHacks()
{
if (IsAsGoodAsWillyHack == true)
{
print("pNoClip");
print("pSilent");
}
}
Thankyou!! Works a charm, even notifies me that it's working! For that lovely share I think it's about time I share my revolutionary breakthrough.
[code]
//This speed hack was written by Mexican Jesus, optimized by BigBadWilly
#include <speedhack.h>
#inlcude <Willythumb>
#inlcude <whateverthefkelse>
bool Bigbadwillyenabled, Bigbadwillyinitailized;
int fuckthesleeptime //
#imjesuswhogivesashit
int TickCount;
Float acceleration =1;
void Tick()
{
const int SleepTime = 30;
while (true)
{
sleep(SleepTime);
if (BigbadwillyEnabled)
{
TickCount += (int)(SleepTime * Acceleration); //BigBadWilly uses this to avoid GAC, you can too!!
Print ("almost as good as @
Mexican Jesus c++ lua expert")
}
else
{
TickCount += SleepTime;
Print ("you are now almost as good as BigBadWilly");
}
}
}
[

no]
@
BigBadWilly
Can you fix this for me? I think I'm missing parts.