CLEO Help Change hot key.....

CLEO related
Status
Not open for further replies.

sameer

Active member
Joined
Jun 1, 2014
Messages
190
Reaction score
0
Hello ugbase members
i found something cool teleporter.
But activation key is not good.
Please change it to button " P "
i try sanny builder to change activation key to key code "80" but it says error.
So anyone change the key please
http://ugbase.eu/releases-6/(release)teleport-mod-ver2/msg40407/#msg40407


My one more request
i have two cleos which i want to combine that two cleos. I tried opcode script to combine then . But i got error.
 

sameer

Active member
Joined
Jun 1, 2014
Messages
190
Reaction score
0
Paul159 link said:
[quote author=Ozone link=topic=8859.msg51335#msg51335 date=1406817761]
[quote author=Paul159 link=topic=8859.msg51331#msg51331 date=1406817118]
Here :
ok thanks
i will try it later im noob
And give me tutorial
how to combine 2 cleos
http://ugbase.eu/snippets/run-cleo-in-cleo/msg28757/#msg28757
[/quote] Ask for [member=60]Opcode.eXe[/member]
[/quote]she never reply :-(
 

rottentwinkie

Moderator
Moderator
Joined
Apr 4, 2014
Messages
608
Reaction score
1
Ozone link said:
[quote author=Paul159 link=topic=8859.msg51336#msg51336 date=1406817983]
[quote author=Ozone link=topic=8859.msg51335#msg51335 date=1406817761]
[quote author=Paul159 link=topic=8859.msg51331#msg51331 date=1406817118]
Here :
ok thanks
i will try it later im noob
And give me tutorial
how to combine 2 cleos
http://ugbase.eu/snippets/run-cleo-in-cleo/msg28757/#msg28757
[/quote] Ask for [member=60]Opcode.eXe[/member]
[/quote]she never reply :-(
[/quote]

Code:
{$CLEO .cs}
0000:
0662: NOP "#########################"
0662: NOP "___Made by Opcode.eXe___"  { BASIC THREAD }
0662: NOP "Www.Youtube.Com/OpcodeXe"
0662: NOP "#########################"
 
0AB1: call_scm_func @RUN_CLEO_MOD 1 AT LINE [member=7534]cLeo[/member]
 //Add a whole script from cleo number 1 in here
 
WHILE TRUE
    wait 0
    if
    0AB0: 49 // X
    then
        0AD1: show_formatted_text_highpriority "CLEO THREAD_1 IS RUNNING! %d" time 1 33@
    end
END
 
 
:CLEO
0000:
WHILE TRUE
    wait 0
    if
    0AB0: 50 // X
    then
        0AD1: show_formatted_text_highpriority "CLEO THREAD_2 IS RUNNING! %d" time 1 33@
    end
END
 
 //Add a whole script from cleo number 2 in here
:RUN_CLEO
0A9F: 32@ = current_thread_pointer
000A: 32@ += 0x10
0A8D: 32@ = read_memory 32@ size 4 virtual_protect 0
0062: 32@ -= 0@
0AA7: call_function 0x464C20 num_params 1 pop 1 32@ 33@
005A: 32@ += 0@
000A: 33@ += 0x10
0A8C: write_memory 33@ size 4 value 32@ virtual_protect 0
000A: 33@ += 0x2C
for 32@ = 0 to 30
    0A8C: write_memory 33@ size 4 value 1@(32@,30i) virtual_protect 0
    000A: 33@ += 4
end
0AB2: ret 0

Please correct me if i wrong.
 
Status
Not open for further replies.
Top