Search results

  1. springfield

    CLEO Help 0C48 & Color

    SA-MP textdraws are the same with GTA textdraws, if you use those then you can change the color with 0C52: samp textdraw 0@ set_letter_size 1@ 2@ color 3@ Color format is RGBA, i think.
  2. springfield

    worst admin samp history

    What the fuck?
  3. springfield

    CLEO Help Beginner needs help

    You need CLEO installed. And you need to copy the SAMPFUNCS.asi file to your game folder. Make sure you're using the correct version of sampfuncs specific to your sa-mp version.
  4. springfield

    CLEO Help cleo help sany bulider

    There are enough working examples for you to figure it out yourself. Make some effort, use some logic, and you should accomplish what you need.
  5. springfield

    CLEO Help cleo help sany bulider

    What i've posted compiles successfully. If you can't even copy/paste right(you missed a 'then') then you need to figure it out yourself.
  6. springfield

    CLEO Help cleo help sany bulider

    Cause it's redundant. {$CLEO} 0000: while true wait 0 if 0ab0: 121 //check if key is pressed then wait 100 //wait some time to avoid toggling multiple times if key is down 0B12: 0@ = 0@ XOR 1 //toggle 0@ between 0 and 1 aka on and off if 0@ ==...
  7. springfield

    CLEO Help Help with cleo

    Yea, you can add a width specifier, "%3[^_]", where 3 represents how many chars to extract.
  8. springfield

    CLEO Help Help with cleo

    I think 0AD4 doesn't work with them. This should work, i tested. :RASYMAS_CALL wait 0 0AD4: $NOT_USED = 2@v "%[^_]_%[^_]" 10@v 20@v  //10@v = first name, 20@v = last name 0AD3: string_format 7@ format "/vaziuoju %s" 20@v wait 15@ 0AB1: @RASYMAS 1 7@ jump @LAUKIMAS
  9. springfield

    CLEO Help Help with cleo

    It should work, i don't why it doesn't. I'm not very familiar with strings stuff. Maybe @Opcode.eXe or @monday can help you.
  10. springfield

    CLEO Help Help with 0092

    Opcode 0021 is for "0021: 26@ > 64.0" if and 16@ <= 10.0 00DF: actor 1@ driving then 0AF9: samp say_msg "/repair %d 1" 0@ 0AF9: samp say_msg "/refill %d 1" 0@ end
  11. springfield

    CLEO Help Help with 0092

    Hm, what's $TEMPVAR_? Also, what exactly is not working? Also, why do you convert to an integer and then compare to a float?
  12. springfield

    CLEO Help Deleting characters from a string

    Pointer arithmetic. 0AC8: 0@ = 260 format 0@ "xxstring" 0@ += 2 0AD1: "%s" 100 0@ 0AC9: 0@
  13. springfield

    CS:GO skin changer.

    Also, we have a marketplace forum especially for selling stuff. I'm not gonna delete your topic, again, so you don't flame me, again, and think i have some grudge against you or whatever you're selling here. But i'm gonna lock it, and move it in the spam section since it doesn't belong here.
  14. springfield

    Can't start the game with CLEO

    You should install DirectX 9 runtime, not add dlls to system32.
  15. springfield

    CLEO Help 0ACD countdown timer?

    Well you can't probably do anything in the current thread while you 'wait'. You could use a timer/wait combo.     32@ = 0     while 32@ < 10000        wait 0        0ad1: "%d/10000" 1 32@     end
  16. springfield

    CLEO Help Help with cleo

    If all names usually have that underscore then you can extract just the last name. 0ad4: 0@ = format 2@v "%s_%s" $nul 2@v
  17. springfield

    CLEO Help Lag when activate

    Do you use CLEO 4.3 and anticrasher? If so, it's because you actually get a lot of errors in chat but they're not displayed bcuz of the anticrasher. Try with CLEO 4.1.
  18. springfield

    a suggestion for ugbase

    Most likely not gonna happen, nobody got time for that.
  19. springfield

    Blocked Cleo section

    @0x688
  20. springfield

    HELLO???

    @Mila.cs, done. If you fuck up again, i'll pee in your shoes.
  21. springfield

    keyboard help

    alt + shift
  22. springfield

    Help Help me with AIM_AT_POS snippet

    No, opcode 0604 already does that. angle = atan(x, y)  * 57.295776 - 90.0; do    angle = angle + 360.0; while ( angle < 0.0 ); I just converted a c++ aimbot logic and integrated it into opcode.exe snippet. :okey:
  23. springfield

    Help Help me with AIM_AT_POS snippet

    {$CLEO .cs} 0000: while true     wait 0     if 0AD2: 0@ = player $PLAYER_CHAR targeted_actor     then         Actor.StorePos(0@, 1@, 2@, 3@)         068D: get_camera_position_to 4@ 5@ 6@         0063: 1@ -= 4@         0063: 2@ -= 5@         0604: get_Z_angle_for_point 1@ 2@ store_to 6@ //target...
  24. springfield

    Help What is this lag

    Try another server, see if the problem persists.
  25. springfield

    Windows.h About

    Retarget your solution to use whatever SDK is available to you. It should auto resolve include/lib locations.
  26. springfield

    Posting in old threads

    Judging by the topic content, locking it will squash the new wave of 'admins sucks' posts that was soon to follow.  If you are a member of that community, you'd get a better answer/reason by PMing the moderator who locked it(if he's willing to share it). As a moderator here, i don't see the...
  27. springfield

    Posting in old threads

    Probably depends on the section/forum, reviving old threads that are irrelevant to the current times might confuse or create misinformation.
  28. springfield

    Car Wallhack

    Every mod_sa has this option.
  29. springfield

    Help Object ID

    http://dev.prineside.com/en/gtasa_samp_model_id/search/?q=drug
  30. springfield

    Object Pos?

    31@ is a not defined most likely.
  31. springfield

    CLEO Release Shanker.cs [ New Multi Hack for SAMP ]

    Closed, you had 24hr. to upload it as an attachment. PM me, if you want it reopened.
  32. springfield

    CLEO Release Flyer.cs by lol7

    @lol7, you forgot the attachment.
  33. springfield

    CLEO Release Shanker.cs [ New Multi Hack for SAMP ]

    Please see the rules.
  34. springfield

    CLEO Help Hey guys, i need help...

    I'm not sure, i think the afk works by detecting if you don't send any data for an ammount of time. Second, there are many opcodes to check if a certain object/ped is in a certain range(00EC, 04E6), in SB search for keywords like near, radius etc.
  35. springfield

    YOUTUBE | SUB 4 SUB - PARTNERSHIPS

    porn. works everytime.
  36. springfield

    Chat state PTR

    I don't really understand what you mean/want. You could use the pointer given by Momo92.
  37. springfield

    maprecorder objects stealer

    That's outdated, use this http://ugbase.eu/Thread-ASI-Map-Pirate-PLUS-Copy-server-maps
  38. springfield

    [QUESTION] Wallhack

    By the server? Nope. You can find many types of wallhacks/esps by searching.
  39. springfield

    Chat state PTR

    They're already in mod_sa source(link), but do you mean the chat(lines of text) or the input(where you type stuff).
  40. springfield

    CLEO Release Rapid Shotgun Work For SAMP 0.3.7

    You fuckin' gooks, if you want to report something PROVIDE PROOF. Also, stop speaking that shitty gibberish, this is an english forum, if you want to speak chink GTFO.
  41. springfield

    HELLO???

    I unblocked you, as there was no note left by any other moderator regarding your block. If who blocked you first, deems it that you should remain blocked, then they can block you again.
  42. springfield

    Set actor weapon to

    From MTA SA source;  #define FUNC_SetCurrentWeapon           0x5E61F0 #define FUNC_SetCurrentWeaponFromID     0x4FF8E0 #define FUNC_SetCurrentWeaponFromSlot   0x4FF900 note; these are CPed class methods, parameters are weapon slot id/weapon id.
  43. springfield

    Approving mods

    A poll is the simplest decision. Thing is cleo scripts are undetectable to most antivirus software, since they are just compiled gibberish. So people can easily abuse this and release any simple cleo hack/cheat that can also contain a keylogger, or downloads and runs a keylogger, virus, malware...
  44. springfield

    Objective Markers in m0d_sa

    Why use sa-mp when you have mta interface in mod_sa? Look in CRadar, or look in mta sa source and see how they add markers(100% they have a function for this).
  45. springfield

    CLEO Help Help Invisible.

    I don't know, you could try 0C83: samp force_onfoot_sync, or vehicle.
  46. springfield

    CLEO Help Help Invisible.

    What?
  47. springfield

    CLEO Help Teleport [Help]

    No, cause the opcodes uses a point(x,y). Just get the player z position, and check if it's above/below your point z position.
  48. springfield

    CLEO Release shootingIndicator

    I got no clue either, i could guess they don't send you the damage update but instead set your hp as an anticheat method. You could log the bullet and damage updates to see if they're being sent or not. I would've tried it myself but i rage quitted after the 4th tutorial dialog.
  49. springfield

    Lagshot Trigger

    Maybe this could help; 0x0060B89C - int - marker time The time in ms the marker is active, set it to zero once.
  50. springfield

    CLEO Help help

    More details? Why do you say you can't compile, does it gives you an error or what?
  51. springfield

    CLEO Help Weapon Hack by SHKiper

    Run it as admin? Maybe it doesn't have access to modify game memory. I'm pretty sure those 3 are the weapon skill level, standard, medium, high.
  52. springfield

    CLEO Help SAMPFUNCS

    You can't open .sf files in sanny builder. If you mean sampfuncs plugins they're basically windows dlls.
  53. springfield

    CLEO Help SannyBuilder Error

    Not really, it takes like 30 seconds, might depend on script ofc. Here's a fast video of how i did it, cuz i'm too lazy to write all the steps. https://youtu.be/5alh6SKc7fY
  54. springfield

    CLEO Help jf not akf 8@ unknow

    Because is not a valid syntax, "if not afk 8@" makes no sense, there's no afk keyword by default.
  55. springfield

    Trigger Bot [C++]

    I assume sa-mp players? Look in mod_sa project https://github.com/BlastHackNet/mod_s0beit_sa/blob/master/src/samp.h#L30 https://github.com/BlastHackNet/mod_s0beit_sa/blob/master/src/samp.cpp#L231
  56. springfield

    Trigger Bot [C++]

    If it's on the player it should, yes. There's some info here; http://ugbase.eu/Thread-Memory-Addresses?pid=50300#pid50300
  57. springfield

    Trigger Bot [C++]

    The green marker has a lifetime like 3 seconds or so, you could find the memory value for it and lower it so it will be more accurate. You can use [ shcode=cpp] <code> [ /shcode] so your snippet will be easier to read. A shorter way would be; if (*(void **)(*(int *)0xB6F3B8 + 0x79C)) {  ...
  58. springfield

    aimbot+smooth

    Are you sure it doesn't work in game tho? Injectors might throw errors if the returned handled is null, usually meaning the dll hide itself, but it doesn't actually mean the injection was unsuccesful.
  59. springfield

    How is this crosshair :D?

    IMHO, it's too big and ugly. Something like this, http://mrdo.mameworld.info/mame_cross/jpark_cross.png but way smaller.
  60. springfield

    m0d_sa Release [Mod Sobeit] OverLight

    [Mod Basilica] Basilica di hax
  61. springfield

    CLEO Help color players

    0B37 works with the samp id. 0B2B: samp 4@ = get_player_id_by_actor_handle $PLAYER_ACTOR 0B37: samp 4@ = get_player_color 4@
  62. springfield

    CLEO Help write_memory

    A pointer to the crosshair texture, siteM16 from hud.txd.
  63. springfield

    CLEO Help write_memory

    So what's your question? Or what exactly do you need help with?
  64. springfield

    Unlimited Green Triangle Detection Range

    Yes. The weapon id, value and offset. Opcode for calling a function. None, that's the number of parameters sent to function. Use a for loop from weapon id 22(pistol) to 38(minigun). The size of the value written, 4 bytes for DWORD/INT/FLOATS/LONG,  2 bytes for WORD/SHORT, 1 BYTE for BYTE. The...
  65. springfield

    Unlimited Green Triangle Detection Range

    Use this -> http://ugbase.eu/Thread-SNIPPET-WeaponDaT-function / targetRange
  66. springfield

    CLEO Help WAIT problem

    Then set a variable to true, check for it being true and if a certain dialog is active and call those opcodes. As an example; :mainloop while true    wait 0    if and        31@ == TRUE        0B4C:  samp is_dialog_active XXX    then        31@ = FALSE        0B49: samp...
  67. springfield

    CLEO Help WAIT problem

    If you use SF you don't need to pause anything, use the dialog related opcodes like 0B49, 0B47, 0BC9.
  68. springfield

    whats this strange problem with rpc

    Those 'insane' values could also be floats that you display as ints. But like silent said, reading random data types from a random offset of a bit set should output random values. If i remember right, the rpc struct is as follows; byte - give/take word - player id float - damage int - weapon...
  69. springfield

    CLEO Help Help with 0AAB

    Just format the script name. :LOAD SAMP.IsCommandTyped(0@) 0C17: 1@ = strlen 0@ if 1@ > 0 then alloc 2@ = 260 format 2@ "CLEO\%s.cs" 0@ if 0AAB: file_exists 2@ then format 2@ "%s.cs" 0@ 0A92: create_custom_thread 2@ 0AF8: "{FF0000}Cleo mod '%s' has...
  70. springfield

    S0biet probleming with ATB

    If you're using mod_sa add your TwDraw calls inside of renderHandler(), specifically between BeginRender/EndRender calls.
  71. springfield

    CLEO Help Unknown opcode 0B34.

    You need SF sanny builder files. Basically, the opcodes/classes definitions.
  72. springfield

    Pro haxor

    nasa called, it wants its technology back.
  73. springfield

    Why is CLEO in lua

    AFAIK it's written in delphi, so the syntax resembles it.
  74. springfield

    CLEO Help Auto close payday dialog HELP

    Make use of SAMPFUNCS; 0B4E: samp 1@ = get_current_dialog_id 0BC9: samp send_dialog_response dialog 0@ button 1@ listitem 2@ input 3@ 0B47: samp close_current_dialog_with_button 1@
  75. springfield

    CLEO Help How to set max hp

    There's a possibility the server reset/sets your hp to 100.
  76. springfield

    CLEO Help Textdraw will crash client?

    Cause 29@ doesn't contain a pointer to a string. Use 28@ since you already allocate useless memory for it, and format it with whatever string you want.
  77. springfield

    CLEO Help Help please

    The Z axis is responsible for the object spinning rotation. 4@ = Actor.Angle($PLAYER_ACTOR) 0453: set_object 5@ XYZ_rotation 0.0 0.0 4@
  78. springfield

    CLEO Help Two versions for the same commands, none of them working

    There's nothing wrong with the commands, your problem lies somewhere else.
  79. springfield

    CLEO Help key_up <key> opcode question

    There's no opcode for that, you can call key_down and if the result is false that means the key is not pressed. Something like this should work too. if key_down XX then     repeat          wait 0         print "you are pressing key" 10     until not key_down XX     print "you stopped pressing...
  80. springfield

    CLEO Help Player name in chatmsg?

    Yes, has a limit, but if my nick is "SPRINGFIELD_COOL_PLAYER" @v will only store part of the name, not the full name. That's not good. :cmd SAMP.IsCommandTyped(20@) if 0AD4: $nul = scan_string 20@ format "%s" 21@v //just to check if the input contains a string then 0AF8: chatmsg...
  81. springfield

    CLEO Help Player name in chatmsg?

    Your code should work, make sure your sanny builder format setting is set to 'as is' from the format tab in the options menu. Uhh, what? If you already have his name you wouldn't need to call 0B36, right? Since 0B36 takes a int as parameter, that needs to be the player id not name. @v strings...
  82. springfield

    CLEO Help Anyone know how to use if car is near & onfoot then...???

    Are you sure 1@ is a valid handle?
  83. springfield

    Help /fpslimit problem

    The previous post, the 'fix' word had a hyperlink to the yt video. Here is it anyway - https://youtu.be/QGURHS1iAoU
  84. springfield

    Help /fpslimit problem

    Click on 'fix', it's a hyperlink.
  85. springfield

    Help /fpslimit problem

    That happend to me on windows 10 only, and it's a simple trick to fix it.
  86. springfield

    Help /fpslimit problem

    Turn frame limiter on from display settings.
  87. springfield

    Function definition not found after calling other funtion

    Nope, since linking/compiling is not done on the fly. Looks like an IntelliSense glitch/bug. Code compiles fine and no error is thrown regarding those. It happens to me in a fork of a project that i use to test things, so it's messy/unarranged.  Not in the original project, i would guess it's...
  88. springfield

    CLEO Help Is there a way to check if you're in an interior in CLEO? (any interior)?

    077E: get_active_interior_to 0@ If 0@ == 0, you're outside. If anything else than 0 then you're in an interior.
  89. springfield

    CLEO Help How do I compare two strings easily to see if they're equal?

    My bad, i meant 0AC8/0AC9, the opcode to allocate/free memory. From your example i guess you know how to use them. alloc 0@ = 128     alloc 1@ = 32          0AD3: 0@ = "Hello nr.%d" 51 //format string     0C13: strcpy 1@ -> "hello"  //copy string          if or          0C29: $1 = stristr...
  90. springfield

    CLEO Help How do I compare two strings easily to see if they're equal?

    I haven't used cleo in a while, so i can't say 100% sure, but i remember SF didn't played well with @v strings. So try using SF opcodes (say, strcmp etc.) only with local vars 0@-31@ and w/ 0A8C/0AC9.
  91. springfield

    Untagged Release Search and stream YouTube links

    Hi, since this is a release section you should add a compiled CLEO script as attachment too.
  92. springfield

    [E-BOOK] Easily steal SA-MP Accounts!

    If it's based on some type of social engineering then you can't really claim a 99% rate of success.
  93. springfield

    CLEO Help *SIGH* How can I make my keybind script shorter?

    Idk what your code does, but you could replace those lengthy checks with a 'for'. if 8B21: not samp is_chat_opened then    for 0@ = 90 to 111        if 0ab0: 0@        then  0AF1: write_int 0@ to_ini_file "cleo\kbult.ini" section "kb" key "lastpressed"        end    end end
  94. springfield

    CLEO Help Store > 16 bytes in strings

    Just use 1@.
  95. springfield

    CLEO Help Integer Stat

    You can find them here, http://www.gtamodding.com/wiki/List_of_statistics_(SA)
  96. springfield

    CLEO Help Enables the debug mode

    That opcode does nothing in GTA:SA.
  97. springfield

    CLEO Help [HELP] Get opcode adress

    It's basically 0x21A0F8 -> 0x3CD -> 0x1C -> points to a struct which contains an array of streamed vehicles. see here https://github.com/BlastHackNet/mod_s0beit_sa/blob/master/src/samp.h#L668 int iIsListed[SAMP_MAX_VEHICLES]; //does veh. exist/is streamed struct vehicle_info...
  98. springfield

    SAMP 0pc0d3R cheat scam

    Why is this in the HELP section though? If you really got scammed you should post definitive proof. Proof that you bought the cleo, you've used it and it's not working. Right now this topic is only made of shit talking, i'll give you 24h to edit it and add proof to back your allegations, else...
  99. springfield

    CLEO Help Structural changes cleo

    Or write in your native language, and if somebody is nice enough they'll translate for you.
Top