[CLOSED][CLEO] Accepting request

BielijWolfik

Member
Joined
Mar 19, 2016
Messages
15
Reaction score
1
i dont care, i wanna use it on ucf only, jsut for test
i didnt find any on youtube or something
 

Visitor

New member
Joined
Apr 28, 2018
Messages
2
Reaction score
0
Parazitas said:
~ First

If anyone don't know how make samp ready for cheating with cleo , watch this.:

https://www.youtube.com/watch?v=LEG8A2PKjb0&feature=youtu.be

~ Second

Everyone  very much wanna this AUTO SIGN CHECK cleo, so stop making same request and take this...

[shcode=cpp]
{$CLEO .cs}

0000:
 
wait 10000
   
while true
wait 0

if
0B4C: samp is_dialog_active -1
then
    wait 0
    alloc 5@ 512 //alloc
    0BD7: 5@ //get text
    IF
    0AD4: $NOT_USED = scan_string 5@ format "Check code: %d" 6@ //IF and SET
    THEN
    alloc 0@ 8
    format 0@ "%d" 6@  
    call @WaitRandomTime 2 lowerBorder 2200 higherBorder 3000
    0B4B: samp set_current_dialog_editbox_text 0@
    free 0@
    0B47: samp close_current_dialog_with_button 1 
    free 5@
    END 
end

end

:WaitRandomTime // 2 2200 3000
0209: 31@ = random_int_in_ranges 0@ 1@
wait 31@
ret 0
 
[/shcode]


** Third

If anyone need cleo auto say command "/signcheck"

[shcode=cpp]

{$CLEO .cs}
0000:

wait 10000


WHILE TRUE
    WAIT 0
    0AC8: 0@ = allocate_memory_size 260 // ALLOCATE MEMORY FOR THE CHAT STRING
FOR 1@ = 94 TO 99
    0AB1: @GETCHATENTRYTEXT 1 id 1@ to 0@ // THIS IS A FUNCTION THAT STORES THE LAST CHAT STRING INTO 0@ 
   
    IF OR
    0C29: 22@ = stristr string1 0@ string2 "Type /signcheck"
    0C29: 23@ = stristr string1 0@ string2 "/signcheck"
    THEN
        IF
        8B4C:  samp NOT_dialog_active -1
        THEN
            say "/signcheck"
            wait 1000 // anti spam
        END
    END
END
    0AC9: free_allocated_memory 0@ // FREE THE MEMORY
END

:getChatEntryText
0AF7: samp 1@ = get_base
1@ += 0x21A0E4
0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0
1@ += 0x136
0@ *= 252 // size of stChatEntry
005A: 1@ += 0@ // (int)
1@ += 28
0AB2: 1 1@

 
[/shcode]

Auto signcheck celo is not working. It is not even fill the box with numbers man.. Is there any activation key or smth?
 

Ayamabi

Active member
Joined
Mar 8, 2018
Messages
169
Reaction score
111
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): ///
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): //
3. What do you want (the most important part, explain this carefully): i want to scan lines in ini file and to remove any name from .ini

4. Details (add more details to your request): ////
5. Need On/off key or command ?: //
6. Give any picture or video: //
7. Your client is?: 0.3.7

you can check this out i already made script which write name to ini file but i don't know how to remove that name from ini file 

Code:
            alloc 16@            
            0AD4: 16@ = scan_string 16@ format "%d" 19@
            if
            Samp.IsPlayerConnected(19@)            
            then
            0B20: samp 18@ = actor_handle_by_samp_player_id 19@
            28@ = Samp.GetPlayerNickname(19@)
            if 0AAB:   file_exists "CLEO\Names.ini"
            then
            chatmsg "Player %s [] ID %d" -1 28@ 19@
            0A9A: 30@ = openfile "CLEO\Names.ini" mode "a" 
            WAIT 0
            0AD9: write_formatted_text "%s %c" in_file 30@ 28@ 0xA 
            0A9B: closefile 30@
            else
            chatmsg "Names.ini file not found!" 0xFFFFFFFF
            end
            end
            free 16@
 

san11

Active member
Joined
Aug 13, 2015
Messages
51
Reaction score
3
1. Name of the mod (if the mod doesn't exist, you don't have to tell one):Instant freeze
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): nowhere
3. What do you want (the most important part, explain this carefully):I want a cleo where i drive vehicle(train for example) and then i press a key and vehicle stops immidiately.
4. Details (add more details to your request): Example, i drive 160km/h and then i press key and it goes down to 0 instantly
5. Need On/off key or command ?: put it as numpad 5
6. Give any picture or video://
7. Your client is?: 0.3.7
 
