Help Cleo help me pls.

ZyZ.MaxiM

Active member
Joined
Nov 14, 2022
Messages
95
Solutions
2
Reaction score
4
Hi there, can someone make me a cleo script. So after i put the password to my account, i have to put the pin to the account to gain acces, what i wanted is to put the pin by itself:
1715264328549.png
I think the pin menu is a textdraw, bcuz i need to use the mouse.
Can someone makt it, if it is possible?
 

Expl01T3R

Active member
Joined
Nov 20, 2022
Messages
128
Reaction score
21
Location
Czech Republic
Make it by urself?
Dump ids of these numbers td,
make func with input param containing numbers (ex. "1234") => each number(1,2,3,4) convert to clicking on number td,
for clicking on number td use rpc:

SelectTextDraw - ID: 83​

Parameters: UINT16 clickedid

Call func("6969") - it will click on textdraw 6,9 then 6 and again 9
Profit?
 
Top