View previous topic :: View next topic |
Author |
Message |
Squallviii8 Newbie cheater
Reputation: 0
Joined: 05 Feb 2016 Posts: 12
|
Posted: Fri Mar 10, 2017 6:12 am Post subject: Ignore Crafting Requirements Help |
|
|
I'm trying to make an Ignore Crafting Requirements script but I'm having a bit of trouble. I made one before but that was mostly guesswork and a lot of trail and error. Any advise on how to go about this would be greatly appreciated.
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Fri Mar 10, 2017 6:56 am Post subject: |
|
|
I am confident that we would also be guessing.
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Fri Mar 10, 2017 9:36 am Post subject: |
|
|
How do you make a cheat on guesswork then don't know how to recreate it lol
Anyhow, this is how i have done it. Find your recipe items quantity, debug and you will find an instructions that's comparing if you have the recipes for crafting. You can force the condition true and bam, craft anything.
_________________
|
|
Back to top |
|
 |
pellik Advanced Cheater
Reputation: 0
Joined: 14 Jun 2013 Posts: 93
|
Posted: Fri Mar 10, 2017 10:45 am Post subject: |
|
|
STN wrote: | How do you make a cheat on guesswork then don't know how to recreate it lol |
I've done it. It happens to me when I start randomly digging through assembly and picking calls to trace into just because they are sort of near something else that catches my attention. If I'm not writing down addresses while I go there's a good chance I couldn't get back to the same spot again without significantly more effort.
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Fri Mar 10, 2017 1:53 pm Post subject: |
|
|
pellik wrote: | STN wrote: | How do you make a cheat on guesswork then don't know how to recreate it lol |
I've done it. It happens to me when I start randomly digging through assembly and picking calls to trace into just because they are sort of near something else that catches my attention. If I'm not writing down addresses while I go there's a good chance I couldn't get back to the same spot again without significantly more effort. |
Right but once you make a cheat, you can go back to it and see what you are doing that's making the cheat work. Of course you can get lost while debugging, it happens so often that i set bookmarks or add to codelist whenever i see interesting function.
I believe him, i just found it funny.
_________________
|
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3322
|
Posted: Fri Mar 10, 2017 1:55 pm Post subject: |
|
|
Did you buy a lottery ticket recently?
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Fri Mar 10, 2017 2:07 pm Post subject: |
|
|
Csimbi wrote: | Did you buy a lottery ticket recently? |
me? what?
_________________
|
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3322
|
Posted: Fri Mar 10, 2017 2:14 pm Post subject: |
|
|
No, Squallviii8.
How do you build a hack from sheer luck, lol
|
|
Back to top |
|
 |
Squallviii8 Newbie cheater
Reputation: 0
Joined: 05 Feb 2016 Posts: 12
|
Posted: Fri Mar 10, 2017 2:27 pm Post subject: |
|
|
Thanks STN. That's what I've been doing just haven't been able to find the right conditions yet. I'd get some to work but not all.
I did it last time doing what STN mentioned above, following calls and nopping every CMP and JMP I came across lol
|
|
Back to top |
|
 |
|