Search results

  1. Husnain

    CLEO Help [CLEO] Change name

    I am trying to figure this out for a while. Is there a way to change someone's name but it shows for you only? If yes, then provide me a guide or memory address out there
  2. Husnain

    CLEO Help Easy CLEO to decrypt

    Can anyone decrypt this CLEO as I have no idea how to decrypt it? Its crypted by FYP cryptor
  3. Husnain

    CLEO Help Some offsets??

    Are there offsets of nametag colors? For Armor and health
  4. Husnain

    CLEO Help Challenge - Decrypt THIS

    Decrypt it:
  5. Husnain

    CLEO Help Load any image file (.png, .bmp)

    Is there any opocde or method that directly loads an individual image file (can be .png, .bmg) and shows it on screen rather than loading it by creating a txd dictionary and loading it? I don't want to do my work with these opocdes as they require to be in the specific txd file: 0390...
  6. Husnain

    CLEO Help How to get ID?

    There's an opcode which takes any player's id by its handle: 0B2B: samp 2@ = get_player_id_by_actor_handle 1@ I want to know... Is there any method to take any actor's ID by their name? Please do not tell me that you have to loop 0@ = 0 to 1000 and keep taking their names until the name and...
  7. Husnain

    CLEO Help Library not working

    {$CLEO .cs} 0000: alloc 1@ 360 alloc 2@ 260 0AD3: 1@ "http:%c%cdownload1584.mediafire.com%c0j8c05w0h55g%ce4n5bkdkov855ho%csiteM16+%281%29.png" 47 47 47 47 47 0AD3: 2@ "CLEO\aim.png" :File wait 0 if 0ADC: "OK" jf @File 0AB1: @Download 2 _url 1@ _file 2@ 0ACD: "Done" 2000 jump @File :Download...
  8. Husnain

    CLEO Help Editbox

    How to create an editbox where you can type whatever you want? Tell me the method to create it, I'd really appreciate the help.
  9. Husnain

    CLEO Help Simple script not working

    {$CLEO .cs} 0000: :TEXT wait 0 alloc 10@ 1024 alloc 11@ 1024 SAMP.GetChatString(99, 10@, 11@, 12@, 13@) if 0C18: $FREE = strstr string1 10@ string2 "Husnain: hello" jf @TEXT wait 100 say "Hi" free 10@ free 11@ jump @TEXT I want to detect "Hello" message but the script is crashing. Any clue?
  10. Husnain

    CLEO Help Get other Player's health & Armor

    {$CLEO .cs} 0000: :SAMP wait 0 if 0AD2: 1@ = player $PLAYER_CHAR targeted_actor //IF and SET jf @SAMP 2@ = Actor.Health(1@) 04DD: 3@ = actor 1@ armour 0AD1: "Health: %d~n~Armour: %d" 100 2@ 3@ jump @SAMP This is not working, I mean I cannot take other player's health & armor. Any other...
  11. Husnain

    CLEO Help Basic script not working

    {$CLEO .cs} 0000: :SAMP wait 0 0B34: samp register_client_command "showtext" to_label @text 0B34: samp register_client_command "reload" to_label @reload :blank wait 0 jump @blank :text wait 0 0B35: samp 1@ = get_last_command_params if 0AD4: $NOT_USED = scan_string 1@ format "%s" 3@ //IF and...
  12. Husnain

    CLEO Help 0B34 without SAMPFUNCS

    Does any method exists of 0B34 (register command)?
  13. Husnain

    CLEO Help Total Players online

    Is there any offset or opcode that counts overall players online in a specific server?
  14. Husnain

    CLEO Help How to get actor id by actor name?

    I mean we have opcodes which takes id, name by its handle but is there any way to get actors id by telling his name?
  15. Husnain

    CLEO Help What's wrong with the Script?

    {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: is_samp_available // MAKE THE CLEO ONLY WORK IF SAMPFUNCS IS LOADED WHILE TRUE WAIT 0 0AC8: 1@ = allocate_memory_size 260 // ALLOCATE MEMORY FOR THE CHAT STRING SAMP.GetChatString(99, 1@, 2@, 3@, 4@) IF 0AD4: 33@ =...
  16. Husnain

    CLEO Help How to get nametag color?

    How to get nametag color? Is there any opcode or address of it?
  17. Husnain

    CLEO Help How to leap on alternative registered command while on loop?

    {$CLEO .cs} 0000: 0B34: samp register_client_command "abc" to_label @abc 0B34: samp register_client_command "dis" to_label @dis :blank wait 0 jump @blank :abc wait 18000 say "/find 22" 0B43: samp cmd_ret jump @abc :dis wait 0 0B63: samp unregister_client_command "abc" 0B43: samp cmd_ret...
  18. Husnain

    CLEO Help Offset of 0.3.7?

    Is there any offset of nametag colours? Basically, the need for manipulating. Please, answer fast. I can't find it anywhere.
  19. Husnain

    CLEO Help Help with Regular Expression in SB!

    Hello everyone! I have a simple request. How can I detect the random name of the person and send auto msg to chat? I mean, I know how to send msg auto on chat but don't know how to work with names. Like: "Opcode.eXe has logged in." Now, the code will be this: 0B75: samp get_chat_string 99...
  20. Husnain

    CLEO Help Marker Help

    {$CLEO .cs} 0000: :Check wait 0 0A8D: 5@ = read_memory 0xC7DEEA size 1 virtual_protect 0 if  5@ == 1 jf @Check 0ACD: "~g~Checkpoint Active" 2000 call @get_cp_pos 0 X 1@ Y 2@ Z 3@ 02A8: 6@ = create_marker 56 2@ 3@ 4@ :get_cp_pos IF 0AA2: 0@ = loadlib "samp.dll" THEN 0A8E: 1@ = 0@ + 0x212A94...
  21. Husnain

    CLEO Help Vest help!

    :ARMOUR wait 0 if  0AD2: 3@ = player $PLAYER_CHAR targeted_actor //IF and SET jf @ARMOUR if  056D: actor 3@ defined jf @ARMOUR jump @ARMOUR2 :ARMOUR2 wait 0 if  0AB0:   key_pressed 12@ jf @ARMOUR2 0B2B: samp 4@ = get_player_id_by_actor_handle 3@   0B79: samp set_chat_input_enabled 1 0C8F...
  22. Husnain

    CLEO Help Chat Help!

    Hi, Okay before I jump to the point. I must verify you all that I already saw the address of chat. My simple question is that How I can insert the text in chat without executing it. You know what I'm saying. For example: Like binds. If we don't put "{enter}" at the end of the text it will not...
  23. Husnain

    CLEO Help Kill all!

    :3 wait 0 0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0 000A: 29@ += 0x4 0A8D: 29@ = read_memory 29@ size 4 virtual_protect 0 for 30@ = 0 to 35584 step 0x100 0A8D: 31@ = read_memory 29@ size 1 virtual_protect 0 000A: 29@ += 0x1 if and  0029:  31@ >= 0x00  001B:  0x80 > 31@ jf @3...
  24. Husnain

    CLEO Help Import Texture help!

    {$CLEO .cs} thread "HBOX" 03F0: enable_text_draw 1 :BOX wait 0 0390: load_txd_dictionary 'Pack' 038F: load_texture "course" as 1 // Load dictionary with 0390 first   03E3: set_texture_to_be_drawn_antialiased 1 038D: draw_texture 1 position 590.0 195.0 size 30.0 30.0 RGBA 225 225 225 225...
  25. Husnain

    CLEO Help Need help to block the incoming screen text from server

    Hi, Is there such a way to block the incoming text from server like: If you cbug in some servers then a message will pop up which will tell you "Cbug is not allowed"! I just want to block it once, if he's coming. Anyone know how to do that?
  26. Husnain

    CLEO Help Marker Above Stream Ped Help!

    {$CLEO .cs} 0000: :PED wait 0 0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0 000A: 29@ += 0x4 0A8D: 29@ = read_memory 29@ size 4 virtual_protect 0 for 30@ = 0 to 35584 step 0x100    0A8D: 31@ = read_memory 29@ size 1 virtual_protect 0    000A: 29@ += 0x1    if and        0029:  31@...
  27. Husnain

    CLEO Help Change Name Help!

    There is a offset that changes the Player Name: SetPlayerName = 0x1A4F0  I tried to work it with it's keep crashing. Will anyone help me! {$CLEO .cs} 0000: 0AC8: 15@ = 260 0AD3: 15@ = "Big_Dick" // name :Load wait 0 if  0AA2: 0@ = load_library "samp.dll" // IF and SET jf @Load 0@ +=...
  28. Husnain

    CLEO Help Dialog Active Panel Selection?!

    Hi, I know that how to make a Dialog box but did not know that How to make it active and select those things. For example: I add a "Dialog button" now how i can make it active that if i click on it then this will happen. Hope, you know what i'm saying.
  29. Husnain

    CLEO Help A simple script not working??

    {$CLEO} thread "DMG" :start wait 0 if and  Player.Defined($PLAYER_ACTOR)  Player.Defined($PLAYER_CHAR) jf @start 0226: 0@ = actor $PLAYER_ACTOR health 0ACC: show_text_lowpriority "~g~Health:~w~~n~ %d" time 100 0@ jump @start Not showing health!
  30. Husnain

    C++ Help

    New in C++ but wtf Any help?!
  31. Husnain

    CLEO Help Dialog Help!

    {$CLEO .cs} 0000: :BOX wait 0 if and  Player.Defined($PLAYER_CHAR)  Player.Defined($PLAYER_ACTOR)  0ADC:   test_cheat "1" jf @BOX wait 0 Dialog.Create(1@, "NJ-HAX Private Version") Dialog.SetRECT(1@, 652, 166, 312, 295) Dialog.SetBackgroundColor(1@, 840793832) end_thread Not working. Why?
  32. Husnain

    CLEO Help Dialog Box with Selections!

    Hi, How to make a Dialog box like in OP-Hax. I want to know: How to make a dialog box first How to Add text How to select text Thanks. Please help me i'm kinda new in this dialog stuff.
  33. Husnain

    CLEO Help How to add alternate condition in a loop like "else"?

    {$CLEO .cs} 0000: 31@ = 0       :SHOT WAIT 0 IF and 0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET 0247: load_model 1775 JF @SHOT 31@ += 1 JUMP @WORK :WORK WAIT 100 IF and 8118:   actor 0@ dead 0248:   model 1775 available else_jump @False wait 0 04C4: store_coords_to 1@ 2@ 3@...
  34. Husnain

    CLEO Help What's wrong with this Script??

    {$CLEO .CS} 0000: WHILE TRUE WAIT 0 IF AND 0AD2: 4@ = player $PLAYER_CHAR targeted_actor //IF and SET 056D:   actor 4@ defined THEN 0AC8: 5@ = allocate_memory_size 64 0AC8: 7@ = allocate_memory_size 64 0B36: samp 5@ = get_player_nickname 4@ 0226: 6@ = actor 4@ health 0470: 7@ = actor 4@...
  35. Husnain

    CLEO Help Help in weapon names?

    {$CLEO .cs} 0000: 0AC8: 1@ = allocate_memory_size 64 0AC8: 4@ = allocate_memory_size 64 WHILE TRUE WAIT 0 IF  0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET  THEN  04B8: get_weapon_data_from_actor 0@ slot 1 weapon 1@ ammo 2@ model 3@  04B8: get_weapon_data_from_actor 0@ slot 2...
  36. Husnain

    CLEO Help How 0AA5 and 0AA7 opcodes work?

    How to use these opcodes?? 0AA5: call $hPROC num_params 1 pop 1 $param 0AA7: call_function 0x569660 num_params 2 pop 2 $COORD_Y $COORD_X $GROUND I mean how these opcode works! What we can do with these opcodes? I've read all the description of these opcodes but none of them i can...
  37. Husnain

    CLEO Help A help with Car name!

    {$CLEO .cs} 0000: NOP :DEFINE WAIT 0 IF  00DF:   actor $PLAYER_ACTOR driving  JF @DEFINE  0811: 1@ = actor $PLAYER_ACTOR used_car  0227: 2@ = car 1@ health  0ADB: 3@v = car_model 1@ name  02E3: 4@ = car 1@ speed  GOTO @CAR :CAR WAIT 0 IF  00DF:   actor $PLAYER_ACTOR driving  JF @CAR...
  38. Husnain

    CLEO Release Weapons Detector [0.3.7]

    Hi, First mod which allow you to see secondary or primary weapon of other players in slot/inventory. This is sometimes suck but works on mostly. I tested it on HZ-GAMING and fortunately, it works perfectly. Usage: Just Aim at the player and the comment will appear below. Important: The...
  39. Husnain

    xD

    @0x688 @Springfield https://www.youtube.com/watch?v=ZSysguj4_Go
  40. Husnain

    I want to learn C++?

    Hello guys. I saw several tutorials on youtube that how to start in c++. Fortunately, i understand many things but i don't get one thing. When i use Python he got his own compiler and if we look at C++. It got tons of Compilers. I can't understand that which compiler i use. I was using C/C++...
  41. Husnain

    How to start in Python??

    Hello guys. I want to learn about python and want to make advance mods for GTA SA/SAMP.  Can anyone, give me tutorial and forward instructions please!?
  42. Husnain

    JBoX

    In this topic, we'll post jokes, memes etc. Now, Prepare ya'self biches!
  43. Husnain

    CLEO Help Help about 0AB1 opcode

    Can someone please tell me in simple words that what actually this opcode do? 0AB1: call_scm_func @GetSQR 1 10 $result Please, in simple words!
  44. Husnain

    CLEO Help Any error or problem free cryptor

    Any working cryptor for Cleo 4.1? :sadpepe: :sadpepe:
  45. Husnain

    A Relax Sound for Coders

    Download in the Description and please Give some feedback!  :PPFFH: Warning: You may not listen the sound. So, turn your volume to highest point!
  46. Husnain

    CLEO Help Help with Dialog Box

    How to make a Dialog box and write some options on it and select the option of SAMP?  :sadpepe: :sadpepe: :sadpepe:
  47. Husnain

    [CLEO] Anti-Ban [Unban IP][Released]

    :ugbase: :ugbase: :ugbase: Here is an Update Unbannber by 0x688, Springfield, Opcode.ExE, Monday, Silent and Me :trollface: Just Write "UNABN" and you're done. Write it when the game is successfully loaded to prevent from crashes. Work in most of the servers. :sadpepe: :sadpepe: :sadpepe:
  48. Husnain

    CLEO Help How to take another player id?

    :sadpepe: :sadpepe: :sadpepe: :sadpepe:
  49. Husnain

    CLEO Help How to take another player id?

    :sadpepe: :sadpepe:
  50. Husnain

    CLEO Help Opcodes Help

    0AD3: 0@v = format "%d + %d = %d" 2 2 4 0AC8: 0@ = allocate_memory_size 260 0AB1: call_scm_func @GetSQR 1 10 $result 0AA5: call $hPROC num_params 1 pop 1 $param Can someone tell me that what these opcodes just do?
  51. Husnain

    CLEO Help Help me with "%" things.

    i see a lot that some peoples use "%d" or "%s"  What Exactly is this?
  52. Husnain

    CLEO Help What is radiants, offset and X,Y,Z?

    Clarify me plzz with examples?  :sadpepe: :sadpepe:
  53. Husnain

    CLEO Release Eazy Server Joiner V2 [Fixed Release]

    :sadpepe: :sadpepe: :sadpepe: https://www.youtube.com/watch?v=n50MR2uPMPU Update V2 list: Fixed the Random crashes while jumping on another servers. Fixed the Scoreboard Bug. Now, you can see other current servers scoreboards. Fixed the bug of connection lost or keep waiting for...
  54. Husnain

    CLEO Help AutoJoin Server

    Solved!
  55. Husnain

    CLEO Help Opcode Help

    0B28: samp disconnect_with_reason 1@ Tell me the disconnect reasons like what will happen if i change the integer number "0" to "1" "2" or "3"?
  56. Husnain

    CLEO Help Help with Unlimited range marker

    A marker mod which can appear on any player with unlimited range (doesn't matter if go far from 300m) because it's a map marker. It will appear on player every 1s so, he can refresh his position every time.  But one thing that if he go out more than 400 or 500m. It suddenly crashes my game...
  57. Husnain

    CLEO Release Simple Aimbot w/o SAMPFUNCS

    :sadpepe: :sadpepe:  You read that title at the end. Yes, it is without SAMPFUNCS. Enjoy! Description: Probably, this is a Aimbot made with CLEO and it require no any SAMPFUNC. This will make a sphere where your character is standing. Now it's like a Pro Aimbot and Silent Aimbot. How?  Let me...
  58. Husnain

    CLEO Help Where i can find SAMP Memories?

    :sadpepe: :sadpepe: :sadpepe:
  59. Husnain

    CLEO Help Make Mod Private

    There is a way to make my CLEo private like no one able to edit it. Only i got the real source code and only i can edit it?
  60. Husnain

    CLEO Release [CLEO] Indicator on Player [Killer won't run now] w/o SAMPFUNCS

    So actually this will set a red/pink marker above the player.  :sadpepe: :sadpepe: Where the hell i can use this : -You can find your friend if your friend is too far away from you and you can't find him. -Set the marker on that player who is trying or kill you so, you can take revenge.  ...
  61. Husnain

    CLEO Help Help about Address Memories

    Little problem. How to use these types of codes in CLEO? CPed +0x42 = [byte] Is the BP/EP/FP/DP (special flags) status of the player as follows: Bit 1 = makes ped soft (ie. can move through walls and everything) (noclip in other words) Bit 2 = freezes ped (ie. ped cannot walk) Bit 3 =...
  62. Husnain

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

    So, probably this will allow you to Scroll the Deagle when it comes near to reload eg: 1 bullet left  :sadpepe: :sadpepe:  Download in the Attachment Usage:                Press 'R' when the deagle comes near to reload to prevent from reloading (useful for Cbug). -Extremely Fast -Don't need...
  63. Husnain

    CLEO Release [0.3.7] AutoScroll w/o No SAMPFUNCS

    Here is an AutoScroll working on every server and for all SAMP version!   :sadpepe: :sadpepe: Works for only deagle! Download in the Attachment Usage: Just Press "R" in the game and it will be automatically scroll from fist to deagle in -1000 seconds  -Works for only deagle -Extremely Fast...
  64. Husnain

    CLEO Release Lagz Health [Outdated]

    It is outdated, so better not waste your time trying it out Okay so, when i got the report that even Horizon RP got anti-cheat of health hacks and many other server also got same. So, i decided to make a new hack. Probably, this hack will allow you to play with health hacks in every server...
  65. Husnain

    [Python] Coding

    Is there a way to do SA coding with Python language because C++ is bit difficult for me  :sadpepe: :sadpepe:
  66. Husnain

    I need a Good Aimbot

    * Name of the mod (if the mod doesn't exist, you don't have to tell one): Skin Aimbot * Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): Yes, but don't remember. * What do you want (the most important part, explain this carefully) 1) A Skin aimbot...
  67. Husnain

    Bad Addiction

    Guys help me ::cry:'m addicted to the masturbating and i can't now leave it.  Please help me it's side-effect are really awful, like Mentally Weakness, illness, bone pains (especially back bone), lubber, Can't remember the school work etc.  Please help me, how i can stop this addiction and how...
  68. Husnain

    CLEO Release Health Refill Hack [Working] Undetectable!

    Hi guys. My name is Husnain. :trollface: This is my first cleo mod (hack), which will allow you to refill your health without even getting banned by admin. :trollface: Acitvation: Press 'Y' to refill your Health Well most of the serves have anti-cheat, which banned the players if the health...
  69. Husnain

    I want to learn about coding!

    Hi guys! is there complete tutorial about coding of each each opcode. So i can also able to make samp troll  :trollface: I need the knowledge of coding like; springfield, Opcode.exe and 0x688. So give me a best coding tutorial!
  70. Husnain

    Anti-Ban

    * Name of the mod (if the mod doesn't exist, you don't have to tell one): Anti Ban * Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): * What do you want (the most important part, explain this carefully) I want anti-ban hack * Details (add more details...
  71. Husnain

    Anti cheat Disable

    * Name of the mod (if the mod doesn't exist, you don't have to tell one): Anti-Cheat off * Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): Somewhere in ugbase * What do you want (the most important part, explain this carefully) I want a cheat, which...
  72. Husnain

    Freeze player

    * Name of the mod (if the mod doesn't exist, you don't have to tell one): IDK * Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): Nowhere :LOL: * What do you want (the most important part, explain this carefully) Freeze other players * Details (add...
  73. Husnain

    Teleport Players to our position

    * Name of the mod (if the mod doesn't exist, you don't have to tell one): Dont know  * Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): not * What do you want (the most important part, explain this carefully) Teleport player to our position * Details...
  74. Husnain

    CLEO Help Money HAck RP-Serve [HELP]

    Please! help me, is there anyway to hack money in RP serves, because when i hack, i cant buy expansive things, please help me
Top