Recent content by HarryPotterTroll

  1. H

    APP Release GChat - Private chat

    Looks very promising, but I think you forgot to attach the .asi file
  2. H

    CLEO Help python to .cs

    I think it was that {$CLEO .cs} 0000: NOP repeat wait 0 until 0AFA: while true wait 0 if 0AB0: 113 // if key pressed F3 then wait 2000 2@ = 1 printf "~g~Activated" time 2000 while 2@ == 1 wait 0 0BFE: 0@ =...
  3. H

    CLEO Help python to .cs

    What's not working?
  4. H

    CLEO Help python to .cs

    Thank you, just added it. Try this And for the background, use aafk.cs {$CLEO .cs} 0000: NOP repeat wait 0 until 0AFA: while true wait 0 if 0AB0: 113 // if key pressed F3 then wait 2000 2@ = 1 printf "~g~Activated" time 2000 while...
  5. H

    CLEO Help python to .cs

    This one works, fine Tested {$CLEO .cs} 0000: NOP repeat wait 0 until 0AFA: while true wait 0 if 0AB0: 113 // if key pressed F3 then wait 2000 2@ = 1 printf "~g~Activated" time 2000 while 2@ == 1 wait 0...
  6. H

    CLEO Help python to .cs

    Sure, try this one now It is on/off with F2, I mistook on that lol {$CLEO .cs} 0000: NOP repeat wait 0 until 0AFA: while true wait 0 if 0AB0: 113 // if key pressed F3 then printf "~g~Activated" time 2000 wait 700 while 8AFA: 113...
  7. H

    CLEO Help python to .cs

    Works with SampFuncs {$CLEO .cs} 0000: NOP repeat wait 0 until 0AFA: while true wait 0 if 0AB0: 113 // if key pressed F2* mistook here lol then 0C72: set_virtual_key 18 down true // Press alt 0C72: set_virtual_key 49 down true // Press 1 0BFE: 0@...
  8. H

    CLEO Help Discord WebHooks

    You are god monday, thank you very much
  9. H

    CLEO Help Discord WebHooks

    Is file_path necessary?
  10. H

    CLEO Help Discord WebHooks

    Thanks monday! I've done this to test it, but when I press X it returns true but it doesn't post the message on Discord channel. {$CLEO} 0000: NOP repeat wait 0 until 0AFA: // URL alloc 0@ 360 0AD3: 0@ = format...
  11. H

    CLEO Help Discord WebHooks

    Hey everyone, last weeks I've been trying to find a way to notify an event that a cleo could detect via Discord WebHooks. It would use "fetch" function, in order to send something like POST "this is the place for webhook URL" MESSAGE. I don't know if this function exists on winnet.dll or...
  12. H

    CLEO Help Autoreconnect.cs similar to dialoghider.cs PLS!!!

    There is a cleo which kicks you from the server, by sending an invalid car ID. You can try with that. Its name is "autokick" as far as I remember.
  13. H

    CLEO Help Can't break the loop

    Thank you very much Parazitas!
  14. H

    CLEO Help Can't break the loop

    Hi everybody, I've been trying to do a function which I could call it from my main code. The function is supposed to add a chat message with the nearest player name. The problem I got is that I can't break the loop and the for loop goes on. Here the piece of code: {$CLEO .cs} 0000: NOP...
Top