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 


how to freeze pointer script in lua script [help]

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Lynxz Gaming
Expert Cheater
Reputation: 4

Joined: 01 Jul 2017
Posts: 208
Location: help

PostPosted: Mon Jun 18, 2018 9:38 am    Post subject: how to freeze pointer script in lua script [help] Reply with quote

how to freeze pointer script in lua script?

the pointer script is
Code:

local pointerz = '[[game.exe+offset0]+offset]+offset'
writeInteger(pointerz,100)

now how do i freeze the 100?

_________________
my english is bad
discord : rynx#9828
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Dark Byte
Site Admin
Reputation: 457

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

PostPosted: Mon Jun 18, 2018 10:25 am    Post subject: Reply with quote

easiest is just add it to the addresslist and then set the Active property to true
_________________
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
Lynxz Gaming
Expert Cheater
Reputation: 4

Joined: 01 Jul 2017
Posts: 208
Location: help

PostPosted: Tue Jun 19, 2018 1:09 am    Post subject: Reply with quote

Dark Byte wrote:
easiest is just add it to the addresslist and then set the Active property to true

i know but there is a way for the script? thanks

_________________
my english is bad
discord : rynx#9828
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Dark Byte
Site Admin
Reputation: 457

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

PostPosted: Tue Jun 19, 2018 1:24 am    Post subject: Reply with quote

create a timer and set the value over and over

Or use lua to add it to the addresslist and set the Active property to true

_________________
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
Lynxz Gaming
Expert Cheater
Reputation: 4

Joined: 01 Jul 2017
Posts: 208
Location: help

PostPosted: Tue Jun 19, 2018 2:03 am    Post subject: Reply with quote

Dark Byte wrote:
create a timer and set the value over and over

Or use lua to add it to the addresslist and set the Active property to true

and How to set pointer script type is hexadecimal?

_________________
my english is bad
discord : rynx#9828
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Dark Byte
Site Admin
Reputation: 457

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

PostPosted: Tue Jun 19, 2018 2:37 am    Post subject: Reply with quote

Code:

mr=getAddressList().createMemoryRecord()
mr.description="temp"
mr.address="game.exe+offset0"
mr.OffsetCount=2
mr.OffsetText[0]="offset"
mr.OffsetText[1]="offset"

if targetIs64Bit() then
  mr.Vartype="vtQword"
else
  mr.Vartype="vtDword"
end
mr.showAsHex=true
mr.Active=true

_________________
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
Lynxz Gaming
Expert Cheater
Reputation: 4

Joined: 01 Jul 2017
Posts: 208
Location: help

PostPosted: Tue Jun 19, 2018 3:00 am    Post subject: Reply with quote

Dark Byte wrote:
Code:

mr=getAddressList().createMemoryRecord()
mr.description="temp"
mr.address="game.exe+offset0"
mr.OffsetCount=2
mr.OffsetText[0]="offset"
mr.OffsetText[1]="offset"

if targetIs64Bit() then
  mr.Vartype="vtQword"
else
  mr.Vartype="vtDword"
end
mr.showAsHex=true
mr.Active=true

it will create a addresslist in table but i dont want to create pointer in table
i want its all on script becus i want obfuscate fully sorry xd ty

_________________
my english is bad
discord : rynx#9828
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting 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