Search results

  1. Zin

    i getting errors trying to compile this cleo script

    Provided you followed the steps in the video just make sure your sannybuilder is set to "gta sa" in the bottom right corner.
  2. Zin

    i getting errors trying to compile this cleo script

    Idk which one you want. Regardless you need to fix your compiler, shouldn't be too hard then you can do whatever you want. Like why have someone else compile code for you? Even some basic scripts you can end up recompiling like 10+ times to fine tune and get it to work, you gonna get someone...
  3. Zin

    Help different syntax with cleos

    https://ugbase.eu/threads/sanny-builder-syntax.4877/
  4. Zin

    Help can you help me cheat no delays

    Look at dem sexy shaders tho.
  5. Zin

    Help Neareast part from vehicle

    Yeah those codes put out by Opcodexe are for general parts defined in a vehicles dff I believe. That opcode you put should work also providing it works the same way 06BD detects obstacles. Here's a script for testing what you want. // This file was decompiled using SASCM.ini published by GTAG...
  6. Zin

    Help Neareast part from vehicle

    So do you want the XYZ coordinates of the vehicle collison? Or do you want a script that will give you "Car: X Component: X" of what you are aiming at?
  7. Zin

    i getting errors trying to compile this cleo script

    Alright then. If you send some pics of the errors and your sannybuilder it would make it easier. Personally I've never got good use with a triggerbot but its probably one of the most over created cheats, you could definetly find one for every samp version with different features and shit. If...
  8. Zin

    i getting errors trying to compile this cleo script

    I believe in you, cmon bro. I'll walk you through it if you need.
  9. Zin

    i getting errors trying to compile this cleo script

    Same solution as here.
  10. Zin

    [SNIPPET] Dialog button text

    0BC9 maybe?
  11. Zin

    Help CLEO help

    Sannybuilder 4 doesn't seem to parse sampfuncs SDK (no matter what you do), I tried it before and it wasn't reading SDK files properly for some reason. Try Sannybuilder 3 and then install the sampfuncs SDK shit, here's version 3.2.2 same as my version and works. That should allow you to compile...
  12. Zin

    Help é possível converter essa Cleo para lua?

    People be loving that rem.cs @Opcode.eXe best CLEO created ever??
  13. Zin

    I think it's Sannybuilder 4, I tried it before and it wasn't reading SDK files properly for some...

    I think it's Sannybuilder 4, I tried it before and it wasn't reading SDK files properly for some reason. Try Sannybuilder 3 and then install the sampfuncs SDK shit, here's version 3.2.2 same as my version and works.
  14. Zin

    @kurcinamrtva don't "decompile" the file always go with the original source (if it's available)...

    @kurcinamrtva don't "decompile" the file always go with the original source (if it's available). Also SmartObjectFinder does work on SAMP 0.3.7 R1 as I just tested it.
  15. Zin

    @Fr0z3n Putting wrong object ID in your reply 5 years ago (I think I also used your IDs and got...

    @Fr0z3n Putting wrong object ID in your reply 5 years ago (I think I also used your IDs and got fucked over haha back then)
  16. Zin

    Read what I said before about Sannybuilder SDK to compile SAMP cleo scripts, also .asi files are...

    Read what I said before about Sannybuilder SDK to compile SAMP cleo scripts, also .asi files are not editable.
  17. Zin

    Help Neareast part from vehicle

    Assuming you mean to get the closest point of "Vehicle collision" which maybe easily done with this [SNIPPET] Get aiming positionaim ???? although depends on how opcode 06BD works, if not might be able to find something in game memory.
  18. Zin

    Anyways this ObjectFinder use to work good for me when I wanted this before. If not then we can...

    Anyways this ObjectFinder use to work good for me when I wanted this before. If not then we can modify that Pickup scanner properly to locate those presents (which btw ID 10954 should be 19054 noob @Fr0z3n).
  19. Zin

    Also that .cs won't work anyway as 31@ from 0B51 opcode doesn't return the model ID rather the...

    Also that .cs won't work anyway as 31@ from 0B51 opcode doesn't return the model ID rather the "HANDLE" which is different. Alot of the original code has been removed including the part that does return the model ID.
  20. Zin

    Oh I see the message I put 5 years ago, nice. You should be able to compile that if you have the...

    Oh I see the message I put 5 years ago, nice. You should be able to compile that if you have the correct version of Sannybuilder w/ sampfuncs SDK installed. See this post and Parazitas reply if you struggle.
  21. Zin

    Not on disc much these days, just send the probleme.

    Not on disc much these days, just send the probleme.
  22. Zin

    CLEO Help Change /rem to /duarrr

    This script been getting alot of attention recently lol. IDK where that version is from with all the hex in it but here's the full source one so you can just straight up change the cmd where it says "rem" on line 15. Make sure you have sampfuncs SDK installed to SB btw.
  23. Zin

    Help Get vehicle size

    07E4: get_model 4@ dimensions_cornerA_to $TEMPVAR_FLOAT_1 $TEMPVAR_FLOAT_2 $TEMPVAR_FLOAT_3 dimensions_cornerB_to 7@ 8@ 9@ https://gtag.sannybuilder.com/opcode-database/opcode/07E4/ Used in this CLEO as an example. So I believe the CornerA/CornerB is given as offsets from the models centre...
  24. Zin

    Untagged Release GLANCE M0D 0.3.7 | Former "private" mod

    I think that text is just visual leftover from the original s0beit which had a shitty aimlock which was triggered by the Z key by default. You can check this section in glance_mod.ini but I think it was just overwritten by silent aim, keep in mind that this was a former private mod so was not...
  25. Zin

    Help is there way to get individual player wanted level from player ?

    That’s probably a singleplayer opcode, for this you probably will have to keep track of players in the killlog (if it’s enabled on your server)
  26. Zin

    Help Drive to checkpoint by custom route

    You'd have to create 30 different routes for this, still better than grinding obviously. I'd help you make a CLEO script that can select these routes based on the job instructions you have been given to give you the automation you require. You'd just need to create the 30 routes required...
  27. Zin

    Help cleo to delete vehicle or respawn thim

    I think this has that also, "Zero-Health" should do that for cars. In regards to player health, you can only set your own health you can't change others.
  28. Zin

    Help I need infinity food and water for samp RP

    Best you can do is maybe negate the damage you take from hunger and water depending on the HP system of the server.
  29. Zin

    Custom Timers

    Oh wait nvm. For better understanding experiment with CLEO timers 32@ and 33@ (use opcode 0ad1: or w/e debug shit). This is just a more refined way which is more accurate and you can have more than just the two timers (32@/33@). The basic concept of a timer though is that it will just constantly...
  30. Zin

    Custom Timers

    Those snippets don't look like the ones posted, post the rest of the code if you still need help.
  31. Zin

    Help Questions about bypassing AC

    Never played this fenixzone server, how can the server be disgusting? Seems like a decent, well-established server to me which just wants to be rid of aimbot noobs.
  32. Zin

    Help [CLEO] Help with timer script

    Write command twice to cancel timer if you need (it will give prompt for this), done the code as best as possible for modification (i.e. position on screen, restarting cleo).
  33. Zin

    disable controls while in menu

    You could write memory to controls memory address (0xB73458), probably is a better way but there's one if you don't get any answers.
  34. Zin

    Help Cleo %s not print text

    {$CLEO .cs} {$CLEO .cs} THREAD 'STRING' 0B34: samp register_client_command "TEXT1" to_label @TEXT1 0B34: samp register_client_command "TEXT2" to_label @TEXT2 REPEAT WAIT 0 UNTIL 0AFA: WHILE TRUE WAIT 0 0B35: samp 0@ = get_last_command_params LOG 0@ END :TEXT1 0B35: samp 0@...
  35. Zin

    The best days of this game

    https://ugbase.eu/threads/post-screenshots-videos-of-you-cheating.2734/ Alot of good videos now deleted, kudos to Opcode for not being a pussy.
  36. Zin

    CLEO Help cleo automatically mark the red checkpoints

    Alright found some shit, all that had to be done was just create blip and set that as what the game percieves as the "marker" which is what that GPS mod will have to use as marker reference. Also converted to all samp versions (thank Parazitas for that). {$CLEO .cs} THREAD 'RACECPMARKER' WAIT...
  37. Zin

    CLEO Help cleo automatically mark the red checkpoints

    https://www.blast.hk/threads/6498/page-201#post-303624 Thats the snippet to get it working but I don't understand C++ so I'm struggling to convert to CLEO atm.
  38. Zin

    CLEO Help cleo automatically mark the red checkpoints

    {$CLEO .cs} THREAD 'RACECPMARKER' WAIT 5000 // WAIT UNTIL SAMP INIT?? WHILE TRUE WAIT 0 IF KEY_DOWN 77 // KEY "M" THEN IF call @is_racecp_active 0 THEN // SET MARKER FOR 0@ = 0xBA86F0 TO 0xBA8EC0 STEP 40...
  39. Zin

    Help How to remove red screen

    Bro made adblock for samp
  40. Zin

    Help IS THIS ANTICHEAT SAFE?

    Don't know much about the actual exploit but it must be what was patched in R5, so it is untrustworthy (coming from samp devs themselves). See below. https://kalcor.video.blog/2022/11/16/sa-mp-0-3-7-r5-client-update-strongly-recommended/...
  41. Zin

    Help samp instant crash with/without mods

    Could be DirectX related issue if you're on Win10+ (90% you are). Similar thing with crashing when I press connect happened to me when I had ENB, although singleplayer worked just fine. You could try this if all the other fixes didn't work. Also make sure you are actually launching from clean...
  42. Zin

    CLEO Help cleo automatically mark the red checkpoints

    Still want? Send screenshot of what the checkpoint looks like and what it looks like on the minimap and I shall have a look into it for you.
  43. Zin

    CLEO 5 release

    Really? Looks like it just adds some new opcodes and shit, debug thing kinda interests me whether or not it works in samp. I know new sannybuilder is fucked though as it has added mobile gta editions and shit and can't even be fixed by modifying opcodes and keywords.txt.
  44. Zin

    Help Auto cmd cleo

    Yeah it's the shitty @v vars you have to use for ini operations having a 16 character limit. You could try this mod as a superior alternative to be fair. https://ugbase.eu/threads/autocmdsenderv2-0-unlimited-keybinds.3989/#post-20959
  45. Zin

    CLEO 5 release

    Looks decent, hope there's no compatibility issues with older scripts. Always used 4.1 in the past for that reason.
  46. Zin

    Help Auto cmd cleo

    Show us your "autocmdsender.ini" please.
  47. Zin

    Help car backflip - question

    Nice mod idea. Thing is with GTASA is the FPS controls alot of physics, car physics are pretty bad which will affect this mod. For SAMP 90-100 fps (max fps without fpshack) is awful for car rotations, I believe best rotation speed is 51 fps (/fpslimit 48 for me personally idk about u). The code...
  48. Zin

    Help Cleo.

    /Quit thing from below. https://ugbase.eu/threads/quit-game-upon-any-health-change-from-server-spec-prevention.13151/
  49. Zin

    Help Cleo.

    {$CLEO} 0662: "Samp CMD by ZesMAXIM" thread "Version 1.0" wait 2500 0B34: samp register_client_command "helpcmd" to_label @cmd_1 0B34: samp register_client_command "bcd" to_label @cmd_2 0B34: samp register_client_command "slc" to_label @cmd_3 0B34: samp register_client_command "cs" to_label...
  50. Zin

    1

    This mod is a very usefull mod on rp servers so your stranded you cant afford a car they are all locked and you dont have any keys well this mod helps alot it spawns you a car that you can get around in. Thanks to ZODY for helping me with spawning the car. Now its unsync 0 Fucks given dude ITS...
  51. Zin

    1

    This mod wasnt made by me it was made by dv or some dude it dont sync but still cool to have. i made my first video on youtube :D :D:D i shouldnt use the youtube video editor its not the best but heres the example. [youtube:17we6heu] DL: http://gtasawinter.weebly.com/download.html Oh yeah...
  52. Zin

    1

    This isn't my first cheat but my first release i didn't make this i don't know who i saw it on youtube but this rapid fire mod is like super cbug even past that that's how awesome it is tested works. Use N + Y to activate Leave a thank for releasing on forum but the vids wernt in English...
  53. Zin

    Shield.cs [Beta]

    This is the first version of the mod i call Sheild.cs its like sprunkguard it spawns a door infront of you everywone who helped get alot of credit i wouldnt of been able to spawn it without xzytro helping and springfeild correcting the script. anyway its a better il look into more with spawning...
  54. Zin

    Fighting Style Switcher

    This was requested ages ago so i just got board and searched for it on gta garage the activation was retarded for samp so i edited it here ya go Activation - U + 2 = Switch to Boxing - U + 3 = Switch to Tae Kwon Do - U + 4 = Switch to Kickboxing - U + 5 = Switch to Pistol Whip (the way you...
  55. Zin

    Weapon hack by THE_SIGGI

    Ok i know i didn't make it but i released it because everywone is always asking for weapon hack when just use this now it is bugged because gxt hook doesent work on samp so u will only see halve of the text but it does me fine so dont go fucking asking for a damn weapon hack when just use this...
  56. Zin

    [REL Auto gun /me

    I could not find this cleo in the release section but this mod gets requested all the time someone made it for me a long time ago because i edited one of opcode's cleo and they fixed it for me i forgot who it was so sorry for whoever made it. Anyway basically it prevents you from getting jailed...
  57. Zin

    Spin.cs make your car spin really fast!

    I present to you Spin.cs Spin.cs was a mod i always wanted because once i was on a server with a packer and i used s0beit break dance to make my car spin and it would make cars near me fly away if i hit them. I wanted a faster way to spin and now i have it! Video Demonstration Coming soon (...
  58. Zin

    Another pointless CnR cleo

    Zin's CnR binds! Ok this is just another shit CnR bind but I'm trying to get better than all the other ones. Ok now when I used some other CnR binds on this site I was always pressing the button on other servers and I would get muted for spam. So I made my own CnR bind which can /kidnap /cuff...
  59. Zin

    Cleo Airbrake

    This is german air brake i think i got it from this video but its a cool air brake but you cant beat s0beit air brake But its cool i dont think it works in car witch sucks activation is left strg wich is ctrl in english. ACTIVATION KEY - left ctrl + 0 [attachment=0:3kym1tzr]<!-- ia0 Air...
  60. Zin

    [REL] Teleport PRO.cs The ultimate money farming tool!

    Why i made it: Ok so i saw a small server that had a good script on it so i went on it was pretty busy with like 20+ players on so i looked at the player stats and found out no one is online at like 11:00 so i used ZODY's checkpoint teleporter and teleport to marker but it sucked so much because...
  61. Zin

    [CLEO] AutoHeli.cs - Helicopter autopilot!

    AutoHeli.cs - Helicopter autopilot. Description: This basically makes your helicopter fly up and then just fly to whatever coordinates and slows down as it approaches them. There's an opcode that allows helicopters to fly by themselves similar to how cars can also "auto-drive" but that sort of...
  62. Zin

    IMRP GoodEvade/Admin catch you everytimes.

    Not sure if this is with all VPNs but you can't always get the same IP so if your account constantly changes IP address inconsistently then they're going to pick up on that. It's really never going to be a permanent solution so you're gonna lose all your stats constantly, it's really only good...
  63. Zin

    CLEO Help Help-me

    /TOUT
  64. Zin

    CLEO Help How to get ID?

    It's not slow though, if you put "WAIT 0" in a loop that slows it down (loops like once per frame or something) otherwise the loop will be basically instantaneous. This does have it's limits however with certain opcodes so you can't do like 1000 read memories at once or the game will just crash...
  65. Zin

    [SF] Help please

    So best bet is just to recreate it in CLEO or somehow find the address or whatever to the font and disable it using a cleo.
  66. Zin

    CLEO Help Please Help Me.

    Just search "cleo encryption" and you will find dozens of shit here and on blasthk about it. Also you can't "hide" code as someone who knows what they're doing can reverse encryption. In regards to that cleo you sent which I presume you want to be encrypted for you well I'm pretty sure it's not...
  67. Zin

    Untagged Release [REL]Hack Pack for RP servers

    I didn't make those but I wouldn't even bother. Those scripts are made for specific servers (as it says in the post) and because this entire pack is like 5 years old the script updates of those servers will most likely have made these redundant.
  68. Zin

    CLEO Help 0A25 misusage (?)

    It's just that snippet doesn't do Y axis aim probably because when you shoot from roofs and shit you need a different Y which you might aswell adjust yourself (like what those sarg beggars where asking for). ugbase.eu/index.php?threads/skin-aimbot-by-rscaerzx-wheel-aim.17521/ This is open...
  69. Zin

    CLEO Release Cbug in one point

    Sure.
  70. Zin

    [REQUEST] Anti Stunt.asi

    You clearly need search.cs aswell. http://ugbase.eu/index.php?threads/antistun-shot-cs.468/
  71. Zin

    CLEO Release Cbug in one point

    https://www.blast.hk/threads/4291/
  72. Zin

    CLEO Help Fast Helicopter

    no
  73. Zin

    CLEO Help Fast Helicopter

    http://ugbase.eu/index.php?threads/rel-auto-heli-start-instant-rotor.9575/
  74. Zin

    I need sampfuncs for R4

    sampfuncs doesn't even exist for R4.
  75. Zin

    Untagged Release [REL]Hack Pack for RP servers

    Type "ON" and it's "OFF" to turn it off.
  76. Zin

    CLEO Help -

    http://ugbase.eu/index.php?threads/mgbull-bullet-pro-0-3-7-update-hot.4207/#post-28843 Doesn't work with fist like in the video as it seems like this is one of those things that is very "private" but it will surely kill everyone and if it doesn't work then the servers security isn't as bad as...
  77. Zin

    CLEO Help 0.3.DL silent aimbot cleo

    @kungdun was selling his but only to 3 people so idk if he's sold out you should ask him.
  78. Zin

    CLEO Help [HELP] Pls help me change the colour of sprintbar.cs

    Looks like you have already done it judging by the photos. // This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013 {$CLEO .cs} //-------------MAIN--------------- 0000: NOP wait 2000 03F0: enable_text_draw 1 :Noname_11 wait 0 if and...
  79. Zin

    CLEO Help Who can decrypt this cleo

    sarg should have it's own section with Parazitas as the moderator.
  80. Zin

    CPP RELEASE llllllllllllllllllllllllll

    "Location: NIGGA"
  81. Zin

    Untagged Release Rcon Cracker v1.0

    This made made 6 years ago.
  82. Zin

    CLEO Help Get Player/Actor/Car/Object Health/Armor in Float

    Yeah I'm pretty sure samp has it's own ped stuff which will most likely use an "int" for health hence why that's how sampfuncs does it so your problem with people not being dead could be due to something else. There's most likely other ways like checking if they're in the dead animation.
  83. Zin

    CLEO Help Get Player/Actor/Car/Object Health/Armor in Float

    CPed +0x540 = [float] Health CPed +0x548 = [float] Armor E.g. for health. 0A96: 0@ = actor $PLAYER_ACTOR struct // CPed pointer 0@ += 0x548 // Health 0A8D: 0@ = read_memory 0@ size 4 virtual_protect 0 0AD1: "%f" 1 0@
  84. Zin

    CLEO Help Draw_Outlined_Box

    Ok so nothing is up with the snippet it's the rest of the code then. Something must be changing the vars you need to use vars that are not being used literally anywhere else. Seen as you're so reluctant to post the code I'll put you another example to show you what I mean. Source to that entire...
  85. Zin

    CLEO Help Draw_Outlined_Box

    What I said before, but you said it doesn't work so it's obvious you didn't implement into your script correctly I just want to see the rest of the "drawbox" code as there are different ways of drawing boxes in cleo. But most likely it will be to do with the rest of the script. Just make sure 4@...
  86. Zin

    CLEO Help Draw_Outlined_Box

    The drawbox snippet (got fucked by an emoji because I wrote {colon}D as in a cleo label).
  87. Zin

    CLEO Help Draw_Outlined_Box

    Gonna have to show more of the code then or maybe the :DRAWBOX snippet.
  88. Zin

    CLEO Help Draw_Outlined_Box

    colorpicker.com Don't worry about the alpha though it literally just means how transparent it is so should usually be 255 everytime.
  89. Zin

    CLEO Help Draw_Outlined_Box

    It's 7@ RGBA = all integer values so it can't be 0.2 it must be 0-255 you can always use some math if u want to use floats to determine the ALPHA.
  90. Zin

    CLEO Help Draw_Outlined_Box

    Make a command that takes RGBA input and store them to vars and simply the RGBA values in the opcode with those vars.
  91. Zin

    Collection

    With the ground z opcode?? Here's an e.g. // 0@ 1@ 2@ = XYZ of object 02CE: 3@ = ground_z_at 0@ 1@ 2@ 0087: 4@ = 3@ // Copy groundZ for upper boundary. 4@ += 30.0 // In the sky. IF AND 0025: 2@ > 3@ 8025: 2@ < 4@ THEN // DO STUFF END
  92. Zin

    Collection

    Even this isn't going to work for what he wants as some areas of the map will have a ground z of 30.0 and pretty much every area will have a ground z above 1.0 so he needs to check if the Z is between groundZ - 1 and groundZ + 30.
  93. Zin

    CLEO Help Is object under map Snippet

    It should be 9@ < 16@ aka OBJECTZ < GROUNDZ.
  94. Zin

    CLEO Help Is object under map Snippet

    Yeah I was pretty amazed aswell and it's actually suprisingly accurate such as small objects like palm trees will be counted as the "ground z"
  95. Zin

    Block rolling animations to sides

    Looks more like a bug which is usually the case when looking at cbug from others perspectives.
  96. Zin

    CLEO Help Is object under map Snippet

    02CE: 16@ = ground_z_at 2@ 3@ 4@
Top