Search results

  1. ThermaL

    [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...
  2. ThermaL

    [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.
  3. ThermaL

    [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 !
  4. ThermaL

    [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.
  5. ThermaL

    [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...
  6. ThermaL

    [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...
  7. ThermaL

    [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...
  8. ThermaL

    [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

    [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!
  10. ThermaL

    [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...
  11. ThermaL

    CLEO Help Need help with cleo script

    Then change print "TEXT" 1000 to 0AF8: "TEXT" 0xFFFFFF
  12. ThermaL

    CLEO Help Need help with cleo script

    {$CLEO} 0000: NOP while true     wait 0     if and             0AB0:  key_pressed 219             0AB0:  key_pressed 221     then     0@ = Actor.Health($PLAYER_ACTOR) // 0@ = your current health         if             8029:  0@ >= 91 // 0@ not bigger than 91         then             0@ +=...
  13. ThermaL

    Help Opcodes come from nowhere

    GTA is old and sometimes it becomes unstable. Reinstall everything so the game will be fresh, without errors.
  14. ThermaL

    CLEO Help How to make a cleo without sampfunc ?

    You can't COMPILE it or you can't USE it? For each problem you need SAMPFUNCS.
  15. ThermaL

    CLEO Help Help

    The cleo looks good. Test each script apart and see which one crashes you then come back with it.
  16. ThermaL

    CLEO Help Help

    I need the scripts to find the problem.
  17. ThermaL

    CLEO Help Move while performing animation

    It's not synch... The guy in that video did /handsup and unfroze himself, that's why other people saw him sliding while doing that animation.
  18. ThermaL

    CLEO Help - Help antispec

    Nowhere, also wrong section.
  19. ThermaL

    HELP!!

    Looks like your onboard battery is broken. You need to buy a new battery for your motherboard.
  20. ThermaL

    CLEO Help help me

    0B2D: write samp_memory 0x4830 value 0xC3 size 1 0B2D: write samp_memory 0x148F0 value 0xC390 size 2 0xAA = 1 byte 0xAAAA = 2 bytes 0xAAAAAA= 3 bytes and so on...
  21. ThermaL

    CLEO Help Help_about Teleport

    no.
  22. ThermaL

    CLEO Help I need help with Sannybuilder

    Done in 1 second :urtheman: Was it really that hard to use CTRL+R?
  23. ThermaL

    CLEO Help I need help with Sannybuilder

    Press CTRL+R and type in the first box "$" then press ENTER. Let the second box empty.
  24. ThermaL

    CLEO Help I need help with Sannybuilder

    http://ugbase.eu/help-7/error-at-compilating-springfield's-cleo-'illegal-char-in-the-identifier'/
  25. ThermaL

    how to install a enb

    Drag everything from the archive to your GTA SA main folder. And press SHIFT+F2 in game to activate the ENB.
  26. ThermaL

    CLEO Release fightSpeed.cs

    On most servers it isn't.
  27. ThermaL

    CLEO Help Fake Location

    Label "SendOnfootFakePosition" is missing. It's the same thing :face_palm:
  28. ThermaL

    CLEO Help killall

    It's possible but it won't sync.
  29. ThermaL

    Wish list? PM me your mod idea!

    Ok let's close the request section and PM Spexx with our mod ideas. :youdontsay:
  30. ThermaL

    CLEO Help How to change this activation button?

    Replace 0ADC: "F" with 0AB0: 0x05 or 0AB0: 0x06
  31. ThermaL

    CLEO Help Is Player Falling? Has player taken fall damage?

    :kidding: it detects falling collision only, I also tested it. {$CLEO} 0000: NOP while true wait 0     if and         Player.Defined($PLAYER_CHAR)         031D:  actor $PLAYER_ACTOR hit_by_weapon 54 // WEAPON_COLLISION = 54     then         054E: clear_actor $PLAYER_ACTOR damage         print...
  32. ThermaL

    CLEO Help Is Player Falling? Has player taken fall damage?

    Wreko 031D:  actor $PLAYER_ACTOR hit_by_weapon 54 // WEAPON_COLLISION = 54 srsly :kidding: rip english
  33. ThermaL

    CLEO Release FoxHeaven with xyz

    Press SHIFT+R and the players (which are driving) around you will be kicked in the direction you are looking at. You also must be driving.
  34. ThermaL

    0res in youtube

    That's 1000% 0RESKO
  35. ThermaL

    Help HELP!!!!!!!!!!!!!!!!!!

    SAMPFUNCS.asi => GTA San Andreas MAIN FOLDER fakver.sf => GTA San Andreas/SAMPFUNCS
  36. ThermaL

    Anti loose weapon when you die

    Try disable weapon data, it makes you to do not send any data about your weapon to the server. Works only on low anticheats.
  37. ThermaL

    CLEO Help Cleo who types commands

    if     0256:  player $PLAYER_CHAR defined then     04DD: 0@ = actor $PLAYER_ACTOR armour     if         8029:  0@ >= 10     then         0AF9: "/command"
  38. ThermaL

    CLEO Help Question about CLEO

    NOP SetPlayerArmedWeapon NOP ResetPlayerWeapon
  39. ThermaL

    CLEO Help OP Surfly hotkey change error

    Install SF opcodes to SB. http://ugbase.eu/releases/(plugin)-sampfuncs-3-1-by-fyp-(0-3z)/
  40. ThermaL

    CLEO Help crash?

    Delete Model.Available(#M4) Replace 00D6: if 0491:  actor $PLAYER_ACTOR has_weapon 31 999999 with goto @GUN_61
  41. ThermaL

    CLEO Help crash?

    Oh, I see.. ok first let me use my jedi powers to read your cleo and see what's the problem. Too bad other people who do not have not existing jedi powers cannot read your script and see what's wrong.
  42. ThermaL

    CLEO Help [Help] ON OFF switch

    :ON if ... jf @ON print "shit on" 1000 :WOLVERINE_Add wait 0 if and   Player.Defined($PLAYER_CHAR)   not Actor.Dead($PLAYER_ACTOR)  jf @OFF 2@ = Actor.Health($PLAYER_ACTOR) wait 21@ 1@ = Actor.Health($PLAYER_ACTOR) if   003B:  1@ == 2@  // (int) jf @OFF 0085: 23@ = 22@ // (int) 0062: 23@ -=...
  43. ThermaL

    CLEO Help OP Surfly hotkey change error

    It's messed up because of the thread "$PLAYER_ACTOR" thing, here's the script fixed and compilable. // This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013 {$CLEO .cs} //-------------MAIN--------------- thread "$PLAYER_ACTOR" 0662...
  44. ThermaL

    [REQ] Screen size's resolutions

    The chat doesn't get a lower size, everything becomes smaller on higher resolutions.
  45. ThermaL

    Make your own dance cleo mod

    Change the anim time to 0 0812: AS_actor $PLAYER_ACTOR perform_animation "anim" IFP "ifp" framedelta 4.0 loopA 0 lockX 0 lockY 0 lockF 0 time 0
  46. ThermaL

    CLEO Help Help.

    02D8:  actor $PLAYER_ACTOR current_weapon == 26 Replace that with 28
  47. ThermaL

    CLEO Help Disable AIM sync

    Put this at the beginning first: 0B2E: 0@ = read_samp_memory offset 0x44B0 size 1 Then disable aiming data: 0B2D: write_samp_memory offset 0x44B0 value 0xC3 size 1 To enable it again use: 0B2D: write_samp_memory offset 0x44B0 value 0@ size 1
  48. ThermaL

    CLEO Help Can somebody tell me how can I edit a cleo?

    :celeral_spitting: Add this condition: if 82D8:  actor $PLAYER_ACTOR current_weapon == 24
  49. ThermaL

    [REQ]Ram

    :face_palm: not possible.
  50. ThermaL

    RAPE Call of Duty 5

    :face_palm: they don't know who they fuck with. TROLLING COD5 PART 2 Crash: http://imgur.com/xhvdPZQ Some DM with infite ammo, rapid fire, silent aim, infinite range and airbrake: http://imgur.com/De29S8D http://imgur.com/gNkAUIh http://imgur.com/8xdqxgb Some of them didn't die because of their...
  51. ThermaL

    CLEO Release [RELEASE]Teleport Player to Ocean

    This cheat is old and most servers can detect it, but it's still usable on low poor anti-cheat servers.
  52. ThermaL

    CLEO Help Need some help

    Did you do that?:
  53. ThermaL

    CLEO Help Get text from chat?

    {$CLEO} 0000: NOP :LABEL wait 0 if SAMP.Available() jf Label 0AC8: 1@ = allocate_memory_size 260 0AB1: call @getChatEntryText 1 CHAT_LINE 99 {99 = LAST} to 1@ {1@ = CHAT LINE TEXT} 0AC8: 2@ = allocate_memory_size 260 if 0AD4: $NOT_USED = 1@ format "THERE WAS A %s" 2@ // this checks if the chat...
  54. ThermaL

    CLEO Help Need some help

    string = text %s = string You stored your nickname (a string) in 2@ Get it?
  55. ThermaL

    CLEO Help Need some help

    This is a really stupid question :face_palm: . Just store a string in 0@. Also don't forget to alloc more memory first.
  56. ThermaL

    CLEO Help Change activator for Jetpack Spawner

    {$CLEO .cs} Model.Load(#JETPACK) :LABEL_1 wait 0 if Model.Available(#JETPACK) jf @LABEL_1 :LABEL_2 wait 0 if 0AB0: 51 jf @LABEL_2 if Player.Defined($PLAYER_CHAR) jf @LABEL_2 if not Actor.Driving($PLAYER_ACTOR) jf @LABEL_2 07A7: put_jetpack_on_actor $PLAYER_ACTOR :LABEL_3 wait 0 if...
  57. ThermaL

    Make your own dance cleo mod

    Change loopA to 1.
  58. ThermaL

    Help Help me - S0beit freezes my game

    Are your both s0beit and samp versions R1? One of them might be R1 and the other one R2.
  59. ThermaL

    CLEO Help Whats wrong here?

    Put "cmdret" instead of "end_thread".
  60. ThermaL

    Help Help me - S0beit freezes my game

    You use an older s0beit for other SA-MP versions.
  61. ThermaL

    RIP Monstercat.

    :imoverit: ...whatever
  62. ThermaL

    CLEO Help [HELP]Get player weapon.

    {$CLEO} 0000: NOP :LABEL_1 wait 0 if Player.Defined($PLAYER_CHAR) jf @LABEL_1 if 0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET jf @LABEL_1 if 056D:  actor 0@ defined jf @LABEL_1 0470: 1@ = actor 0@ current_weapon // 1@ is now weapon ID.
  63. ThermaL

    CLEO Help Need some help

    You don't need to have kernel32.dll It's weird 0AF9 is "/SMS %s TEST" but it displays "test" in your chat :surprised: Press F10, go to Formats > Case coverting, check "As is", OK and recompile.
  64. ThermaL

    CLEO Help Need some help

    {$CLEO} 0000: NOP :SAMP wait 0 if SAMP.Available() jf @SAMP 0AC8: 1@ = allocate_memory_size 260 0AC8: 2@ = allocate_memory_size 260 :MAIN wait 0  0AB1: call @getChatEntryText 1 ID 98 to 1@ if 0AD4: $NOT_USED = 1@ format "SMS: [%s >> %s ]:" $NOT_USED 2@ jf @MAIN 0AF9: "/SMS %s TEST" 2@     ...
  65. ThermaL

    CLEO Help Need some help

    1) There's no difference, but it makes no sense to put ".cs" since it doesn't change anything. 2) 0@ is a simple variable, it has its memory and it's limited. But 0@v takes the next 4 variables (1@, 2@, 3@, 4@) and use their memory so you can store longer things in it. I recommend to alloc...
  66. ThermaL

    CLEO Help Update cleo script

    Depends on every script. Find by yourself which thing in the script isn't compatible with 0.3z and change it.
  67. ThermaL

    Help Why cleos aren't working for me?

    Make sure you have CLEO 4.1 and SF 4.0+
  68. ThermaL

    Help Why cleos aren't working for me?

    Maybe go back to R1? :face_palm: :youdontsay:
  69. ThermaL

    CLEO Help [help]about stream ini extender

    Disable the sound from options or turn off your speakers.
  70. ThermaL

    CLEO Help [Help]The script displays D

    Use 0ad4.
  71. ThermaL

    CLEO Help HELP

    Oh, my mistake... I edited the script, it must work this time.
  72. ThermaL

    CLEO Help HELP

    Stop this useless posting :face_palm: {$CLEO} 0000: NOP :MAIN wait 0 if 0AB0: 90 jf @MAIN 0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to $NOT_USED closest_ped_to 0@ if 056D:  actor 0@ defined jf @MAIN 1@ = SAMP.GetSAMPPlayerIDByActorHandle(0@) 0AF9: samp say_msg "/ant %d" 1@ :REPEAT...
  73. ThermaL

    CLEO Help Drive directly to coords / Remove behaivour

    The coords are too far away.
  74. ThermaL

    CLEO Help Not working

    CALL 0AB1: @FAKE_KEYPRESS 1 13 SNIPPET :FAKE_KEYPRESS 1@ = 0xB73458 005A: 1@ += 0@  // (int) 0A8C: write_memory 1@ size 1 value 255 virtual_protect 0 0AB2: ret 0
  75. ThermaL

    CLEO Help Not working

    Try to change time to 250-500.
  76. ThermaL

    [Q] Make SAMP luck like better

    But they look the same way :face_palm:
  77. ThermaL

    NGRP - Bear

    Poor bastards :ppffh:
  78. ThermaL

    CLEO Help "Press enter" code

    Then why do you make the topic in the request section? :youdontsay: ON: To send a key press, use this snippet: http://ugbase.eu/snippets/send-keypress/
  79. ThermaL

    CLEO Help [Help] Multicolor text

    1@ = 0 2@ = 0 3@ = 0 0340: set_text_draw_RGBA 1@ 2@ 3@ 255 033E: set_draw_text_position x(float) (float)y GXT 'BJ_PUSH'  // Push Increase and decrease the variables to get different colors.
  80. ThermaL

    CLEO Help Getting the ID of the nearest player

    0470: 1@ = actor 0@ current_weapon
  81. ThermaL

    CLEO Help cleo scripts

    :activate_stuff // stuff :deactivation_toggle wait 0 if .. jf @deactivation_toggle :activation_toggle wait 0 if .. jf @activation_toggle goto @activate_stuff
  82. ThermaL

    CLEO Help cleo scripts

    Open them with SB and remove the activation condition.
  83. ThermaL

    CLEO Help is_char_shooting $PLAYER_ACTOR

    02E0:  actor $PLAYER_ACTOR firing_weapon or 02E0: is_char_shooting $PLAYER_CHAR
  84. ThermaL

    CLEO Help Getting the ID of the nearest player

    0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to $NOT_USED closest_ped_to 0@ if 056D:  actor 0@ defined then 1@ = SAMP.GetSAMPPlayerIDByActorHandle(0@) 0AF9: "/rob %d" 1@
  85. ThermaL

    CLEO Help HELP

    No. Learn to do it: http://ugbase.eu/tutorials/cleo-scripting-tutorial-series-blackhat/
  86. ThermaL

    CLEO Help Unknown opcode at

    The cleo is crypted.
  87. ThermaL

    CLEO Help HELP

    {$CLEO .cs} 0000: NOP :START wait 0 if SAMP.Available() jf @START 0B34: samp register_client_command "/spawn" to_label @SPAWN :LOOP wait 0 goto @LOOP :SPAWN if Player.Defined($PLAYER_CHAR) jf @CMDRET if not Actor.Driving($PLAYER_ACTOR) gf @REMOVE_FROM_VEH SAMP.Spawn 018C: play_sound 1084 at...
  88. ThermaL

    CLEO Help Searching Opcode

    Open SB, press ctrl+alt+2 and search it. Btw, opcodes do not begin with 7, I think you mean opcode 097B.
  89. ThermaL

    CLEO Help [Help] CarSpeed.cs

    Do you use CLEO 4.1?
  90. ThermaL

    CLEO Help [Help] CarSpeed.cs

    Put "31@ = 1.5" somewhere in the script, under {$CLEO} would be good. Then change 0A8E: 10@ = 7@ + 1.5 0A8E: 11@ = 8@ + 1.5 0A8E: 12@ = 9@ + 1.5 to 005B: 7@ += 31@  // (float) 005B: 8@ += 31@  // (float) 005B: 9@ += 31@  // (float) 0A8E is used to plus two INT (NOT FLOAT) variables and store...
  91. ThermaL

    CLEO Help CLEO Script Help

    {$CLEO} // always put this 0000: // this too :ON // the label which activates the cleo wait 0 // put this under the label's name, it's necesarry only if there's a loop if 0AB0: // key jf @ON // if key not pressed, go back to :ON and check again if it's pressed PRINT "ACTIVATED" 2000 //...
  92. ThermaL

    CLEO Release [RELEASE] Advanced Anti-AFK CLEO

    It already walks like that :youdontsay:
  93. ThermaL

    CLEO Help [Help] How to fix this errors ?

    Try to reinstall your GTA using the original installer.
  94. ThermaL

    CLEO Help [Help] How to fix this errors ?

    Right click on your GTA SA folder and uncheck "read-only".
Top