Search results

  1. springfield

    CLEO Help Move dialog

    {$CLEO .cs} 0000: NOP REPEAT    WAIT 0 UNTIL 0AFA: //default postion 1@ = 500 2@ = 500 if 0AAB: file_exists "CLEO\INI\Settings.ini" then    0AF0: 1@ getint "Cleo\INI\Settings.ini" section "DialogPosition" key "Positionxy"    0AF0: 2@ getint "Cleo\INI\Settings.ini" section "DialogPosition" key...
  2. springfield

    Forum in Russian

    Using Google Chrome you should be able to auto translate the page to Russian.
  3. springfield

    [Snippet] IfTextContains (function)

    RE: IfTextContains (function) I'd rather follow this tutorial http://ugbase.eu/Thread-Tutorial-Using-functions-from-Windows-libraries And wrap shlwapi.dll StrStr or StrStrI in a function, or roll your own, without any dependencies like SF.
  4. springfield

    CLEO Help Get closest target in my mouse position

    http://ugbase.eu/Thread-SNIPPET-GET-TARGET-ACTOR
  5. springfield

    Rate my ART 10/10

    5/7
  6. springfield

    CLEO Help Auto input number in dialog?

    There are some examples /scripts for something similiar here -> http://ugbase.eu/Thread-Get-Dialog-Numbers
  7. springfield

    Untagged Release SAMPFUNCS 5.3 [0.3.7]

    Check THIS LINK  if you want to keep SAMPFUNCS alive, and updated for upcoming SA-MP versions. Page is in russian, so either use google translate, or ask your local russian to translate. Later edit: translation by our rezidentura russian spy @supahdupahnubah
  8. springfield

    CLEO Help how to transform integer into string? 0AF0: 2@ = get_int_from_ini_file

    Why not increase the counter variable? 1@ = 80 while true wait 0    if         0AB0:   key_pressed 8// press Backspace    then        1@++        0AD3: 20@v = format "%d" 1@        0AF0: 2@ = get_int_from_ini_file "CLEO\MultiobjectSpawner.INI" section "multiobj" key 20@v      end end As...
  9. springfield

    CLEO Help is_char_in_area_3d

    Probably because there's no return after that statement? The first vector should the upper left corner, and the second the lower right corner, the opcode will check if the player is inside the specified rectangle.
  10. springfield

    music

    auschwitz ambiental gas chamber soundtrack
  11. springfield

    CLEO Help Help reading chat lines in-game.

    Use strstr/stristr to get a pointer to the "number is" string, add to it the length, this sould get you the start of the number, then just copy a substring with the number length.
  12. springfield

    0.3.8 ideas

    I don't know shit about modeling, i suppose there are geometry/collision limits for a single model/object, tho some low poly maps should be achievable.
  13. springfield

    0.3.8 ideas

    Custom maps, you could have an entire map as a single object. Buildings, houses with custom interiors. I guess, kinda depends on GTA models internal limits. On the sa-mp forum topic, only objects and player skin are listed atm, i hope in the near future custom vehicles and/or custom weapons...
  14. springfield

    CLEO Help 0B8F:

    0B8F takes a 3rd parameter which is the depth or distance from the camera. Then use 0BFF: process_line_of_sight start 0@ 1@ 2@ end 3@ 4@ 5@ check_solid true car true actor false object true particle false see_through_stuff false ignore_some_objects_for_camera true store_col_point_to 6@...
  15. springfield

    CLEO Help 0B8F:

    Just use 00A1: put_actor $PLAYER_ACTOR at 28@ 29@ -100.0 it will automatically try to get the ground z position at 28@ 29@ coords.
  16. springfield

    c++ standard functions

    You're calling Sleep from inside a loader lock(DllMain etc.) or from the game execution thread, or as said above. If you want to use sleep you need to spawn your own thread(beginthread/createthread).
  17. springfield

    c++ standard functions

    Cause you make no sense, it's hard to understand what you need/want if you can't make your sentences/questions coherent. You can find the 'guidelines' in Power Tools for 2015 or in this extension(i googled it for you..)
  18. springfield

    CLEO Help Get string from adress

    You use 'alloc 100' then 'read 120', that's a problem. Printf accepts up to 35 arguments, the first being the time to display the string on screen. If it's a direct address to a text buffer, you can just pass the address printf/format. printf "Text is: %s" time 100 params-> 0xBAAFC6
  19. springfield

    SA:MP Crash help!!

    - you're probably using sa-mp 0.3.7 R2 - certain mods you use are not compatible with mod_sa
  20. springfield

    unban me noobz

    cuz i can, idk
  21. springfield

    unban me noobz

    Done, bye.
  22. springfield

    Edit car size?

    3dsMax with kam's dff script, i used it to resize weapons models. Otherwise by scripting/coding and messing with vehicles matrices.
  23. springfield

    CLEO Help Help here please GTA SA Cleo

    Parse the peds.ide file, store the skin name and type to an array. Then use a function to get skin name and type using the skin index. Since it's stuff like 40, HFYRI, HFYRI, CIVFEMALE
  24. springfield

    CLEO Help [Help]Bullet Data

    a help topic, the op posts about a problem with his CLEO script, and the forum members will respond and try to help him.
  25. springfield

    CLEO Help about scanstring

    You also need to recompile the script after applying new format settings.
  26. springfield

    CLEO Help [Help]Bullet Data

    :in_pckt 0BE5: raknet 0@ = get_hook_param PARAM_BITSTREAM 0BE5: raknet 1@ = get_hook_param PARAM_PACKETID if 1@ == 206 //bullet packet id then 0BEB: raknet bs 0@ ignoreBits 8 0BE7: raknet 2@ = bsRead 0@ type BS_TYPE_SHORT 0AF8: "bullet from player %d" -1 2@ //if 2@ == BAD_ID...
  27. springfield

    CLEO Help about scanstring

    chatmsg "Testext %d" color 0xFF00FF00 params 3@
  28. springfield

    CLEO Help FuncProtector

    To achieve the lowest size for your script with basic compiling in sanny builder, go in Sanny Builder options. Uncheck both options.  This will compile just the code, without any extra SB/CLEO stuff.  For instance, a 5 line cleo, will compile to a 25 bytes file on the hdd.
  29. springfield

    CLEO Help Question

    GTA keeps track of distance travelled by each vehicle type(plane, boat, bike, car, foot etc.), to display these values in the stats menu. This should be way easier and more accurate than checking speed, distance etc. WHILE TRUE    WAIT 0    //check if actor is in a car & driving    IF 00DF...
  30. springfield

    Some maps for samp

    That cruise ship's dope.
  31. springfield

    CLEO Help Can anyone make a auto cbug cleo mod like this one?

    There's a download link in the video description..,
  32. springfield

    CLEO Help detect gamestate

    There's also GTASA gamestate, since you didn't specify. from mta src enum eSystemState {    GS_START_UP,    GS_INIT_LOGO_MPEG,    GS_LOGO_MPEG,    GS_INIT_INTRO_MPEG,    GS_INTRO_MPEG,    GS_INIT_ONCE,    GS_INIT_FRONTEND,    GS_FRONTEND,    GS_INIT_PLAYING_GAME,    GS_PLAYING_GAME }...
  33. springfield

    CLEO Help about this script

    Check if SAMP is fully loaded before calling samp opcodes. repeat   wait 100 until 0AFA: As said above, you need a dummy thread so the control flow won't reach your commannds callbacks. while true   wait 0 end
  34. springfield

    C++ Help

    Build failed, so there's no file to be run?
  35. springfield

    m0d_sa Release [Mod Sobeit] OverLight v3 (with source code)

    Use le search? click me
  36. springfield

    CLEO Release Incoming Packets Firewall

    AFAIK, that's not possible in SAMP, it will process one packet at a time.
  37. springfield

    CLEO Release Incoming Packets Firewall

    It does not filter anything, it just blocks ALL incoming bullet/aim data, also you can use "if or", no need to setup two hooks.
  38. springfield

    CLEO Help is there a way to preventing from serverkick

    Servers usually employ a delay before you are banned, you could fast reconnect/disconnect, between that message and actual kick delay. Really depends on the way the server is scripted.
  39. springfield

    CLEO Help Is it possible?

    //if using player id if 0B20: samp 2@ = actor_handle_by_samp_player_id 666 then get_actor_position else actor_outside_of_stream end //if using actor handle obtained from somewhere if 056D: actor 0@ defined then get_actor_position else actor_outside_of_stream end
  40. springfield

    CLEO Help Is it possible?

    Just check if their actor(ped) handle is not valid.
  41. springfield

    CLEO Help Are there any working HH's right now?

    Health hack? Kinda depends on the server.
  42. springfield

    CLEO Help Dialog

    //get number of dialog elements 0B54: samp 1@ = listbox_items_count //substract one from total cout 1@ -= 1 //last item is actually the null terminator chatmsg "num of elements %d" -1 1@ for 0@ = 0 to 1@ alloc 2@ = 256 0B5B: samp get_listbox_item 0@ text_to 2@       chatmsg "element %d -...
  43. springfield

    CLEO Help Add samp chat msg to all streamed players

    As said above, you can't. Your only option is to use something like pm/sms, but even so, the server will format your message, and or limit your messages count(spam).
  44. springfield

    where to start with c/c++?

    Tutorials, using logic etc. Or by practice, take a hack source base, and try to expand, improve it.
  45. springfield

    CLEO Help Wrong result....

    Don't use 0@? Instead use the extracted values, 8@ and 9@.
  46. springfield

    CLEO Help Wrong result....

    "scan_string 0@ format "%d %d" 8@ 9@" Looks like 0@ contains a string made of 2 numbers, so "%s %d %d" becomes "%d %d %d %d".
  47. springfield

    CLEO Help about looping a script

    Just do while true wait 0 Player.CanMove($PLAYER_CHAR) = True Actor.LockInCurrentPosition($PLAYER_ACTOR) = False end
  48. springfield

    How bad is it to make a reputation bot?

    my rep is flawless
  49. springfield

    Is ophax spyware?

    Yes. it's spyware, just don't use it.
  50. springfield

    Imagine there's no heaven

    how to imagine, can u post tutorial?
  51. springfield

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

    RE: NameTagHack 0.3.7 [CLEO/EXE/ASI] This topic is almost 3 years old, the mem. addies are available in the first post, no source exists since it's just some basic write mem., if you want to edit it, you'd have to do it yourself, good luck.
  52. springfield

    CLEO Help [HELP]I don't want SAMPFUNCS folder in my root directory nor the logs

    The folder path is relative to the current asi location. Why do you want it removed, it's harmless.
  53. springfield

    "GROOSE"

    Hi, why do you need two threads? http://ugbase.eu/Thread-GROOSE
  54. springfield

    CLEO Help Anti-cheat bypass?

    That's ambiguous, for what reason are you banned? Hacks, ban evading etc?
  55. springfield

    Your post is under moderation! what does it even mean?

    Posts in release section require approval after you edit them. So think about what you want to write beforehand, not post 7 new posts, and edit them 7 more times, so you can post another 7 times, and them complain someone is deleting them.
  56. springfield

    CLEO Release OP-HaX - legit MultiHack

    Yo, retards, put the tin foil hats down, and get your glasses. Useless data collection is employed in almost every app, if you are warned about it, and you agree to it, that's not spyware, that's you being retarded and clicking yes to everything without reading just so you can cheat faster...
  57. springfield

    Loading cleos without having them in the cleo folder

    modloader is also open source. Where exactly do you want to load CLEOs from? By modifying either CLEO or MODLOADER you should be able to load them from anywhere on your PC.
  58. springfield

    Loading cleos without having them in the cleo folder

    https://github.com/cleolibrary/CLEO4
  59. springfield

    Loading cleos without having them in the cleo folder

    CLEO is open source, download it, modify it to suit your needs, and compile it, ez pz.
  60. springfield

    CLEO Help Get Dialog Numbers

    Well, if you can get the word that contains the number, then you could do something like 0@ = the word, for example "fir3st" for 1@ = 0x30 to 0x39 //hex codes for 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 chars wait 0     if 0C2A: 2@ = strchr 0@ char 1@ //search char in string     then          alloc 3@ =...
  61. springfield

    CLEO Help Get Dialog Numbers

    Can you explain which numbers? You mean you need to get all the numbers from words like 'g2alima'?
  62. springfield

    CLEO Help [HELP] simple cleo mod (it's easy)

    {$CLEO} 0000: repeat     wait 100 until 0AFA: while true     wait 0     if 0AB0: key_pressed XX //your vk here     then         wait 100 //some delay so you don't spam         0AF9: "i will say this in chat" //send this msg     end end The script above requires SF, if you don't/can't...
  63. springfield

    CLEO Help / Q when connecting specific players

    method 1; loop through all connected players every 500ms, check their names, if they match Carlos_Martin, disconnect. method 2; hook incomging RPCs, specifically RPC_SCRSERVERJOIN, same as above, compare the name, and disconnect. some opcodes you'd need; 0B23:  samp is_player_connected 1@ 0B36...
  64. springfield

    help with obstler cheat

  65. springfield

    CLEO Help [HELP]Getting target player Pos twice

    Nope, unless the server has map markers enabled for players. Then you could use SF opcode 0B2F: streamed_out_pos 1@ to 2@ 3@ 4@
  66. springfield

    CLEO Help [Help] NOP SetPlayerIconMap

    SetPlayerIconMap, this displays icons(dollar sign, pizza places, clothes shop etc.) on your minimap. It has nothing to do with player icons.
  67. springfield

    CLEO Help ERROR TO LOADING PLUGIN SAMPFUNCS.ASI

    Or silent's asi loader.
  68. springfield

    CLEO Help How do you cbug rapidly?

    Practice, i guess.
  69. springfield

    CLEO Help [HELP]Getting target player Pos twice

    Call 00A0 to get the player position to start with, then either use 'wait 30000' or 32@/33@ timers, then call again 00A0 and compare the position with the first, be sure to check if the player still exists, cause in 30 second he could've gone out of the stream. 32@ = 0 00A0: store_actor 0@...
  70. springfield

    CLEO Help skills or aimbot ?

    That's a shitty dream, isn't it?
  71. springfield

    CLEO Help how to press any key with sanny builder?

    0B56: set_game_key 1@ state 2@ 0C72: set_virtual_key 0@ down true 0C73: set_char_key 0@ down false These above require SAMPFUNCS, otherwise you'd have to use some winapi like PostMessage, SendInput etc.
  72. springfield

    CLEO Help Printing the gametext message.

    You've said it yourself, it's DWORD, DWORD, DWORD, but then you proceed to read DOWRD, DWORD, BYTE, this alone would cause problems. Well, bitstreams don't have a string type, you only have an array of bytes. That means there is no null terminating char, or the array itself might not be a...
  73. springfield

    Reputations

    Cause mostly only active users use those features, the rest are like "pls gib, pls halp, ok bye".
  74. springfield

    CLEO Help Get the closest ID ( PROBLEM )

    Set case converting to 'as is' from sanny builder options, you're probably have it set to uppercase, and it makes your script do /pm I test instead of an actual number.
  75. springfield

    CLEO Help Cleo file help

    You need to compile it, not save the text file. Then use the compiled script(.cs file).
  76. springfield

    CLEO Help Cleo Black Screen

    Make sure you delete the d3d9.dll file, if that still happends, maybe one of your cleo mods is causing it.
  77. springfield

    CLEO Help Cleo file help

    Sanny builder, open the file in the editor, look for the '/accept bodyguard' string, change it, and recompile the script. You might need SF sanny builder data, get it from here http://ugbase.eu/Thread-ASI-SAMPFUNCS-5-3-0-3-7
  78. springfield

    CLEO Help Keybinder nearest ID? please help

    Since you posted in the CLEO section i assume you want to do it in CLEO. Here's an example, which will do /guard <id> 200 for the closest player, modify it to suit your needs(rape). http://ugbase.eu/Thread-compile-error-again?pid=103143#pid103143
  79. springfield

    CLEO Help Dialog Cursor

    It works fine, if you don't use a command, when you press ENTER, the command will be dispatched( and your function called ), after which the input will close, and it will toggle the mouse off.
  80. springfield

    CLEO Help Dialog Cursor

    Use both 0B5D: samp toggle_cursor 1 0B8D: samp set_cursor_mode 2
  81. springfield

    CLEO Help 0BE0: raknet hook_ret 1

    SF hooks allow you intercept data(rpcs/packets) before they are processed by samp, so by return true/1 you allow the data to be processed by the game, returning false/1 will discard the data.
  82. springfield

    SobFoX Waken Demon The Private Version

    I bet 101% they are from sun eclipse or what it was called.
  83. springfield

    SobFoX Waken Demon The Private Version

    You could probably DIY, since it looks like recycled parts from other s0beits anyway.
  84. springfield

    SobFoX Waken Demon The Private Version

    The 'waken demon' is actually a leprechaun.
  85. springfield

    CLEO Help Multiprocessing problem

    Well, that's the problem then, modloader. Try without it, and it should work fine.
  86. springfield

    CLEO Help Multiprocessing problem

    Do you have other mods? Like modloader etc.
  87. springfield

    How can i contact someone who is absolutely dead? aka sobfox

    More like STDs   :=====:
  88. springfield

    xD

    :computerguy:
  89. springfield

    CLEO Help Question to answer

    Nope, haven't seen/heard of anything like that.
  90. springfield

    CLEO Help Remove object collisions

    0@ is suppose to be the object handle, not the id.
  91. springfield

    CLEO Help Remove object collisions

    Maybe this 0382: set_object 0@ collision_detection 0
  92. springfield

    CLEO Help Sourcecode for FOV?

    Draw a circle/box etc. using 0B70: render draw_polygon_pos 1@ 2@ size 3@ 4@ corners 5@ rotation 6@ color 7@ Convert player/target position to screen using 0B55: convert_3D_coords 1@ 2@ 3@ to_screen 4@ 5@ Then check if screen xy are inside your circle/box.
  93. springfield

    CLEO Help compile error again

    Use CLEO 4.1 for 0AB5 to work. {$CLEO} 0000: REPEAT     WAIT 0 UNTIL 0AFA: WHILE TRUE WAIT 0     IF AND         0AB0: 2         056D: actor $PLAYER_ACTOR defined         0B61: samp is_local_player_spawned     THEN         CALL @GetClosestPed 0 2@                IF 056D: actor 2@ defined    ...
  94. springfield

    CLEO Help Speed CLEO makes you slower?

    Remove your anticrasher mods while testing,  your game is spamming errors in chat, you won't see them and your game will act in slow motion. 0B2B: samp 2@ = get_player_id_by_actor_handle $PLAYER_ACTOR 0B57: samp 2@ = player 2@ animation_id if 2@ <> 0 then    alloc 3@ 24    alloc 4@ 24  ...
  95. springfield

    CLEO Help Does anybody have this Teleport Hack?

    This is not a request section, stop posting requests here.
  96. springfield

    CLEO Help AIMBOT DISTANCE

    There's no aimbot in that code bro.
Top