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 


class module, can't extend for another

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Frouk
Grandmaster Cheater
Reputation: 5

Joined: 22 Jun 2021
Posts: 510

PostPosted: Sun Oct 09, 2022 5:26 am    Post subject: class module, can't extend for another Reply with quote

Code:
require "class"
require "plugin"
require "Vectors"
local CMatrix = require "CMatrix"
local Address = require "Address"

local CMatrixLink = CMatrix:extend()

function CMatrixLink:init(p)
   local addr = Address(p)
  self.address = getAddress(p)
  -- I AM NOT DOING VARIABLE OVERLAP SO IT WON'T FREEZE PLUGIN
  self.m_pOwner = (addr + 0x4C).pointer --CPlaceable
  self.m_pPrev = (addr + 0x50).pointer --CMatrixLink
  self.m_pNext = (addr + 0x54).pointer --CMatrixLink
end

function CMatrixLink:Insert(where)
   plugin:CallMethod(0x54E8F0, self.address, where)
end

function CMatrixLink:Remove()
   plugin:CallMethod(0x54E910, self.address)
end

return CMatrixLink


I made offsets in init function, but i can't make class that will be addressed by offsets and they will be correct
Back to top
View user's profile Send private message
Frouk
Grandmaster Cheater
Reputation: 5

Joined: 22 Jun 2021
Posts: 510

PostPosted: Fri Nov 04, 2022 4:04 am    Post subject: Reply with quote

any1?
Back to top
View user's profile Send private message
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