Search results

  1. Zin

    CLEO Help Is object under map Snippet

    It should be 9@ < 16@ aka OBJECTZ < GROUNDZ.
  2. 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"
  3. Zin

    Block rolling animations to sides

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

    CLEO Help Is object under map Snippet

    02CE: 16@ = ground_z_at 2@ 3@ 4@
  5. Zin

    CLEO Help Get race checkpoint coordinates

    Use %f, %d etc like this. 0AF8: samp add_message_to_chat "%f %f %f" color -1 0@ 1@ 2@ // variables go in corresponding order of %f %f %f = 0@ 1@ 2@ So your message would be like this. 0AF8: samp add_message_to_chat "{27D0F2}Checkpoint{F22727}1! (%f %f %f)" color -1 0@ 1@ 2@
  6. Zin

    CLEO Help Get race checkpoint coordinates

    http://ugbase.eu/index.php?threads/snippet-sa-mp-checkpoints.10260/
  7. Zin

    CLEO Help Script that I stay close to everyone on the server

    No because samp doesn't run fast enough through connection and stuff, it would be the case of syncing pos of everyone on the server but the lag will slow you down too much most likely.
  8. Zin

    CLEO Help Make your character walk to X Y Z coordinates

    :char_goto //0AB1: call @char_goto 4 XYZ 1@ 2@ 3@ sprint TRUE repeat wait 0 00A0: store_actor $PLAYER_ACTOR position_to 4@ 5@ 2@ 0063: 0@ -= 4@ 0063: 1@ -= 5@ 0604: get_Z_angle_for_point 0@ 1@ store_to 2@ 005B: 0@ += 4@ 005B: 1@ += 5@ 2@ *= 0.01745 0A96: 4@ = actor...
  9. Zin

    CLEO Help Weird String Error

    @v vars take up the next 4 vars so 14@v = 14@, 15@, 16@, 17@ so most likely your variables are interacting with each other and affecting the text. Just use normal vars with allocated memory.
  10. Zin

    Collection

  11. Zin

    Collection

  12. Zin

    a link for s0nicTZ pls beacuse all it s banned

    Click on the attachment.
  13. Zin

    a link for s0nicTZ pls beacuse all it s banned

    http://ugbase.eu/index.php?threads/release-s0nictz-project-0-37-beta-v0-2.2652/
  14. Zin

    CLEO Help 0.3DL address updates

    It just hides the chat I believe so you can use htis. http://ugbase.eu/index.php?threads/snippet-hide-samp-chat.8000/#post-115747
  15. Zin

    CLEO Help Basic script not working

    Why are we even using 0AD4 like this, you're scanning a string and then formatting into a string again?
  16. Zin

    CLEO Help Cleo request (i have no perms to post in requests section so sorry for posting here)

    Common sense? If you don't have any then NO it literally just holds down the sprint button. Even SprintHook by DarkP1xel isn't considered a cheat yet it's still quite advantageous to people who don't have it."
  17. Zin

    CLEO Help Cleo request (i have no perms to post in requests section so sorry for posting here)

    Activation: Shift. Pretty easy to edit the activation just change the number in the code.
  18. Zin

    CLEO Help [HELP] textdraw

    Also checkpoints update quite slowly for the client so most likely the server will be doing it faster than you could ever do in CLEO.
  19. Zin

    How To Decompile Cleo script?

    But if you could magically decrypt it and make it fully open source he will then make another thread asking about something he wants to change but doesn't know how to do.
  20. Zin

    CLEO Help cleo

    It's actually not that hard it's literally a bit of copy and pasting. You just need to know about vars and 0AB1:.
  21. Zin

    CLEO Help cleo

    Yeah just try a different "aim at pos". ugbase.eu/index.php?threads/skin-aimbot-by-rscaerzx-wheel-aim.17521/ http://ugbase.eu/index.php?threads/snippet-aim-at-position.14588/
  22. Zin

    CLEO Help OPCODE.EXE LAG.CS, HELP

    Despite not taking advice you would recieve the CLEO. It would turn out to be shit like you were warned and get you banned. You would then make another request on making it "undetectable". Just no winning is there?
  23. Zin

    Untagged Release Fake version SA:MP 0.3.7-R4 for 0.3.7 sampfuncs plugin!

    http://ugbase.eu/index.php?threads/johny-project-multihack-for-0-3-7-and-0-3-dl-soon.20076/page-25#post-124738 But... could be a false positive which is seen with alot of .sf and .asi files (really depends on the antivirus, so check virustotal).
  24. Zin

    CLEO Help Variable limit

    I mean that technique supposedly gives you infinite variables but 90 seems excessive (probs using even 31 is excessive but w/e) are you really using 90 variables up or are you using them to store like 50 different strings? As you can do that with arrays/structs. I imagine some people don't...
  25. Zin

    CLEO Help Variable limit

    You can edit the memory of the thread to store more vars. Never really properly looked into this but here's more info if you want to check it out yourself. If that's too advanced for yourself you might aswell just use sampfuncs arrays, structs or even DynamicVars is a good one...
  26. Zin

    CLEO Help AUTO-PRESS on dialog

    ? No read what I put again. "=" is used to set a vars value. "==" means "equal to" so you use that to check a vars value in a condition.
  27. Zin

    CLEO Help AUTO-PRESS on dialog

    "1@ == TRUE" in label ":CHELP" and also after the "WAIT 5000" is the problem, needs to be just "=" I make this mistake all the time.
  28. Zin

    CLEO Help bullet gravity and velocity

    No you edit them for every weapon, you can look in the actual weapon.dat in your gta sa folder\data\weapon.dat for default values.
  29. Zin

    CLEO Help bullet gravity and velocity

    Weapon.dat. Pretty sure bullets just travel instantly and there is no gravity, yet you can still edit some properties about the bullets if you just read through the weapon struct.
  30. Zin

    CLEO Help Find a certain pickup

    Yeah but if you have 5 pickups of the same model next to each other which one does the script pick? Most likely will get the first one inside the pickup pool which might not be the pickup you're looking for.
  31. Zin

    CLEO Help Find a certain pickup

    0AB1: call_scm_func @getPickupIdByModel 1 model 1@ id_to 2@ Source here But this isn't what you need as all pickup models are the same right? So just use opcode 0B53. 0B53: samp 2@ = pickup_id_by_handle 1@
  32. Zin

    CLEO Help /next & /prev

    Could be a server thing, replace "SAY" with "LOG" or "CHATMSG" to see if it does actually output.
  33. Zin

    CLEO Help Help with AIm.cs when i took a gun its start lags

    Aimbot isn't even advanced anymore thanks to AIM AT POSITION. Even if this aimbot has some sort of magical ability that it's "smooth" or targets vehicles headlights it's still nothing special.
  34. Zin

    CLEO Help Using jumps/looping?

    Well you have to else the game crashes. You could just use the sampfuncs console (open by pressing @) you don't need to put any -1 or anything and you can do colours same way with {FFFFFF} and stuff, it also doesn't spam the chat and dissapear because people keep writing in the chat but your...
  35. Zin

    CLEO Help /next & /prev

    [13:24:34] /cw Salut, eu sunt testerul tau Zin, cu mine o sa sustii testul de intrare in Paramedic Department. [13:24:34] /cw Pentru inceput, tasteaza [/turn off] si [/setfreq 0]. [13:24:34] /cw Daca dai [/q] esti picat, dacpa iei crash ai timp 5 minute sa revii. [13:24:34] /cw O greseala 1/3 si...
  36. Zin

    [ReQ]Old FPS Script .cs

    Yeah but you can't do 3fps or 1fps.
  37. Zin

    CLEO Help Using jumps/looping?

    Nah that's exactly it, always happens to me when I put debug lines like that and forget params like time for 0AD1 and colour for say_msg. Pretty sure any sort of invalid params or "bad use of opcode" will give the gambling thing.
  38. Zin

    Admin /recon, spectate detector

    Don't waste your time. It's simply not possible that script he sent is a spectator detector for ArizonaRPG and it's already patched on their server. http://ugbase.eu/index.php?threads/admin-spec-detector.18162/ http://ugbase.eu/index.php?threads/req-admin-spectator-check.9501/...
  39. Zin

    CLEO Help How to fix bad fps?

    That snippet removes the last characters from a string. So say you have "Bob_Bobinson" which is 12 characters you put "5" characters into the 0AB1 opcode to get the last 5 characters which would be "inson". But if you want 1 character everytime you use the 0C17 "strlen" opcode to get the length...
  40. Zin

    CLEO Help Using jumps/looping?

    0@ - 31@ are just variables, nothing special about 0@ I just used it as it's the first variable available. Seen as you can run an "IF" check on the value of a variable so like check if 0@ == 1 then you might aswell change a variables ID to affect these different conditons you have. Oh and the...
  41. Zin

    CLEO Help Using jumps/looping?

    You don't need to put loop within a loop like that, even you're using it to wait. Infact you don't need any sort of loops you can just use a var to check each condition. Obviously change the vars from the example to suit your own script. WHILE TRUE WAIT 0 IF AND 0@ == 0...
  42. Zin

    CLEO Help Using jumps/looping?

    Don't just say "high-level" is buggy and resort to low-level, you're better off showing the incorrect high level code. http://ugbase.eu/index.php?threads/help-dialogs.21528/#post-126118
  43. Zin

    samp open dialog by id

    http://ugbase.eu/index.php?threads/server-dialogs.10074/#post-62637 Nope, there was only dialog repeater and that's the best you're getting and even that is pretty shit now.
  44. Zin

    Collection

    Just use samp 0.3.7 R1.
  45. Zin

    CLEO Help Who can unlock cleo ? ir teach me how to unlock

    No. You can try your luck with DK decryptor but there's alot of encryptions it can't do. Also I came across something called a "thread dumper" but it seems like BS and probably is a viru considering how there doesn't appear to be anything like this yet it's so "revolutionary".
  46. Zin

    CLEO Help Who can unlock cleo ? ir teach me how to unlock

    Decrypting CLEOs. However after checking out some of those files and the thread I still couldn't decrypt an entire CLEO would be nice if we had something more in depth about CLEO encryption.
  47. Zin

    CLEO Help Stop anim bind

    You're not too lazy you just don't know how considering it's like 20 lines and took me like 1 minute to make. Just gonna hope you're not too "lazy" to compile it. {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: WHILE TRUE WAIT 0 IF AND KEY_DOWN 75 8B21: samp...
  48. Zin

    [Request] God Mode or Invulnerability

    How do you know? Have you tested it on every 0.3.7 server?
  49. Zin

    Make "decrypt string" snippet pls 4 0.3DL.

    Make "decrypt string" snippet pls 4 0.3DL.
  50. Zin

    CLEO Help scan string issue

    Use "LOG" to send the chat strings to your sampfuncs console and compare the strings yourself as 0AD4 needs to be exact, still unsure whether {FFFFFF} sort of thing matters (probably doesn't matter if it's in the "prefix" of the message but sometimes they aren't), if not you can just use opcode...
  51. Zin

    CLEO Help Decrypt and Edit

    http://ugbase.eu/index.php?threads/activated-by-key.21434/#post-125529
  52. Zin

    CLEO Help help dialogs

    Well there's something up with your textdraws then.
  53. Zin

    Collection

    Auto-on
  54. Zin

    CLEO Help help dialogs

    Just make a sort of dynamic activation var. Basically you add this var to the condition of each "IF-THEN-END" statement and you have each "IF-THEN-END" statement be triggered by a different value of this var. {$CLEO .cs} THREAD 'Order, ORDER!" REPEAT WAIT 0 UNTIL 0AFA: // 0@ = 0 ~ vars...
  55. Zin

    CLEO Help Help with skins ignores

    Before aim at pos and actor.storepos just put another "IF" to check actor model, if you want multiple simply put IF OR but it depends whether you're blacklisting or whitelisting skins I guess. 02F2: actor 164@ model == #BMYPOL1
  56. Zin

    CLEO Help How to fix bad fps?

    Use this instead. But first you need to get the length of the name with "strlen" and then -1 from that and then you can plug that number into the "Characters". http://ugbase.eu/index.php?threads/snippet-get-last-characters.20451/
  57. Zin

    CLEO Help Pls help me

    You're probably missing some stuff in your SB data. http://ugbase.eu/index.php?threads/solution-unknown-directive-error-sanny-builder.16962/
  58. Zin

    Help me please, I need to fix this cmd!

    Ok turns "WAIT" doesn't work with a client command. You have to do it like this. {$CLEO .cs} THREAD 'CMD' REPEAT WAIT 0 UNTIL 0AFA: 0B34: samp register_client_command "CMD" to_label @CMD WHILE TRUE WAIT 0 IF 0@ == TRUE THEN CHATMSG "TEST" 0xFF0000 WAIT...
  59. Zin

    Help me please, I need to fix this cmd!

    Well no the anti-spam does have it's limits and usually would allow you to send 1 cmd per second. In that photo you put you only had added the "WAITS" to 1 command whereas you need to do it to the other command you talked about using.
  60. Zin

    Help me please, I need to fix this cmd!

    You have to put a wait between each individual "say msg" as every "say msg" is you writing a line and in CLEO without WAIT things happen in literal seconds. Also don't put an enormous "WAIT" like 100000 as that's just gonna cause issues if you're spamming the CMD, put like 500 or 1000 as the...
  61. Zin

    Help me please, I need to fix this cmd!

    That video is private you do realise right?
  62. Zin

    CLEO Help stop cleo

    I tested this and I know it works. 0B4F: samp 3@ = get_gamestate IF 3@ == 4 // GAMESTATE_RESTARTING THEN REPEAT WAIT 0 0B4F: samp 3@ = get_gamestate UNTIL NOT 3@ == 4 // WAITS UNTIL GAME ISN'T RESTARTING. 0A92: RESTART "hearts.cs"...
  63. Zin

    CLEO Help stop cleo

    Probably was something with that WAIT 7000 like it wasn't long enough or something. Just realised you can just add a repeat until game isn't restarting for the perfect wait. 0B4F: samp 3@ = get_gamestate IF 3@ == 4 // GAMESTATE_RESTARTING THEN REPEAT WAIT 0...
  64. Zin

    Collection

    No because they obviously have server side health system and have patched healing cheats, what do you expect really though on B-Zone?
  65. Zin

    Help me please, I need to fix this cmd!

    Just use "WAIT" between say msg. Also embed "your" code so it's easier to read thanks.
  66. Zin

    CLEO Help Cleo help

    I made this snippet for reading between text breaks. If you use 0BD7 and input it into this you can use a FOR loop or something to get all the different lines. I don't know how to edit list dialogs (probably requires some offset that Parazitas will know) but you could create your own list dialog...
  67. Zin

    CLEO Help How to fix bad fps?

    Just remove the "GetSurname" part.
  68. Zin

    CLEO Help Drive to race checkpoint

    I know how you could make it stop when you get to the destination and the long distance might be possible if the drive is done in two sections so you drive halfway then drive the other half.
  69. Zin

    CLEO Help Drive to race checkpoint

    Checkpoint.cs although it doesn't actually work well as it doesn't stop even when you arrive at destination and it can't do long distances and some destinations it can't reach (like truckyards) it's just the nature of the opcodes it uses.
  70. Zin

    CLEO Help FIXED REMOVE

    Except no soloution was actually posted, I imagine their little argument turned into the owner PMing him the fixed version or something.
  71. Zin

    Need Help!How to disable explode in SAMP?

    Yeah just set actor immunities with 02AB opcode. 02AB: set_actor $PLAYER_ACTOR immunities BP 0 FP 0 EP 0 CP 0 MP 0 // 0 = not immune
  72. Zin

    CLEO Help How to fix bad fps?

    You should put activation before the "FOR" loop else you are constantly looping through and processing the names of every player even if you haven't pressed num8. Infact you'd be better of looping through the ped pool or (GetClosestPed) so you don't loop through the names of like 1000 people...
  73. Zin

    CLEO Help FIXED REMOVE

    3 people have requested this same thing yet it's just an aimbot that can be adjusted to only aim at certain skins just for use on one certain server.
  74. Zin

    CLEO Help stop cleo

    That's why you put the custom thread opcode at the start of the script (where samp.available and "THREAD" and that sort of thing go) and it will only execute once. Also when you use 0A93 opcode you will need to end any other "custom threads" you have created using 0C6E opcode. 0C6A: 31@ =...
  75. Zin

    CLEO Help stop cleo

    Depends on which bit you want it to restart. E.g. if you put the circled bit of code where the "// DO STUFF" bit is it will restart if 31@ == TRUE and obviously if the game is restarting. I imagine you will want to just have it restart just whenever which means you could use a "custom thread"...
  76. Zin

    CLEO Help Help with script

    0AB1: @AIM_AT_POS 4 XYZ: 1@ 2@ 3@ ADD_CAMERA_OFFSET 0.04253 Pretty sure you don't need any offset so you can just put 0.0 but if not keep changing it until it's right. If you still have a problem you might need to add a dynamic offset that changes depending on whatever factors.
  77. Zin

    CLEO Help help with textdraw on/off

    As always lots of ways to do that, I'd go with a loop within a loop though. Also you should check out Sanny Builder Syntax as it's quite fundamental and useful in creating basically any CLEO. {$CLEO} {$INCLUDE SF} 0000: thread "TaxiCMD" repeat wait 0 until SAMP.Available() chatmsg "cv"...
  78. Zin

    CLEO Help help with textdraw on/off

    Don't think chatmsg takes alpha value.
  79. Zin

    CLEO Help help with textdraw on/off

    It's rather simple instead of -1 you put 0xFF0000 (more colours at colorpicker.net but for basic colours you can just use the 0xRRGGBB format where F = 255 or max and 0 = 0). 0AF8: samp add_message_to_chat "TEXT" color 0xFFFFFF // White
  80. Zin

    How does SAMP treat incoming packets?

    Not sure if it's exactly a "packet" but I know spamming certain "server send" type opcodes will automatically temp-ban you from any server. Most likely something implemented by samp itself then to stop people from sending excessive ammounts of packets.
  81. Zin

    CLEO Help stop cleo

    Just stop the loop. Or you can check out this snippet. WHILE TRUE WAIT 0 IF 31@ == TRUE THEN // DO STUFF END 0B4F: samp 0@ = get_gamestate IF 0@ == 4 // GAMESTATE_RESTARTING THEN WAIT 10000 // 10 sec wait to stop spam as...
  82. Zin

    CLEO Help HOW TO FIX LOADGAME CRASH SA:MP?

    Remove your mods.
  83. Zin

    Collection

    Works the same way just doesn't use the marker. Be sure to set a high altitude like 300 or 600 as it is completely random and you could easily fly into mt chilliad or something (which is like 550).
  84. Zin

    Untagged Release Run or Sprint recorded path [0.3.7]

    Well you can't unless you or someone else can decrypt it.
  85. Zin

    CLEO Help stop cleo

    Can you use this on yourself? Otherwise checking if gamestate is == 4 (restarting) should be fine. 0B4F: samp 0@ = get_gamestate
  86. Zin

    CLEO Help teleport with truck and trailer

    No because... A) It's not as simple as a tutorial. B) You need to re-read what I put as I just said it's from "0.3z" to show that it is very old (like all teleport hacks tbh) which has nothing to do with it in the end.
  87. Zin

    CLEO Help teleport with truck and trailer

    What do you mean though, you said you got the money so why do you need to teleport with a trailer? This is old stuff which is why it's detected but if you did want to teleport the trailer or "sync" it you just warp into it or sync with packets TP it and then TP the truck as it's like 2 different...
  88. Zin

    CLEO Help teleport with truck and trailer

    Because you're cheating.
  89. Zin

    CLEO Release Lagz Health [Outdated]

    Nah that will get you banned because it sets you to 200hp, least with setimmunities opcode you just don't take damage.
  90. Zin

    CLEO Help Help with CLEO script

    You already made a topic about this. Just make your own aimbot and add the shitty "skin-target" by checking actor models or find an open-source aimbot that works and add the "skin-target" system. Also lots of aimbots already have this type of thing in s0beits and stuff. Not sure if I'm the only...
  91. Zin

    CLEO Release Lagz Health [Outdated]

    Depends what server, just look around and don't say you have and you couldn't find because there are just an absurd ammount of them out there.
  92. Zin

    CLEO Release Lagz Health [Outdated]

    It's just a bad CLEO. Basically you type "ENABLE" and it just loops through giving you godmode (via actor setimmunities) and that type of godmode is usually patched via server sided damage systems so that explains why it won't work. The worst part is though is that it can't be disabled and this...
  93. Zin

    CLEO Help Close dialog automatic

    Actually no the problem was the activation so it was basically just spamming commands. Usually spamming "server-send" features will do this (even got banned on cheating allowed by accident for it) so check this out. {$CLEO .cs} 0000: 0B34: samp register_client_command "/X" to_label @X // Doing...
  94. Zin

    CLEO Help Close dialog automatic

    Yeah, if it doesn't work just change the ID as like I said I don't know the IDs of that dialog in particular.
  95. Zin

    CLEO Help Close dialog automatic

    No replace "1@" with the ID.
  96. Zin

    CLEO Help Close dialog automatic

    Yeah forgot to mention it's the button ID e.g. "0, 1 ,2" it's a dialog with 2 buttons so it will either be 1 or 2 depending on whether the ID starts at 0 or 1.
  97. Zin

    CLEO Help Close dialog automatic

    0B47: samp close_current_dialog_with_button 1@
  98. Zin

    Why close the thread when there's no real need for that?

    Exactly proof that we couldn't really tell what he wanted as you need to use "process input" if you mean to send your own client commands as "say" will actually send it to the server (so you can actually type /Q with nothing happening using "say"). It wasn't really worthy of being a thread and...
Top