Posted: Sun Aug 18, 2019 1:42 am Post subject: Trainer that displays the value from specific address
Is there is a way to make a trainer or something(3d overlay) with as small a possible window that just displays the current value of a specific address
I just want to see the current enemy health in numbers(not a bar like it is in the game)
The address is a pointer "dbghelp.dll+617020" with offset "1EF67E58"
only for the trainer/label version instead of l.Caption = readInteger('03404B64')
you'd use l.Caption = readInteger('[dbghelp.dll+617020]+1EF67E58')
or readFloat or readDouble... _________________
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