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 


move pointer option away from OK button

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
dlpb
Advanced Cheater
Reputation: 0

Joined: 11 Dec 2013
Posts: 78

PostPosted: Tue Sep 24, 2024 9:26 pm    Post subject: move pointer option away from OK button Reply with quote

Small fry I know - but I keep pressing pointer by accident.


pointer.png
 Description:
 Filesize:  16.15 KB
 Viewed:  2231 Time(s)

pointer.png


Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25785
Location: The netherlands

PostPosted: Tue Sep 24, 2024 11:45 pm    Post subject: Reply with quote

tip: get used to pressing the enter/return key when done
_________________
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
View user's profile Send private message MSN Messenger
Game Hacking Dojo
Master Cheater
Reputation: 1

Joined: 17 Sep 2023
Posts: 250

PostPosted: Wed Sep 25, 2024 5:06 am    Post subject: Reply with quote

I have to add something here. I used 7.5 for long enough to see this window "add address manually" to keep growing in width. So I hope that is fixed.

...

If it annoys you that much make a .txt file paste this code in, change the file extension to .lua and move it to the "cheatengine\autorun" directory (I know you might know all that but I am making sure)

Code:
local function change_address_mod(form)
   local adjust = 12     --you can change this number to your liking
        form.hide()
        form.cbPointer.BorderSpacing.Bottom = adjust
        createTimer(1, function() form.show() end)
end

if change_address_mod_id then
  unregisterFormAddNotification(change_address_mod_id)
  change_address_mod_id = nil
end

change_address_mod_id = registerFormAddNotification(function(form)
  if form.ClassName ~= "TformAddressChange" and form.Caption ~= "Add address" then return end
  createTimer(1, change_address_mod, form)
end)
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine 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