Recent content by Rogerio Santos

  1. R

    Help HTTP Request Help

    UP
  2. R

    Help HTTP Request Help

    Im trying do a simple HTTP Request in Cleo, but isnt returning a string: CONST HOST = $_ZRHOST END 0AC8: HOST = allocate_memory_size 64 0AD3: HOST = format "wyvernserver.000webhostapp.com" :main wait 100 if 0ADC: test_cheat "x" then 0AB1: call_scm_func @GetModList 0 wait 2000 end...
  3. R

    CLEO Help Textdraw snippet

    Its not to a specific server, I would like to snippet the function send_click_textdraw, and get the textdraw model id from memory address
  4. R

    CLEO Help Textdraw snippet

    someone has the send_click_textdraw snippet 0BCA: samp send_click_textdraw 0@ and textdraw model id memory address 0C59: samp textdraw 0@ get_model 1@ rotation 2@ 3@ 4@ zoom 5@ veh_color 6@ 7@
  5. R

    Get Game Text

    Ok Thanks
  6. R

    Get Game Text

    Thanks It worked, but how do I use these functions in another project, like a dll?
  7. R

    Get Game Text

    https://prnt.sc/t58jhr I tried build, but recivied this errors
  8. R

    Get Game Text

    How I do it in c++ or c#?
  9. R

    Get Game Text

    no, I Want get the text from the gametext when is in my Screen
  10. R

    Get Game Text

    I would like to know how I get a game text on screen? in C ++ or C #
  11. R

    CLEO Help Cleo to C++

    Thank a lot
  12. R

    CLEO Help Cleo to C++

    someone?
  13. R

    CLEO Help Cleo to C++

    I'm making cheats in c++, and I want to know how I get the Z angle, What calculations does it use? in Cleo is: 0604: get_Z_angle_for_point $TEMPVAR_FLOAT_1 $TEMPVAR_FLOAT_2 store_to $TEMPVAR_ANGLE
Top