Joined
Apr 18, 2018
Messages
8
Reaction score
0
Parazitas said:
~ First

If anyone don't know how make samp ready for cheating with cleo , watch this.:

https://www.youtube.com/watch?v=LEG8A2PKjb0&feature=youtu.be

~ Second

Everyone  very much wanna this AUTO SIGN CHECK cleo, so stop making same request and take this...

[shcode=cpp]
{$CLEO .cs}

0000:
 
wait 10000
   
while true
wait 0

if
0B4C: samp is_dialog_active -1
then
    wait 0
    alloc 5@ 512 //alloc
    0BD7: 5@ //get text
    IF
    0AD4: $NOT_USED = scan_string 5@ format "Check code: %d" 6@ //IF and SET
    THEN
    alloc 0@ 8
    format 0@ "%d" 6@  
    call @WaitRandomTime 2 lowerBorder 2200 higherBorder 3000
    0B4B: samp set_current_dialog_editbox_text 0@
    free 0@
    0B47: samp close_current_dialog_with_button 1 
    free 5@
    END 
end

end

:WaitRandomTime // 2 2200 3000
0209: 31@ = random_int_in_ranges 0@ 1@
wait 31@
ret 0
 
[/shcode]


** Third

If anyone need cleo auto say command "/signcheck"

[shcode=cpp]

{$CLEO .cs}
0000:

wait 10000


WHILE TRUE
    WAIT 0
    0AC8: 0@ = allocate_memory_size 260 // ALLOCATE MEMORY FOR THE CHAT STRING
FOR 1@ = 94 TO 99
    0AB1: @GETCHATENTRYTEXT 1 id 1@ to 0@ // THIS IS A FUNCTION THAT STORES THE LAST CHAT STRING INTO 0@ 
   
    IF OR
    0C29: 22@ = stristr string1 0@ string2 "Type /signcheck"
    0C29: 23@ = stristr string1 0@ string2 "/signcheck"
    THEN
        IF
        8B4C:  samp NOT_dialog_active -1
        THEN
            say "/signcheck"
            wait 1000 // anti spam
        END
    END
END
    0AC9: free_allocated_memory 0@ // FREE THE MEMORY
END

:getChatEntryText
0AF7: samp 1@ = get_base
1@ += 0x21A0E4
0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0
1@ += 0x136
0@ *= 252 // size of stChatEntry
005A: 1@ += 0@ // (int)
1@ += 28
0AB2: 1 1@

 
[/shcode]
sir, mods not working when signcheck comes it does nothing..
and it also gives me 28-40 fps, i think b'cuz of cleo 4.4,,, my orig fps was 90+..
pls helpp
 

_=Gigant=_

Well-known member
Joined
Mar 21, 2017
Messages
353
Reaction score
16
san11 said:
1. Name of the mod (if the mod doesn't exist, you don't have to tell one):Instant freeze
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): nowhere
3. What do you want (the most important part, explain this carefully):I want a cleo where i drive vehicle(train for example) and then i press a key and vehicle stops immidiately.
4. Details (add more details to your request): Example, i drive 160km/h and then i press key and it goes down to 0 instantly
5. Need On/off key or command ?: put it as numpad 5

[attachment=5498] press NUM 5 for instant stop, btw you can change key for activation just edit STOP.ini file in your CLEO folder
 

Attachments

  • InstantStopCar [NUM 5].cs
    17.8 KB · Views: 14

Parazitas

God
Joined
Jan 2, 2017
Messages
3,121
Solutions
5
Reaction score
882
Location
Lithuania
Jhon Anthony Pano said:
Parazitas said:
~ First

If anyone don't know how make samp ready for cheating with cleo , watch this.:

https://www.youtube.com/watch?v=LEG8A2PKjb0&feature=youtu.be

~ Second

Everyone  very much wanna this AUTO SIGN CHECK cleo, so stop making same request and take this...

[shcode=cpp]
{$CLEO .cs}

0000:
 
wait 10000
   
while true
wait 0

