View previous topic :: View next topic |
Author |
Message |
Dark Byte Site Admin
Reputation: 385
Joined: 09 May 2003 Posts: 23215 Location: The netherlands
|
Posted: Mon Nov 18, 2019 3:12 am Post subject: Always decimal PID's |
|
|
Put this in your CE autorun folder and the processid's will always show as decimal when CE starts
Code: |
z=registerFormAddNotification(function(s)
--watches for the ProcessWindow form
if s.ClassName=='TProcessWindow' then
s.registerCreateCallback(function(s2)
s.miConvertPIDToDecimal.Checked=true
end)
end
end)
|
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Aylin Grandmaster Cheater
Reputation: 10
Joined: 16 Feb 2017 Posts: 643
|
Posted: Mon Nov 18, 2019 3:08 pm Post subject: |
|
|
There seems to be something wrong.
"Error:...am Files (x86)\Cheat Engine 6.8.3\autorun\Decimal.lua:4: attempt to call a nil value (field 'registerCreateCallback')"
@atom0s had written a code for this topic.
_________________
Hi Hitler Take control of your trainer
Enthusiastic people: Always one step ahead
Do not underestimate me Master: You were a beginner in the past
 |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 385
Joined: 09 May 2003 Posts: 23215 Location: The netherlands
|
Posted: Mon Nov 18, 2019 6:17 pm Post subject: |
|
|
Cheat Engine 7.0 of course
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Aylin Grandmaster Cheater
Reputation: 10
Joined: 16 Feb 2017 Posts: 643
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 385
Joined: 09 May 2003 Posts: 23215 Location: The netherlands
|
Posted: Tue Nov 19, 2019 8:37 am Post subject: |
|
|
Most likely the browser you used to copy/paste from added some invisible extra characters that lua doesn't parse
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Aylin Grandmaster Cheater
Reputation: 10
Joined: 16 Feb 2017 Posts: 643
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 385
Joined: 09 May 2003 Posts: 23215 Location: The netherlands
|
Posted: Tue Nov 19, 2019 12:18 pm Post subject: |
|
|
You're sure you're saving as a .lua file using notepad and not saving the script using a cheat table and put that in your autorun?
Try copying this file to your autorun folder instead (Delete any other lua files you may have added yourself)
Description: |
|
 Download |
Filename: |
decimalpid.lua |
Filesize: |
232 Bytes |
Downloaded: |
209 Time(s) |
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Aylin Grandmaster Cheater
Reputation: 10
Joined: 16 Feb 2017 Posts: 643
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 157
Joined: 25 Jan 2006 Posts: 8139 Location: 127.0.0.1
|
Posted: Tue Nov 19, 2019 8:08 pm Post subject: |
|
|
Mine was before this was really a thing. I would recommend this one over mine for sure since it's much more simplified and doesn't require 'hack-arounds' from Lua to work.
Edited the main post of my version to include a link to this instead.
_________________
- Retired. |
|
Back to top |
|
 |
Aylin Grandmaster Cheater
Reputation: 10
Joined: 16 Feb 2017 Posts: 643
|
Posted: Tue Nov 19, 2019 9:52 pm Post subject: |
|
|
atom0s wrote: | Mine was before this was really a thing. I would recommend this one over mine for sure since it's much more simplified and doesn't require 'hack-arounds' from Lua to work.
Edited the main post of my version to include a link to this instead. |
I don't agree with that for now.
I think different results occur on different PCs.
However, the @atom0s code was fine.
Alternatively, it seems useful.
(In addition, a few more users can declare ideas.
Perhaps, it gives a negative result on my PC.)
_________________
Hi Hitler Take control of your trainer
Enthusiastic people: Always one step ahead
Do not underestimate me Master: You were a beginner in the past
 |
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 167
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Wed Nov 20, 2019 11:51 am Post subject: |
|
|
DB plugin just "clicks" popup menu entry, this one:
registerCreateCallback was added recently. Previous CE versions do not have it.
_________________
|
|
Back to top |
|
 |
Aylin Grandmaster Cheater
Reputation: 10
Joined: 16 Feb 2017 Posts: 643
|
|
Back to top |
|
 |
|