Search results

  1. T

    IsActorDamaged

    I tried that, don't know if it works or not but the snippet cause a massive fps drop (~4 fps) I'm using it with OpcodeX's for all peds snippet to find all the actor damaged by $PLAYER_ACTOR ForAllPeds: :ForAllPeds 0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0 000A: 29@ += 0x4...
  2. T

    IsActorDamaged

    add more DamagedByActor return value please I tried the below memory address but it doesn't work CPed +0x764 = [dword] Pointer to the ped that damaged you
  3. T

    CLEO Help Reading a structure.... in cleo?

    https://source.winehq.org/WineAPI/GetCurrentHwProfileA.html Get the current hardware profile.
  4. T

    CLEO Help Need help to get if actor damaged by player, 051A not working

    Yea but the problem is that in that server, the opcode 051A: actor $PLAYER_ACTOR damaged_by_actor 31@ doesn't work. I tried to modify a little and sadly nothing showed up when the player_actor is damaged by other actors {$CLEO .cs} wait 10000 while true wait 0 ms DeathInfo() end...
  5. T

    CLEO Help Need help to get if actor damaged by player, 051A not working

    Hello there, I'm trying to make a hitmarker on my own. To do so, I need to find out when an actor is hit by $player_actor but now I'm in a mess because the opcode 051A is not working as expected. What I've tried: Using ForAllPeds by Opcodex: {$CLEO .cs} wait 10000 while true wait 0...
  6. T

    CLEO Help Lost CLEO Snippets from Date 12-4-20 to 3-13-21

    I have some but they're not mine... Should I post them?
  7. T

    CLEO Help Accept gurad

    You didn't even try to translate your problem into English
  8. T

    CLEO Help Commands

    Give me your Discord, I used to play on that server. You can send me all the information about the cleo you want to make instead of creating threads for each function here
  9. T

    CLEO Help Commands

    server's IP?
  10. T

    CLEO Help Commands

    which SAMP version?
  11. T

    CLEO Help Help me with coding

    alright {$CLEO .cs} wait 10000 10@ = 0 while true wait 0 if and 0AB0: 16 // shift 0AB0: 65 // a 10@ == 0 then 0AD1: "123" 500 wait 500 10@ = 1 end if and 0AB0: 16 // shift 0AB0: 65 // a 10@ == 1...
  12. T

    [C++ mod_sa] Reconnect Fix 0.3.DL

    great job
  13. T

    CLEO Help Help me with coding

    provide more information
  14. T

    Collection

    :)
  15. T

    CLEO Help The script only works when I'm in the vehicle.

    which SAMP version you're using? It's a bit harder if you're using 0.3DL
  16. T

    Sampfuncs For Samp 0.3DL?

    actually you can do that without SAMPfuncs, just use @Parazitas 's snippets
  17. T

    CLEO Help Need help to make a Fake FPS for 0.3DL

    Somehow it doesn't work for me. Already turned it on, but the fps is still low
  18. T

    CLEO Help Need help to make a Fake FPS for 0.3DL

    that'll be really awesome. Respect!
  19. T

    Someone please introduce me to the awesome Aimbot and it's not easy to spot

    How the viewer know whether you're cheating or not? By in-game spectating feature or record your screen?
  20. T

    CLEO Help Cleo Dice SAMP.0.3DL Roleplayer

    not possible as it's server-sided
  21. T

    CLEO Help Need help to make a Fake FPS for 0.3DL

    It is almost unlikely that there'll be any sampfuncs releases for 0.3DL After reading the admin's message that the mod is infected(?) as I'm trying to be legit as much as possible, so a s0beit with tons of cheating features is not a good choice
  22. T

    Outdated deleted

    Which SAMP version does this cheat work?
  23. T

    CLEO Help Help change 1 value

    I don't play SAMP 0.3.7 to test if this code works or not, so you can test it yourself. Try this one {$CLEO .cs} 0000: wait 10000 while true wait 0 if 0256: player $PLAYER_CHAR defined then wait 2000 // turn on after 2.0 seconds 02AB: set_actor...
  24. T

    CLEO Help Help change 1 value

    which SAMP version?
  25. T

    Untagged Release Bike / Motorcycle speed up

    You're welcome :) I'm happy that I can help you
  26. T

    CLEO Help Need help to make a Fake FPS for 0.3DL

    I saw an old thread on ugbase about a mod that does exactly the features I wanted - Fake FPS. Link of the old thread: http://ugbase.eu/index.php?threads/fake-fps.15761/ But the problem is that it's only for 0.3.7 as SAMPFUNCS is not working on 0.3DL. Can anyone help me to create a 0.3DL...
  27. T

    CLEO Help Detect Another Player Vehicle Speed.

    if you can get the spectated player's vehicle handle, things may get easier
  28. T

    [SNIPPET] Get LocalPlayer Name / ID

    Really really thank you!! This snippet works like charms!
  29. T

    [SNIPPET] Get LocalPlayer Name / ID

    0.3DL Only works if local name's length is under 16 characters If the local name is over 15 characters, it will return some random string like "@¸A = ð·(" Proof: {$CLEO .cs} 0000: wait 10000 wait 4000 while true wait 1000 0AC8: 0@ = 260 0AC8: 31@ = 260 0AB1: call_scm_func...
  30. T

    CLEO Help Having problem dealing with parameters of SCM functions

    Thanks @monday for helping me and giving me some useful information! My problem is solved
  31. T

    CLEO Help Having problem dealing with parameters of SCM functions

    I'm new to writing cleo and I'm trying to make a cleo which reads file name from .ini file. {$CLEO .cs} 0000: 10@ = 0 while true wait 0 if and 0AB0: key_pressed 18 // alt 0AB0: key_pressed 37 // left arrow 10@ == 0 then 10@ = 1 wait 500...
  32. T

    Untagged Release Bike / Motorcycle speed up

    For me it didn't work properly but then I try to search and then now it works I used one of your snippets : Set Virtual Key http://ugbase.eu/index.php?threads/snippet-set-virtual-or-game-key.19933/ and now it works perfectly! Here's code and .cs file for anyone having same problem like me...
  33. T

    Untagged Release Bike / Motorcycle speed up

    hmmph both version doesn't work for me. All other cleos are working perfectly. Not sure but I think it's because of the change of memory offset 0xB733B6 in 0.3DL...
  34. T

    Untagged Release Bike / Motorcycle speed up

    not works anymore on 0.3DL
Top