if
0B4C: samp is_dialog_active -1
then
    wait 0
    alloc 5@ 512 //alloc
    0BD7: 5@ //get text
    IF
    0AD4: $NOT_USED = scan_string 5@ format "Check code: %d" 6@ //IF and SET
    THEN
    alloc 0@ 8
    format 0@ "%d" 6@  
    call @WaitRandomTime 2 lowerBorder 2200 higherBorder 3000
    0B4B: samp set_current_dialog_editbox_text 0@
    free 0@
    0B47: samp close_current_dialog_with_button 1 
    free 5@
    END 
end

end

:WaitRandomTime // 2 2200 3000
0209: 31@ = random_int_in_ranges 0@ 1@
wait 31@
ret 0
 
[/shcode]


** Third

If anyone need cleo auto say command "/signcheck"

[shcode=cpp]

{$CLEO .cs}
0000:

wait 10000


WHILE TRUE
    WAIT 0
    0AC8: 0@ = allocate_memory_size 260 // ALLOCATE MEMORY FOR THE CHAT STRING
FOR 1@ = 94 TO 99
    0AB1: @GETCHATENTRYTEXT 1 id 1@ to 0@ // THIS IS A FUNCTION THAT STORES THE LAST CHAT STRING INTO 0@ 
   
    IF OR
    0C29: 22@ = stristr string1 0@ string2 "Type /signcheck"
    0C29: 23@ = stristr string1 0@ string2 "/signcheck"
    THEN
        IF
        8B4C:  samp NOT_dialog_active -1
        THEN
            say "/signcheck"
            wait 1000 // anti spam
        END
    END
END
    0AC9: free_allocated_memory 0@ // FREE THE MEMORY
END

:getChatEntryText
0AF7: samp 1@ = get_base
1@ += 0x21A0E4
0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0
1@ += 0x136
0@ *= 252 // size of stChatEntry
005A: 1@ += 0@ // (int)
1@ += 28
0AB2: 1 1@

 
[/shcode]
sir, mods not working when signcheck comes it does nothing..
and it also gives me 28-40 fps, i think b'cuz of cleo 4.4,,, my orig fps was 90+..
pls helpp

I tired... , no more request about signcheck...
I tested and it's work , i don't wanna see this shit...
 
Joined
Apr 18, 2018
Messages
8
Reaction score
0
Parazitas said:
Jhon Anthony Pano said:
Parazitas said:
~ First

If anyone don't know how make samp ready for cheating with cleo , watch this.:

https://www.youtube.com/watch?v=LEG8A2PKjb0&feature=youtu.be

~ Second

Everyone  very much wanna this AUTO SIGN CHECK cleo, so stop making same request and take this...

[shcode=cpp]
{$CLEO .cs}

0000:
 
wait 10000
   
while true
wait 0

if
0B4C: samp is_dialog_active -1
then
    wait 0
    alloc 5@ 512 //alloc
    0BD7: 5@ //get text
    IF
    0AD4: $NOT_USED = scan_string 5@ format "Check code: %d" 6@ //IF and SET
    THEN
    alloc 0@ 8
    format 0@ "%d" 6@  
    call @WaitRandomTime 2 lowerBorder 2200 higherBorder 3000
    0B4B: samp set_current_dialog_editbox_text 0@
    free 0@
    0B47: samp close_current_dialog_with_button 1 
    free 5@
    END 
end

end

:WaitRandomTime // 2 2200 3000
0209: 31@ = random_int_in_ranges 0@ 1@
wait 31@
ret 0
 
[/shcode]


** Third

If anyone need cleo auto say command "/signcheck"

[shcode=cpp]

{$CLEO .cs}
0000:

wait 10000


WHILE TRUE
    WAIT 0
    0AC8: 0@ = allocate_memory_size 260 // ALLOCATE MEMORY FOR THE CHAT STRING
FOR 1@ = 94 TO 99
    0AB1: @GETCHATENTRYTEXT 1 id 1@ to 0@ // THIS IS A FUNCTION THAT STORES THE LAST CHAT STRING INTO 0@ 
   
    IF OR
    0C29: 22@ = stristr string1 0@ string2 "Type /signcheck"
    0C29: 23@ = stristr string1 0@ string2 "/signcheck"
    THEN
        IF
        8B4C:  samp NOT_dialog_active -1
        THEN
            say "/signcheck"
            wait 1000 // anti spam
        END
    END
END
    0AC9: free_allocated_memory 0@ // FREE THE MEMORY
END

:getChatEntryText
0AF7: samp 1@ = get_base
1@ += 0x21A0E4
0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0
1@ += 0x136
0@ *= 252 // size of stChatEntry
005A: 1@ += 0@ // (int)
1@ += 28
0AB2: 1 1@

 
[/shcode]
sir, mods not working when signcheck comes it does nothing..
and it also gives me 28-40 fps, i think b'cuz of cleo 4.4,,, my orig fps was 90+..
pls helpp

