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 


Make table server only so no one can leak it?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Meiyoh
Master Cheater
Reputation: 1

Joined: 14 Mar 2015
Posts: 407

PostPosted: Mon Jun 08, 2020 9:59 am    Post subject: Make table server only so no one can leak it? Reply with quote

I need to know if this is possible i want my work to be hosted somewhere without them being able to leak it just to load temporaly in order to prevent leaks of my work . Is this possible ?
_________________
I am the forgotten one the dead one.
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Mon Jun 08, 2020 1:01 pm    Post subject: Reply with quote

Having the table stored on a server won't make a difference, it still has to be sent to the client to be usable. Soon as the client receives said data to load the table, regardless if it's never saved to disk or similar, it can be dumped/leaked.
_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Csimbi
I post too much
Reputation: 98

Joined: 14 Jul 2007
Posts: 3356

PostPosted: Mon Jun 08, 2020 1:13 pm    Post subject: Reply with quote

Until someone adds a user-ID check for activation Wink
Back to top
View user's profile Send private message
Meiyoh
Master Cheater
Reputation: 1

Joined: 14 Mar 2015
Posts: 407

PostPosted: Wed Jun 17, 2020 4:27 am    Post subject: Reply with quote

Csimbi wrote:
Until someone adds a user-ID check for activation Wink


Thanks both of you! Then i think i shall contact a cracker i know who can probably do some anti-piracy defense.

_________________
I am the forgotten one the dead one.
Back to top
View user's profile Send private message
blankTM
Cheater
Reputation: 1

Joined: 03 May 2020
Posts: 49

PostPosted: Thu Jun 18, 2020 7:10 pm    Post subject: Reply with quote

--RC4
function encrypt(t,k)local function a(a)local L,S,K,j=string.len(a),{},{},0 for i = 0, 255 do S[i] = i end for i = 1, L do K[i-1] = string.byte(a,i,i)end for i = 0, 255 do j=(j+S[i]+K[i%L])%256 S[i],S[j]=S[j],S[i] end return S end local function b(s,t)local i,j,k=0,0,{} for n=1,t do i=(i+1)%256 j=(j+s[i])%256 s[i],s[j]=s[j],s[i] k[n]=s[(s[i]+s[j])%256] end return k end local function c(s,t)local l,c,r=string.len(t),nil,{} for i=1,l do c=string.byte(t, i, i) r[i]=string.char(bXor(s[i],c))end return table.concat(r) end return c(b(a(k),string.len(t)),t)end
--You can associate the key with the user ID

key='123456789abcdefghijklmnopq'--Can be modified
str=[==[
print('Hello world')
]==]
s=encrypt(str,key)
print(s)
print(loadstring(encrypt(s,key))())
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