Stealing the work is stupid, my friend.Fuck's sake. I'll just clean up the decompiled version and post it on github. This is stupid.
Stealing the work is stupid, my friend.Fuck's sake. I'll just clean up the decompiled version and post it on github. This is stupid.
Stealing the work is stupid, my friend.
Fuck's sake. I'll just clean up the decompiled version and post it on github. This is stupid.
As long as Shinzuya is working on his trainers just be patient. If he's going to stop work on them then yeah, open sourcing at that point is appreciated.
Shinzuya if it is new memory addresses then updating us on what they are would be good. I assume I still have a setting as FFFFFFF somewhere, leading to the int32 error. Unless this new patch, 1.1.0, resets any funky settings.
I was able to add missing functionality to the trainer (and fix that bug) in under 10 minutes myself by decompiling + modifying the resulting source. No need to keep something so simple closed down.
Congratulations.I was able to add missing functionality to the trainer (and fix that bug) in under 10 minutes myself by decompiling + modifying the resulting source. No need to keep something so simple closed down.

As long as Shinzuya is working on his trainers just be patient. If he's going to stop work on them then yeah, open sourcing at that point is appreciated.
Shinzuya if it is new memory addresses then updating us on what they are would be good. I assume I still have a setting as FFFFFFF somewhere, leading to the int32 error. Unless this new patch, 1.1.0, resets any funky settings.
yesWas the source code for the Hyrule Warriors trainer posted when it was dropped?
Unlikely but you can trydoes anyone know if the trainer will work on us version?
Lmao. "This is the only Source which I will ever share."
"It's mine! You can't have it! Even though I'm not making money off it, and it's not really copyrighted material!"Yeah, being able to contribute would be nice. Not sure what the big deal is about keeping it secret?
wtf 100 damage? O.O
Lmao. "This is the only Source which I will ever share."
Does German translating into English sound like there's a constant stick up the butt or something?
"It's mine! You can't have it! Even though I'm not making money off it, and it's not really copyrighted material!"
wtf 100 damage? O.O
Btw I'm not able to update the game, getting errors
(Damaged update files)
have fun with the badass source
int slot1 = Convert.ToInt32(tcpGecko.peek(0x3F9BFF40));
try
{
var slot1 = Convert.ToInt32(this.tcpGecko.peek(0x3F9BFF40));
this.numericUpDown2.Value = slot1;
}
catch (Exception ex)
{
// error
}