Put AHK into CLEO

Dwayne

Active member
Joined
Jun 4, 2014
Messages
125
Reaction score
0
Anyone can help me put AHK into CLEO
ON/OFF: Any key
Pls!
Thank

Code:
!`::
SendInput t/getmats{enter}
sleep 20000
sendinput t/pcp{enter}
sleep 50
sendinput t/plpos 3{enter}
sleep 50
SendInput t/getmats{enter}
sleep 20000
sendinput t/pcp{enter}
sleep 50
sendinput t/plpos 3{enter}
sleep 50
sendinput t/getmats{enter}
sleep 20000
t/pcp{enter}
return
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,104
Solutions
5
Reaction score
882
Location
Lithuania
Like that?

Code:
{$CLEO .cs}
0000:
thread "Get Mats"
0B34: samp register_client_command "mats" to_label @cmd
0@ = 0

/// wait 1000 - 1 seconds


//////

:MAIN       
wait 0
if
0@ == 1
then
wait 100  /// You can change time        
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/pcp"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/plpos 3"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/pcp"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/plpos 3"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end
///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

SAMP.CmdRet()
jump @MAIN       

:CMD
wait 0
if
056D:   actor $PLAYER_ACTOR defined
then
0B12: 0@ = 0@ XOR 1
if
0@ == 1
then
0ACD: show_text_highpriority "Auto Get Mats: ~g~ON~w~" time 1500
else
0ACD: show_text_highpriority "Auto Get Mats: ~r~OFF~w~" time 1500
end
end
SAMP.CmdRet()
jump @MAIN
 

Dwayne

Active member
Joined
Jun 4, 2014
Messages
125
Reaction score
0
Parazitas said:
Like that?

Code:
{$CLEO .cs}
0000:
thread "Get Mats"
0B34: samp register_client_command "mats" to_label @cmd
0@ = 0

/// wait 1000 - 1 seconds


//////

:MAIN       
wait 0
if
0@ == 1
then
wait 100  /// You can change time        
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/pcp"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/plpos 3"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/pcp"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/plpos 3"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end
///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

SAMP.CmdRet()
jump @MAIN       

:CMD
wait 0
if
056D:   actor $PLAYER_ACTOR defined
then
0B12: 0@ = 0@ XOR 1
if
0@ == 1
then
0ACD: show_text_highpriority "Auto Get Mats: ~g~ON~w~" time 1500
else
0ACD: show_text_highpriority "Auto Get Mats: ~r~OFF~w~" time 1500
end
end
SAMP.CmdRet()
jump @MAIN

Love u
But i don't know add sb data in my sanny builder
Error, can u help me this?
Pls
http://imgur.com/TmvvygX
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,104
Solutions
5
Reaction score
882
Location
Lithuania
Explane .:
1. Go to http://ugbase.eu/Thread-ASI-SAMPFUNCS-5-3-0-3-7
2. Download.: sf_5_3_3_sdk.zip
3. Then open.: sf_5_3_3_sdk.zip
4. Then you see SB data
5. Next go to ....\Sanny Builder 3\data\sa
6. All files of SB data put and replace in to folder ....\Sanny Builder 3\data\sa.
7. Finished.

Good luck.
 

Dwayne

Active member
Joined
Jun 4, 2014
Messages
125
Reaction score
0
Parazitas said:
Explane .:
1. Go to http://ugbase.eu/Thread-ASI-SAMPFUNCS-5-3-0-3-7
2. Download.:   sf_5_3_3_sdk.zip
3. Then open.:   sf_5_3_3_sdk.zip
4. Then you see  SB data
5.  Next go to ....\Sanny Builder 3\data\sa
6. All files of SB data put and replace in to folder ....\Sanny Builder 3\data\sa.
7. Finished.

Good luck.

It work. Thanks you very much. You are my angel :yesyes:
 

Dwayne

Active member
Joined
Jun 4, 2014
Messages
125
Reaction score
0
Parazitas said:
Like that?

Code:
{$CLEO .cs}
0000:
thread "Get Mats"
0B34: samp register_client_command "mats" to_label @cmd
0@ = 0

/// wait 1000 - 1 seconds


//////

:MAIN       
wait 0
if
0@ == 1
then
wait 100  /// You can change time        
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/pcp"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/plpos 3"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/pcp"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/plpos 3"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end
///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

SAMP.CmdRet()
jump @MAIN       

:CMD
wait 0
if
056D:   actor $PLAYER_ACTOR defined
then
0B12: 0@ = 0@ XOR 1
if
0@ == 1
then
0ACD: show_text_highpriority "Auto Get Mats: ~g~ON~w~" time 1500
else
0ACD: show_text_highpriority "Auto Get Mats: ~r~OFF~w~" time 1500
end
end
SAMP.CmdRet()
jump @MAIN

why it not working when i type MATS?
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,104
Solutions
5
Reaction score
882
Location
Lithuania
Dwayne said:
Parazitas said:
Like that?

Code:
{$CLEO .cs}
0000:
thread "Get Mats"
0B34: samp register_client_command "mats" to_label @cmd
0@ = 0

/// wait 1000 - 1 seconds


//////

:MAIN       
wait 0
if
0@ == 1
then
wait 100  /// You can change time        
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/pcp"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/plpos 3"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/pcp"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/plpos 3"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end
///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

SAMP.CmdRet()
jump @MAIN       

:CMD
wait 0
if
056D:   actor $PLAYER_ACTOR defined
then
0B12: 0@ = 0@ XOR 1
if
0@ == 1
then
0ACD: show_text_highpriority "Auto Get Mats: ~g~ON~w~" time 1500
else
0ACD: show_text_highpriority "Auto Get Mats: ~r~OFF~w~" time 1500
end
end
SAMP.CmdRet()
jump @MAIN

why it not working when i type MATS?

Do u have SAMPFUNCS ?
 

Dwayne

Active member
Joined
Jun 4, 2014
Messages
125
Reaction score
0
Parazitas said:
Dwayne said:
Parazitas said:
Like that?

Code:
{$CLEO .cs}
0000:
thread "Get Mats"
0B34: samp register_client_command "mats" to_label @cmd
0@ = 0

/// wait 1000 - 1 seconds


//////

:MAIN       
wait 0
if
0@ == 1
then
wait 100  /// You can change time        
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/pcp"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/plpos 3"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/pcp"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/plpos 3"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end
///////
if
0@ == 1
then
wait 100  /// You can change time     
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

SAMP.CmdRet()
jump @MAIN       

:CMD
wait 0
if
056D:   actor $PLAYER_ACTOR defined
then
0B12: 0@ = 0@ XOR 1
if
0@ == 1
then
0ACD: show_text_highpriority "Auto Get Mats: ~g~ON~w~" time 1500
else
0ACD: show_text_highpriority "Auto Get Mats: ~r~OFF~w~" time 1500
end
end
SAMP.CmdRet()
jump @MAIN

why it not working when i type MATS?

Do u have SAMPFUNCS ?

Yes,of course
 

Nate Denyer

Member
Joined
Aug 6, 2023
Messages
5
Reaction score
0
Explane .:
1. Go to http://ugbase.eu/Thread-ASI-SAMPFUNCS-5-3-0-3-7
2. Download.: sf_5_3_3_sdk.zip
3. Then open.: sf_5_3_3_sdk.zip
4. Then you see SB data
5. Next go to ....\Sanny Builder 3\data\sa
6. All files of SB data put and replace in to folder ....\Sanny Builder 3\data\sa.
7. Finished.

Good luck.
Like that?

Code:
{$CLEO .cs}
0000:
thread "Get Mats"
0B34: samp register_client_command "mats" to_label @cmd
0@ = 0

/// wait 1000 - 1 seconds


//////

:MAIN      
wait 0
if
0@ == 1
then
wait 100  /// You can change time       
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time    
0AF9: samp say_msg "/pcp"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time    
0AF9: samp say_msg "/plpos 3"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time    
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time    
0AF9: samp say_msg "/pcp"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 100  /// You can change time    
0AF9: samp say_msg "/plpos 3"
end

if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end
///////
if
0@ == 1
then
wait 100  /// You can change time    
0AF9: samp say_msg "/getmats"
end

if
0@ == 1
then
wait 20000  /// Pause before moving on to the next
end

///////
if
0@ == 1
then
wait 50  /// Pause before moving on to the next
end

SAMP.CmdRet()
jump @MAIN      

:CMD
wait 0
if
056D:   actor $PLAYER_ACTOR defined
then
0B12: 0@ = 0@ XOR 1
if
0@ == 1
then
0ACD: show_text_highpriority "Auto Get Mats: ~g~ON~w~" time 1500
else
0ACD: show_text_highpriority "Auto Get Mats: ~r~OFF~w~" time 1500
end
end
SAMP.CmdRet()
jump @MAIN
yo bro can you make me a macro for my mouse button4 that when i click it, it types =t/getmats thanks!
 

dphome

Well-known member
Joined
Mar 21, 2020
Messages
456
Solutions
9
Reaction score
165
Location
Poland
Any SA:MP Version.
PHP:
{$CLEO .cs}
0000:

WHILE TRUE
WAIT 0

IF AND
0AB0:   is_key_pressed 18 // Left Alt
0AB0:   is_key_pressed 192 // `
THEN
    IF 0256:   player $PLAYER_CHAR defined
    THEN
        0AB1: @get_samp_version_id 0 _returned: ID 0@        
        0AC8: 1@ = allocate_memory_size 1024
        0AD3: 1@ = format "/getmats"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 1@
        WAIT 20000
        0AC8: 2@ = allocate_memory_size 1024
        0AD3: 2@ = format "/pcp"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 2@
        WAIT 50    
        0AC8: 3@ = allocate_memory_size 1024
        0AD3: 3@ = format "/plpos 3"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 3@
        WAIT 50    
        0AC8: 4@ = allocate_memory_size 1024
        0AD3: 4@ = format "/getmats"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 4@ 
        WAIT 20000   
        0AC8: 5@ = allocate_memory_size 1024
        0AD3: 5@ = format "/pcp"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 5@ 
        WAIT 50   
        0AC8: 6@ = allocate_memory_size 1024
        0AD3: 6@ = format "/plpos 3"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 6@ 
        WAIT 50   
        0AC8: 7@ = allocate_memory_size 1024
        0AD3: 7@ = format "/getmats"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 7@
        WAIT 20000
        0AC8: 8@ = allocate_memory_size 1024
        0AD3: 8@ = format "/pcp"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 8@         
    END              
