Search results

  1. R

    [0.3.7] Anti Alt-Tab by Mogaika

    This script lets you run SA-MP in windowed mode(alt+enter) / minimized (alt+tab) without pausing the game. Activation: /aafk NOTE: It's in Russian. Is there someone who can do the honors of translating this to English? :ppffh:
  2. R

    APP Release Fast Screen

    GTA:SA:MP stops working after the loading screen
  3. R

    CLEO Help Multihack Standalone feature + Texture draws

    lol when he tries to switch weapons
  4. R

    CLEO Release Pedstats.dat

    i don't get what this does and don't see any movement improvement
  5. R

    CLEO Help FXT Display Problem

    CLEO Version: 4.1 for some reason no text would appear on this mod. it's supposed to appear like this: but on my end, it's like this: i've read that CLEO 4.1 doesn't need gxthook.cleo for FXT files inside the CLEO_TEXT folder to work correctly. i tried downloading the gxthook.cleo file, but...
  6. R

    AHK SAMP UdfEx (0.3.7)

    Re: [AHK] samp UdfEx (0.3.7) correct.  :urtheman:
  7. R

    AHK SAMP UdfEx (0.3.7)

    Re: [AHK] samp UdfEx (0.3.7) please convert/add this: {$CLEO .cs} thread 'MESSAGES' REPEAT     wait 0 UNTIL 0AFA:  SAMP_IS_READY while true     wait 0     0AC8:  1@ = allocate_memory_size 145     0AB1:  call @getChatEntryText 1 id 99 to 1@         if         0C18:  2@ = strstr string1...
  8. R

    Untagged Release [PRIVATE] Vehicle Path Recording RELEASE

    :me_gusta: well done, master Opcode.eXe sir. though on other players' end, there is no engine sound and brake lights don't turn on when slowing down on curves/turns, which would make em think that it is recorded. is there a way to resolve this? :sadpepe:
  9. R

    [Suggestion] San Andreas Multiplayer AHK Section

    An AHK child board (if that's the right term) under San Andreas Multiplayer might be useful.. :imoverit: :me_gusta:
  10. R

    Help [AHK] UDF & SAMP Addresses

    oops.. i got that from luxdav's ahk samp trainer i'm going to use ClearAnimation=0x14C70 then now my code looks like: global FUNC_SAMP_CLEARPLAYERANIMATION    := 0x14C70 global hGTA                                    := 0x0 clearPlayerAnimation() {     if(!checkHandles())         return...
  11. R

    Help [AHK] UDF & SAMP Addresses

    given these memory functions: readDWORD(hProcess, dwAddress) readMem(hProcess, dwAddress, dwLen=4, type="UInt") writeRaw(hProcess, dwAddress, pBuffer, dwLen) callWithParams(hProcess, dwFunc, aParams, bCleanupStack = true) i want to make a function for this address: global...
  12. R

    Help [AHK] UDF & SAMP Addresses

    can i have a link to pointers such as this one? :trollface:
  13. R

    Help [AHK] UDF & SAMP Addresses

    i've got several questions on how to add a function for specific addresses. variable prefixes: correct me if i'm wrong. i'm assuming dw stands for DWORD a stands for ?array? what are h, p, i, o, n, b, w sample function: getSkinId() what does PTR mean on some addresses such as this one...
  14. R

    AHK SAMP UdfEx (0.3.7)

    Re: [AHK] samp UdfEx (0.3.7) thanks democrazy and luxdav :stoned:
  15. R

    AHK SAMP UdfEx (0.3.7)

    Re: [AHK] samp UdfEx (0.3.7) :celeral_spitting: it works! the problem though is it can only read the skins properly from 0 to 127. once i choose a skin from 129 onwards, the value returned will be -128, -127, -126... :sadpepe:
  16. R

    AHK SAMP UdfEx (0.3.7)

    Re: [AHK] samp UdfEx (0.3.7) is there an offset to get the player's skin, similar to 0665:  get_actor $PLAYER_ACTOR model_to $SKINID if so, can you make this function getPlayerSkinId() i desperately need this to make my ahk script much more powerful
  17. R

    ★Samp funny★ ㋡ weird run bug

    nice exploit.  :trollface: don't abuse it too much before it gets patched.  :sadpepe:
  18. R

    Windows help(not sure of its the right thread, dont b mad doe)

    :sadpepe: you shouldn't have walked your dog...  :trollface: :omg_run:
  19. R

    Untagged Release samp.saa - Custom SAA2 tool

    i can't mod some low-riders in loco low co when i have this in my gta sa folder. :yuno: i tried replacing the carmods.dat with the original one, but it didn't help. :imoverit:
  20. R

    Untagged Release samp.saa - Custom SAA2 tool

    can i make samp use the single player radio stations with this if i paste the audio folder inside the custom saa2 folder?
  21. R

    CLEO Help samp server messages via chat

    i got it working.  :celeral_spitting: the problem though is the sound gets triggered when the server message becomes the 2nd to the last message. [01:20:39] Your fuel is low. [01:20:44] <playa> asdf here's the code: {$CLEO .cs} thread 'MESSAGES' REPEAT     wait 0 UNTIL 0AFA:  SAMP_IS_READY...
  22. R

    CLEO Help samp server messages via chat

    {$CLEO .cs} thread 'MESSAGES' :Load wait 200 if     SAMP.Available else_jump @Load 0B34: samp register_client_command "start" to_label @START 0B34: samp register_client_command "stop" to_label @STOP 0AC8: 1@ = allocate_memory_size 260 0AC8: 2@ = allocate_memory_size 260 0AC8: 3@ =...
  23. R

    CLEO Help samp server messages via chat

    thanks. imma take a look
  24. R

    CLEO Help samp server messages via chat

    can you give me an example? can you send me a link to its documentation? i don't know how to use that or this: 0B75: samp get_chat_string 1@ text_to 2@ prefix_to 3@ color_to 4@ prefix_color_to 5@
  25. R

    CLEO Help samp server messages via chat

    is there a way to get a server message whenever it prompts and store it to a variable in cleo? for example: [16:01:55] <Moron> i'm dumb. [16:01:59] Your fuel is low. [16:02:04] <AssWipe> admeen?
  26. R

    CLEO Help array and for loop

    thank you sir
  27. R

    CLEO Help array and for loop

    i'm trying to compare the player's skin with an array of cop skins, but some error is showing up. here's the screenshot: here's the code:
  28. R

    CLEO Help CLEO Key Binder - with Loop

    it worked! ha! thank you! :oh_stop_it_u: :urtheman: :ppffh: :yesyes:
  29. R

    CLEO Help CLEO Key Binder - with Loop

    the toggle is somewhat messed up because once 0@ == 1 wait 5000 will continuously execute thereby making the deactivation toggle take 5 seconds to hold. i then have to perfectly time holding the keys, otherwise it will be reactivated. is there any way i can prevent this?
  30. R

    CLEO Release [0.3.7] Anti Alt-Tab by Mogaika

    samppunks
  31. R

    CLEO Release [0.3.7] Anti Alt-Tab by Mogaika

    This script lets you run SA-MP in windowed mode(alt+enter) / minimized (alt+tab) without pausing the game. Activation: /aafk NOTE: It's in Russian. Is there someone who can do the honors of translating this to English? :ppffh:
  32. R

    CLEO Release [REL] FakeKick 0.3.7 (cmd)

    i mean, would it appear as "quit"? "kick"? "time"?
  33. R

    CLEO Release [REL] FakeKick 0.3.7 (cmd)

    what would appear on the join/quit list?
  34. R

    Untagged Release [ASI]Player Informer 2.0

    is it possible to check how much money a player has? :oh_stop_it_u:
  35. R

    CLEO Help CLEO Key Binder - with Loop

    Hey y'all. I'm so new to CLEO scripting and I've been trying to code a key binder but I can't figure out how to make a toggled loop. Basically what it should do is if I hit Shift+I, it will do: 0AF9: samp say_msg "/hits" every 5000ms, and if I hit Shift+I again, it will deactivate the loop...
  36. R

    Help cleo crash problem - URGENT

    SA-MP 0.3z Exception At Address: 0x73E02183 Base: 0x03A10000 Registers: EAX: 0x00000001 EBX: 0x74C84327 ECX: 0x40050000 EDX: 0x00000000 ESI: 0x73847597 EDI: 0x000000E8 EBP: 0x053BFF88 ESP: 0x053BFBBC EFLAGS: 0x00010202 Stack: +0000: 0x999D6DFC  0x00000000  0x00000000  0x00000000 +0010...
  37. R

    CLEO Help cleo scripts

    thank you, TH3RM4L. :oh_stop_it_u: what if i want it to be activated by default without removing the activation? there are some scripts that i need to deactivate in some 'situations'. :computer_guy:
  38. R

    CLEO Help cleo scripts

    this community has become silent lately. :okey:
  39. R

    CLEO Help cleo scripts

    i wanna know how to make cleo scripts start automatically. i find it redundant pressing the hot keys to activate one script over and over again each time i crash or relog. :sweet_jesus:
  40. R

    Help SA-MP MUST READ !!!

    let me know if she really is a girl. :iknowwhatyoudid:
  41. R

    CLEO Release SmartObjectFinder bY M1ZG4RD

    does the object have to be streamed? :celeral_guy:
  42. R

    CLEO Release Teleport Mod [SIMPLE] Release Ver 1.0

    Re: Teleported Mod [SIMPLE] Release Ver 1.0 not sure if you really are boring or you meant you're bored...  :not_bad:
  43. R

    Facebook hack! MUST READ

    Try this. Haven't tried it yet but most people say it works. :youdontsay:
  44. R

    Untagged Release samp.saa - Custom SAA2 tool

    this no longer works for me. what do i do?  :sweet_jesus:
  45. R

    Death animation.

    server IP pl0x  :youdontsay:
  46. R

    Some of my hacking.....

    what does the "HouseChecker" below your screen do?
  47. R

    Wich server do you play on ?

    i wanna know this server's IP. https://www.youtube.com/watch?v=XMSAF4mEf5E
  48. R

    Untagged Release samp.saa - Custom SAA2 tool

    it's weird how this sometimes work and sometimes doesn't. am i missing something? :computer_guy:
  49. R

    Facebook Autoliker

    :forever_opcode_alone:
  50. R

    Infinite Bullet

    :looky: :okey: :bawww:
  51. R

    smaller font

    thanks for your replies. i'm on the 2nd to the last max resolution. if there's a way to retain the small fonts without having to delete gta_sa.set, that'd be awesum.  :oh_stop_it_u:
  52. R

    smaller font

    is there a doctor in the house? :forever_hurra:
  53. R

    Infinite Bullet

    is there a doctor in the house? :forever_hurra:
  54. R

    Infinite Bullet

    As I've heard, NOPs bypass SA:MP servers' anti-cheat. Correct me if I'm wrong. Enlighten me. :me_gusta: Is there cleo/whatever where I can input a custom amount of bullets for a certain weapon and a NOP to make it undetectable? I've already tried each of the infinite bullets here and I ended up...
  55. R

    smaller font

    Name of the mod: smaller font for chat and kill/death list Where did you see it: n/a What does it do: it would keep the chat and kill/death list font small What do you want: below is the comparison. whenever gta_sa.set gets deleted and when i reconfigure my resolution, the chat becomes small. as...
  56. R

    Untagged Release samp.saa - Custom SAA2 tool

    :hellno: :no: i first saw this mod HERE. unless you really were the one who made this,
  57. R

    CLEO Help Timecyc problem

    :looky: Nice, nice, nice timecyc! Can you upload it? Please?  :yesyes:
  58. R

    CLEO Release WallHack (PLUS) 03z/R2

    Re: WallHack (PLUS) HOW REDUNDANT :angry:
  59. R

    Dizz Nicca's Mod pack V2

    i tried overwriting the bmochill skin and the "lady in bikini" skin came up.  :youdontsay:
  60. R

    [Help]-Survey.

    Here's one piece of advice: GIVE UP :watchout: surveys are bullshit.
  61. R

    CLEO Release Poor Aim - (detected) but still works on some servers

    Re: Pı̸̸̸̸̸̸̸̸̸̸̸̸̸̸̸̸̨oor-Aiı̸̸̸̸̸mı̸̸̸̸̸̸̸̸̸̸̸̸̸̸̸&#8 server IP please.  :youdontsay:
  62. R

    How i can activaded the Player Crasher ?

    Panic Button
  63. R

    CLEO Help all file SF 3.0

    lazy fuck
  64. R

    [Must see XD]-Real Life Hack.

    not bad, :not_bad:
  65. R

    CLEO Release Poor Aim - (detected) but still works on some servers

    Re: Poor-Aim.cs - alternative of an Aimbot thank you! this cleared things up.  :oh_stop_it_u: one thing though. i killed a guy with a deagle from a distance, and when he died, his body lied down lifeless in front of me. i can't tell if he died on his last position or if he died in front of me...
  66. R

    CLEO Release Poor Aim - (detected) but still works on some servers

    Re: Poor-Aim.cs - alternative of an Aimbot i asked this because i don't know if the player you're shooting is really being teleported. i tried dragging some players around the map. some return to their original position, others don't. would you mind explaining further what "NORMAL" is? ...
  67. R

    CLEO Release Poor Aim - (detected) but still works on some servers

    Re: Poor-Aim.cs - alternative of an Aimbot are you daft? i said VIDEO OF THE PLAYER BEING SHOT not video of the player using this mod. k?
  68. R

    CLEO Release FastKill.cs [0.3.7]

    Re: [CLEO]FastKill.cs nothing happens when i aim and press q
  69. R

    CLEO Release Poor Aim - (detected) but still works on some servers

    Re: Poor-Aim.cs - alternative of an Aimbot can someone upload a video of the player being shot? how does it look like? :yuno:
  70. R

    Dizz Nicca's Mod pack V2

    something's wrong with the skins :imoverit:
  71. R

    help gta sa new

    i wonder why my streammemfix has errors. ERange Error or something
  72. R

    CLEO Release autocmdsender.cs(Upgraded to 10 Slots)

    i still find this more convenient. :celeral_guy: if only you/springfield could make its slots unlimited as well.. :computer_guy: i'll be damned.  :celeral_spitting:
  73. R

    FS + MAP Prison

    kewl :looky:
  74. R

    CLEO Help NOP PATCHES

    :me_gusta: where can i find these? i just came across NOP patches (for the first time) while idly browsing the forums. what other things do they do? enlighten me. please. [hr] p.s. i also read that s0beit has them. DON'T gibe s0beit pl0x  :youdontsay: [hr] is there a way i can get...
  75. R

    CLEO Release autocmdsender.cs(Upgraded to 10 Slots)

    Re: autocmdsender.cs hooorah! thanks y'all! :forever_hurra:
  76. R

    CLEO Release autocmdsender.cs(Upgraded to 10 Slots)

    Re: autocmdsender.cs jiyeah. hopefully lord xzytro will add more commands to his release as it has only 4. :me_gusta:
  77. R

    Help CRASH

    SA-MP 0.3z Exception At Address: 0x0040FB80 Base: 0x041F0000 Registers: EAX: 0x0E2225B0 EBX: 0x0E103DF0 ECX: 0x00000000 EDX: 0x00000000 ESI: 0x0434D178 EDI: 0x0E103DF0 EBP: 0x00000118 ESP: 0x0028FC90 EFLAGS: 0x00010202 Stack: +0000: 0x004C6DC5  0x00000030  0x0E103DF0  0x0E103DF0 +0010...
  78. R

    CLEO Release AutoCmdSenderv2.0 - UNLIMITED KEYBINDS!

    somebody's gettin laid tonight :stoned:
  79. R

    CLEO Release [/spec] mgSpectator (little upgrade)

    Re: [/spec] mgSpectator (with hud) armor and if possible, how much money the player currently has so i'll know who to rob.  :forever_hurra:
  80. R

    CLEO Release [/spec] mgSpectator (little upgrade)

    Re: [/spec] mgSpectator (with hud) proof please. :excited_troll:
  81. R

    CLEO Release CarBugger.cs 0.3z

    i won't. is it hard to just say it? i play in a server that has a hardcore anti-cheat shit :yuno:
  82. R

    CLEO Release CarBugger.cs 0.3z

    how does this work? do you also get teleported to the other player's car, set it on fire, then return to the one you were originally driving? :computer_guy:
  83. R

    CLEO Release autocmdsender.cs(Upgraded to 10 Slots)

    Re: autocmdsender.cs could you add more instead of only 4? :yesyes:
  84. R

    Does anyone has this file ?

    does this bypass the login to any server? :forever_hurra:
  85. R

    CLEO Release noSpread.cs - shoot without bullets spreading 0.3z

    :watchout: i am a forgetful person and it isn't you whom i'm asking to do my request. :youdontsay: and the word "SPREAD" consists of 6 letters.  :sweet_jesus:
  86. R

    CLEO Release noSpread.cs - shoot without bullets spreading 0.3z

    can someone convert this to be automatically activated whenever i start sa-mp? :yuno: :me_gusta: :yuno: :me_gusta: :yuno: :me_gusta: :yuno: :me_gusta: :yuno: :me_gusta: :yuno: :me_gusta: :yuno: :me_gusta: :yuno: :me_gusta: :yuno:
  87. R

    CLEO Help Warning(s007): Exception 0xC0000005 at 0x52CF11/0x52CF12

    alright, thanks. now i'm gonna have to remove my cleo scripts 1x1. :okey:
  88. R

    CLEO Release Player bugger bug players on foot

    doesn't work :imoverit:
  89. R

    CLEO Help Warning(s007): Exception 0xC0000005 at 0x52CF11/0x52CF12

    :computer_guy: this kept flooding my screen when i entered a server. this never happened before.
  90. R

    CLEO Release Car-HP Indicator.cs

    can you extend the distance please? :me_gusta:
  91. R

    CLEO Release Anti Alt-tab by MogAika

    :celeral_spitting: what did i do wrong :bawww:
  92. R

    CLEO Release Anti Alt-tab by MogAika

    is it me or windowed mode in 0.3z has been disabled? :computer_guy:
  93. R

    Untagged Release 0.3z NameTag Hack

    can somebody change the hotkey to: Enable = hold F3 Disable = release F3 :oh_stop_it_u:
  94. R

    CLEO Release autokeysenderv1.0.cs (a.k.a FACKIN' PRO KEYBINDER!)

    i might just do that. thanks! :urtheman:
  95. R

    CLEO Release autocmdsender.cs(Upgraded to 10 Slots)

    Re: autocmdsender.cs oh yeah, i forgot. i installed cleo 4.3 with the intention of updating  my sanny builder. :oh_stop_it_u: thanks :ppffh:
  96. R

    CLEO Release autocmdsender.cs(Upgraded to 10 Slots)

    Re: autocmdsender.cs SA-MP 0.3z Exception At Address: 0x00000000 Base: 0x04270000 Registers: EAX: 0x00000124 EBX: 0x00000001 ECX: 0x01FB0EC8 EDX: 0x000064C0 ESI: 0x00000064 EDI: 0x01FB0810 EBP: 0x00000000 ESP: 0x0028FD0C EFLAGS: 0x00010216 Stack: +0000: 0x5A7D2052  0x01FB0EC8  0x01FB0EC8 ...
  97. R

    CLEO Release autokeysenderv1.0.cs (a.k.a FACKIN' PRO KEYBINDER!)

    i crash when i comment out/remove the release line :okey:
  98. R

    CLEO Release autokeysenderv1.0.cs (a.k.a FACKIN' PRO KEYBINDER!)

    could you put a "hold" key option? :me_gusta:
  99. R

    CLEO Release Explosion mod

    effi'n awesome but it's detectable :bawww:
  100. R

    CLEO Release [0.3Z] SampFuncs 3.0 by FYP

    :stoned:
Top