teclilla18 / wiicoverflow

Automatically exported from code.google.com/p/wiicoverflow
0 stars 0 forks source link

Enter one-line summary #415

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. You already know

This is the last time I'll bother you. Why doesn't WiFi work when Cheats is 
on? There is a speedometer cheat which will tell you what speed you are going 
at. Many people would like that.

Original issue reported on code.google.com by theonlypwner on 26 Oct 2009 at 12:05

GoogleCodeExporter commented 8 years ago
If I have to, I'll compile my own version without the credits, and with WiFi 
working

Original comment by theonlypwner on 26 Oct 2009 at 12:05

GoogleCodeExporter commented 8 years ago
Your code is GPL 2, I can compile my own version every rev up to rev 989

Original comment by theonlypwner on 26 Oct 2009 at 12:08

GoogleCodeExporter commented 8 years ago
Just stick to the terms of GPL and you can knock yourself out. If you code a 
system
that identifies "legit" cheats and blocks only "non'legit" cheats then let us 
know.
We'd be happy to include it and give you full credit for your work.

Original comment by F1SHE4RS on 26 Oct 2009 at 6:32

GoogleCodeExporter commented 8 years ago
I can cheat using Gecko OS or some other loader, but then I think:
You use GPL, I'll recompile my own version!
Here's a script:
function legitcheck(stuff){
return true;
}
It'll return true if you should be allowed to use it online

Original comment by theonlypwner on 28 Oct 2009 at 2:36

GoogleCodeExporter commented 8 years ago
Search for 0x6964696F74203F and set the value to TRUE

Original comment by Rollo...@googlemail.com on 28 Oct 2009 at 7:43

GoogleCodeExporter commented 8 years ago
function legitcheck(stuff){
return true;
}

Is better

Original comment by theonlypwner on 1 Nov 2009 at 9:59