Posted: Sun Aug 24, 2025 5:25 pm Post subject: Increased by with ranged values?
How do I search within the increased range value? Like I have an unknown value first but I know it increased between 100 to 200. The "increased by" seems only giving me one exact value. I know I could use the increased value method but it's kinda inconvenient since I already know what value I'm already searching for.
Scan type Exact Value, check the Lua formula checkbox
Code:
value >= previousvalue + 100 and value <= previousvalue + 200
This query only uses basic operations (no API calls), so you can also check the "Separate Lua state" checkbox to speed up scans significantly _________________
I don't know where I'm going, but I'll figure it out when I get there.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum