Search results

  1. 0

    CLEO Help [HELP] Cleo

    CLEO works as expected with "/sellgun %d shotgun" too and executes the command. The issue lies with the command and how it's scripted, nothing to do with the CLEO.
  2. 0

    CLEO Help [HELP] Cleo

    {$CLEO} thread "blabla" REPEAT WAIT 0 UNTIL SAMP.Available() WHILE TRUE WAIT 0 IF AND key_down 2 key_down 66 THEN IF 0AD2: 0@ = $PLAYER_CHAR THEN 0B2B: samp 1@ = get_player_id_by_actor_handle 0@...
  3. 0

    CLEO Help How do I do this?

    Ofcourse it's possible. if key_down 99 // kb key  then             0AA5: call 0x823BDB 3 pop 3 0 0 0       end
  4. 0

    To change network stats

    You can delay sending those via 0B22: samp set_sendrate 1@ to 2@ But there's no opcode to set those values.
  5. 0

    CLEO Help [HELP] FPS Lock

    Set your game graphic settings to High or Very High, that will lower your FPS rate.
  6. 0

    CLEO Help [HELP] FPS Lock

    You can't LOCK it, you can, however, put a LIMIT on it.
  7. 0

    CLEO Help is there a way to preventing from serverkick

    It's not hard, get yourself kicked once and find the kick message in chatlog.txt file, copy it and paste it in the CLEO and compile it. then connect again and do something that triggers a kick, as soon as the kick message appears, you will be reconnected to the server, that's it. You're avoiding...
  8. 0

    CLEO Help is there a way to preventing from serverkick

    you can try this {$CLEO} thread "fuckthiskick" repeat wait 0 until SAMP.Available() alloc 2@ 150 alloc 3@ 100 while true wait 0 alloc 8@ 50 alloc 9@ 50 0B75: 99 2@ 15@ 16@ 17@ if 0AD4: 7@ = 2@ "HowEnCokkien has been kicked %s"...
  9. 0

    CLEO Help is there a way to preventing from serverkick

    It's simple. Run a chat line check for words like "Kicked" or "Banned", if found in the last chatline, then send a disconnect and immediately send a connect to the IP and port and you're done.  Just make a CLEO out of it and you can use that. You can argue all you want or you can try concocting...
  10. 0

    CLEO Help is there a way to preventing from serverkick

    No it's around 1 sec to upto 2 secs on some servers. http://wiki.sa-mp.com/wiki/Kick That's more than enough to simply force reconnect.
  11. 0

    CLEO Help is there a way to preventing from serverkick

    As per sa-mp wiki, this is the reason for the delay - "As of SA-MP 0.3x, any action taken directly before Kick() (such as sending a message with SendClientMessage) will not reach the player. A timer must be used to delay the kick."
  12. 0

    CLEO Release Incoming Packets Firewall

    Filters incoming Bullet Data and Aim Data. Useful for shutting off receiving incoming bad aim and bullet data from crashers and for stopping particle lag caused by guns Sawnoff and other such if shot received in grassy or desert area or receiving bullet hits in general. Will also act as health...
  13. 0

    m0d_sa Release [Mod Sobeit] OverLight v3 (with source code)

    Jetpack Roll Crasher doesn't exist, nice troll there. It opens Never gonna give you up on YouTube.
  14. 0

    CLEO Help is there a way to preventing from serverkick

    Thanks for the NOPs, server IP ?? and anything else I need to apply ?
  15. 0

    CLEO Help is there a way to preventing from serverkick

    If you think so, then try that at UIF and make a video about it. Also post the shit you NOP'd I would like to reproduce it on my own and further investigate this.
  16. 0

    CLEO Help is there a way to preventing from serverkick

    Then it's an exploit at the server as kick script wasn't coded correctly. Enjoy while it lasts. Also kick = server closing the client connection, which is server sided, so there's nothing you can do about it.
  17. 0

    CLEO Help Is it possible?

    That's a clickable textdraw, not a 3D text label. Someone needs to click it.
  18. 0

    CLEO Help Crash cleo

    No, there's no such thing as that.
  19. 0

    SF Plugin Release [SAMPFUNCS 0.3.7] Translate Plus Plus [ABANDONED/OPEN-SOURCE]

    For the sake of argument, he can't. Google translate API is no longer free.
  20. 0

    CLEO Help Need help with this server

    You will have to stop sending your pos or fake your pos. Using invisibility would be a good idea.
  21. 0

    CLEO Help Need help for one command

    SAMP.IsCommandTyped(20@) if 0AD4: 20@ = scan_string 20@ format "%d" 21@ then 1@ = SAMP.GetPlayerNickname(21@) say "Buna dimineata, Bugged. Langa mine il am pe %s, caruia ii voi lua un interviu. Salut, %s." 1@ 1@ end SAMP.CmdRet
  22. 0

    CLEO Help Need help with this server

    Does that detection field system have a red checkpoint ?
  23. 0

    CLEO Help How decompile Sampfuncs script (.sf) ?

    Compilation in C++ is always straight and one way. De-compilation is not possible and If you still do, what you will get is bits and pieces based on what the so called decompiler predicts.
  24. 0

    How do server owners see, that a player has made a new acount

    You changed everything except your behaviour and that makes you predictable, keep in mind not all admins are kids, some of them are much older than you and are smart enough to see the signs and clues. They don't give a rats ass what your IP is. If you don't change your personality you will get...
  25. 0

    CLEO Help Add samp chat msg to all streamed players

    That's sending fake teleporting sync, you're not actually teleporting but you're sending fake position sync. I made that CLEO with that intent as a workaround for those who lose their trailers as a result of teleporting. You can deactivate keep trailers attached and it will still work because...
  26. 0

    CLEO Help Add samp chat msg to all streamed players

    Will not work for teleporting because when you teleport, you only tp with the truck not with the trailer, so it will get unattached.
  27. 0

    CLEO Help Add samp chat msg to all streamed players

    Maybe you can succeed without sampfuncs and by sending messages via memory hacking and enlisting custom parameters - http://ugbase.eu/Thread-SNIPPET-Write-in-chat-without-SFUNCS-0AF8-0AF9
  28. 0

    CLEO Help Add samp chat msg to all streamed players

    Not possible with 0af8, you will need to find another way if that's possible without sending the nick
  29. 0

    CLEO Help Add samp chat msg to all streamed players

    Every server has some sort of private message command, find it and use it via 0af9. [hr] {$CLEO} THREAD "SAY" REPEAT WAIT 0 UNTIL SAMP.Available() WHILE TRUE WAIT 0 FOR 0@ = 0 TO 1000 IF 0B20: 1@ = 0@ THEN SAY "/PM %d Hi...
  30. 0

    CLEO Help Add samp chat msg to all streamed players

    0AF8 is not synced and will show message to you only. First run a for loop for 0 to 1000 and check if that matches to any sa-mp player ids and if it does then /pm them via 0af9
  31. 0

    CLEO Help [Request]Requesting A Cleo Which kills by car

    Is that what you want - https://www.youtube.com/watch?v=juj7F5rCK7w ?
  32. 0

    CLEO Help a cleo can change weapon

    ~~wrong topic for the post~~
  33. 0

    CLEO Help [Request]Requesting A Cleo Which kills by car

    Sounds like Stick + Pizdarvanka combined
  34. 0

    CLEO Help How 0AA5 and 0AA7 opcodes work?

    https://www.gtagmodding.com/opcode-database/opcode/0AA5/ https://www.gtagmodding.com/opcode-database/opcode/0AA7/ Example - http://ugbase.eu/Thread-SNIPPET-Write-in-chat-without-SFUNCS-0AF8-0AF9?highlight=0AA5
  35. 0

    CLEO Help A help with Car name!

    If you're going to use 3@v then you can't use 4@, 5@ and 6@ variables anywhere in the script, start with 7@
  36. 0

    CLEO Help a cleo can change weapon

    You spawn a weapon of the same range.
  37. 0

    CLEO Help OnPlayerGiveDamage

    It's a callback, so you can't block it. http://wiki.sa-mp.com/wiki/OnPlayerGiveDamage
  38. 0

    CLEO Help dropping money

    Anything is server sided may be created but it will not be synced by the server .
  39. 0

    CLEO Help Wrong result....

    Is IniFiles.cleo plugin and other such CLEO plugins loaded ?
  40. 0

    CLEO Release BulletCrasher 0.3.7

    You thought wrong. Read the first post.
  41. 0

    CLEO Release BulletCrasher 0.3.7

    That means they're patched by the server, they do work. You can test here - 103.53.231.66:7777
  42. 0

    CLEO Release BulletCrasher 0.3.7

    Addendum - You're also required to install SAMPFUNCS 5.3.x or it will be you who will get crashed(no pun intended.)
  43. 0

    CLEO Release BulletCrasher 0.3.7

    Two versions. Made back in July 2015, but never bothered to release. Version A based on http://ugbase.eu/Thread-ASI-bulletCrasher037-by-P3ti-0x668 which is patched in 0.3.7 R2. Thanks to @P3ti for explaining the concept in two words, based on which I made a CLEO version. Version B based on the...
  44. 0

    [SNIPPET] SendUnOccupiedVehicleSync

    "vehicle id" is a typo, it should be vehicle handle rather, otherwise you will crash instantly.
  45. 0

    CLEO Help Cleo to change name without leaving the game

    Then it will not be synced to the server and the previous name will be seen by everyone.
  46. 0

    CLEO Help help cracking a cleo

    HOSTS file is not compiled on Windows so it doesn't have any extension, also you need to have administrator rights to be able to save your changes. I thought that part was obvious. Also DNS can take from 5 minutes to being updated instantly depending on your setup.
  47. 0

    CLEO Help help cracking a cleo

    127.0.0.1 is not invalid so it will try to resolve, but 0.0.0.0 is invalid so it fail immediately.
  48. 0

    CLEO Help help cracking a cleo

    Open HOSTS file on your device and add op-hax.weebly.com 0.0.0.0 op.bitq.eu 0.0.0.0
  49. 0

    CLEO Help Bypassing Weapon Check

    Can you define the meaning of stored weapons ? Are they server spawned weapons allocated to you ?
  50. 0

    CLEO Help Bypassing Weapon Check

    Open Outcoming packets, disable Weapon Data and Bullet Data and enable them back after the check is over.
  51. 0

    CLEO Help a cleo that killing people

    http://ugbase.eu/Thread-CLEO-Command-Kill-0-3-7
  52. 0

    Opcode.exe ft 0BE4 - Spy (Audio).cs

    That's fucking sick! :D
  53. 0

    Intriguing scam (check if your data was stolen)

    keylogger ?
  54. 0

    [REQUEST]CarJack Without Getting Detected (KICKED/BANNED) By The AC

    http://ugbase.eu/Thread-Eject-Driver-0-3-7 Will that work for ya ?
  55. 0

    Reputations

    There's not enough active participation from the members which leads to low amount of quality posts and which in turn leads to no use of reps at all. That said, there's also "Like Post" feature which is being used more than the rate option.
  56. 0

    CLEO Help HELP SAMFUNCS DOESN´T WORK

    Got ASI Loader installed ?
  57. 0

    CLEO Help set virtual world

    It is serverside, it's only an ID server sets and your whole world changes in accordance to that. You can't do anything about it.
  58. 0

    Tell me your wishes for Blue Eclipse :D

    @Ryuiijin You press Insert button, which is same since the inception of the s0beit.
  59. 0

    Tell me your wishes for Blue Eclipse :D

    You might find some unadded hacks in private version of N3X s0beit - http://www66.zippyshare.com/v/32722056/file.html [hr] Add Damage Divider and Drone Mode too if they're not present.
  60. 0

    Tell me your wishes for Blue Eclipse :D

    Add Weapon Chams, Nigga Chams, and all other kinds of Chams found in N3X s0beit.
  61. 0

    Tell me your wishes for Blue Eclipse :D

    Add NoSpread, toggleable key in the .ini Add Player Collisions and add toggleable key for that .ini Add UIF DM FARMER, server exploit found in Overlight v2 Beta if you don't mind Add specific vehicle crashers found in Overlight v2 Beta God yes!, That's a must ! It feels empty without that...
  62. 0

    m0d_sa Release [Mod Sobeit] Blue Eclipse

    By mod menu you mean the F11 or the ini file? Will I be able to change it via eclipsemod.ini ? Because that's the default place for changing all that. Also are these fixes gonna land in v8 or another release ?
  63. 0

    m0d_sa Release [Mod Sobeit] Blue Eclipse

    Does that fix the bug in the s0beit ? Also speaking of D3D, it simply doesn't work. activate d3d_score, kill, chat, score and all that via .ini file and it won't render it in d3d which works fine in FYP's s0beit.
  64. 0

    m0d_sa Release [Mod Sobeit] Blue Eclipse

    Your base s0beit is that of FYP's 4.4.0.0 I suppose. It still has that bug where you activate Aim Data or Bullet Data from Disable incoming packets and your game gets hanged. You should use newer patched source which is released here - https://github.com/BlastHackNet/mod_s0beit_sa/releases
  65. 0

    SobFoX Waken Demon The Private Version

    Are you releasing this or is this only a demo ?
  66. 0

    CLEO Help Delete checkpoint

    Yes that's Checkpoint Syncer made by me. It doesn't delete anything, it simply syncs all Checkpoints :D http://ugbase.eu/Thread-Checkpoint-Syncer-0-3-7
  67. 0

    CLEO Help Blocking a function in SAMP Client side

    Get s0beit 0.3.7 then SAMP Patches >> Incoming RPCs >> SetPlayerArmedWeapon
  68. 0

    CLEO Release [Private] Pickup syncer [0.3.7]

    Yeah I made this and shared it with you, atleast bother yourself to give the credits where it's due. FYI - It was never PRIVATE, I probably didn't bother to release it for whatever reason, which I can't recall atm.
  69. 0

    Help with virus

    Some nasty adware is doing that. Get an adware/malware removal tool and get rid of it asap.
  70. 0

    CLEO Help how to do this?

    Split it up individually format 18@ "Score: %d" 12@ Render.DrawText(17@, 18@, 15@, 16@, -1) format 19@ "Ping: %d" 13@ Render.DrawText(17@, 19@, 15@, 16@, -1) format 20@ "Distance: %f" 14@ Render.DrawText(17@, 20@, 15@, 16@,-1)
  71. 0

    Looking for someone who can gain access to user accounts on websites

    Don't bother, you won't find anyone that can do what you dream of.
  72. 0

    any thing that can be used in 0.3b

    Nobody plays on 0.3b anymore. Who're you gonna troll ? yourself ? :lol:
  73. 0

    CLEO Help How to change Key press to typing letter?

    Remove newOpcodes v2.0, it's been explicitly stated by FYP in FAQ for SF 5.2.2 that newOpcodes is not compatible with sampfuncs. You have been forewarned.
  74. 0

    How to PROPERLY Install CLEO & SAMPFUNCS + CLEO MODS AND SF-PLUGINS

    Re: [TUT] How to PROPERLY Install CLEO & SAMPFUNCS + CLEO MODS AND SF-PLUGINS There's nothing to install, but newbs don't understand at all. Mind well, this still won't stop those threads from appearing as they hardly care to search or watch a video tutorial, all they do is post a thread and...
  75. 0

    CLEO Help changing activation for letters

    Replace 0ADC: with 0AB0: and the corresponding key value for F2.
  76. 0

    Help VPNs are detectable.

    No. Google yourself.
  77. 0

    CLEO Help [HELP REQ]SAMPFUNCS

    If you have any AC installed, add an exception for SAMPFUNCS.
  78. 0

    Help VPNs are detectable.

    Use SoftEther, some of its VPN servers are hosted on ISP's client connections, hence you can fool the server with a home internet connection from an ISP as a VPN.
  79. 0

    CLEO Help My label on sanny builder gets renamed to Noname and i lose syntax

    Does this happen after you compile ? Well once the syntax is gone, it cannot brought back to original one, however you can stop such future mishaps from happening.  If you're using {$NOSOURCE} flag, remove it. If you're creating thread with symbols in the name, then don't. Name your thread...
  80. 0

    Los Santos Role-Play

    LS-RP developers are one of the few SA-MP Beta-Testers and many of their players are from sa-mp forums so if any suspicious bug starts making rounds, they get the hint via their royal butt licking dogs on sa-mp forums, that's how they get quickly patched, on top of that, all developers and...
  81. 0

    CLEO Help 0B56: set_game_key 17 state 255 help

    00E1: player 0 pressed_key 6 // 6 is for right click.
  82. 0

    CLEO Help How to fake a player Position

    Disable onfoot data and then send your desired onfoot fake pos sync via this snippet- http://ugbase.eu/snippets/sendonfootdatasync/
  83. 0

    CLEO Help Chat Text

    Yes, via 0B75 opcode from SF. If you want to try without SF, then checkout the snippets section.
  84. 0

    Password Stealer

    Post the hash and the salt(if any) here.
  85. 0

    CLEO Help how to evade the anti cheat?

    Load exe hacks outside of GTA directory and see if it still detects.
  86. 0

    CLEO Help [HELP] Get Player ID and then sending a command to Sa:Mp

    0B2B: samp 2@ = get_player_id_by_actor_handle 1@
  87. 0

    CLEO Help Dialog help..

    You need current dialog ID, which is only available if current dialog is NOT hidden, so no.
  88. 0

    CLEO Help Reset Money

    03FE
  89. 0

    Bypass

    uninstall it, bypassed forever.
  90. 0

    [FIND/SRC] ASI FAST CONNECT/ 0.3.7

    I already released it in CLEO - http://ugbase.eu/releases-6/(cleo)-instant-connect-0-3-7/ Use that if you're looking for a CLEO
  91. 0

    [FIND/SRC] ASI FAST CONNECT/ 0.3.7

    Re: [FIND/SRC] ASI FAST CONNECT/FAST LOADER 0.3.7 Fast Loader and Fast Connect are two totally different hacks, Fast Loader skips GTA/SA-MP's loading screen and goes right down to initialise the sa-mp/GTA. Search for it on google and you will find it.
  92. 0

    Help [AHK] UDF & SAMP Addresses

    All addresses found so far are listed in Notes and Snippets, check them out at your own will. Yes democrazy, I have listed all sa-mp patches I have found so far.
  93. 0

    CLEO Help Select Textdraw

    0BCA: samp send_click_textdraw 0@
  94. 0

    CLEO Help CLEO Collapse

    some CLEO is crashing you, remove it.
  95. 0

    Help [AHK] UDF & SAMP Addresses

    PTR is an ACRONYM for "Pointer" You add 0x22 to CPEDPtr's base address which specifically points to its skin. So 0x22 here is the pointer to the skin, and it's from sa-mp.
  96. 0

    CLEO Help help beginner

    sampfuncs 3.2 is for 0.3z, obviously you need the latest version. Read the damn sampfuncs thread. Don't hold the key, press once and it's a command, it can't spam the chat in any way. It only sends the command /rob ID, rest is done via the server not through the CLEO, so CLEO works just fine.
  97. 0

    CLEO Help help beginner

    say is a keyword used for opcode 0AF9, keywords make it easy and you don't have to remember the opcode itself, everytime you need to make use of it. You don't seem to have that keyword listed in the keyword database stored in the keywords.txt file. So replace say with 0AF9: instead.
  98. 0

    CLEO Help help beginner

    {$CLEO} thread "id" repeat wait 0 until SAMP.Available() while true wait 0         if             0AB0: 49         then             0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to 0@ closest_ped_to 1@             if                 056D: actor 1@ defined             then                 2@...
  99. 0

    CLEO Help help beginner

    Install SB Data from sampfuncs package to Sanny Builder3/data/sa/
Top