Search results

  1. D

    knife animation ground bug fix

    lol thats a teleport will certainly be detectable, i just want a stream refresh thing without teleport
  2. 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
  3. D

    CLEO Help detect if someone is looking in my direction

    i wont post a cs that is not working...
  4. D

    Untagged Release Fakeping (new)

    nice it works. but its weird ahaha, my ping shows 1000 f i set val to 900 but im not lagging at all in others screen  :lol: good for hack excuses
  5. D

    CLEO Help detect if someone is looking in my direction

    i think the recticle is created in front of the player, but i sort of want to create it attached to the "head bone" so that when he looks from the side, with a sawnoff of uzi for example,it would still detected. That or getting the cameraposition and creating the recticle in that direction. i...
  6. D

    CLEO Help detect if someone is looking in my direction

    it works good thanks, but what i want is using the camera position, because if the player is for example using a sawnoff and aiming by the  side, it wont trigger
  7. D

    cheating server with anti-cheat detectability

    i know about that... but i dont want to forward open ports etc.. to test it with a friend of mine.. would be much better if a filterscript could be for example implemented on ugbase's cheating server, with warnings instead of ban, as you say.
  8. D

    CLEO Help detect if someone is looking in my direction

    yeah i forgot to add it. but yeah its not working.. always says that he is looking at me when i aim at him from every angle
  9. 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...
  10. D

    CLEO Help draw a line in players aiming direction

    how would i get the angle of his camera position to make this comparison? Im not really into maths but i understand your point, and it doesnt need to be accurate but thats exactly what i want. if distances are bigger i could just decrease the angle range on bigger distances.. but accuracy...
  11. D

    CLEO Help draw a line in players aiming direction

    i will make use of it. There is a hack i only want to trigger when i detect someone is aiming on a position near mine. and the lines are just there to allow me to predict when the hack is going to be triggered... the reason behind doesnt really matter. If you could help me drawing a line in the...
  12. D

    CLEO Help draw a line in players aiming direction

    ill try to use this one instead and adapt it to the target actors https://ugbase.eu/snippets/create_cords_around_player_in_looking_direction-w-offset/ edit: im failing to edit it properly trying to replace the player actor by the actor with ID x for testing purposes but its not working.
  13. D

    CLEO Help draw a line in players aiming direction

    eehm seems more complicated then i thought would i be able to use this function instead ? https://ugbase.eu/snippets/get-aiming-position/ then instead of using the player actor , using the actual actor? and then instead of the explosions like in the video, i'd draw a line from the actor to...
  14. 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...
  15. D

    [SNIPPET] SendOnFootFakeSpeedSync

    could anyone clarify this? 1@ 2@ 3@ are the directions or what? how would i send the fake speed i want properly.. thanks they seem like coordinates to me.. which doesnt make a lot of sense since i want to fake speed p.s: i tested it and it with 5 5 5 as @1 @2 @3 and made me desync and sync...
  16. 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...
  17. D

    CLEO Help Grab player ID

    i think you got it already solved. sorry i only seen your PM today :c
  18. D

    CLEO Help Grab player ID

    how do you want to click them? :c i can help you if you want to get their ID for example by aiming at them. but not by clicking o-o
  19. 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...
  20. D

    CLEO Help how to check the target name in cleo?

    thank you <3. One last question. you are using strcmp. but thats to compare how do i check if the string in 5@ is inside thestring 4@ ex test case:  if "test"  inside "thisisatest" . result = true i tried 0C14: strstr string1 5@ string2 4@ but didnt work. EDIT: found it. 0C18: 2@ =...
  21. D

    CLEO Help how to check the target name in cleo?

    thanks opcode  i believe 0@ is the actor name string and returns true if it is correct. Now how would i get his name from the actor handler ? example: 0AD2: 0@ = player $PLAYER_CHAR targeted_actor ok 0@ is the actor. Now how do i extract his name? Second question: How would i compare it...
  22. D

    CLEO Release Mechanic Services

    yes probably on most servers.
  23. D

    CLEO Help [HELP]CLEOMOD

    i would.. but its encrypted :c
  24. D

    CLEO Release Silent Aimbote v6.0 by 0pc0de3r

    wtf theres no ini file
  25. 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...
  26. D

    CLEO Release Silent Aimbote v6.0 by 0pc0de3r

    is that possible o could get the decrypted versions so i could edit it? im looking to edit it to make it more legit such as real distances.. etc.. or if you could make it yourself i' be thankful. thanks and /witch is not working
  27. 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:
  28. D

    CLEO Help how to do http requests in cleo?

    could you provide a working cleo example?
  29. D

    SampAntiCheat C++

    i'm not sure if i understand what you mean. You mean you bypassed the anticheat client-sided patch and you get frozen in-game when you activate the fly hack after a minute? if that is the case that is because there is a script on the server-side that may be detecting your flyhacks and freezing...
  30. D

    CLEO Help how to do http requests in cleo?

    got errors tried correcting the url with but when i load the game it just keeps blinking.. also is it possible to store the result to a string? instead of a file?.. thanks
  31. 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.
  32. D

    CLEO Help How to make cleo dialogs?

    thank you a lot, i tested the snippets seems to do what i need, ill work with it.  :somuchwin: :somuchwin: :somuchwin: <3
  33. 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...
  34. D

    CLEO Help How do i show / hide a picture?

    it worked thanks. if someone need it: full working snippet code is: repeat wait 40 until 0AFA: while 8B71: render 0@ = load_texture_from_file "CLEO\IMG.png" wait 0 end     wait 0     33@ = 0 //33@ is a timer, after you set it to some value it will increase 1 per 1 millisecond   while...
  35. D

    CLEO Help How do i show / hide a picture?

    with 03F0: 1 it freezes and crashes me. i tried replacing it with 33@++, i dont crash but it instantly disappears.
  36. 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...
  37. D

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

    dude listen. i love you <3 worked EDIT: if i am invincible it doesnt detect that he got shot :C
  38. 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...
  39. D

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

    could you provide an example :> if possible thanks. exactly what i want to do xd edit: I found this snippet in another post https://ugbase.eu/snippets/run-cleo-in-cleo/ (i used search but didnt find it, but i accidentally found it throught google) {$CLEO.cs} 0000: 0AB1: call_scm_func...
  40. 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...
  41. 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 :)
  42. 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
  43. D

    How to get distance between you and target

    thanks didnt know that one.
  44. 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...
  45. D

    CLEO Help editing proaim

    thanks. One more question if i shoot with that enabled: does the server calculate the target position based on my screen (when i hit the target) ? or based on the servers calculated position? (im asking this to evaluate how detectable it is, for example: if i shoot with that enabled does the...
  46. D

    CLEO Help Health hack not working

    some servers have hp server sided.. which i believe its only possible to hp cheat by blocking the hpset from the server and by blocking the server from killing you when it calculates you have 0 hp (server sided). But that would be highly detectable. so i'm not sure if theres a way.
  47. 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 ...
  48. D

    Untagged Release OP-HaX for 0.3z fixed a bit for 0.3.7

    how do you add friends? to avoid shooting them
  49. D

    CLEO Help error with samp.available please help

    what do i do to fix it then? :( edit:  nvm today i restarted my computer and tried to compile it and it worked.. wtf xD
  50. D

    CLEO Help error with samp.available please help

    it didnt give me error :P but now i get an error on another opcode "unknown opcode 0BE4"
  51. D

    CLEO Help error with samp.available please help

    i did that installed the sampfuncs opcodes.txt and other files to the sanny builder sa folder.. i just downloaded PrivateDesync.cs and recompiled and got errors (the .cs works perfectly) :/ thankyou in the future
  52. 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...
  53. 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...
  54. D

    CLEO Release | Desync SAMP 0.3.7 | GTA SA:MP

    Re: | Desync SAMP 0.3.7 | GTA SA:MP im trying to edit and recompile it to make it show an activation message etc.. and maybe change a bit.. can i have your opcodes.txt please? thanks
  55. D

    CLEO Release Another troll - advkiller.cs

    there's a problem when the vehicle "chosen" is a bike, as it does not blow up :lol:
  56. D

    adjustable nospread

    well its only for a lil advantage
  57. D

    adjustable nospread

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

    Child pornography on UGBASE.EU!!???

    that was prolly a joke  :yesyes:
  59. D

    disable zoom for sawnoff thanks

    lol thanks a lot but it zooms back and makes me my eyes like WTF xD but it almost does what i want. im editing it to my wishes and i hope to make it working good :3 thanks <3<3<3  :omg_run: :omg_run: :omg_run: :omg_run: :omg_run: :omg_run:
  60. 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