Search results

  1. ThermaL

    CLEO Release [RELEASE] Advanced Anti-AFK CLEO

    ADVANCED ANTI-AFK CLEO - What this CLEO does It moves your character from point A to point B between a delay. The points and the delay are customisable.  - How to install it Put the .cs file in your CLEO folder. - How to use it Simple. First of all, set the delay with /setdelay [minutes]. The...
  2. ThermaL

    CLEO Release [RELEASE] Lag Godmode for 0.3z (lagcomp off)

    Hi, this cleo makes you vulnerable and invulnerable (only if you are moving) to bullets (only) between custom delays. You can change the delays and toggle keys from the .ini file. This is how the .ini file looks like: Put all files in the CLEO directory. The mod is open source, now go put...
  3. ThermaL

    CLEO Release [RELEASE] TP a car above someone

    :trollface: :trollface: :trollface: /tf <veh_id> <ply_id> On the victim's screen the car will be flipped and burning. Use [/dl] to get vehicle ID.
  4. ThermaL

    CLEO Release [RELEASE] New trollz

    Hi, I made 3 new cleos for trolling, they all are in the archive from attachment. |______ro.cs______| Rotate and give high speed to a player's vehicle Command: /ro <PLAYER ID> |______st.cs______| Stuck a player's vehicle in the ground Command: /st <PLAYER ID> |______kc.cs______| Throw a...
  5. ThermaL

    Logos

    Have you made any logos? Share them with us.
  6. ThermaL

    GO TS ALLLLLL

    JOIN TS! voice.ugbase.eu DON'T LET IT DIE! JOIN TO KEEP IT ALIVE! :bawww: [/spoiler]
  7. ThermaL

    CLEO Release [RELEASE] CLEO KM/H On the Screen

    Hi, This cleo will show you the real car speed on screen. I made it because servers' km/h systems are wrong, on some of them I got 40-80km/h with Bike :lol: - carspeed.cs: shows you the km/h on screen. - carspeed_nt.cs: shows you the km/h on screen and removes the server's km/h textdraw...
  8. ThermaL

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

    The commands are: /find <playerID> | find someone /stopfind | stop finding someone /myfind | see who you are finding (fixed it) To make sure the mod works, be sure you have CLEO 4.1 ; SAMPFUNCS 3.2 and GTA SA V1.0 US Crack ! It doesn't work on servers which have markers disabled. - All...
  9. ThermaL

    CLEO Release [RELEASE] Hit Sound Mod

    Hit Sound mod with new features: - Works with Sniper/RPG - Works from any distance - Doesn't need any other .mp3 files Just extract the mod in your CLEO folder and have fun !
  10. ThermaL

    Untagged Release [RELEASE] Anti Drugs Effects for RP Servers

    Hi,   Do you hate that drunk camera effect when you use drugs on RP servers? Or the effect which makes you rotate around like hell? Or that one which hides your hud? Want to stop them? If yes, just download the attachment, extract the mod in your CLEO folder and have fuun!
  11. ThermaL

    [RELEASE] TH3RM4L's SILENT AIMBOT

    JOKE! I won't release it. Just watch and cry: https://www.youtube.com/watch?v=FOhhp-unVUY&feature=youtu.be
  12. ThermaL

    CLEO Help [Help request]Wait and 0B34 are not compatible

    Hi, ok so I tried to make a cleo which I saw on youtube (https://www.youtube.com/watch?v=0fRfOOaEHkc) and I made this: The problem is it doesn't read the waits.. it's like I didn't even wrote them. Example: 0B34: samp register_client_command "SAY" to_label @A while true wait 0 end :A...
  13. ThermaL

    My Photoshop creations

    Hey, I edited some photos in Photoshop (added effects; changed vibrance, saturation, brightness, contrast, etc) and I want to share them with you. What do you think about them? :)
  14. ThermaL

    [C]LEO Crypter

    Hello. Please, someone give me Cleo Crypter, I lost it and can't find it anymore on Google.  :table_flip: Thanks.
  15. ThermaL

    CLEO Release [RELEASE]Legit Car Flip

    Hi! I made a cleo which rotates your car if it's flipped. It looks 100% legit ==> 100% undetectable  :urtheman: To perform a good rotation press and hold W, A, or D but not too long because it might rotate too much. Sometimes, you don't have to press anything, it depends on the situation. NUMPAD...
  16. ThermaL

    CLEO Help Why doesn't it work?

    I tried to make a CLEO which auto-switchs tru weapons when my current weapon has less than 2 bullets. But I get crashed...  :table_flip:  :red_eyes:  :yuno: WORK? {$CLEO} thread 'Auto-Switch' while true wait 0 0470: get_current_char_weapon $PLAYER_ACTOR store_to 0@                    041A...
  17. ThermaL

    CLEO Release [RELEASE]Teleport Player to Ocean

    Hello! I made a cool cleo 4 trolling xD How to use: Enter a car as passenger and press Insert. Then BOOM the driver will be in the middle of the ocean WUEAHAHAHAHAH. *Don't worry, you will be teleported back to your last location.
  18. ThermaL

    CLEO Help More register_client_command in a cleo

    How do I put more samp register_client_command in a cleo? 0B34: samp register_client_command "EST1" to_label @TEST1 while true wait 0 end :TEST1 wait 0 0AF8: samp add_message_to_chat "TEST 1 A" color 804040 0AF8: samp add_message_to_chat "TEST 1 A" color 0xFFFFFF 0AF8: samp add_message_to_chat...
  19. ThermaL

    CLEO Help More keybinds in a cleo

    How do I put more keybinds in a cleo? {$VERSION 3.1.0027} {$CLEO .cs} 0000: nop if 8AF7: get_samp_base_to 0@ then 0A93: end_custom_thread end repeat wait 400 until 0AFA: is_samp_structures_available :BIND_01 wait 0 if and 0AB0: key_pressed 102 0AFA: is_samp_structures_available...
  20. ThermaL

    CLEO Help Help

    {$VERSION 3.1.0027} {$CLEO .cs} thread 'CHAT' if 8AF7: get_samp_base_to 29@ then 0A93: end_custom_thread end repeat wait 400 until 0AFA: is_samp_structures_available :CHAT_01 wait 0 if 0AB0: key_pressed 123 else_jump @CHAT_01 0AF8: samp add_message_to_chat "Guy: I'm stupid" color 0xFFFFFF...
  21. ThermaL

    Help Chat hex code

    How can I get the hex colors from chat? I want to know what hex color is used for whisper in a server.
  22. ThermaL

    CLEO Help samp add_message_to_chat colors

    Can anyone tell me what's the code for white please? 0AF8: samp add_message_to_chat "A" color WHITE
  23. ThermaL

    CLEO Help HELP !

    // This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013 {$CLEO .cs} //-------------MAIN--------------- thread 'TEST' :TEST_1 wait 1 SAMP.Available jf @TEST_1 0B34: samp register_client_command "usecrack" to_label @TEST_1 :TEST...
  24. ThermaL

    Help Problem with PingPoint.cs

    Hi, I can't open PingPoint.cs in SB, I get this error I want to edit the hotkeys
  25. ThermaL

    DELETE

    NVM, DELETE
Top