Search results

  1. X

    force_underwater.cs >> Force yourself to enter the underwater world (foot/incar)

    Information A CLEO mod made by me, 'bin]7FF' to force yourself enter the underwater world, onfoot or incar. Requirements CLEO 4+ SAMPFuncs 3.2 >> To write NOP SetWeather Activation key Type 'UD' as a cheat-code. How does it works Forces yourself to enter weather 164, where it's a lil buggy...
  2. X

    SPRUNK.cs - drink sprunk anywhere

    Drink sprunk anywhere. Like this: sprunk: set to 97 hp {$CLEO} 0000: :SPRUNK_78 wait 0 if 0ADC: "XX" then     04ED: load_animation "VENDING"     while 84EE: not animation "VENDING" loaded         wait 0     end     0605: actor $PLAYER_ACTOR "VEND_USE" IFP "VENDING" framedelta 4.1 loop 0...
  3. X

    anti-pedfall.cs | Ped-fall proof [like in N3X](no fall anim + collision godmode)

    You must have SAMPFuncs Activation: Type 'FALL' in-game. Source-code: {$CLEO} 0000: binHAX Production 31@ = 0 :1 wait 0 if 0ADC: "FALL" then     if     31@ == 0     then         31@ = 1         print "Anti ped-fall on~n~~g~by binHAX" 2000     else         31@ = 0         print "Anti...
  4. X

    [REQ] Warp to all players in map [LOOP]

    change 0 to 50 according how many player ids you like to tp to 50 = end ID | 0 = starting ID {$CLEO} 0000: :tpALL wait 0 if 0ADC: "all" then     print "Teleporting...." 500000     for 0@ = 0 to 50 step 1         if         SAMP.IsPlayerConnected(0@)         then             0B20: samp 1@ =...
  5. X

    [REQ] EXE HACKS

    renko.exe It has aimbot and no recoil Works fine for me.
  6. X

    CLEO Release SPRUNK.cs - drink sprunk anywhere

    D.Kay Made v2, thanks for suggestion Activation key is XX
  7. X

    CLEO Release SPRUNK.cs - drink sprunk anywhere

    Drink sprunk anywhere. Like this: sprunk: set to 97 hp {$CLEO} 0000: :SPRUNK_78 wait 0 if 0ADC: "XX" then     04ED: load_animation "VENDING"     while 84EE: not animation "VENDING" loaded         wait 0     end     0605: actor $PLAYER_ACTOR "VEND_USE" IFP "VENDING" framedelta 4.1 loop 0...
  8. X

    CLEO Release [OPEN-SOURCE] Player List - 28/06/2015 16:23

    Re: Player List Neat. I can't even understand half of your code (set_memory stuffs..)
  9. X

    CLEO Release anti-pedfall.cs | Ped-fall proof [like in N3X](no fall anim + collision godmode)

    Search on google, SAMPFuncs 3.2. blast-hack.ru - the one made by FYP
  10. X

    Best free VPN?

    openvpn via vpngate
  11. X

    Help [HELP]Weapon "Following" Screen... ._.

    Clean SA? 1. Trees are floating 2. Lamp posts are floating (left side of screen, 1st pic) 3. That bus is floating. Do you have any mods?
  12. X

    CLEO Release [RELEASE] Hit Sound Mod

    Works for me with either 4.1 or 4.3. You don't really need SAMPFuncs. Do you play on a lagcomp off server?
  13. X

    CLEO Release [REL] Absolute Godmode v2.0

    Did you use NOP SetPlayerHealth on custom-dmg servers? Anyways, nice script.
  14. X

    CLEO Release [RELEASE] Hit Sound Mod

    Hit sound is a sound that you will hear each time your bullet that you shot, or the trace of the bullet you shot (rpg explosion) hit another actor (person).
  15. X

    CLEO Release [RELEASE] Player Finder for 0.3z, works with SAMPFUNCS 3.2

    Did you use 0B2F: samp get_streamed_out_player_pos 1@ to 2@ 3@ 4@ ? Because, I never got that to work, or I must have 3.1.2, not 3.2? Did you use another function?
  16. X

    CLEO Release sa:mp fps limit removal

    Sure, why not? https://github.com/Whitetigerswt/gtasa_swimfix/releases All credits to Whitetigerswt
  17. X

    CLEO Release anti-pedfall.cs | Ped-fall proof [like in N3X](no fall anim + collision godmode)

    Thank you all - I made an updated version, as the last one bugs if you fall at higher speed simultaneously.
  18. X

    CLEO Release [Release]UltraTroll.cs

    I never knew that. Sorry. By the way, once I set car_health to 1000 and got kicked for vehicle health hack... so it syncs?
  19. X

    CLEO Release sa:mp fps limit removal

    At high FPS, you will find it hard to: a) Take-off a skimmer b) Dive, or swim in the water (fixable with swim.asi by WhiteTiger | but bugs for me) c) Shaky car chassis on some cars, e.g Premier
  20. X

    CLEO Release anti-pedfall.cs | Ped-fall proof [like in N3X](no fall anim + collision godmode)

    You must have SAMPFuncs Activation: Type 'FALL' in-game. Source-code: {$CLEO} 0000: binHAX Production 31@ = 0 :1 wait 0 if 0ADC: "FALL" then     if     31@ == 0     then         31@ = 1         print "Anti ped-fall on~n~~g~by binHAX" 2000     else         31@ = 0         print "Anti...
  21. X

    CLEO Release [CLEO] carrepair.cs

    {$CLEO} 0000: while true     wait 0     if and     Player.Defined($PLAYER_CHAR)     Actor.Driving($PLAYER_ACTOR)     then         if         0ADC: "REPAIR"         then             31@ = Actor.CurrentCar($PLAYER_ACTOR)             0A30: repair_car 31@             Car.RemoveReferences(31@)    ...
  22. X

    Help About timecyc.aaa files :d

    You can edit timecyc.aaa with.... Notepad
  23. X

    CLEO Release [Release]UltraTroll.cs

    Nice, just with a flaw in this (I think) 0A30: repair_car 0@ Set's vehicle HP to 1000 (afaik), which some server limit it to 998 or 997. My suggestion is, restoring the old vehicle HP on :LABEL_2 {$CLEO} 0662: "TH3RM4L" :LABEL_1 wait 0 if and not SAMP.ChatInputOpened()...
  24. X

    CLEO Release force_underwater.cs >> Force yourself to enter the underwater world (foot/incar)

    Information A CLEO mod made by me, 'bin]7FF' to force yourself enter the underwater world, onfoot or incar. Requirements CLEO 4+ SAMPFuncs 3.2 >> To write NOP SetWeather Activation key Type 'UD' as a cheat-code. How does it works Forces yourself to enter weather 164, where it's a lil buggy...
Top