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 


Encrypting loadstring

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

Joined: 10 Apr 2013
Posts: 87

PostPosted: Sat Nov 09, 2013 1:12 pm    Post subject: Encrypting loadstring Reply with quote

OK so I have this script which Daspammer gave to me once when I asked him is their any way to encrypt the loadstrings but still I got no clue how can I use it in doing http request ? I want to encrypt the address of my site location from where the script is called can any one throw some light

Code:
Text = 'This is a random text'
local NewText = ''
-- Encryption part.
for i = 1,Text:len() do
    if i~=Text:len() then
      NewText = NewText .. string.byte(Text,i) .. ','
    else
      NewText = NewText .. string.byte(Text,i)
    end
end
Text = NewText
print(Text);


Back to top
View user's profile Send private message
daspamer
Grandmaster Cheater Supreme
Reputation: 54

Joined: 13 Sep 2011
Posts: 1588

PostPosted: Sat Nov 09, 2013 4:10 pm    Post subject: Reply with quote

This just converts text to numbers to avoid a plain text.
You can write your own encryption method (As I told you before).:

And you can't encrypt the site you're obtaining the data from.
If someone sniffs the packets, he can see the website url.
And response.

_________________
I'm rusty and getting older, help me re-learn lua.
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 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