Search results

  1. D

    knife animation ground bug fix

    Hello.. do you know when someone is bugged in the ground when you tried to knife him but didnt sync? yeah.. i'd like to ask if you guys have a cleo to fix it and put the player normal instead of beeing in the ground thanks
  2. D

    CLEO Help detect if someone is looking in my direction

    Hello. I have created this thread because it is something a bit different and i should keep posting on the other topic. Okay basically i want to print a message whenever someone i am targetting is looking at me. Opcode.exe gave me this code but its not working, whenever i aim to a target...
  3. D

    CLEO Help draw a line in players aiming direction

    Alright so i want to draw a line from all the actors streamed aiming direction i know its possible and someone from the cheating server (idk if it was opcode or an impersonator) told me the steps i would need: 1-get the camera pos 2-get the target pos 3-increase the target pos distance by 100...
  4. D

    Help fake player position with other synced functions

    so i found this snippet and What i'd like to do with this snippet is the following: I want that my position is shown like if i am 5 meters to the left of my current client sided position, so that in my screen i am at my current position and to the others and to the server i am 5 meters to the...
  5. D

    CLEO Help Help me :c Size of an attached object

    So how do i attach an object to the player actor but two times bigger then the normal scale size? 069B: attach_object 0@ to_actor $PLAYER_ACTOR with_offset 1@ 2@ 3@ rotation 4@ 5@ 6@ how do increase the size? i tried usingthe parameter scale 2.0 or  scale_model 2.0 but didnt work... any...
  6. D

    CLEO Help how to check the target name in cleo?

    Hello.. i want to edit my personal aimbot and i want to check the targeted name. How do i check if for example the target name is == "example" ? Or perhaps provide me a code that can check based on a .txt list file. Any help would be appreciated. I just want to make my aimbot not lock into my...
  7. D

    CLEO Help place objects with CLEO

    Hey.. i'm learning cleo.. how do i put a ramp in a specific place with specific coordinates? I want to make some small ramps in some specific places to make me stunt easier, really small ramps mainly for nrg stunting. :forever_opcode_alone:
  8. D

    CLEO Help how to do http requests in cleo?

    hey how do i make http get requests ? for example lets say theres a txt file on http://server.com/file.txt and i want to check if the file contains the string "lastversion=ok" how would i do that in cleo? thanks.
  9. D

    CLEO Help How to make cleo dialogs?

    Hello, i found this code somewhere around the forums while true wait 0      if     0AB0:  key_pressed 45     then      0AC6: 0@ = label @TEXT offset SAMP.ShowDialog(2, "TITLE", 0@, "OK", "CLOSE", DIALOG_STYLE_LIST)     wait 1000     end END :TEXT hex "BEER" 0A "WINE" 0A "BLOOD" 0A...
  10. D

    CLEO Help How do i show / hide a picture?

    I found out a snippet to show an image and it worked properly but i cant hide it now. it renders but i want it to disappear after 10 seconds, but it just shows forever. i think it may be stuck inside while true loop, but how would i wait for it to render and then make it disapear 10 seconds...
  11. D

    CLEO Help How do i detect if i just got shot?

    Hey guys, how do i detect in cleo if i got shot? {$CLEO .cs} //-------------MAIN--------------- 0662: NOP "TH3RM4L" :NONAME_11 wait 0 if PLAYERACTOR_GOT_SHOT then 0AD1: show_formatted_text_highpriority "taking bullets" time 1500 end jump @NONAME_11 obviously this is not the objective...
  12. D

    CLEO Help How do i download text from an url?(cleo sannybuilder)

    Hey .. sorry if i've been spamming a bit the help section, but im learning and i hope that in the future i will contribute to the community. So how in cleo do i download the html code from http://website.com/?page=123 ? so then i can check if a string called "<b>Admin_Person</b>" exists in that...
  13. D

    CLEO Help How do i join all cleos into 1 .asi or .cleo (cleo sannybuilder)

    hey. So im thinking about joining all the cleos i edited and used into 1 .asi file like as private hack that i've seen that does that. (opHax) So how do i join all my .cs into 1 .asi or .cleo file ? thanks :)
  14. D

    cheating server with anti-cheat detectability

    Hey do any of you guys know of a server with an good anticheat filterscript that just shows what it detects and cmds(like a cheating server but with a anticheat filterscript that gives warnings) ? so you can test your hacks detectability. just for convenience. :) thanks
  15. D

    How to get distance between you and target

    hey.. i decided to post it because i have been like a whole day trying to calculate the distance between your actor and the targer to get the distance with the formula but then i found out theres an opcode that does it automatically so here it is, just in case someone else needs it :) 0104...
  16. D

    CLEO Help editing proaim

    hey since i started learning cleo i've been using my creativity to get my advantages over players by editing cs made by other people. I've had some ideas regard pro-aim and i could make a smart different one by editing it. Does anyone have an unencrypted version of a similar proaim.cs ...
  17. D

    CLEO Help error with samp.available please help

    hey.. idk where my other post went or if it got deleted or idk... im having a problem when i compile my script (which is the same i downloaded, i just recompiled it) i get an error saying "unknown directory samp.available()" I have the latest sampfuncs installed on my sanny builder.. i just...
  18. D

    Error with includes

    Hello i finally dcided to try to learn CLEO..im learning by editing scripts.. im currently editing a script that when i try to compile i get an error that "Its not possible to load SF" .. it has in the beginning {$CLEO .cs} {$INCLUDE SF} The problem resides on INCLUDE SF.. what should i do to...
  19. D

    adjustable nospread

    is there a adjustable nospread so just a little bit wont be detected?
  20. D

    disable zoom for sawnoff thanks

    Hey is there a mod .cs to disable zoom for sawnoff please? its very annoying and i could shoot much better without zoom as i like to play with camera far from my player. Please if you could get me this, auto active for sawnoff only please. thanks (just noticed it posted on the wrong section...
Top