Recent content by dev.tntd2k2

  1. D

    Help Chat Verify Bot

    any video demo how will script work? like doing A first then B, etc and samp version?
  2. D

    CLEO Help Need a snippet for 0.3DL

    Example script: It will click textdraw with ID 0 when press F3 {$CLEO} 0000: "+---------------------------------------------------+" 0000: "¦ Credit by dev.tntd2k2 ¦" 0000: "+---------------------------------------------------+" repeat wait 1000 0A8D: 0@ =...
  3. D

    CLEO Help Need a snippet for 0.3DL

    Check this: https://ugbase.eu/threads/clicktextdraw-without-sfuncs-0bca.16777/
  4. D

    ClickTextdraw without SFUNCS (0BCA)

    :sampSendClickTextdraw { 0.3.7 - R1 0BCA: @sampSendClickTextdraw 1 TextDrawID 0@ } if 0AA2: 2@ = "samp.dll" then 0085: 3@ = 2@ 3@ += 0x21A0CC 0A8D: 3@ = readMem 3@ sz 4 vp 1 0A8E: 4@ = 3@ + 8 0A8C: writeMem 4@ sz 4 value 0@ vp 0 0A8E: 5@ = 2@ + 0x6CEA0...
  5. D

    CLEO Help Need a snippet for 0.3DL

    Wait a few minute. I will check and post a new thread for this
  6. D

    CLEO Help Need a snippet for 0.3DL

    Wrong usage and wrong andress
  7. D

    CLEO Help Need a snippet for 0.3DL

    Wrong usage and wrong andress
  8. D

    Send Lag Rate

    Updated 0.3.7 R2 SAMP_ONFOOTSENDRATE 0xEC0A8 SAMP_INCARSENDRATE 0xEC0AC SAMP_AIMSENDRATE 0xEC0B0 0.3.7 R3 SAMP_ONFOOTSENDRATE 0xFE0A8 SAMP_INCARSENDRATE 0xFE0AC SAMP_AIMSENDRATE 0xFE0B0 0.3.7 R4 - v1 SAMP_ONFOOTSENDRATE...
  9. D

    Create Multiple CMD SAMP

    0.3.7 R2 SAMP_FUNC_ADDCLIENTCMD 0x65BA0 SAMP_CHAT_INPUT_INFO_OFFSET 0x26E8CC 0.3.7 R4 - v2 SAMP_FUNC_ADDCLIENTCMD 0x69770 SAMP_CHAT_INPUT_INFO_OFFSET...
  10. D

    CLEO Help Hello, I need cleo mod for autojob (Trucker) on 0.3.dl

    Use Vehicle Recorder https://ugbase.eu/threads/project-no-sampfuncs.22400/
  11. D

    CAN SOMEONE REWRITE THIS HACK

    https://ugbase.eu/threads/project-no-sampfuncs.22400/ check this
  12. D

    [CLEO] Some snippets

    OPCODE: 0B28: samp disconnect_with_reason Without SAMPFUNCS DISCONNECT_QUIT = 500 DISCONNECT_TIMEOUT = 0 :SAMPDisconnectWithReason { 0.3.7 - R1 0AB1: @SAMPDisconnectWithReason 1 500 or 0AB1: @SAMPDisconnectWithReason 1 0 } if 0AA2: 31@ = "samp.dll" then 31@ += 0x21A0F8...
  13. D

    Create Multiple CMD SAMP

    0.3.7 R3 SAMP_FUNC_ADDCLIENTCMD 0x69000 SAMP_CHAT_INPUT_INFO_OFFSET 0x26E8CC 0.3.DL SAMP_FUNC_ADDCLIENTCMD 0x691B0 SAMP_CHAT_INPUT_INFO_OFFSET...
  14. D

    [CLEO] Some snippets

    OPCODE: 0C46: samp get_3d_text_info_by_id 0@ string_ptr 1@ color 2@ position 3@ 4@ 5@ view_distance 6@ show_behind_walls 7@ attached_to_player 8@ attached_to_vehicle 9@ Without SAMPFUNCS ~ Samp 3D Text ~ 0.3.7 - R1 :SAMPGet3dTextInfoByID { 0.3.7 - R1 0AB1: @SAMPGet3dTextInfoByID 1...
Top