Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Idea: Value always within range

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions
View previous topic :: View next topic  
Author Message
dm18
How do I cheat?
Reputation: 0

Joined: 04 Jul 2017
Posts: 4

PostPosted: Tue Jul 04, 2017 5:35 pm    Post subject: Idea: Value always within range Reply with quote

I would suggest a feature for the found table. Where you can specify a range the value is always in range of.

IE: The value is always in the range of 0 to 1. If a found address goes outside that range, remove it from the found list.
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8516
Location: 127.0.0.1

PostPosted: Tue Jul 04, 2017 8:02 pm    Post subject: Reply with quote

This already exists in CE. Under Scan Type, use 'Value between...' put in what you want, ie. 0 and 1. Use next scan to filter out changes.
_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
dm18
How do I cheat?
Reputation: 0

Joined: 04 Jul 2017
Posts: 4

PostPosted: Tue Jul 04, 2017 11:26 pm    Post subject: Reply with quote

The current Value between doesn't constantly enforce the found results to stay within the range. If there was a way to scan on a set interval. And or trigger next scan with a hot key.
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 138

Joined: 06 Jul 2014
Posts: 4275

PostPosted: Wed Jul 05, 2017 9:12 am    Post subject: Reply with quote

Code:
local mainform = getMainForm()
local autoScanT = createTimer(mainform, false)
autoScanT.Interval = getUpdateTimer().Interval   -- change interval here (in milliseconds)

autoScanT.OnTimer = function(t)
  if mainform.btnNextScan.Enabled then
    mainform.btnNextScan.doClick()
  end
end

local autoScanHK = createHotkey(function(hk)
  autoScanT.Enabled = not autoScanT.Enabled end, VK_CONTROL, VK_R)  -- change hotkeys here

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites