Search results

  1. dphome

    Convert this .lua to .cs

    SA:MP Version?
  2. dphome

    CLEO Help Map Icon Teleporter

    If not working then download 1. moonloader 2. samp.lua 3. sampfuncs
  3. dphome

    CLEO Help Map Icon Teleporter

    local sampev = require 'lib.samp.events' local youriconid = 52 -- Robbery function main() while not isSampAvailable() do wait(0) end while true do wait(0) if isKeyDown(88) -- X key then toggle = not toggle if toggle then...
  4. dphome

    CLEO Help Map Icon Teleporter

    ID 19 https://team.sa-mp.com/wiki/Map_icons.html
  5. dphome

    Help how to change GPCI number in 2022?

    {$CLEO .cs} thread 'Flapjack92' 0662: printstring "Flapjack92" :Flapjack92_1 1@ = 0x46 // Hex Code For ASCII Character 'F' 2@ = 0x4C // Hex Code For ASCII Character 'L' 3@ = 0x41 // Hex Code For ASCII Character 'A' 5@ = 0x50 // Hex Code For ASCII Character 'P' // This Code Uses A Randomization...
  6. dphome

    Help how to change GPCI number in 2022?

    https://team.sa-mp.com/wiki/Gpci.html https://sa-mp.me/ free servers with ftp
  7. dphome

    Help how to change GPCI number in 2022?

    1. Use CLEO script https://ugbase.eu/threads/gpci-unbanner-cleo.273/ or s0beit. void RakClient::SendFakeClientInfo(ClientInfo OriginInfo, char DriveID[64]) { BitStream bsSend; addMessageToChatWindow("===============[Активирован разбан железа]=============")...
  8. dphome

    CLEO Help Another car repair help

    Try this. Method 1: X + 1 Method 2: X + 2 {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "X1" THEN IF 0256: player $PLAYER_CHAR defined THEN IF 00DF: actor $PLAYER_ACTOR driving THEN 03C0: 0@ = actor $PLAYER_ACTOR car...
  9. dphome

    CLEO Help Auto SMS bot

    SA:MP Version?
  10. dphome

    SA: Quarry

    Reinstall GTA.
  11. dphome

    VPN

    Use GpciUnban.cs + ExpressVPN (find key, serial on internet/discord group). https://ugbase.eu/threads/gpci-unbanner-cleo.273/post-27520
  12. dphome

    CLEO Help Scan String

    For 0.3.7 R1 + SAMPFUNCS {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "ZC" THEN 0B12: 30@ = 30@ XOR 1 IF 0039: 30@ == 1 THEN 0AD1: show_formatted_text_highpriority "~w~Script ~g~ON" time 1337 ELSE 0AD1: show_formatted_text_highpriority...
  13. dphome

    CLEO Help Scan String

    SA:MP Version?
  14. dphome

    CLEO Help Add ON/OFF by a command

    {$CLEO .cs} {$USE bitwise} 0000: 0B34: samp register_client_command "autorepair" to_label @cmd_mycmd WHILE TRUE WAIT 0 IF 30@ == 1 THEN IF 0AB0: key_pressed 88 // X THEN IF Actor.Driving($PLAYER_ACTOR) THEN 20@ = Actor.CurrentCar($PLAYER_ACTOR)...
  15. dphome

    Samp Silent Aimbot 0.3 Dl r1 Source

    https://github.com/KevY007/Silent-Aimbot-DL
  16. dphome

    CLEO Help cmd screenshot when a message appear on chat

    When you fix GTA then script will work.
  17. dphome

    CLEO Help cmd screenshot when a message appear on chat

    start samp.exe as admin
  18. dphome

    CLEO Help cmd screenshot when a message appear on chat

    Working perfectly. Try on clean GTA SA. 30@ = 1 // autostart WHILE TRUE WAIT 0
  19. dphome

    CLEO Help cmd screenshot when a message appear on chat

    {$CLEO .cs} {$USE bitwise} 0000: WAIT 8500 0AB1: @memset 3 destination 7623723 value 144 size 8 WHILE TRUE WAIT 0 IF 0ADC: test_cheat "SCR" THEN 0B12: 30@ = 30@ XOR 1 IF 0039: 30@ == TRUE THEN 0AD1: show_formatted_text_highpriority "~w~Script ~g~ON" time 1337 ELSE...
  20. dphome

    CLEO Help How to get mouse coordinates on screen

    Type ZC to active. {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "ZC" THEN 0B12: 30@ = 30@ XOR 1 IF 0039: 30@ == TRUE THEN 0AD1: show_formatted_text_highpriority "~w~Script ~g~ON" time 1337 ELSE 0AD1: show_formatted_text_highpriority...
  21. dphome

    CLEO Help cmd screenshot when a message appear on chat

    Type SCR to active. {$CLEO .cs} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "SCR" THEN 0B12: 30@ = 30@ XOR 1 IF 0039: 30@ == TRUE THEN 0AD1: show_formatted_text_highpriority "~w~Script ~g~ON" time 1337 ELSE 0AD1: show_formatted_text_highpriority...
  22. dphome

    CLEO Help Rework code from 0.3.7 R1 to 0.3.7 R4

    Download and install latest Sanny Builder v3.8.0 or delete {$USE bitwise} etc. https://sannybuilder.com/downloads.html
  23. dphome

    CLEO Help Rework code from 0.3.7 R1 to 0.3.7 R4

    ... or only for 0.3.7 R4-v1 {$CLEO .cs} {$USE bitwise} {$USE ini} 0000: //wait 8500 //$rboropendialog = 0 WHILE TRUE WAIT 0 if 0ADC: test_cheat "rbor" then $rboropendialog = 1 end if $rboropendialog == 1 then 0AF0: $settingsonoff = get_int_from_ini_file "cleo\rainbow.ini" section...
  24. dphome

    CLEO Help Rework code from 0.3.7 R1 to 0.3.7 R4

    rainbow.cs (any samp version) {$CLEO .cs} {$USE bitwise} {$USE ini} 0000: //wait 8500 //$rboropendialog = 0 WHILE TRUE WAIT 0 if 0ADC: test_cheat "rbor" then $rboropendialog = 1 end if $rboropendialog == 1 then 0AF0: $settingsonoff = get_int_from_ini_file "cleo\rainbow.ini"...
  25. dphome

    CLEO Help Rework code from 0.3.7 R1 to 0.3.7 R4

    Type VER to check your version
  26. dphome

    [SNIPPET] Create SA:MP Dialog

    Parazitas ^__^ :ShowDialog // 0AB1: @ShowDialog 7 SampVersionID 0@ id 1000 caption 0@ text 1@ button_1 2@ button_2 3@ style 2 IF 0AA2: 10@ = "samp.dll" THEN IF NOT 0@ < 0 THEN IF 0@ == 1 // 0.3.7 R1 THEN 0A8E: 11@ = 10@ + 0x21A0B8 //...
  27. dphome

    Players's Movement Bug

    find and delete crashes.asi
  28. dphome

    Wallhack-asi

    yeah, right - my mistake. #define SAMP_pSettings 0x3C5 - for 0.3.7-R1
  29. dphome

    Wallhack-asi

    ALT + F3 #include <windows.h> #define SAMP_0_3_7 1 #define SAMP_0_3_DL 2 #define SAMP_VERSION SAMP_0_3_7 /* 0.3.7-R1 */ #if SAMP_VERSION == SAMP_0_3_7 #define SAMP_INFO_OFFSET 0x21A0F8 #define SAMP_pSettings 0x3CD #define SAMP_fNameTagsDistance 0x27 #define SAMP_byteNoNametagsBehindWalls 0x2F...
  30. dphome

    Wallhack-asi

    wait a moment
  31. dphome

    [CPP] Play Sound

    Play_Sound(1057, 0); https://sampwiki.blast.hk/wiki/Sound_IDs void Play_Sound(uint16_t id, const CVector* position) { ((int(__thiscall*) (uintptr_t* ptr, uint16_t soundId, const CVector* position)) (0x507340)) ((uintptr_t*)0xB6BC90, id, position); }
  32. dphome

    Get samp text chat

    {$CLEO .cs} 0000: NOP WAIT 8500 WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN IF 0ADC: test_cheat "SIEMA" THEN IF 30@ == FALSE THEN 30@ = TRUE 0AD1: "~g~ON" 1337 ELSE 30@ = FALSE 0AD1...
  33. dphome

    Help It is there any Window Mode BoardLess for GTA_Sa

    Any SA:MP Version https://github.com/ThirteenAG/WidescreenFixesPack/releases/tag/gtasa
  34. dphome

    Source CHEAT SA:MP

    https://ugbase.eu/threads/ryon-v2-cheat-source.13152/ Download Visual Studio 2017 from MSDN... [Trial] Visual Studio Professional 2017 (version 15.9) | x64 | Multiple language | EXE https://visualstudio.microsoft.com/pl/vs/older-downloads/ ... and DirectX9 SDK...
  35. dphome

    [0.3DL] My game crashes when resolving RPC_ShowDialog

    it is s0beit or RakSAMP?
  36. dphome

    CLEO Help Dialog problem input id

    SA:MP Version?
  37. dphome

    [C++ mod_sa] Bullet Tracers

    s0beit Blacklight v1.3 Source Code by =Gigant=
  38. dphome

    [C++ mod_sa] Bullet Tracers

    ini.h int esp_bullets; proxyIDirect3DDevice9.cpp void ESP_Bullets(void) { if (set.esp_bullets) { traceLastFunc("ESP_Bullets()"); if (!g_dwSAMP_Addr || !g_SAMP || !g_Players) return; if (gta_menu_active()) return; if...
  39. dphome

    CLEO Reloader - best&simple for dev

    IF 0ADC: test_cheat "RO" THEN 0A92: create_custom_thread "MyScriptName.cs" 0AD1: show_formatted_text_highpriority "Reloading..." time 9999 0A93: end_custom_thread END Example
  40. dphome

    CLEO Help Auto /fish for job

    SA:MP Version? IP?
  41. dphome

    CLEO Help Help With Opcode

    ALT + 1. {$CLEO .cs} {$USE bitwise} {$USE sampfuncs} 0000: WHILE TRUE WAIT 0 IF AND 0AB0: key_pressed 18 {ALT} 0AB0: key_pressed 49 {1} THEN 0B12: 30@ = 30@ XOR 1 IF 0039: 30@ == 1 THEN 0C45: samp create_3d_text id 1337 text "{FF0000}Oops" color -1 position 383.45...
  42. dphome

    [0.3DL] Need Function - Sobeit

    https://gitlab.com/RcKoid/mod-s0beit-overlight/-/blob/master/src/OverLight_Funcs.cpp#L308 if (OLCheats->bVisibleFilter) { // get the camera CCamera *pCamera = pGame->GetCamera(); // grab the active cam...
  43. dphome

    KMF - Damage Informer 2022-04-06

    KMF - Damage Informer Original mod - Kewl & Rasta Updated to 0.3.7 R1 - RENKO & Rasta Updated to 0.3.DL R1 - dphome Working w/o SAMPFUNCS Compatible with s0beit Open source
  44. dphome

    Untagged Release KMF - Damage Informer

    dphome submitted a new resource: Damage Informer - dphome, cleo, cs Read more about this resource...
  45. dphome

    [SNIPPET] Write in chat without SFUNCS (0AF8/0AF9)

    0.3.7 R4 - v2 :SEND_CMD { 0AC8: 1@ = allocate_memory_size 1024 0AD3: 1@ = format "/cmds" 0AB1: @SEND_CMD 2 SampVersionID 0@ Text 1@ } IF 0AA2: 2@ = "samp.dll" THEN IF NOT 0@ < 0 THEN IF 0@ == 1 // 0.3.7 R1 THEN 0A8E: 3@ = 2@ + 0x65C60...
  46. dphome

    Rotation speed (Z angle)

    :RotationSpeedAngleZ { Status 1 = true Status 0 = false 0AB1: @RotationSpeedAngleZ 1 Status 1 } 0A96: 1@ = ped $PLAYER_ACTOR struct 0A8E: 2@ = 1@ + 0x560 // CPed +0x560 = [float] Rotation speed (Z angle) IF 0@ == 1 THEN 0A8C: writeMem 2@ sz 4 val 30.0 vp 1 ELSE 0A8C: writeMem 2@ sz 4...
  47. dphome

    Send Lag Rate

    :SendLagRate { Status 1 = true Status 0 = false 0AB1: @SendLagRate 2 SampVersionID 0@ Status 1 } IF 0AA2: 10@ = "samp.dll" THEN IF 0@ == 1 // 0.3.7 R1 THEN IF 1@ == 1 THEN 0A8E: 11@ = 10@ + 0xEC0A8 // SAMP_ONFOOTSENDRATE 0A8D: 12@ =...
  48. dphome

    Send Lag Rate

    :SendLagRate { Status 1 = true Status 0 = false 0AB1: @SendLagRate 2 SampVersionID 0@ Status 1 } IF 0AA2: 10@ = "samp.dll" THEN IF 0@ == 1 // 0.3.7 R1 THEN IF 1@ == 1 THEN 0A8E: 11@ = 10@ + 0xEC0A8 0A8D: 12@ = readMem 11@ sz 4 vp 0...
  49. dphome

    CLEO Help Auto command after connected to server

    {$CLEO} 0000: REPEAT WAIT 1000 0A8D: 0@ = readMem 0xC8D4C0 sz 4 vp 0 UNTIL 0@ == 9 // SAMP_IS_READY 0AC8: 1@ = allocate_memory_size 1024 0AD3: 1@ = format "/TheWorldIsParazitas" /* 0AB1: @SEND_CMD 2 SampVersionID 3 Text 1@ 0AB1: @ProcessChatInput 2 SampVersionID 3 InputText 1@...
  50. dphome

    CLEO Help Auto /pm <id>

    @rinnman USE: /pmall <text> Working on 0.3.DL-R1 {$CLEO} 0000: WAIT 8500 0AC8: 0@ = allocate_memory_size 6 0AD3: 0@ = string_format "pmall" 0AC7: 31@ = var 31@ pointer 0AC7: 30@ = var 30@ pointer 0AB1: @registerClientCommand 3 _CommandName 0@ _TogglingVar 30@ _ParamsPtrToVar 31@ 31@ = 0 30@ =...
  51. dphome

    CLEO Help Auto turn off engine, accept repair/refill and turn it back.

    must be wait before "/engine", wait working only in while true
  52. dphome

    AHK- Detect Targeted Player ID

    #SingleInstance Force #NoEnv #Include SAMP-UDF-R18.ahk #IfWinActive GTA:SA:MP SendMode Input SetWorkingDir %A_ScriptDir% !1:: { if(getTargetPed() > 0) { playerId := GetIdByPed(getTargetPed()) playerName := GetPlayerNameById(playerId) SendInput tBows his head in...
  53. dphome

    AHK- Detect Targeted Player ID

    #SingleInstance Force #NoEnv #Include SAMP-UDF-R18.ahk #IfWinActive GTA:SA:MP SendMode Input SetWorkingDir %A_ScriptDir% Loop { Sleep 30 while(getTargetPed() > 0) { if(GetKeyState("RButton", "P")) { playerId := GetIdByPed(getTargetPed())...
  54. dphome

    SprintBind.cs

    {$CLEO} 0000: WHILE TRUE WAIT 0 IF 0AB0: is_key_pressed 107 {Numpad+} THEN 0B12: 31@ = 31@ XOR 1 IF 0039: 31@ == TRUE THEN 0AD1: show_formatted_text_highpriority "~w~Sprint Bind ~g~Enable" time 1337 ELSE 0AB1: @Set_Virtual_Key 2 KeyOffSet 0x107 state 0 {Up...
  55. dphome

    Types of Sign Check and Sources , etc...

    {$CLEO} {$USE bitwise} 0000: WHILE TRUE WAIT 0 IF AND 0AB0: key_pressed 18 {ALT} 0AB0: key_pressed 49 {1} THEN 0B12: 30@ = 30@ XOR 1 IF 0039: 30@ == TRUE THEN 0AD1: show_formatted_text_highpriority "~w~Auto Signcheck ~g~Activated" time 1337 ELSE 0AD1...
  56. dphome

    samp idb over 300 functions

    https://ugbase.eu/threads/c-samp-idb-over-300-functions.16695/
  57. dphome

    CLEO Help Auto /pm <id>

    @qBogdan {$CLEO .cs} 0000: NOP WAIT 8500 0B34: samp register_client_command "pmall" to_label @cmd WHILE TRUE WAIT 0 IF 30@ == 1 THEN FOR 2@ = 0 TO 999 IF 0B23: samp is_player_connected 2@ THEN 0AF9: samp say_msg "/pm %d %s" 2@ 0@...
  58. dphome

    CLEO Help I have a problem with this

    while true wait 0 end
  59. dphome

    CLEO Help Auto /pm <id>

    https://ugbase.eu/threads/help-pmall.2941/#post-43537 {$CLEO .cs} 0000: REPEAT WAIT 100 UNTIL SAMP.Available() 0B34: regcmd "pmall" @cmd WHILE TRUE WAIT 0 END :cmd 0B35: 0@ 0C17: 1@ = 0@ IF 1@ > 1 THEN 0AB1: @pmall 1 0@ END 0B43: cmdret :pmAll wait 0 FOR 1@ = 0 TO 999 IF 0B23...
  60. dphome

    Official Ongoing updates

    Light theme and glance_mod source 0x_ we are with you!!!
  61. dphome

    [0.3DL] Force a key press

    Fixed. #define KEY_SPACE 0x20 #define KEY_SHIFT 0x392 void SetVirtualKeyState(int key, int state) { *(uint32_t *)(0xB72CC8 + (key * 2)) = state; } SetVirtualKeyState(KEY_SHIFT, 255); Sleep(30); SetVirtualKeyState(KEY_SHIFT, 0);
  62. dphome

    [0.3DL] Force a key press

    #define KEY_SPACE 0x20 #define KEY_LSHIFT 0xA0 #define KEY_LSHIFT_TEST 0x392 SetVirtualKeyState(KEY_LSHIFT_TEST, 255); Sleep(30); SetVirtualKeyState(KEY_LSHIFT_TEST, 0); void SetVirtualKeyState(BYTE key, BYTE state) { *(uint8_t *)(0xB72CC8 + (key * 2)) = state; }
  63. dphome

    [0.3DL] Force a key press

    Activation: GO1 {$CLEO .cs} 0000: NOP WAIT 8500 WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN IF 0ADC: test_cheat "GO1" THEN 0AB1: @Set_Virtual_Key 2 KeyOffSet 0x392 state 255 {0x392 - shift, 0x20 - spacebar} WAIT 30 0AB1: @Set_Virtual_Key 2...
  64. dphome

    CLEO Help Cleo keeps working while chatting

    {$CLEO .cs} 0000: 'Parazitas' REPEAT WAIT 1000 0A8D: 0@ = readMem 0xA444A0 sz 4 vp 0 UNTIL 0@ == 1 0AB1: @memset 3 destination 7623723 value 144 size 8 WHILE TRUE WAIT 0 IF 0ADC: test_cheat "AFK" THEN IF 1@ == FALSE THEN 1@ = TRUE 0AD1: "ON" 1337 ELSE...
  65. dphome

    CLEO Help Add toggle

    {$CLEO .cs} 0000: NOP WAIT 8500 WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN 0AB1: @get_samp_version_id 0 _returned: ID 0@ IF 0AB0: key_pressed 46 {Delete} THEN IF 30@ == FALSE THEN 30@ = TRUE ELSE 30@ = FALSE...
  66. dphome

    CLEO Help ERROR DX39.dll

    https://www.techpowerup.com/download/directx-redistributable-runtime/ - install full package, no only one files.
  67. dphome

    CLEO Help Sanny Builder Issues

    {$CLEO .cs} 0000: NOP WAIT 8500 WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN IF 00DF: actor $PLAYER_ACTOR driving THEN IF AND 0AB0: key_pressed 16 {Shift} 0AB0: key_pressed 38 {Up arrow} THEN IF 00DD: actor...
  68. dphome

    CLEO Help Can someone help me?!?!?

    https://ugbase.eu/threads/getting-compiling-error.22332/post-130824
  69. dphome

    CLEO Help help auto download

    https://www.thinkbroadband.com/download - Extra Small File (5MB) <-- this is file used on this script Working on samp start: {$CLEO .cs} 0000: NOP 0AC8: 0@ = allocate_memory_size 1024 0AD3: 0@ = "cleo\5MB.zip" 0AC8: 1@ = allocate_memory_size 1024 0AD3: 1@ =...
  70. dphome

    CLEO Help Simple autoreply script

    Working perfectly on SAMP 0.3.7-R4 v2 (latest version from https://www.sa-mp.com/download.php) {$CLEO .cs} 0000: NOP WAIT 8500 WHILE TRUE WAIT 0 IF 0256: player $PLAYER_CHAR defined THEN IF 0ADC: test_cheat "SIEMA" THEN IF 30@ == FALSE THEN 30@ = TRUE...
  71. dphome

    HandleRPCPacketFunc can't respond RPC_ShowDialog at 0.3.DL

    case RPC_ShowDialog: { traceLastFunc("RPC_ShowDialog"); if (isCheatPanicEnabled() || !set.showdialog) break; /* {'onShowDialog', {dialogId = 'uint16'}, {style = 'uint8'}...
  72. dphome

    HandleRPCPacketFunc doesn't give what I want(0.3DL)

    case RPC_DisplayGameText: { traceLastFunc("RPC_DisplayGameText"); if (isCheatPanicEnabled() || !set._displaygametext) break; /* {'onDisplayGameText', {style = 'int32'}, {time = 'int32'}...
  73. dphome

    HandleRPCPacketFunc doesn't give what I want(0.3DL)

    case RPC_DisplayGameText: { traceLastFunc("RPC_DisplayGameText"); DWORD style, time, strLen; char msg[256] = { NULL }; BitStream bsData(rpcParams->input, rpcParams->numberOfBitsOfData / 8, false); bsData.Read(style); bsData.Read(time); bsData.Read(strLen)...
  74. dphome

    Compile errors

    Visual Studio version?
  75. dphome

    UGBase need new admins

    You're his bum and I wasn't surprised by the topic. Definitely NO.
  76. dphome

    CLEO Help I need silentaim asi for 0.3dl

    stop repeating this same shit and gtfo from ugbase with dangerous for user s0beit projects
  77. dphome

    CLEO Help I need silentaim asi for 0.3dl

    @up fuck this project /configaim /aimfl_remove /aimfl_add /aimfl_reload + source https://github.com/KevY007/Silent-Aimbot-DL OR SR_team SilentAim v7 modif. MemorY Activation: - menu: MMRY - aimbot: Z+X https://www.blast.hk/threads/86151/
  78. dphome

    CLEO Help bypass this anti wallhack

    @Kabeb Do not use this s0beit and read more. Member SobFoX should be excluded for hosting malware. https://ugbase.eu/threads/johny-project-multihack-for-0-3-7-and-0-3-dl-soon.20076/post-124738
  79. dphome

    CLEO Help Help

    Maybe this .cs file is crypted?
  80. dphome

    del

    del
  81. dphome

    CLEO Help samp ahk read chatlog

    SA:MP Version?
  82. dphome

    CLEO Help Can someone help me turn this AHK into Cleo mod?

    When is esc cleo not working... idk {$CLEO .cs} 0000: NOP wait 8500 32@ = 0 while true wait 0 if 0AB0: key_pressed 123 {F12} then if 30@ == false then 30@ = true 32@ = 0 0AD1: "~w~AutoESC ~g~Enable" 1337...
  83. dphome

    Untagged Release [0.3.7/0.3.DL/Source] mod_sa s0beit OverLight 5.0

    5.0, because now this project here is base for future updates 5.1, 5.2, 5.3... etc.
  84. dphome

    CLEO Release [NEW] GM Undetectable v1.0 [0.3x]

    Working any samp version without sampfuncs and open source: VGodMode_Flapjack.cs - in vehicle godmode - [ GodMode_Flapjack.cs - on foot godmode - Insert
  85. dphome

    Untagged Release [0.3.7/0.3.DL/Source] mod_sa s0beit OverLight 5.0

    This s0beit is edited and updated 4.3 version https://gitlab.com/RcKoid/mod-s0beit-overlight/-/tree/v4.0beta3 to 5.0 version and 0.3.DLcompatibility
  86. dphome

    Untagged Release [0.3.7/0.3.DL/Source] mod_sa s0beit Blue Eclipse 8.1

    edited by "johnny project control hack and destroy users while using edition". This s0beit is edited and updated 8.0 version https://ugbase.eu/threads/does-anyone-have-s0beit-0-3-7-source.20579/post-119853 to 8.1 version and 0.3.DLcompatibility
  87. dphome

    Untagged Release [0.3.7/0.3.DL/Source] mod_sa s0beit OverLight 5.0

    this is beta 4.3 upgraded to 5.0 with 0.3.DL version compatibility
  88. dphome

    Untagged Release [0.3.7/0.3.DL/Source] mod_sa s0beit DP Light PL 3.1

    yeah, free open source is for all xD if you need my help translate polish words to english add me on Discord
  89. dphome

    Untagged Release [0.3.7/0.3.DL/Source] mod_sa s0beit OverLight 5.0

    SA:MP 0.3.7 https://www.virustotal.com/gui/file/ba137cd8c8b289c3fb5943756b5fbe2945fcc80c631c354d0efb0e2352674fb9/detection SA:MP 0.3.DL https://www.virustotal.com/gui/file/aa35c3f22b9f63c58f604efc71cb20ef0120deaf497e4ade654dcd35f6947aee/detection Source...
  90. dphome

    Types of Sign Check and Sources , etc...

    No problem :D I added strlen {$CLEO .cs} 0000: NOP wait 8500 30@ = true {autostart} while true wait 0 if 0ADC: test_cheat "JOIN" then if 30@ == false then 30@ = true 0AD1: "~w~Event Join ~g~Enable" 1337 else 30@ = false 0AD1: "~w~Event Join...
  91. dphome

    Untagged Release [0.3.7/0.3.DL/Source] mod_sa s0beit DP Light PL 3.1

    Only for SA:MP 0.3.7-R1 or 0.3.DL-R1.
  92. dphome

    CJ Ugbase Skin

    Mmm... Sam seks.
Top