Recent content by Grubitsh

  1. G

    CLEO Help Get info from server script

    Ok thanks, And How do you: "hook the gameText RPC" ? I am not confident with Raknet
  2. G

    CLEO Help SYNC Send Chat String without nametag

    Thanks for your prompt reply. Well yes that seems to be impossible, and I don't have enought CLEO/SAMP knowledge to test it. Anyway, let's try another trick: In some SAMP server, their is /me and /do command to describ an action. Example:  The structure is: [Text client is typing]...
  3. G

    CLEO Help SYNC Send Chat String without nametag

    Hi, Is their any snippet or code to send SYNC string in the chatlog without the name_name ? I know their is "" 0AF9: samp say_msg "lol" "" but the nametag is still on the chatlog. And could someone translate in order for me to understand the difference ? 0C8F=1,samp process_chat_input %1d%...
  4. G

    CLEO Help Get info from server script

    Hi, Here is a server script for the gym where you have to hit the arrow keyboard to complete it. Is their a way to get the information about "what arrow you need to hit" with CLEO ? Thanks https://youtu.be/9Pikvo89TV4//
  5. G

    CLEO Release Synced Spectator (modified version of OpcodeXe's .spec.cs)

    Why does it send a fake chatlog message when the server name got "Malaysia"  in it ??  :areyoukiddingme:
  6. G

    CLEO Release Synced Spectator (modified version of OpcodeXe's .spec.cs)

    Can you explain me why you send a fake message saying you are kicked if the server name got "Malaisya" in it ?  :areyoukiddingme:
  7. G

    CLEO Help Use NOP with CLEO ?

    Hello guys, Sobeit has multiples functions that use NOP + things (NOPSetPos) (NOPremoveblablabla) Is their opcodes to do that in cleo ?
  8. G

    CLEO Help Alloc + 0AD3: + 0AD2: + 0AD1: // Memory transfert Question

    Yes lol, I failed during writing this post, this is not 0AD1: 0AD2: xD, this is 0AB1: and 0AB2: but you understood it so it's ok. Well thanks for you help, but I still have a crutial questions about this part of your exemple call @test1 1 0@ :test1 0209: 2@ = random_int_in_ranges 69 1337...
  9. G

    CLEO Help [Lock] Cut a string [Lock]

    Solved, thanks, lock it please
  10. G

    CLEO Help [Lock] Reduce size of render.drawtext() [Lock]

    [LOCK] Re: Reduce size of render.drawtext() [LOCK] Thanks, you can lock it x)
  11. G

    CLEO Help Alloc + 0AD3: + 0AD2: + 0AD1: // Memory transfert Question

    Hello guys, I am a bit lost about what I am coding. I got multiple render.Drawtext() in my main, and the strings they show are updated by a 0AD1: function. I got some crashes and I think it's about memory problem. I don't really know how to handle my memory in this case. In fact, I would like...
  12. G

    CLEO Help [Lock] Reduce size of render.drawtext() [Lock]

    Hello cheater team. Is their any way to lower the size of the Render.Texdraw() fonction ? (things on left of the screen) http://image.noelshack.com/fichiers/2016/03/1453661190-sa-mp-654.png
  13. G

    CLEO Help Snippet to get Zone(Area) from 3D position ?

    I didn't get what you mean by "Pay attention to 8 byte string" but it works. Thx again Can you please explain me before locking the topic ?
  14. G

    CLEO Help Snippet to get Zone(Area) from 3D position ?

    Hello! A wonderfull CLEO alrdeay exist in which you see the current zone (area) you are in. http://image.noelshack.com/fichiers/2016/03/1453441365-temple.png I checked the code of this cleo but it's a pure big mess. I tried by myself and I found: 08F1: get_zone_at 23@ 24@ 25@ nameA_to 19@v //...
  15. G

    CLEO Help [Lock] Cut a string [Lock]

    Re: Cut a string LOOOOOOOOOOOOOLL I am so dumb, it works perfectly with 0C18:, thanks for your help ! Last question ! It's about memory. I alloc my memory in a function 0AB1: (at variable 7@ in my function) then I return the result (in variable 2@ in main) Is it a problem ? I mean, 2@ is a...
Top