I tired... , no more request about signcheck...
I tested and it's work , i don't wanna see this shit...
okay, but look. https://imgur.com/a/N0uQXU7 no input
 

dom123

New member
Joined
Apr 26, 2018
Messages
1
Reaction score
1
@Parazitas , cleo autosigncheck error , when i type /vstorage my gta run like matrix so slow , how to fix this
 

Ayamabi

Active member
Joined
Mar 8, 2018
Messages
169
Reaction score
111
@Parazitas hello, can you check my request its on page 24 last post...
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,121
Solutions
5
Reaction score
882
Location
Lithuania
Ayamabi said:
@Parazitas hello, can you check my request its on page 24 last post...

U mean add or remove?

PHP:
{$CLEO .cs}
0000:

wait 10000

0B34: "name" @WRITE_NAME_TO_FILE

while true
wait 0
end
           
           
           
:WRITE_NAME_TO_FILE    
0B35: samp 16@ = get_last_command_params       
0AD4: $NOT_USED = scan_string 16@ format "%d" 19@
IF
Samp.IsPlayerConnected(19@)            
THEN
    28@ = Samp.GetPlayerNickname(19@)           
    IF
    8AAB: file_exists "CLEO\Names.ini"
    THEN
        WHILE 8A9A: 0@ = openfile "CLEO\Names.ini" mode "at" // IF and SET
        wait 0
        END
        chatmsg "Player %s [] ID %d" -1 28@ 19@
        0AD9: write_text "%s %c" in_file 0@ 28@ 0xA // 0xA - NEW LINE
        0A9B: closefile 0@
    ELSE
        chatmsg "Names.ini file not found!" 0xFFFFFFFF
    END
END
0B43: samp cmd_ret
 

Ayamabi

Active member
Joined
Mar 8, 2018
Messages
169
Reaction score
111
Parazitas said:
U mean add or remove?

PHP:
{$CLEO .cs}
0000:

wait 10000

0B34: "name" @WRITE_NAME_TO_FILE

while true
wait 0
end
           
           
           
:WRITE_NAME_TO_FILE    
0B35: samp 16@ = get_last_command_params       
0AD4: $NOT_USED = scan_string 16@ format "%d" 19@
IF
Samp.IsPlayerConnected(19@)            
THEN
    28@ = Samp.GetPlayerNickname(19@)           
    IF
    8AAB: file_exists "CLEO\Names.ini"
    THEN
        WHILE 8A9A: 0@ = openfile "CLEO\Names.ini" mode "at" // IF and SET
        wait 0
        END
        chatmsg "Player %s [] ID %d" -1 28@ 19@
        0AD9: write_text "%s %c" in_file 0@ 28@ 0xA // 0xA - NEW LINE
        0A9B: closefile 0@
    ELSE
        chatmsg "Names.ini file not found!" 0xFFFFFFFF
    END
END
0B43: samp cmd_ret

remove i want to remove
 

Sam201

Well-known member
Joined
Sep 22, 2014
Messages
233
Solutions
1
Reaction score
15
1. Name of the mod (if the mod doesn't exist, you don't have to tell one) : keep cars on fire
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): S0biet or blue eclipse
3. What do you want (the most important part, explain this carefully): on s0biet or blue eclipse there is an option called keep cars on fire through patches i guess it doesn't let any car explode on your screen it keeps it on fire i want that function to be a cleo just that
4. Details (add more details to your request): i've detailed it up there ^^
5. Need On/off key or command ?: any cmd you like example /kcof >> shortcut of keep cars on fire
6. Give any picture or video: i think its obvious
7. Your client is?: samp 0.3.7
 

Lactoz

New member
Joined
Jan 7, 2018
Messages
0
Reaction score
0
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): MgBull.cs
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): ugbase
3. What do you want (the most important part, explain this carefully): It is not functioning on 0.3.7 R2 properly, it sends the bullets but the players are not harmed and the players can't see any bullets.

4. Details (add more details to your request): http://ugbase.eu/Thread-CLEO-mgbull-Bullet-PRO-0-3-7-UPDATE-HOT?highlight=mgbull
5. Need On/off key or command ?: default
6. Give any picture or video: ...
7. Your client is?: 0.3.7 r2
 
Top