END

END
0A93: terminate_this_custom_script
 

Attachments

  • Script.cs
    24.8 KB · Views: 8

Nate Denyer

Member
Joined
Aug 6, 2023
Messages
5
Reaction score
0
Any SA:MP Version.
PHP:
{$CLEO .cs}
0000:

WHILE TRUE
WAIT 0

IF AND
0AB0:   is_key_pressed 18 // Left Alt
0AB0:   is_key_pressed 192 // `
THEN
    IF 0256:   player $PLAYER_CHAR defined
    THEN
        0AB1: @get_samp_version_id 0 _returned: ID 0@       
        0AC8: 1@ = allocate_memory_size 1024
        0AD3: 1@ = format "/getmats"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 1@
        WAIT 20000
        0AC8: 2@ = allocate_memory_size 1024
        0AD3: 2@ = format "/pcp"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 2@
        WAIT 50   
        0AC8: 3@ = allocate_memory_size 1024
        0AD3: 3@ = format "/plpos 3"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 3@
        WAIT 50   
        0AC8: 4@ = allocate_memory_size 1024
        0AD3: 4@ = format "/getmats"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 4@
        WAIT 20000  
        0AC8: 5@ = allocate_memory_size 1024
        0AD3: 5@ = format "/pcp"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 5@
        WAIT 50  
        0AC8: 6@ = allocate_memory_size 1024
        0AD3: 6@ = format "/plpos 3"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 6@
        WAIT 50  
        0AC8: 7@ = allocate_memory_size 1024
        0AD3: 7@ = format "/getmats"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 7@
        WAIT 20000
        0AC8: 8@ = allocate_memory_size 1024
        0AD3: 8@ = format "/pcp"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 8@        
    END             
