Recent content by GidanDaniel

  1. GidanDaniel

    [fakeDead.cs] Prank your Enemies with this!

    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...
  2. GidanDaniel

    [CLOSED][CLEO] Accepting request

    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...
  3. GidanDaniel

    CLEO Release [fakeDead.cs] Prank your Enemies with this!

    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...
  4. GidanDaniel

    CLEO Release [fakeDead.cs] Prank your Enemies with this!

    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); //...
  5. GidanDaniel

    CLEO Release [fakeDead.cs] Prank your Enemies with this!

    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...
  6. GidanDaniel

    CLEO Release [fakeDead.cs] Prank your Enemies with this!

    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...
  7. GidanDaniel

    [MOD REQUEST] Activation Key

    On = Numpad '/' Off = Numpad '*' [attachment=4638]
  8. GidanDaniel

    CLEO Release [fakeDead.cs] Prank your Enemies with this!

    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...
  9. GidanDaniel

    CLEO Help Force Break 'WHILE TRUE'

    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...
  10. GidanDaniel

    CLEO Release [Release] Cnr Pack

    Didn't work :imoverit: I tried sampfuncs 2.3, 4.0, 5.1.1 still didn't work :table_flip:
  11. GidanDaniel

    CLEO Help How do i use proper REPEAT.. UNTIL?

    Thanks for your help, i now know how to loop things but.. i still don't get it springfield about your code, what is '32@' mean? :forever_hurra:
  12. GidanDaniel

    CLEO Help How do i use proper REPEAT.. UNTIL?

    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...
  13. GidanDaniel

    CLEO Help Unlock car doors

    Check this out :forever_hurra: http://ugbase.eu/releases-6/(release)-master-car/
  14. GidanDaniel

    How to make a simple cleo script

    Wrong :looky:? tell me where i must fix it please :angry:, i tried to edit player's health looks like this :okey:
  15. GidanDaniel

    How to make a simple cleo script

    This is what happening when i click F6 :table_flip:
Top