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 


(IMPORTANT HELP I NEEd now) PLS HELP ME NOWW

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

Joined: 24 Dec 2017
Posts: 66

PostPosted: Thu Jul 04, 2019 11:47 pm    Post subject: (IMPORTANT HELP I NEEd now) PLS HELP ME NOWW Reply with quote

How to make CETIMER with results in random text
if i click on some Button
so the CETimer will enabled
UDF1.CETImer1.Enabled = true
and the cetimer Script is
:
Generating Random text into CELabel
like
01010110101010
10101101001010
01101010110110
01010101010011
11001010011010
01010101010010

Thanks!

_________________
Hi Lynxz Gaming
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

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

PostPosted: Fri Jul 05, 2019 12:05 am    Post subject: Reply with quote

have this in the timer code:
Code:

local r=''
local v=math.random(65536)
local i,v2
for i=0,13 do
  v2=v >> i
  if (v2 & 1)==1 then
    r='1'..r
  else
    r='0'..r
  end
end

UDF1.CELabel1.Caption=r


And adjust UDF1.CELabel1 to the name you actually use

_________________
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
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