END

END
0A93: terminate_this_custom_script
<33333
 

Nate Denyer

Member
Joined
Aug 6, 2023
Messages
5
Reaction score
0
Any SA:MP Version.
PHP:
{$CLEO .cs}
0000:

WHILE TRUE
WAIT 0

IF AND
0AB0:   is_key_pressed 18 // Left Alt
0AB0:   is_key_pressed 192 // `
THEN
    IF 0256:   player $PLAYER_CHAR defined
    THEN
        0AB1: @get_samp_version_id 0 _returned: ID 0@       
        0AC8: 1@ = allocate_memory_size 1024
        0AD3: 1@ = format "/getmats"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 1@
        WAIT 20000
        0AC8: 2@ = allocate_memory_size 1024
        0AD3: 2@ = format "/pcp"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 2@
        WAIT 50   
        0AC8: 3@ = allocate_memory_size 1024
        0AD3: 3@ = format "/plpos 3"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 3@
        WAIT 50   
        0AC8: 4@ = allocate_memory_size 1024
        0AD3: 4@ = format "/getmats"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 4@
        WAIT 20000  
        0AC8: 5@ = allocate_memory_size 1024
        0AD3: 5@ = format "/pcp"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 5@
        WAIT 50  
        0AC8: 6@ = allocate_memory_size 1024
        0AD3: 6@ = format "/plpos 3"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 6@
        WAIT 50  
        0AC8: 7@ = allocate_memory_size 1024
        0AD3: 7@ = format "/getmats"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 7@
        WAIT 20000
        0AC8: 8@ = allocate_memory_size 1024
        0AD3: 8@ = format "/pcp"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 8@        
    END             
