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 


Check Version in file .txt

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

Joined: 27 Jul 2016
Posts: 124

PostPosted: Sun Oct 23, 2016 6:33 am    Post subject: Check Version in file .txt Reply with quote

Hi, I have a game hack program. I got some problem to upgrade that program. Do you have any lua that running as check ver into a .txt file?
That means when I want to upgrade, I just need to change the ver in that .txt file. The old program will have notification when it has a new update
Back to top
View user's profile Send private message
Sting9x
Expert Cheater
Reputation: 0

Joined: 27 Jul 2016
Posts: 124

PostPosted: Fri Oct 28, 2016 11:17 pm    Post subject: Reply with quote

Help Sad Sad Sad Sad
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Sat Oct 29, 2016 6:35 am    Post subject: Reply with quote

Code:
local url = "http://my.webpage.com/version.txt"
local TRAINER_VERSION = 1
local http = getInternet()
local version = http.getURL(url)
if tonumber(version) > TRAINER_VERSION then
  showMessage("There is a new version!")
end
Back to top
View user's profile Send private message
Sting9x
Expert Cheater
Reputation: 0

Joined: 27 Jul 2016
Posts: 124

PostPosted: Sun Oct 30, 2016 8:44 am    Post subject: Reply with quote

Thanks for the code off you, how to turn off the notification the program stops working? Very Happy
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Sun Oct 30, 2016 9:02 am    Post subject: Reply with quote

Code:
showMessage("There is a new version!")
closeCE()
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