CLEO Help Ping amplifier

CLEO related

Twoshotxd

Member
Joined
Apr 7, 2021
Messages
7
Reaction score
1
Location
Texas
Hello.

I've long wanted a script that modifies the ping amplifier for illegal uses



sometimes the function of this is very slow so I need a script that makes the ping change to excessive ping values


Example
400-500-300-200-400


I am not a cheat developer, so can someone give me the necessary help to achieve this.

you know, ping in sequences from high to low


Thanks greetings.
 

SobFoX

Expert
Joined
Jul 14, 2015
Messages
1,386
Solutions
4
Reaction score
893
Location
Israel
Are you looking to change quickly? Because it changes simply the server only displays it after a few seconds because it does not update quickly ..
 

Twoshotxd

Member
Joined
Apr 7, 2021
Messages
7
Reaction score
1
Location
Texas
Are you looking to change quickly? Because it changes simply the server only displays it after a few seconds because it does not update quickly ..
Bro that's the one I already have

I need one that starts to automatically change the ping to excessive values

using a single command, for example one like this

/ setampl on

and that it begins to put high values, from 300 to 400 up to 500 and that it returns to 100 in sequenc
 

SobFoX

Expert
Joined
Jul 14, 2015
Messages
1,386
Solutions
4
Reaction score
893
Location
Israel
Bro that's the one I already have

I need one that starts to automatically change the ping to excessive values

using a single command, for example one like this

/ setampl on

and that it begins to put high values, from 300 to 400 up to 500 and that it returns to 100 in sequenc
You can make a button that fakes using a sample command / setampl 500 and another button that does / setampl 0 which is your usual

{$CLEO .cs}
0000:

WHILE TRUE
WAIT 0
if 0AB0: key_pressed 101 //NUMPAD 5
then
0C8F: samp process_chat_input "/setampl 0"
wait 500
end

if 0AB0: key_pressed 102 //NUMPAD 6
then
0C8F: samp process_chat_input "/setampl 0"
wait 500
end
END

@Parazitas Correct me if I'm wrong + please double up for him
 
Last edited:

Parazitas

God
Joined
Jan 2, 2017
Messages
3,103
Solutions
5
Reaction score
882
Location
Lithuania
You can make a button that fakes using a sample command / setampl 500 and another button that does / setampl 0 which is your usual

{$CLEO .cs}
0000:

WHILE TRUE
WAIT 0
if 0AB0: key_pressed 101 //NUMPAD 5
then
0C8F: samp process_chat_input "/setampl 0"
wait 500
end

if 0AB0: key_pressed 102 //NUMPAD 6
then
0C8F: samp process_chat_input "/setampl 0"
wait 500
end
END

@Parazitas Correct me if I'm wrong + please double up for him
Possible
 

Twoshotxd

Member
Joined
Apr 7, 2021
Messages
7
Reaction score
1
Location
Texas
[QUOTE = "SobFoX, publicación: 131312, miembro: 35073"] Puedes crear un botón que falsifique usando un comando de muestra / setampl 500 y otro botón que haga / setampl 0, que es tu habitual

{$ CLEO .cs}
0000:

SIEMPRE VERDADERO
ESPERE 0
si 0AB0: tecla_presionada 101 // TECL NUM 5
luego
0C8F: samp process_chat_input "/ setampl 0"
espera 500
final

si 0AB0: tecla_presionada 102 // TECL NUM 6
luego
0C8F: samp process_chat_input "/ setampl 0"
espera 500
final
FINAL

[USER = 39678] @Parazitas [/ USER] Corrígeme si me equivoco + por favor duplica por él [/ QUOTE]
¿Cómo agrego más acciones?
para poner más valores de ping
 
Top