CLEO Help [HELP] Please change the activate button of this CLEO, Thanks!

CLEO related
Status
Not open for further replies.

noobish

Active member
Joined
Feb 16, 2014
Messages
120
Reaction score
0
I cant change because it give me this error
5066ad2bb9.png


I want to change the "Insert button" Into "Shift + X" Button to activate the mod

Thank you very very much in advance!
 

Attachments

  • HELLBURN.v.0.2[0].cs
    18.5 KB · Views: 26

noobish

Active member
Joined
Feb 16, 2014
Messages
120
Reaction score
0
D.Kay link said:
it's Crypted - which mean you can't open that and change...

OHH!! Thank you :)

But why on other CLEO mods i cant open before i install the sampfuncs (( script mode )) and mgfuncs (( Script mode )) then after, It works.

What do you mean by Crypted ?

EDIT: The "Ins" button is not functioning at my keyboard, Is there anyway to change the "ins" button into "Home" button, Like If you press "Home" Youll pressing Insert. and if you press "Ins" you pressing Home. How to do that?
 

PBplayer

Member
Joined
Apr 29, 2014
Messages
23
Reaction score
0
Lol noob cleo c-crypter is a program that protects the cleo mod so no newbies can edit it and say they made it :D
 

noobish

Active member
Joined
Feb 16, 2014
Messages
120
Reaction score
0
Kinky.ExE link said:
:challenge_accepted: What do want it to activate it with? ill do it

Shift + X  :computer_guy:

P.S: After i choose a debug option at Sanny builder, All of my CLEOs got fucked up! I cannot open it with sanny builder after i choose some options in debug!. What do i need to do ?  :table_flip: :table_flip: :table_flip: :table_flip: :table_flip:

EDIT: HUEHUHE, I just install the latest sanny builder then i can edit all CLEOs! :p , Nevermind, Ill do it myself. Anyway, Thanks for your reply!

EDIT 2: I need a help of this "wait" thing inside the CLEO scripter!. What does this mean? for example "wait 250" does it mean it needs to wait 250 seconds to make the text/command happen ?
 

noobish

Active member
Joined
Feb 16, 2014
Messages
120
Reaction score
0
I need a help of this "wait" thing inside the CLEO scripter!. What does this mean? for example "wait 250" does it mean it needs to wait 250 seconds to make the text/command happen ?
 

supercan590

Active member
Joined
Aug 28, 2013
Messages
46
Reaction score
6
noobish link said:
I need a help of this "wait" thing inside the CLEO scripter!. What does this mean? for example "wait 250" does it mean it needs to wait 250 seconds to make the text/command happen ?
Wait 250 simply means that in this part of the Cleo script, the script halts for 250 milliseconds.
So wait 1000 would mean 1 second
 

noobish

Active member
Joined
Feb 16, 2014
Messages
120
Reaction score
0
Thanks guys!

How about if i want to show a 2 high prioty text

For example: CHEAT ON after 2 or 3 seconds, "Made by: Noobish"

How to do that??
 

supercan590

Active member
Joined
Aug 28, 2013
Messages
46
Reaction score
6
noobish link said:
Thanks guys!

How about if i want to show a 2 high prioty text

For example: CHEAT ON after 2 or 3 seconds, "Made by: Noobish"

How to do that??
If you go to sannybuilder and click on Tools > IDE Tools > Opcode search, you can find opcodes you are looking for, and are available.
You're looking for this Opcode:
0ACD: show_text_highpriority "~R~Message" time 5000
The Parameters,(the message and time) are what you can change.
Right now, this will show the message on the screen: "Message" in red, signified by ~R~
The message will show for five seconds, signified by 5000
You'll know what to do.
 

noobish

Active member
Joined
Feb 16, 2014
Messages
120
Reaction score
0
Flapjack92 link said:
[quote author=noobish link=topic=8279.msg47591#msg47591 date=1405222898]
Thanks guys!

How about if i want to show a 2 high prioty text

For example: CHEAT ON after 2 or 3 seconds, "Made by: Noobish"

How to do that??
If you go to sannybuilder and click on Tools > IDE Tools > Opcode search, you can find opcodes you are looking for, and are available.
You're looking for this Opcode:
0ACD: show_text_highpriority "~R~Message" time 5000
The Parameters,(the message and time) are what you can change.
Right now, this will show the message on the screen: "Message" in red, signified by ~R~
The message will show for five seconds, signified by 5000
You'll know what to do.
[/quote]

Nice :)

Now i get! :D

Time to troll  :forever_hurra: :forever_hurra: :forever_hurra:

BTW, Is this working too ?

c80c38d267.png
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
Or maybe you could just use
Code:
print
instead of 0ACD , shorter...
//
~R~ = RED
~P~ = PINK
~B~ = BLUE
~W~ = WHITE
~Y~ = YELLOW
~G~ = GREEN.
( put the ~[]~ infront of the text that you would like to change its color. )w
for example:
Code:
print "~B~BLABLA" time 2000
- Display the blue color text:  BLABLA in 2 secs.
 
Status
Not open for further replies.
Top