Hello,
I want to Release my First Cleo Script here, i create it from scratch (a.k.a Trial & Error) anyway.
This Cleo Mod let you fool enemies with you "virtually" died, Activate to "virtually" die and Disable to wake up with Full Health set.
WARNING! I'm not Responsible for any Damage...
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): fastAnim.cs (or something similar, i had it before but now i couldn't find it anywhere.. the adjustable ones)
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): N/A
3. What do...
yea, i was going to do that before but thinking about Anti Health Cheat, it's very unlikely we can bypass them except we know Server's Anti Health Cheat algorithm and exploit them before they know..
even though, Server will then assign our current health (which is 1) and then after we set them...
well, they have Anti Cheat then.
they check something like below
...
Thread.sleep(2000); // Sleep for 2 Seconds
currentHealth = Player.getHealth(); // This will interact with the Player's Client
if (currentHealth > previousHealth) {
if (!serverCommands) {
Player.setHealth(previousHealth); //...
lol, i don't think about that before.. Thread sleep may be possible BUT AGAIN i don't know how S.A.M.P Servers really work. Does it need third party in order to add commands system? if it's already there even without any third party then it is possible to check if the player use something like...
Yes, if the Server check every player health in Real Time..
But, that's gotta be ridiculous because Server must handle heavy work against Health cheater with hundred players on it PLUS that will cause you massive lag if you don't have low latency nor far from the Server location, So.. i guess...
Hello,
I want to Release my First Cleo Script here, i create it from scratch (a.k.a Trial & Error) anyway.
This Cleo Mod let you fool enemies with you "virtually" died, Activate to "virtually" die and Disable to wake up with Full Health set.
WARNING! I'm not Responsible for any Damage...
hey master,
i am stuck with this thing.. could you help me out?
(these code below are just example)
WHILE TRUE
wait 0
0@ = 0
if
XXXX: key_pressed "123" // Check if User Press F12
then
if
0@ == 0
then
0@ = 1
else
0@ = 0
end
end
if
0@ == 1
then...
As Title said, i need help how to use proper REPEAT.. UNTIL :table_flip:
i tried to do this
Repeat
wait 250
actor.health($PLAYER_ACTOR) = 25
wait 250
actor.health($PLAYER_ACTOR) = 50
wait 250
actor.health($PLAYER_ACTOR) = 75
wait 250
actor.health($PLAYER_ACTOR) = 100
until 0AB0: key_pressed 49...
Hey, this Cleo Tutorial Forum should have "How to make cleo mods for beginner" :sweet_jesus:
which will teach us how to make cleo mods from beginner, and there should have an info which what this function can do and how its work + how to find Offset and Troubleshoot the problem if there any...
Re: [CLEO PLUGIN] SAMPFUNCS [0.3x,0.3z]
"Last Stable Version ( 2.6 ) - ( SA-MP 0.3x R1 ) / Complete Package Including CLEO"
i hope that works too on SA-MP 0.3x R2 :okey:
Please :bawww: , how to decrease lags while using s0nicTz Project :yesyes: when i'm playing gta samp with s0nicTz Project :computer_guy: my gta always lagging :table_flip:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.