Search results

  1. Parazitas

    CLEO Help [HELP] Get the closest ID, and then apply a command for that ID

    What you get when finally finish this?
  2. Parazitas

    CLEO Help SF Plugin Help - How to create a checkpoint on map and in the game?

    it's cleo. 018A: 1@ = create_checkpoint_at 14@ 15@ 16@
  3. Parazitas

    CLEO Help Get the closest ID ( PROBLEM )

    you can try use get all streamed played then add you and other player max or min distance.
  4. Parazitas

    CLEO Help Auto command when player enters vehicle?

    Better say.: I not searched 0449:   actor $PLAYER_ACTOR in_a_car
  5. Parazitas

    CLEO Help set_car state/status?

    if  01F4:   car 0@ flipped  jf @GG_11  02E3: 1@ = car 0@ speed  if    6.0 > 1@  jf @GG_11  goto @GG_141  :UNFLIP_141 wait 0  0731: set_car 0@ y_angle_to 0  goto @GG_11 
  6. Parazitas

    CLEO Help /command to activate.

    Open Cleo and simple add..         call @SendOnFootDataSync 3 1@ 2@ 3@         22@ = FALSE  /// OFF When Teleported     else                 call @SendInCarDataSync 3 1@ 2@ 3@         22@ = FALSE  /// OFF When Teleported
  7. Parazitas

    Untagged Release [PRIVATE] Vehicle Path Recording RELEASE

    So, i edited Vehicle Path Recording. 1. Changed create checpoints to 100ms 2. Added command to hide line and text " PLAYING " , now you can record your screen when Vehicle Path Recording is activated and thinks like you normal driving. 3. Added  Sphere distance / speed control - when line is to...
  8. Parazitas

    CLEO Help /command to activate.

    Here.. be happy maybe... /TCP
  9. Parazitas

    CLEO Help An auto-scroll when you shoot 1 bullet?

    I don't have time to do this... I not executor Requests section
  10. Parazitas

    CLEO Help An auto-scroll when you shoot 1 bullet?

    Me work fine... /sw to activate..
  11. Parazitas

    CLEO Help Im searching for camset.cs

    here code , do it 's self..., just update. {$CLEO .cs} //-------------MAIN--------------- 0000: NOP wait 1750 chatmsg "[Cam.set] {ffffff}Creator {FF4444}SR_team{ffffff}." 4474111 0A8C: write_memory 11989212 size 4 value 3 virtual_protect 0 0A96: 9@ = actor $PLAYER_ACTOR struct 9@ += 1140...
  12. Parazitas

    CLEO Help Delete checkpoint

    I'am not sure its good works , but you can try. You need have anti crasher ! This is cps edit , i just add esc when you try teleport to  CP. {$CLEO} thread "fak" 0B34: "cp" @ok :ct wait 0 if    13@ == TURE then//////// Enable ESC   SAMP.WriteSAMPMemory(16864, 195, 1)...
  13. Parazitas

    CLEO Help An auto-scroll when you shoot 1 bullet?

    Sorry don't have time... {$CLEO .cs} 0000: NOP  thread "TEST"  wait 2000  0B34: "mycmd" @OK :TEST_23 wait 0  if and    13@ == TRUE    SAMP.Available    SAMP.IsLocalPlayerSpawned jf @TEST_23 print "~w~SCROLL ~g~ON" 1337 wait 500  goto @TEST_56  :TEST_56 wait 0  0A96: 0@ = actor...
  14. Parazitas

    CLEO Help An auto-scroll when you shoot 1 bullet?

    I do this when i back from city.
  15. Parazitas

    CLEO Help An auto-scroll when you shoot 1 bullet?

    what edit O.o , you don't give anything...
  16. Parazitas

    CLEO Help looking for someone who can maker autosigncheck cleo

    You mean this? http://ugbase.eu/Thread-CLEO-Auto-Login
  17. Parazitas

    HorizonRP is confused - faggot's POV

    i tested in popular server with server admin and him detected this when use check car speed.
  18. Parazitas

    HorizonRP is confused - faggot's POV

    command /sk easy detect , if server check car speed then you get ban , /sk command just set car speed to 1000 etc...
  19. Parazitas

    CLEO Help Help me

    Not %s , but %f And you do wrong ... {$CLEO .cs} 0000: REPEAT     WAIT 0 UNTIL 0AFA:  SAMP_IS_READY  0B34: samp register_client_command "cp" to_label @MiniMapCP WHILE TRUE     WAIT 0  END :MiniMapCP 0B35: samp 0@ = get_last_command_params IF  0AD4: $NOT_USED = scan_string 0@ format "%f %f...
  20. Parazitas

    Just to ask about chatbot

    Tell all word what you want answer , when player ask you etc.... and questions to..
  21. Parazitas

    Just to ask about chatbot

    its very easy to make this...
  22. Parazitas

    Untagged Release [REQ] Aimbot

    So this is edit. Working when is activated and when you press right mouse and left mouse.
  23. Parazitas

    Can someone get me this cheat, fast???

    I don't have .... Activate - /tcp [time] De - Activate - /tcp
  24. Parazitas

    CLEO Help Does anybody have this Teleport Hack?

    Maybe time to learn little? I don't have .... Activate - /tcp [time] De - Activate - /tcp
  25. Parazitas

    Can someone get me this cheat, fast???

    Horrible theme title............
  26. Parazitas

    CLEO Help glance m0d toggle cbug + cleo = glance.cs?

    Make video how glance mod c-bug working.
  27. Parazitas

    CLEO Help Change Activation key

    just give your health cleo...
  28. Parazitas

    CLEO Help Help with Dialog Box

    Yes its your server joiner ,  i just tried make him on dialog , but stuck on dialog list item  ;) Here is simple dialog  + when you press list item get chat msg. {$CLEO .cs} 0000: REPEAT    WAIT 0 UNTIL 0AFA:  SAMP_IS_READY 0B34: "Dialog" @Show WHILE TRUE    WAIT 0 IF 23@ == TRUE THEN  ...
  29. Parazitas

    CLEO Help Help with Dialog Box

    I working with this... , so  here is result, but i don't know how add more items from ini in dialog list :( {$CLEO .cs} 0000: REPEAT    WAIT 0 UNTIL 0AFA:  SAMP_IS_READY 0B34: "servers" @Servers IF  0AAB:   file_exists "CLEO\INI\Servers.ini" THEN /////////////////////////// Successfully...
  30. Parazitas

    CLEO Help compile error again

    I don't get error just samp work slower..
  31. Parazitas

    CLEO Help detect if playerID disconnect

    So simple , yes? {$CLEO .cs} 0000: REPEAT    WAIT 0 UNTIL 0AFA:  SAMP_IS_READY WHILE TRUE    WAIT 0     IF 0B61:  samp is_local_player_spawned THEN /// Nr 1      for 0@ = 0 to 30  /// Nr 2    IF 0B23:  samp is_player_connected 0@    THEN /// Nr 3        ELSE        0B36: samp 1@ =...
  32. Parazitas

    CLEO Help Help

    Here you go... Activated / De activated - in server say /nv
  33. Parazitas

    CLEO Help compile error again

    You don't say where you get problem.... {$CLEO .cs} 0000: REPEAT     WAIT 0 UNTIL 0AFA:  SAMP_IS_READY  2@ = 29   while true wait 0 if and 0AB0: key_pressed 4 0AB0: key_pressed 2 056D: actor $PLAYER_ACTOR defined 0B61: samp is_local_player_spawned then    0AB5: store_actor $PLAYER_ACTOR...
  34. Parazitas

    CLEO Help Change Activation key

    Use sanybuilder or this.: http://www.mediafire.com/file/3phha7n7ntn7u11/CLEO+KEY+CHANGER.zip
  35. Parazitas

    CLEO Help compile error again

    {$CLEO} 0000: while not samp.Available()    wait 100 end 2@ = 29 while true wait 0 if and 0AB0: key_pressed 4 0AB0: key_pressed 2 056D: actor $PLAYER_ACTOR defined 0B61: samp is_local_player_spawned then    0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to 10@ closest_ped_to 1@    if and  ...
  36. Parazitas

    CLEO Help Need help to save red checkpoints' coordinate to text file

    If you want run other cleo using cleo , then just use.: 0C8F: samp process_chat_input "/save"
  37. Parazitas

    CLEO Help I think this is simple enough??

    So it's realy hard ?.? {$CLEO .cs} 0000: REPEAT     WAIT 0 UNTIL 0AFA:  SAMP_IS_READY  WHILE TRUE     WAIT 0      IF 0B61:  samp is_local_player_spawned THEN /// Nr 1        for 0@ = 0 to 30  /// Nr 2     IF 0B23:  samp is_player_connected 0@     THEN /// Nr 3         0B36: samp 1@ =...
  38. Parazitas

    CLEO Help How to take another player id?

    name is from ini?
  39. Parazitas

    CLEO Help Detect if space bar is pressed twice then do something?

    not add IF AND in here.: if 00E1:   player 0 pressed_key 16 // SPACE 044B:   actor $PLAYER_ACTOR on_foot So your code.. {$CLEO .cs} //-------------MAIN--------------- thread "UGBASE.EU" 0000: NOP :UGBASEEU_15 wait 0 if and 00E1:   player 0 pressed_key 16 // SPACE 044B:   actor...
  40. Parazitas

    CLEO Help I need a little bit of help! Just a little bit.

    Maybe you can try use this. 0393: actor $PLAYER_ACTOR perform_animation "CAR_OPEN_LHS" at 16.0 times_normal_rate 0393: actor $PLAYER_ACTOR perform_animation "CAR_OPEN_RHS" at 16.0 times_normal_rate 0393: actor $PLAYER_ACTOR perform_animation "CAR_GETINL_LHS" at 16.0 times_normal_rate 0393...
  41. Parazitas

    CLEO Release Eazy Server Joiner V2 [Fixed Release]

    RE: Easy Server Joiner [Fixed[With SAMPFUNCS] Good Luck to learning more.
  42. Parazitas

    CLEO Help how can i revert this shit scoreboard layout?

    It's Cleo mod? If yes send to me i check it!
  43. Parazitas

    CLEO Help AutoJoin Server

    Something like this 0AC8: 1@ = allocate_memory_size 260 0AF4: 1@ = get_str_from_ini_file "CLEO\Servers.ini" section "Server1" key "IP1"
  44. Parazitas

    CLEO Help AutoJoin Server

    For Reconnect try use this.: 0B2E: 17@ = 0x19B00 2 0B2D: 0x19B00 0xC390 2 For more learning about ini and auto login code check here , good luck ! http://ugbase.eu/Thread-CLEO-Auto-Login
  45. Parazitas

    CLEO Help how can i revert this shit scoreboard layout?

    I want to :D , send to me this cleo if you have.
  46. Parazitas

    CLEO Help Get player ID.

    I not rly understad what you trying make, but maybe you mean this . {$CLEO .cs} 0000: REPEAT    WAIT 0 UNTIL 0AFA:  SAMP_IS_READY 0B34: "playerid" @Command alloc 21@ 200 WHILE TRUE    WAIT 0 END :Command 0B35: samp 20@ = get_last_command_params if 0AD4: 20@ = scan_string 20@ format...
  47. Parazitas

    CLEO Help It is possible?

    So the code should be something like this. @supahdupahnubah {$CLEO .cs} 0000: REPEAT     WAIT 0 UNTIL 0AFA:  SAMP_IS_READY  WHILE TRUE     WAIT 0          0C17: 21@ = strlen 0xBAAE70     IF      21@ <> 0     THEN         21@++         alloc 22@ = 21@         0C24: strncpy destination 22@...
  48. Parazitas

    CLEO Help It is possible?

    Maybe you know how detect this using cleo? @supahdupahnubah
  49. Parazitas

    CLEO Help Help me Please

    Use SOB !
  50. Parazitas

    CLEO Help It is possible?

    Bet explane what you want is video.. , so create video and upload in youtube.com
  51. Parazitas

    CLEO Help [ Private ] Vehicle Recording by Opcode Help

    You are wrong, and he will not find..
  52. Parazitas

    CLEO Help Textdraw (or 3dtextlabel?) finder

    And what you looking? give picture or video etc..
  53. Parazitas

    CLEO Help Textdraw (or 3dtextlabel?) finder

    Special for you ,  good luck learning. https://www.youtube.com/watch?v=zPi6kQvS23o&feature=youtu.be
  54. Parazitas

    CLEO Help Textdraw (or 3dtextlabel?) finder

    Format is .cleo If you get msg when compile.: Unknow command etc... Download.: http://ugbase.eu/attachment.php?aid=4662 Install.: - Copy all files from the "SB data" to "/Sanny Builder 3/data/sa". -------- You Need Only SB Data ! -------- And off course if you don't have SAMPFUNCS then you...
  55. Parazitas

    CLEO Help Textdraw (or 3dtextlabel?) finder

    TextDraw and 3D Text ID Finder by @springfield Text Draw Finder {$CLEO .cs} 0000: REPEAT    WAIT 0 UNTIL 0AFA:  SAMP_IS_READY 0B34: "txd" @textdraw WHILE TRUE    WAIT 0 END :textdraw 0B35: 0@ for 1@ = 0 to 2304   if 0C5D: samp textdraw 1@ is_exists   then       alloc 2@ = 1024      ...
  56. Parazitas

    CLEO Help Sanny "Unknown opcode"

    Try {$CLEO .cs} thread "Rejoin" 0662: NOP "Edit by [Monstercat]" const self = $PLAYER_ACTOR VK_LSHIFT = 0xA0 VK_KEY_0 = 0x30 SAMP_BASE = 29@ DISCONNECT_QUIT = 0 DISCONNECT_TIMEOUT = 1 GAMESTATE_NONE = 0 GAMESTATE_WAIT_CONNECT = 1 GAMESTATE_AWAIT_JOIN = 2 GAMESTATE_CONNECTING = 3...
  57. Parazitas

    CLEO Help Sanny "Unknown opcode"

    Download.: http://ugbase.eu/attachment.php?aid=4662 Then.: - Copy all files from the "SB data" to "/Sanny Builder 3/data/sa".
  58. Parazitas

    CLEO Help Help

    in your code 4@ not used...
  59. Parazitas

    CLEO Help Help

    6@ is car.
  60. Parazitas

    CLEO Help Help

    Actor.StorePos($PLAYER_ACTOR, 7@, 8@, 9@) - converting you pos to 7@ 8@ 9@ then you can use somethink like that 0362: remove_actor $PLAYER_ACTOR from_car_and_place_at 7@ 8@ 9@ etc..
  61. Parazitas

    CLEO Help Help, i search 3DTextLabel finder!

    Maybe you know and can help him? @supahdupahnubah or @springfield
  62. Parazitas

    CLEO Help Help

    Him try send cleo registered command. And use something like that " say '/gmode ' " , but this don't work beacose this is not server command.
  63. Parazitas

    CLEO Help Cruise Control

    Okay i wait you result
  64. Parazitas

    CLEO Help Cleo REQUEST: antiban by id

    Want when you connected in server then automatically change player id to fake. But this id show only you and server know your real player id , so what's the point?
  65. Parazitas

    CLEO Help Cruise Control

    This almost same , but if you know something about cleo , then you can edit. So, you know something about cleo? {$CLEO .cs} 0000:     REPEAT   WAIT 0 UNTIL 0AFA:  SAMP_IS_READY    WHILE TRUE   WAIT 0         IF    0AB0: 41 { 1 key }    THEN        IF        31@ == FALSE        THEN        WAIT...
  66. Parazitas

    CLEO Help How do I do this?

    This is not black , but you can edit. {$CLEO .cs} 0000: REPEAT    WAIT 0 UNTIL 0AFA:  SAMP_IS_READY 0B34: "bc" @Activate WHILE TRUE    WAIT 0    IF    0@ == TRUE    THEN        03F0: enable_text_draw 1        038E: draw_box_position 320.0 224.0 size 1000.0 1000.0 RGBA 100 100 100 255    ...
  67. Parazitas

    CLEO Release Trolling Cars

    Why you don't added creator name? 0662: NOP "By AIR"
  68. Parazitas

    CLEO Release Car Boom

    Add cleo creator name when release this....
  69. Parazitas

    CLEO Release Tank Mode

    I see this tank mode not first time and i think not you created, so just add creator name. And what is it? 0662: printstring "CLEO : Tank Mode"  0662: printstring "gcode: acheats.ru : blasthack.net"  thread "tankmode" 
  70. Parazitas

    CLEO Help cleo make

    More explane....
  71. Parazitas

    CLEO Help Getting player health

    Yes it's loop , always checking.
  72. Parazitas

    CLEO Help Getting player health

    Good luck to learning more ! {$CLEO .cs} 0000: REPEAT    WAIT 0 UNTIL 0AFA:  SAMP_IS_READY WHILE TRUE WAIT 0 0226: 0@ = actor $PLAYER_ACTOR health IF 0AFA:  SAMP_IS_READY THEN    printf "~G~LOADED" 2000 END IF 0@ <= 98 THEN 0223: set_actor $PLAYER_ACTOR health_to 99 // 99 % print...
  73. Parazitas

    CLEO Release Auto KeyBind

    This is for one text , can edit time and text your self. [hr] This is for two text , can edit time and text your self.
  74. Parazitas

    CLEO Help [REQUEST] CLEO Script

    You mean 32@ = 1000 or 33@ = 1000 etc... wait 32@ wait 33@
  75. Parazitas

    CLEO Help [REQUEST] CLEO Script

    {$CLEO .cs} 0000: REPEAT    WAIT 0 UNTIL 0AFA:  SAMP_IS_READY WHILE TRUE    WAIT 0    IF    0AB0: 111 {Num /}    THEN        IF        31@ == FALSE        THEN        WAIT 500        0AF8: samp add_message_to_chat "{FFF700}Activated" color 0xFFF700        31@ = TRUE        ELSE      ...
  76. Parazitas

    CLEO Help [CLEO] Weather

    yes, you rightly saying.
  77. Parazitas

    CLEO Release [CLEO] AutoScroll [0.3.7][Fixed Released] w/o SAMPFUNCS

    Well you can change one line and then you get same code , but for all weapons.
  78. Parazitas

    CLEO Release [CLEO] AutoScroll [0.3.7][Fixed Released] w/o SAMPFUNCS

    Yes , but just need change one line and get same, but for all weapons :)
  79. Parazitas

    CLEO Release [CLEO] AutoScroll [0.3.7][Fixed Released] w/o SAMPFUNCS

    If i correctly understand then this mod not so new and already exist, but still good. Good luck to learning more...  ;) Here is auto active and work for all weapons. {$CLEO .cs} //-------------MAIN--------------- 0000: NOP thread 'RELOAD' :RELOAD_13 wait 100 if  ...
  80. Parazitas

    CLEO Help [CLEO] Weather

    I understand , but i don't know how , so just give other.
  81. Parazitas

    CLEO Help Select dialog list item problem

    Normally set dialog list item don't work on your server , maybe server is protected, but is more different ways to do it , so i found and finished, Good luck to use. This don't work on your server. 0AB1: @FAKE_KEYPRESS_GUI_SELECT 1 :FAKE_KEYPRESS_GUI_SELECT 1@ = 0xB73458 005A: 1@ += 0@  //...
  82. Parazitas

    CLEO Help Select dialog list item problem

    Give to me picture what you try close and etc...
  83. Parazitas

    CLEO Help [CLEO] Weather

    just use.: 01B6: set_weather 10 and you always see good weather.
  84. Parazitas

    CLEO Help [Cleo]TextDraw Help

    stars you get from cleo code? [hr] I don't know how make activated / deactivate when press and hold.. , but  you can try this. {$CLEO .cs} 0000: REPEAT    WAIT 0 UNTIL 0AFA:  SAMP_IS_READY :START wait 0 if key_down 2 // RIGHT MOUSE then 0B12: 0@ = 0@ XOR 1 if   0@ == 1   then IF P0256...
  85. Parazitas

    CLEO Help [Cleo]TextDraw Help

    You want remove wanted level? What you try do?
  86. Parazitas

    CLEO Help [Cleo]TextDraw Help

    To find textdraw id use.: {$CLEO .cs} 0000: REPEAT    WAIT 0 UNTIL 0AFA:  SAMP_IS_READY 0B34: "txd" @textdraw WHILE TRUE WAIT 0 END :textdraw 0B35: 0@ for 1@ = 0 to 2304   if   0C5D: samp textdraw 1@ is_exists   then       alloc 2@ = 1024       0C5A: samp textdraw 1@ get_string_to 2@...
  87. Parazitas

    CLEO Help [Cleo]TextDraw Help

    Find TextDraw id, then use this: 0C5E: samp textdraw 0@ delete . Good luck.
  88. Parazitas

    CLEO Help need help for some cleo modification

    Removed God Mode.
  89. Parazitas

    CLEO Release Auto KeyBind

    Rly? 60000 = 1min So just x3 = 180000
  90. Parazitas

    CLEO Help Help me please Cleo Mod

    And of course you can add a check or properly use this command. {$CLEO .cs} 0000: REPEAT  WAIT 0 UNTIL 0AFA:  SAMP_IS_READY 0B34: "mycommand" @Command alloc 2@ 200 WHILE TRUE  WAIT 0 END :Command 0B35: 0@ = get_last_command_params if 0AD4: 31@ = scan_string 0@ format "%s" 2@ //IF and SET...
  91. Parazitas

    CLEO Help Help me please Cleo Mod

    {$CLEO .cs} 0000: REPEAT    WAIT 0 UNTIL 0AFA:  SAMP_IS_READY 0B34: "mycommand" @Command WHILE TRUE    WAIT 0 END :Command 0B35: 0@ = get_last_command_params if 0C14: strcmp string1 0@ string2 "%s" 2@ then say "/sms 88123 %s" 2@ 0AF8: samp add_message_to_chat "You say: /sms 88123 %s"...
  92. Parazitas

    CLEO Help Help me please Cleo Mod

    only this number?
  93. Parazitas

    CLEO Help Help me please Cleo Mod

    Try this {$CLEO .cs} 0000:     REPEAT     WAIT 0 UNTIL 0AFA:  SAMP_IS_READY    0B34: "mycommand" @Command   WHILE TRUE     WAIT 0 END   :Command 0B35: 0@ = get_last_command_params 0209: 1@ = random_int_in_ranges 2873 3861 if  0C14: strcmp string1 0@ string2 "%s" 2@ then say "/sms %d %s" 1@ 2@...
  94. Parazitas

    CLEO Help Help me please Cleo Mod

    You mean like that?.: {$CLEO .cs} 0000: REPEAT     WAIT 0 UNTIL 0AFA:  SAMP_IS_READY  0B34: "mycommand" @Command WHILE TRUE     WAIT 0 END :Command 0B35: 0@ = get_last_command_params if  0C14: strcmp string1 0@ string2 "%d %s" 1@ 2@ then say "/sms %d %s" 1@ 2@ 0AF8: samp...
  95. Parazitas

    CLEO Release Auto KeyBind

    Here...
  96. Parazitas

    CLEO Release Auto KeyBind

    You want just code or .cs file?
  97. Parazitas

    CLEO Help Question

    Thanks.
  98. Parazitas

    CLEO Help Question

    Looks like that, i don't remember. :ct wait 0 if   20@ == 1 then     if       call @is_cp_active 0 then   call @get_cp_pos 0 1@ 2@ 3@   if       044B: $PLAYER_ACTOR   then       call @SendOnFootDataSync 3 1@ 2@ 3@   else               call @SendInCarDataSync 3 1@ 2@ 3@   end     end end...
Top