END

END
0A93: terminate_this_custom_script
yo bro, do i need to press Lalt to do this? if yes, can u do this to mouse button 4 or Rctrl? bcz Lalt is the hotkey for NOS
 

Nate Denyer

Member
Joined
Aug 6, 2023
Messages
5
Reaction score
0
yo bro how doe this work?
Any SA:MP Version.
PHP:
{$CLEO .cs}
0000:

WHILE TRUE
WAIT 0

IF AND
0AB0:   is_key_pressed 18 // Left Alt
0AB0:   is_key_pressed 192 // `
THEN
    IF 0256:   player $PLAYER_CHAR defined
    THEN
        0AB1: @get_samp_version_id 0 _returned: ID 0@       
        0AC8: 1@ = allocate_memory_size 1024
        0AD3: 1@ = format "/getmats"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 1@
        WAIT 20000
        0AC8: 2@ = allocate_memory_size 1024
        0AD3: 2@ = format "/pcp"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 2@
        WAIT 50   
        0AC8: 3@ = allocate_memory_size 1024
        0AD3: 3@ = format "/plpos 3"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 3@
        WAIT 50   
        0AC8: 4@ = allocate_memory_size 1024
        0AD3: 4@ = format "/getmats"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 4@
        WAIT 20000  
        0AC8: 5@ = allocate_memory_size 1024
        0AD3: 5@ = format "/pcp"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 5@
        WAIT 50  
        0AC8: 6@ = allocate_memory_size 1024
        0AD3: 6@ = format "/plpos 3"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 6@
        WAIT 50  
        0AC8: 7@ = allocate_memory_size 1024
        0AD3: 7@ = format "/getmats"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 7@
        WAIT 20000
        0AC8: 8@ = allocate_memory_size 1024
        0AD3: 8@ = format "/pcp"
        0AB1: @process_chat_input 2 SampVersionID 0@ InputText 8@        
    END             
END

END
0A93: terminate_this_custom_script
how does this worik?
 
Top