Search results

  1. Zin

    CLEO Help Close dialog automatic

    0B47: samp close_current_dialog_with_button 1@
  2. 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...
  3. Zin

    CLEO Help Allocating Memory

    Ok well scrap that then. Could always allocate 255 and then strlen and then further adjust to save memory. And there's this for strlen.
  4. Zin

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

    I'm all for helping out any other potential people who might have the same issue, but this thread in particular doesn't appear to make any sense and I can't see it helping anyone else even despite you posting a solution because of that. Also I don't see why not make a new thread and just title...
  5. Zin

    CLEO Help Command replace

  6. Zin

    CLEO Help Allocating Memory

    Every character in a string is 1 byte so you can do the string length. Most people do 255 bytes as default anyway don't think it matters unless you're wasting thousands of bytes. 0C17: 1@ = strlen 0@ // gives length of string 0@ // requires alloc however
  7. Zin

    CLEO Help Command replace

    Probably didn't compile it correctly.
  8. Zin

    CLEO Release Lagz Health [Outdated]

    Type "ENABLE" but you can't turn it off. Also why is that no has seen this release until now?
  9. Zin

    CLEO Help Activated by key

    http://ugbase.eu/index.php?threads/solution-unknown-directive-error-sanny-builder.16962/
  10. Zin

    CLEO Help Activated by key

    // Made by www.youtube.com/jhgr16 {$CLEO .cs} //-------------MAIN--------------- 03A4: name_thread 'pene' 0390: load_txd_dictionary "PAMIRA" 038F: load_texture "MIRA" as 1 // Load dictionary with 0390 first 038F: load_texture "MIRA4" as 2 038F: load_texture "MIRA2" as 3 // Load dictionary with...
  11. Zin

    CLEO Help Activated by key

    Actually he released the source code as I wanted to do some changes myself.
  12. Zin

    CLEO Help NameTagHack/Wallhack 0.3.7-r4

    Well you find what offsets the nametag hack is using (pretty sure it's like SAMP_INFO_SETTINGS and then something further) and you just change them. You can find alot of offsets in s0beit sources/headers or whatever. Obviously because no one cares about R4 you will probably have to find...
  13. Zin

    CLEO Release [Private] Pickup syncer [0.3.7]

    Well you're still going to get banned because you're teleporting. But there is this http://ugbase.eu/index.php?threads/pool-render.15165/
  14. Zin

    CLEO Help NameTagHack/Wallhack 0.3.7-r4

    Yeah you just need to change the offsets of the nametag hack to 0.3.7 R4 ones.
  15. Zin

    CLEO Help Can anyone give me SAMP_INFO_OFFSET and Psettings for 0.3.7 r2 samp?

    Isn't it only the base offset that changes? http://ugbase.eu/index.php?threads/collection-of-0-3-7-0-offsets.10651/page-2#post-73776 NVM they do change, there is a tutorial on samp forums on how to get offsets.
  16. Zin

    CLEO Help Incoming/outcoming packets and rpc

    Already is a samp patch in s0beit and there's a bunch of stuff here about it (RPC & Packet hook in CLEO).
  17. Zin

    CLEO Help Incoming/outcoming packets and rpc

    Well it would be "onfoot data" or "incar data" but you can't use it to bypass AC as that same data is required to sync with the server. All you would be doing is just teleporting but with a bigger delay as you have to send your onfoot data to the server in order to use checkpoints and stuff in...
  18. Zin

    CLEO Help 0.3.7 R4 Cleo .cs mod crash

    That nametag mod also isn't for 0.3.7 R4.
  19. Zin

    CLEO Help SAMP FPS UNLOCKER WITH MAX LIMIT AT 150 FPS, PLEASE HELP ME!

    http://ugbase.eu/index.php?threads/fpslimit-patch.12062/
  20. Zin

    Collection

    Look on the first page of this thread....
  21. Zin

    CLEO Help Get vehicle wheel coordinates

    http://ugbase.eu/index.php?threads/skin-aimbot-by-rscaerzx-wheel-aim.17521/ This is open source and has a bunch of snippets relating to getting pos of wheels.
  22. Zin

    Triggerfinger.cs not working

    Give more details?
  23. Zin

    CLEO Help Help me to transfer pickup finder to object finder

    Could always just use console commands which basically just requires changing "0B34" to "0C63". Regardless though this big myth of "admins can see client commands" is just completely laughable.
  24. Zin

    CLEO Help crash my game

    I mean crash report isn't really any help you just have to figure it out yourself as you're the only one who can possibly know.
  25. Zin

    CLEO Help Help me to transfer pickup finder to object finder

    Guess you won't stop spamming until we give so. Use this. If you can't figure out how to use it then well you don't really deserve to have your request solved.
  26. Zin

    CLEO Help Help me to find script

    Just another post where they're too incompetent to search.
  27. Zin

    CLEO Help crash my game

    Just remove one by one until game works, you can always assume which CLEOs u have always had and have always worked.
  28. Zin

    Collection

    Not possible. You might have a chance at matching players ping with yours or something but it's really not viable.
  29. Zin

    CLEO Help key pressed

    Probably ought to make a string array where each "element" is equal to the key code and thus you can cross-reference for the "KEY", this could be a pain in the arse to set up though unless there is some sort of premade array out there in the windows files or something.
  30. Zin

    CLEO Help key pressed

    {$CLEO .cs} THREAD 'BINDS' REPEAT WAIT 0 UNTIL 0AFA: WHILE TRUE WAIT 0 FOR 0@ = 0x01 TO 0xFE STEP 0x01 0085: 1@ = 0@ 1@ *= 2 1@ += 0xB72CC8 0A8D: 2@ = read_memory 1@ size 1 virtual_protect 0 IF 2@ == 255 THEN...
  31. Zin

    CLEO Help key pressed

    Probably reading memory address for virtual keys you could do a FOR loop through all the different key codes and check if they're equal to 255 and then print the key if it is.
  32. Zin

    CLEO Help auto press

    What do you even want?
  33. Zin

    CLEO Help Help cleo

    Yeah but just to stop them from changing the credits like creating the string in ascii or whatever so they can't just change "By John Smith" to whatever they want so it would require changing values and shit.
  34. Zin

    CLEO Help Help cleo

    I mean I don't like editing compiled scripts is what I meant especially when it's an aimbot where there's a shit ton of stuff going on with camera calculations and stuff. I'd just recreate the entire script using that "aim at pos" which would be easier to tweak etc to resolve something like...
  35. Zin

    CLEO Help Help cleo

    Don't blame you I wouldn't want to edit that aswell. Aimbots never worth anyones time seen as they're just hundreds of them just find a different aimbot this one certainly isn't special.
  36. Zin

    CLEO Help Help cleo

    Try different aim at pos code... http://ugbase.eu/index.php?threads/snippet-aim-at-position.14588/
  37. Zin

    SAMPFUNCS

    Yeah my bad. Just tried it and sampfuncs overides even that custom loadscreen aswell. I believe some "fancy" s0beits have an override for even the sampfuncs loading screen probs using d3d and stuff so you'd have to poke around the sources of those. I imagine this won't be that simple as it may...
  38. Zin

    CLEO Help Question

    It's probably because doing /aaa has no output chat message so chatline 99 will be equal to "abana avenue" for some time until another message pops up. Cheap way to beat this is to just add a message to chat after you sent the cmd (0AF8) such as blank line so chatline 99 just becomes some blank text
  39. Zin

    SAMPFUNCS

    You can use custom saa2 in particular changing the image inside loadscs.txd will give you a different image (just printscreen the default one or something). It's also open source so you probably could find that function to use in your own code.
  40. Zin

    Resizing models, car and or skins

    Nope. In the same sense people with vehicle mods still appear in the same positition on your screen the server will see it the exact same way even if it did work this way you're still going to be detected as tping and whatnot.
  41. Zin

    Multi Hacks (exe)

    Thank's now we can look at the actual virustotals. carinwater.exe Hide car.exe car have intro samp.exe How come "car have intro" has a significant score of 58/70 compared to the other two, you do realise how suspicous that looks right?
  42. Zin

    Multi Hacks (exe)

    It has password anyway, this guy didn't really think this through.
  43. Zin

    Collection

    No.
  44. Zin

    Untagged Release AntiSilent AIM

    Look at the date moron. Also mr genius you could of just googled "AntiSilent Aim" and... yeah.
  45. Zin

    CLEO Help Stop running cleo script

    I mean I did say to edit the snippet didn't I? You merely changed the cleo that it will restart you didn't change the conditions/activation I mean it's pretty simple it's literally 2 opcodes that does the job. Forget that snippet then. 0A92: create_custom_thread "mod.cs" // starts new cleo...
  46. Zin

    CLEO Help Stop running cleo script

    To keep things simple you can probably use restart cleo snippet might need some modification in terms of activation but it should just restart your CLEO as if you just launched the game.
  47. Zin

    CLEO Help auto /accept repar

    Oh yeah lemme add. Also you literally posted yours like a second before me.
  48. Zin

    Collection

    Search it.
  49. Zin

    CLEO Help auto /accept repar

    I imagine that code you posted would spam the chat as it loops through all of the chat so once you have done /repair it will still do /repair until that chatline is gone. It's also a non-sampfuncs equivalent when you clearly are using sampfuncs. {$CLEO .CS} THREAD 'AutoRepair' alloc 0@ 256...
  50. Zin

    CLEO Help auto /accept repar

    also you might have to use the "get chat line" opcode for getting the chatline. With 0c29 you don't have to be specific it basically just means if the string contains that word then the condition is true.
  51. Zin

    CLEO Help Wallhack 037 r4

    Funny, pretty sure you found the R4 offset required to make this.
  52. Zin

    CLEO Help Tp from sobeit

    Called "Clickwarp". http://ugbase.eu/index.php?threads/clickwarp_by_samphack.16485/ not for DL noobs. https://blast.hk/threads/190/
  53. Zin

    Collection

    Just do a simple search for that and yeah... http://ugbase.eu/index.php?threads/anti-spec.17025/ http://ugbase.eu/index.php?threads/cleo-requests-warning-admin-spec.15755/ http://ugbase.eu/index.php?threads/spec-info.16980/ http://ugbase.eu/index.php?threads/req-admin-spectator-check.9501/...
  54. Zin

    CLEO Help auto accept

    Bad formatting is the issue here. You used 0AD4 to gather a random string and store it to $NOT_USED and then stored an integer to a string var "4@v" also that's not really used as we have 0AC8 opcode. {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0...
  55. Zin

    CLEO Help auto accept

    Do you have to /acceptdice their name or ID? Some of the string formatting doesn't make much sense either. You can use "LOG 5@" to send the output to your sampfuncs log also to see what is actually happening.
  56. Zin

    CLEO Help Active checkpoint

    Call functions are really useful and quite simple once you know. In regards to this on that thread above the "call @is_cp_active 0 " can be used in an "IF" as it returns true/false value. IF call @is_cp_active 0 THEN //Do stuff END More info on call functions.
  57. Zin

    CLEO Help Active checkpoint

    http://ugbase.eu/index.php?threads/snippet-sa-mp-checkpoints.10260/ There's some other stuff involving the blip struct aswell if that doesn't solve your problem.
  58. Zin

    CLEO Release [CLEO]CarStealer by .CS TEAM

    On a server as popular as that this will be detected anyway, this is basically just mastercar/NOPs which has been known about for years and good servers usually have admin warnings for when you're driving cars that way.
  59. Zin

    Collection

    It won't be synced. Despite this if you still want it (for some reason) then here.
  60. Zin

    Collection

    Updated:
  61. Zin

    Collection

    http://ugbase.eu/index.php?threads/chatflood-cs-basic-chat-spammer.15599/
  62. Zin

    CLEO Help Spider.cs

    6000 lines of compiled/low-level syntax, can't promise this to work but I'm not reading through all of that to convert into something from 2020 or somehow make the "space" work which it should so you're probably not using it properly. It's not even an unsual concept aswell there's probably lots...
  63. Zin

    CLEO Help Drive boat to marker

    That's what this was about, just loop through all the radar blips and filter the distinctive red marker out (0xa50000ff) you should be able to get them from outside the marker stream area aslong as it's on your radar. http://ugbase.eu/index.php?threads/yellow-marker-coords.20957/#post-122881
  64. Zin

    Collection

    It's just litefoot though. Litefoot looks buggy on others screen and he's simply doing it better than you. If you want an "antifreeze" or something just use the search button.
  65. Zin

    CLEO Release Samp Multi-Tool By [DS]Galaxy/GalaxyGeri [ HOT!!! ]

    How does this require sampfuncs?
  66. Zin

    CLEO Release PlayerFinder 0.3.7

    No it has to be "UGBASE.EU".
  67. Zin

    CLEO Release PlayerFinder 0.3.7

    Yeah I had that. Usually password is always lowercase "ugbase.eu".
  68. Zin

    SA:MP Mobile

    You can always plug a controller into your phone but still keyboard & mouse triumphs. You get the controllers with phone holders so it's a neat little setup so it wouldn't be too bad. Most popular samp servers seem to be the boring ones not requiring excessive DM skills and what not so I imagine...
  69. Zin

    CLEO Help Teleport to marker

    ...
  70. Zin

    Collection

    Most of that request makes no sense so this is all your getting.
  71. Zin

    CLEO Help [REQ] /setmark map location

    /Setmark [location] ? What is location? How is this easier than opening the map? Why do you need to be constantly placing the marker? If a cheat is using the marker position than simply edit the cheat for whatever other purpose. Oh and you don't need to bump this as it was already on the front...
  72. Zin

    Collection

    Decided to just recreate the entire thing fixing some issues with the previous one.
  73. Zin

    Collection

  74. Zin

    CLEO Help wallrun script help

    I imagine just changing 300 to a really high number would do the trick but you only posted 1 single line of code along with a bad explanation so can't really expect much from anyone.
  75. Zin

    [LS-RP] Weapon reveler mod

    Need more details. If it's those guns that are just "stored" in a vehicle where the script just stores to the virtual inventory of the vehicle then you can't "find" the guns. However if the server is actually using a script in which weapons inside vehicles are represented by phyiscal objects...
  76. Zin

    Untagged Release NameTagHack 0.3.7 / 0.3.DL [CLEO/EXE/ASI]

    Is it though? You can always use the .asi version or even the cleos (unless you want to say that the cleos are also viruses). You also ought to compare this .exe hack to actual .exe viruses. Infact Raksamp scores 5/68 on virustotal and that is open source so the next level up for this would be...
  77. Zin

    Anyone got this armour timer?

    You sure it's even a CLEO? It's related to the server gamemode so it's either a VIP feature or something like that or it's a custom job which means good luck finding it. If it is a CLEO we could make this in a heartbeat we'd just need the distinctive trigger circumstances e.g. cmd typed...
  78. Zin

    CLEO Help Sanny Builder Error

    The 23kb one contains it's source which is why it's bigger, the 4kb one simply doesn't have it's source and is infact encrypted. I honestly don't know how you "accidentally" crypted a file but you can certainly make sure that you press "compile & copy" or "F7" rather than just "compile" with F6.
  79. Zin

    anti freeze

    Usually done with loading samp.dll and changing memory there. S0beit will be your best bet for getting addresses and such you don't need to be that familiar with C++ to do this as long as you can put together how the function works.
  80. Zin

    Auto /getmats entering a specific zone

    XY why would Z matter that's just height it's a square not a cube.
  81. Zin

    Auto /getmats entering a specific zone

    Well they do work just the radius is probably too small. Just do the coordinates yourself use the rectangle opcode.
  82. Zin

    Auto /getmats entering a specific zone

    Did you really not think to change those coordinates? That was just example syntax from opcodes.txt you need to put your own coordinates in.
  83. Zin

    Auto /getmats entering a specific zone

    Because each loop is repeated with that wait for some reason for that period, it shouldn't be like that but the creator might have had to do it for some reason. He probably didn't need to add that but you said that changing it crashes the game so that might be why I mean using nonsampfuncs...
  84. Zin

    Pickup collector

    http://ugbase.eu/index.php?threads/private-pickup-syncer-0-3-7.14517/ Don't expect 0.3DL version.
  85. Zin

    Auto /getmats entering a specific zone

    Yeah use sannybuilder 3 (look up anything about developing CLEOs) and all those "waits" you just mentioned are mandatory to prevent crashes as certain things can't be done until the game is loaded in, like I said you need to ADD your own delay as there isn't one after the say function.
  86. Zin

    Auto /getmats entering a specific zone

    You probably interfered with the mandatory "wait" for the loop not the command, you need to add that yourself after the say. Like just actually read what I put, If you really wanted this you'd actually try your best to get it.
  87. Zin

    Auto /getmats entering a specific zone

    Simply use this opcode... 00A3: actor $PLAYER_ACTOR sphere 0 in_rectangle_cornerA 2037.536 2365.373 cornerB 2117.177 2483.922 you used /save so clearly have knowledge of coordinates which means you have the means to do this yourself. Oh and the delay should be quite simple just add "wait...
  88. Zin

    CLEO Help Cleo Spread

    http://ugbase.eu/index.php?threads/no-spread-with-an-expanding-crosshair.14412/
  89. Zin

    CLEO Help Script Help

    Easy way is to just use 02A8 opcode (blip ids). Also make sure you store the handles of the created markers somewhere (array is best) so you can delete them else you will get the situation you had with the race cps. If you want customised different colour icons like that code above then you...
  90. Zin

    CLEO Help Cleo pot, crack, heroin, weed, mekit...

    Just use some invisible CLEO that usually prevents spectating depending on the mod.
  91. Zin

    CLEO Release Reconnect.cs

    I think you need to consider a new hobby.
  92. Zin

    CPP RELEASE wallhack/aim sampcac bypass

    Imagine scamming people out of 1$ though. On that note maybe it is a stealer, I mean 1$ brings like a shit ton of buyers and marketplace goods aren't screened here (which would make sense).
  93. Zin

    CLEO Help this opecode not working help

    You can start by not using global vars as they have a possabillity of being interfered with, and seen as I nor probably anyone knows about samp edit objects why don't you debug your code? Add drawboxes and stuff to make sure you using the correct object "ID" you're actually using the object...
  94. Zin

    playerfinder.cs

    Like really... how can you not find it?!?!
  95. Zin

    .

    That would mean that no one is going to get that invaluable CLEO I painstakingly put together, let everyone else enjoy /pinfo!
  96. Zin

    Is it possible to delete threads from ug base?

    Just looked through your posts and you want to delete a bunch of help threads you created probably because you mentioned specific servers and you think admins will bust you from here. Not nice considering the community helped you so why not keep those posts as someone else may find them helpful...
  97. Zin

    .

    Funny to think people who ask for stuff like this even have the abillity to do anything with an IP.
  98. Zin

    where the fock is shotubox?!!

    Here Also give "Styler is a noob" spammer plz.
  99. Zin

    CLEO Help How to define my jump?

    No. It's more effort for me to make it then for you to just debug, stop being so lazy. If you don't know how to debug then fine, just use "log" to print the vars in the console and you just wanna check they're the correct type getting input into the opcode.
Top