Kiddion's Modest External Menu External v0.8.11.1

Начинающий
Статус
Оффлайн
Регистрация
14 Авг 2019
Сообщения
26
Реакции[?]
3
Поинты[?]
0
Kiddion's Modest External Menu.
Скорее всего вы с ним знакомы. Я пишу данную тему т.к все прошлые не актуальны и на них забили.
Отныне и навсегда тема будет с заголовком "Use at own risk" т.к чит не внедряется в саму игру, он лишь воспроизводит скрипты запрограммированные самими разработчиками. Данная тема будет всегда обновляться и буду по возможности отвечать на ваши вопросы.​

1.
Пожалуйста, авторизуйтесь для просмотра ссылки.

2. Запустите GTA5 и дождитесь полной загрузки игры
3. Запустить мод
4. Прочтите заявление об отказе от ответственности и нажмите ОК.
5. Управление меню:
<F5>, чтобы показать / скрыть меню,
<Numpad 0>, чтобы вернуться,
<Numpad 8> и <Numpad 2> для перемещения вверх / вниз по опциям меню.
<Numpad 4> и <Numpad 6> для уменьшения / увеличения текущего значения.
<Numpad 5>, чтобы активировать параметр, переключить его значение или применить любые измененные настройки.

Варианты конфигурации:
Привязки клавиш можно изменить в прилагаемом файле config.json. Список кодов клавиш можно найти, например, на:
Пожалуйста, авторизуйтесь для просмотра ссылки.

Помимо клавиш навигации по меню, вы также можете добавить горячие клавиши. На данный момент список поддерживаемых «действий» ограничен, но вы можете добавить горячие клавиши в файл конфигурации в разделе «Горячие клавиши».
Current supported actions include:
  • CallAirstrike,
  • CallHeliBackup,
  • ChooseCharacter,
  • ClearWantedLevel,
  • DeliverAmmo,
  • DeliverAvenger,
  • DeliverBullshark,
  • DeliverMinigun,
  • DeliverMOC,
  • DeliverPersonalVehicle,
  • DeliverTerrorbyte,
  • DetachObjects,
  • DisconnectSession,
  • EmptySession,
  • EndCutscene,
  • EnterPV,
  • GetPersonalVehicle,
  • HealAll,
  • HealAllVehicles,
  • HealPlayer,
  • HealVehicle,
  • InstantBullshark,
  • InstantDrone,
  • InstantRCBandito,
  • InstantMinigun,
  • InstantMinitank,
  • KillAllCars,
  • KillAllEnemies,
  • KillAllMissionPeds,
  • KillAllMissionVehicles,
  • KillAllNPCs,
  • KillCurrentVehicle,
  • LeaveOnline,
  • MaxAllAmmo,
  • MaxCurrentAmmo,
  • RefillBoost,
  • RemoveInsuranceClaims,
  • RepairOnlineVehicle,
  • RetrievePersonalVehicle,
  • StartCreatorMode,
  • SuicidePlayer,
  • TeleportToLastVehicle,
  • TeleportToObjective,
  • TeleportToWaypoint,
  • ToggleBribeAuthorities,
  • ToggleBulletproofTires,
  • ToggleCopsTurnBlindEye,
  • ToggleExplosiveAmmo,
  • ToggleExplosiveFists,
  • ToggleFireAmmo,
  • ToggleFreezeAmmo,
  • ToggleGhostOrganisation,
  • ToggleGodmode,
  • ToggleInfiniteAmmo,
  • ToggleInfiniteBoost,
  • ToggleInfiniteClip,
  • ToggleNightVision,
  • ToggleOffradar,
  • TogglePassive,
  • ToggleSuperjump,
  • ToggleThermalVision,
  • ToggleVehicleGodmode,
  • ToggleVehicleModelFlagHasParachute,
  • ToggleVehicleModelFlagHasRocketBoost,
  • ToggleVehicleModelFlagJumpingCar,
  • ToggleWantedLevel,
  • ToggleVehicleNeon,
  • TriggerBoatPickup,
  • TriggerBunkerProduction,
  • TriggerBunkerResearch,
  • TriggerHeliPickup,
  • TriggerHeliVIPPickup,
  • TriggerMCProduction,
  • TriggerNightclubProduction,
  • QuitMenu
Типичный файл конфигурации может выглядеть так:
config.json:
JSON:
    {
        "Menu" : {
            "XPosition" : 240,
            "YPosition" : 40,
            "Opacity" : 192,
            "KeyBindings" : {
                "MenuToggle" : 116,
                "SelectKey" : 101,
                "UpKey" : 104,
                "DownKey" : 98,
                "LeftKey" : 100,
                "RightKey" : 102,
                "BackKey" : 8
            }
        },
        "Hotkeys" : [{
                "VirtualKey" : 117,
                "Action" : "TeleportToWaypoint"
            }, {
                "VirtualKey" : 118,
                "Action" : "HealAll"
            }, {
                "VirtualKey" : 119,
                "Action" : "ClearWantedLevel"
            }, {
                "VirtualKey" : 121,
                "Action" : "TeleportToObjective"
            }, {
                "VirtualKey" : 69,
                "Action" : "RefillBoost"
            }
        ]
    }
Это связывает <F6> с «TeleportToWaypoint», <F7> с «HealAll», <F8> с «ClearWantedLevel», <F10> с «TeleportToObjective» и <e> с «RefillBoost».

Отказ от ответственности:
Это ТОЛЬКО ДЛЯ ОБРАЗОВАТЕЛЬНЫХ И ОЦЕНОЧНЫХ ЦЕЛЕЙ.
Мы не несем ответственности за ненадлежащее использование.

Использовать на свой страх и риск!


1598977373359.png
Если же вы хотите накрутить себе денег, то вот вам видео. В нем вам все покажут и расскажут.

Changelog:

modest-menu v0.8.11.1 - March 22, 2021
- Bugfix for Online Services issues and Teleport to Objective
- [Player] Add Assisted Aim toggle and add "ToggleAssistedAim" to supported key bindings.

- Updated for GTA5 1.0.2245.x
- [Weapon] Add Time between Bullet control (oof, had it for a long time, but forgot to enable it in the release build)
- [Weapon] Add Bullet Impact
- [Protections] Add Send to Cayo Perico protection
- [Protections] Add better increment stats protection (also now renamed to "Report Protection")
- [UI] Improve UI drawing
- [Teleport] Add more descriptions for teleport locations
- [Vehicle] Add waterproof car support
- [Spawn] Add license plate text save/restore

- Update for GTA5 1.0.2189.x
- Add some new blips
- Add Deliver Dinghy
- Add Deliver Kosatka
- Add Remove CEO Crates Cooldown
- Add Radio Antenna teleport locations
- Add new vehicles

- [UI] Fix Unicode conversion not working for Windows 7/8/W10 Enterprise
- [UI] Improve UI code
- [Hotkeys] Fix almost all Toggle* hotkeys
- [Vehicle] Add Initial Drive Force, Initial Drive Gear and Traction Curve Max to Vehicle Handling sub menu
- [Vehicle] Fix vehicle max speed
- [Vehicle] Improve Godmode for vehicles
- [Weapon] Add Weapons Loadout toggles to optionally disable weapons
- [Weapon] Add Long Range toggle for weapons instead of manual range/lock on range (which sticks between weapons)
- [World] Add "Kill all Mission Vehicles" to menu (forgot to add this after adding this to hotkeys)
- [World] Fix Killall Enemies
- [Services] Fix Instant RC Bandito and Instant Minitank getting mixed up
- [Services] Remove Melee Weapons from Online Weapon Drop, since they don't work
- [Services] Sort PV's in alphabetical order
- [Online Spawn] Add Street Wheels to Vehicle Spawn menu
- [Online Spawn] Fix crash when trying to save a vehicle with Open Wheels or Street Wheels
- [Online Spawn] Use same sub menu layout from Get PV for Clone PV
- [Protections] Make sure disabled protections are disabled when reloading the config

- Update for GTAV 1.0.2060.0/1.0.2060.1 (Summer DLC)
- Update UI code
- Update config parsing to make it more forgiving on syntax errors, and display more feedback on invalid files.
- [Player] Add No Gravity
- [Vehicle] Add model feature toggles (Jump, Boost, Parachute)
- [Vehicle] Use per vehicle acceleration instead of model acceleration
- [Vehicle] Add Untargetable
- [Vehicle] Use per vehicle Speed Limit
- [Vehicle] Improve Boost handling and add KERS and F1 Boost
- [World] Add End Cutscene
- [Teleports] Add Peyote locations and some of the Movie Props
- [Tunables] Add Change Appearance for Free
- [Tunables] Add Remove Oppressor Cooldown, Remove EWO Cooldown and Passive Mode Cooldown
- [Tunables] Add Remove Vehicle Delivery Delay (when buying new vehicles)
- [Unlocks] Add Summer DLC unlocks
- [Unlocks] Add Peyote unlock
- [Services] Make Get PV a submenu
- [Services] Add Enter PV option (credits to shirabrixx)
- [Services] Add Instant Drone
- [Services] Add Empty Session option
- [Services] Add Disconnect Session option (for heist replays)
- [Protections] Add Send to Job and Weather protection.

- Fix MKII Ammo getting broken
- Workaround for Casino teleport
- Ignore invalid waypoints
- Add ToggleNightVision and ToggleThermalVision hotkeys
- Add some new kick protections
- Fix not all Personal blips being shown
- Add Safe/Clone Nearest Vehicle in Spawn Online
- Spelling fixes
- Add Increase Daily Limit for casino slots.
- Rename Spawn Personal to Spawn Faked Personal, to make it more obvious these vehicles aren't actually added permanently

- Update everything for GTA 5 1.50
- Add Arcade blip
- Add instant minitank
- Add Trigger for (managed) Nightclub Production
- Add instant fill for Nightclub Cargo and Sporting Goods.
- Remove Daily Objectives Bonus (wasn't working anymore)
- Add new teleports: Gang Attacks, Interiors, Navy Revolver Treasure Hunt, Mobile Jammers. (thanks @
Пожалуйста, авторизуйтесь для просмотра ссылки.
and @
Пожалуйста, авторизуйтесь для просмотра ссылки.
)
- Add XMAS 2019 festive unlocks
- Add some Casino Heist DLC unlock shirts
- Add Casino Heist DLC vehicles

- [Player] Repeat setting godmode more often
- [Unlocks] Add back unlocks from 0.8.3 version and add some new
- [Services] Add Disable Teleport to Appartment and Disable Vehicle Kick
- [Services] Add Set Casino Wheel Reward (please only use once a day for your own sake) and Rig Slot Machines (always jackpot)
- [Services] Add option to enable Securoserv/MC even in Solo and Invite Only sessions.
- [Spawn] Add Set Livery when spawning online vehicles - nvm something went wrong with this option
- [Spawn] Fix vehicle spawning after patch by R*
- [Teleport] Add new teleport locations, including casino playing card and figures teleport locations (thanks to SliceZombie)
- Show disclaimer on startup to fight those who tried to sell my mod as their own.
- Add DisableTeleportToAppartment and DisableVehicleKick to keybindings
- Move custom vehicles and locations to separate config files

- Update for GTA5 v1.48
- [Player] Add support for Night and Thermal Vision
- [Player] Add support for blackout mode (electrical lights off)
- [Unlocks] Temporarily remove the unlocks that haven't been updated yet (will return)
- [Services] Fix Bunker Delivery calculation for near deliveries.
- [Protection] Remove Disable Send Metrics, causing crashes as soon as selecting a weapon. Will sort out later.
- [Config] Add many new key bindings
- Improve frame flags handling (superjump, explosive/fire ammo, explosive fists) thanks to hint from @uNiverselEgacy

- [Game] Add new Game sub menu to go Single Player/Creator/Character Selection/Online (and select which type of session).
- [Vehicle] Add support to get/set headlight type
- [Vehicle] Improve getting the current vehicle from the player
- [Vehicle] Add support for setting Neon colors and Tyre Smoke colors on current vehicle
- [Vehicle] Add a Set Front/Back/All Wheel Steering selector
- [Services] Add Remove Bunker Supply Delay and Remove MC Supply Delay
- [Services] Add Set Instant Bunker Delivery (inspired by @
Пожалуйста, авторизуйтесь для просмотра ссылки.
original discovery)
- [Services] Add Bunker Research trigger
- [Services] Add Bunker Production trigger
- [Services] Add MC Production trigger
- [Services] Add Instant RC Bandito (only works when in possession)
- [Services] Separate Off-Radar and Ghost Organization
- [Spawn] Add support to get/set headlight type
- [Spawn] Add support for setting Neon colors and Tyre Smoke colors when spawning a vehicle
- [Protections] Save/restore Disable Metrics and Disable Force Kick to SP.
- [Protections] Extend Disable Force Kick to SP with support for newer kicks
- [Protections] Remove Vote Kick protection since it doesn't quite work
- [Teleport] Use not only team color but personal color as well for retrieving personal blips
- [Teleport] Attempt to improve teleport and fix possible crashes when tp in car
- [Teleport] Attempt to fix invalid Objective retrieval
- Add keybinding support for GetPersonalVehicle, KillAllCars, ToggleUndeadOffradar and ToggleVehicleGodmode
- Attempt to improve input key handling
- Try to improve stability when iterating over peds or vehicle.
- Add support for disabled menu items using a grayed out color

- [Player] Add Waterproof toggle to allow to walk on the bottom of the sea
- [Weapon] Add infinite Clip option (same effect as No Reload)
- [World] Add option to revive dead vehicles (thanks to @
Пожалуйста, авторизуйтесь для просмотра ссылки.
)
- [Tunables] Set AP Multiplier (however payout is clipped by the game)
- [Tunables] Add Minimal Mission Payout modifier (even when missions fail). Use with care, might cause Transaction errors if the minimum is higher than the maximum allowed payout. (thanks to @
Пожалуйста, авторизуйтесь для просмотра ссылки.
)
- [Tunables] Add override for the Wheel of Fortune AP Reward (as suggested by @
Пожалуйста, авторизуйтесь для просмотра ссылки.
)
- [Tunables] Add override for the Wheel of Fortune Money Reward
- [Tunables] Add override for the Wheel of Fortune RP Reward
- [Unlocks] Add XMAS 2018 unlocks (including liveries thanks to @
Пожалуйста, авторизуйтесь для просмотра ссылки.
)
- [Unlocks] Add a lot of Arena DLC shirt unlocks
- [Online Services] Set off-radar time for Ghost Organization mode to 100 min
- [Online Services] Attempt to fix getting out of Passive mode
- [Online Spawn] Fix the Neon index flags, front/back and left/right were mixed up
- [Online Spawn] Add more options/toggles for spawning vehicles
- [Online Protection] Add option to detach attached objects in the Online Protection section
- Add hotkey support for "Suicide" and "ToggleInfiniteClip"
- Improve teleporting by using the model height
- Attempt to fix money drop from breaking the mod
And more...

- Updated for GTAV 1.46
- [Vehicle] Add Max speed override.
- [Weapon] Remove No reload and freeze ammo (unsafe) and add a new, freeze ammo that should be safe.
- [Online Services] Added instant Passive/Active.
- [Spawn] Added spawn personal vehicle maxed.
- Fixed: After updating to Windows 10 1809, some of the symbols on the menu (e.g. submenu marker) are displayed wrong.

- [UI] Completely rework the user-interface
- [Player] Add No Ragdoll
- [Player] Add Never Wanted
- [Weapon] Add No Reload option (= unlimited clip)
- [Vehicle] Add setting vehicle dirt level
- [Vehicle] Improve Infinite Boost
- [Vehicle] Add an option to temporarily forge the vehicle model to a Sentinel so it's possible to enter LSC. DON'T forget to restore the model before buying a tracker, this will allow you to buy spawned vehicles (if not blacklisted)
- [Vehicle] Add MKII missile count
- [Online Services] Improve Get Personal Vehicle to make it faster
- [Online Services] Add Set RP Level (Please use with care!)
- [Online Services] Attempt to fix bribe/cops turn blind eye
- [Unlocks] Add a lot of shirt/hats and season unlocks.
- [Settings] Add Disable Handling Restore and Disable Weapon Restore as toggle in the settings sub-menu

- [Vehicle] Add Infinite Boost
- [Spawner] Add EnvEffScale, InteriorColorIndex and DashboardColorIndex for saved vehicles.
- [Services] Add Money drop feature for self or other players (have to be in visual range) - Please be careful, this is something you can easily get reported for.
- [Protection] Remove some of the online protection that probably caused the menu to be detected.
- [Config] Add a "disableHandlingRestore" to disable the auto restore feature for vehicle handling.
- [Config] Add a "disableWeaponRestore" to disable the auto reset feature for weapon data.
- [Config] Add a "KeyboardWorkaround" setting, to disable/enable a workaround for keyboard issues related to e.g. Discord (by default: enable).
- [Config] Add "ToggleCopsTurnBlindEye" and "ToggleInfiniteBoost" for hotkey actions.

- Disable all protections in the config.json before using it or you will get banned!
- [Weapon] Add setting the bullet impact force for peds, vehicles and heli's
- [Vehicle] Add support for freezing Oppressor MKII missile count
- [Vehicle] Add "Boost Auto-recharge" feature to automaticaly set boost to max after depletion
- [Spawner] Add support for saving and spawning saved vehicles.
- [Spawner] Add support for cloning active vehicle and personal vehicles.
- [Spawner] Add support for spawning maxed.
- [Services] Make sure all personal vehicles can be retrieved, even planes/helis/special vehicles.
- [Services] Add Reveal Players, for real.

- Disable all protections in the config.json before using it or you will get banned!
- Update offsets for GTA5 v1.44
- Update vehicle list with 1.44 vehicles
- Add "Get Terrorbyte"
- Add new hotkeys: "RepairOnlineVehicle" and "RetrievePersonalVehicle"
- Fix SetReloadTimeMultiplier restore after changing weapon
- Fix reading the config.json for Protection options
- Use GetMaxMPAmmo for maximizing online ammo
- Add "Reveal Players"

- [Player] Add support for Everyone Ignore and Police Ignore. With these on, regular NPCs and Police seem to be unable to aim their shots (except for police heli snipers).
- [Player] Make "Freeze Wanted Level" persistent.
- [Player/Weapon] Greatly improve Super Jump, Explosive Ammo and Fire Ammo.
- [Vehicle] Add support for altering the mass and the collision, weapon and engine damage multipliers for the current vehicle model.
- [Weapon] Add support for altering the aim FOV and changing the current ammo to infinite ammo.
- [Weapon] Add an option to set all ammo to their max.
- [Weapon] Make sure the actual current ammo is selected, even for MK2 special ammo.
- [Weapon] Improve "No Recoil" for first person and sniper scope mode.
- [World] Add Weather change support
- [World] Add support for "Kill Enemies" and "Kill Mission NPCs".
- [Teleport] Add "Teleport to Player" and "Teleport to Mission Vehicle" (vehicles used for missions and personal vehicles).
- [Tunables] Add Daily Objectives Bonus switch to tunables.
- [Protection] Add some protection against a couple of grieving methods
- Make the menu display UTF8 correctly.
- Add support in the config.json for setting some of the player options, some of the weapon options, freezeammo for the vehicle options, all of the protection options and all of the tunables.
- Add hotkey methods "KillAllNPCs", "ToggleBribeAuthorities", "ToggleUnlimitedAmmo" and "ToggleWantedLevel"
- Fix bug where "Mute Phonecalls" could not be disabled.
- Fix bug where "Get Personal Vehicle" would spawn your vehicle at the Mors Mutual spot rather than nearby after using "Remove Insurance Claims".

- Add Weapon Pickup spawn
- Add "Repair Vehicle"
- Add Remove I/E Cooldown timers
- Add "Remove mission time throttling" to disable the builtin penalty for completing (contact) missions in less time.
- Add Limo window tint and make sure it is visually applied
- Fix Off radar/Turn Blind Eye for Steam version

- Updated for GTA V 1.43
- Improve Spawn Anonymous vehicle placement
- Fix vehicle model selection not always displaying 190z
- Add "No CEO/MC Mission cooldown"
- Add "Extend Bunker delivery timers"
- Add "Extend MC Delivery timers"
- Add "Extend Vehicle Export timers

- Fix Freeze Vehicle Ammo
- Fix Delete Stored Vehicle
- Fix Color selection, make sure custom color flags can't be set by previously spawned vehicles
- Increase menu-width so items fit better

- Instead of crashing, show an error message when the config is invalid (bugfix)
- Attempt to prevent player freezing when either SuperJump, Explosive/Fire Ammo or Explosive Fists are enabled (bugfix)
- Make "Get Personal Vehicle" a range select entry instead of a sub menu so all entries can be selected (bugfix)
- Fix Plane/Heli landing gear for spawned vehicles (bugfix)
- Make sure weapon modifications get restored, they apply to NPC weapons as well (bugfix, after getting brutally blown to pieces by a NPC with a pistol)
- Attempt to improve key handling (bugfix?)
- Make NUMPAD0 the default "Back" key
- Add support for exiting the menu, including a hotkey action "QuitMenu"
- Make Player Godmode, Runspeed and Swimspeed persistent
- Add WantedCanChange toggle
- Add Bullet Damage and Fast Reload to Weapon's sub-menu
- Add more VehicleModel-handling controls to the Vehicle sub-menu
- Always attempt to restore original vehicle model handling settings
- Increase Offradar time to 100m
- Add controls for primary and secondary vehicle color for Anonymous and PV spawning
- Add an IKnowWhatImDoing option to temporarily allow removing (invalid) garage entries

- Initial public (beta quality) release for GTA V v.1.42 with quickfix for Steam

- Initial public (beta quality) release for GTA V v.1.42

Для просмотра содержимого вам необходимо авторизоваться.

  • Не удается загрузить меню / "Почему Защитник Windows / Avast / ... говорит, что это вирус?"
    Этот мод ищет нажатия клавиш (для навигации по меню) и читает / записывает в память другого процесса, и некоторые AV нервничают по этому поводу. Этот мод был вручную тщательно проверен модератором файлов форума и считается безопасным, иначе он не был бы одобрен.
  • "Почему не работают мои клавиши цифровой клавиатуры?"
    Пожалуйста, включите Numlock.
  • "Я могу запускать / перемещаться по меню, но ни один из вариантов не работает ?!"
    Если вы можете перемещаться по меню, но ни один из пунктов меню не работает, вероятно, это вызвано тем, что ваш антивирус блокирует запись мода в процесс GTA5.exe. Пожалуйста, сделайте исключение, отключите AV или переключитесь на более качественный. (И помните, Защитник Windows тоже антивирус ...) В некоторых случаях, особенно в Steam, вам может потребоваться запустить мод «От имени администратора» (когда игра также была запущена «от имени администратора», например, после обновления).
  • "Могу ли я запустить это на виртуальной машине?"
    Нет.
  • "Почему я могу видеть меню только тогда, когда я <alt> + <tab> вне игры?"
    В полноэкранном режиме игра имеет эксклюзивный доступ к экрану, меню не может рисоваться поверх него. Как и любой внешний, пожалуйста, запускайте в оконном или оконном режиме без полей.
  • "Почему меню мгновенно закрывается, когда я его открываю?"
    Для всех, у кого есть проблема, когда меню мгновенно закрывается при его открытии, несколько раз нажмите 0 на NUMPAD и попробуйте снова открыть меню, это должно помочь.
  • "Могу ли я использовать это в Online?"
    Да, некоторые функции работают только в сети.
  • "Могу ли я изменить сочетания клавиш?"
    Да, см. Advanced Config.
  • "Могу ли я спавнить для других?"
    Если вы создаете анонимный автомобиль, другие тоже смогут получить к нему доступ. И вы можете создать несколько анонимных транспортных средств, если вы не будете стоять в одном и том же месте.
  • "Есть ли в этом меню денежные опции?"
    Этот мод сосредоточен на улучшении обычного игрового процесса, а не на быстром добавлении кучи денег. Однако есть несколько способов подзаработать. Например. вы можете улучшить сборщики денег NPC в игре, получить лучшие денежные вознаграждения, например, выполняя ежедневные миссии и задания миссий, выполняйте миссии IE / MC / Bunker без перезарядки и многое другое. Также можно бросить деньги на любого игрока в поле зрения (рядом с вами или во время наблюдения).
    Лучший способ на данный момент - использовать «Minimum Job Payout» и начать миссию, подобную «Blow Up II», которая потерпит неудачу, если вы взорвете все машины. Когда миссия началась, перейдите в раздел World в меню мода и прокрутите до «Kill All Cars».
    Что нужно для повтора:
    • Нажмите Numpad5 (убить все машины, провалив миссию)
    • Подождите пару секунд (около 10 секунд)
    • Нажмите «PageUp» (быстрый перезапуск)
    • Подождите около 50 секунд, пока миссия загрузится.
    • Вы заработаете 100k/минуту.
  • «Работает ли это для любой версии GTA, кроме той, для которой было создано меню?»
    Возможно нет. Онлайн-сервисы и онлайн-спаун точно не будут.
  • "Этот мод обнаружен?"
    Пока в заголовке обсуждения не указано [Обнаружен] или [Устаревший], этот мод должен быть безопасным в использовании. Пока что внешние моды в GTA 5 не обнаруживаются, в отличие от многих других игр. Однако возможно, что некоторые функции могут вызвать обнаружение в какой-то момент в будущем, поэтому жизненно важно, сообщать в данной теме о ваших блокироках. Однако сотрудники Rockstar, отслеживающие вашу игровую сессию (даже в одиночку), должны быть вашей самой большой проблемой.
  • "Могу ли я получить бан?"
    Вы всегда можете получить бан, если на вас пожаловались, даже если вы не пользуетесь никакими модами. Внешнее меню пока не обнаружено. Тем не менее, использование таких опций, как Godmode и Teleporting, опасно при использовании с другими игроками.
  • "Могу ли я добавить собственные места телепорта?"
    Да, вы можете. "Add Current Location" in the Teleport => Custom Locations menu. Вы можете использовать его для одного сеанса или сохранить новые местоположения с помощью "Save Config" в меню Settings.
  • "Почему я больше не могу получать приглашения MC / CEO?"
    Отключите защиту Kick to Single Player. Отправка некорректных приглашений - один из наиболее распространенных способов «отправить» других в одиночную игру, поэтому эта функция отключена, когда включена защита Kick to Single Player.
  • «Почему мой уровень RP сбрасывается после изменения сеанса / перезапуска?»
    После установки желаемого уровня RP вам нужно сделать немного дополнительных RP, чтобы он закрепился.
Приятной игры!
 
Последнее редактирование:
Начинающий
Статус
Оффлайн
Регистрация
14 Авг 2019
Сообщения
26
Реакции[?]
3
Поинты[?]
0
Забаненный
Статус
Оффлайн
Регистрация
5 Сен 2020
Сообщения
20
Реакции[?]
10
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
понял что RP multiplier,но не понял что за AP multiplier
 
Забаненный
Статус
Оффлайн
Регистрация
27 Июл 2020
Сообщения
55
Реакции[?]
39
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Начинающий
Статус
Оффлайн
Регистрация
16 Май 2020
Сообщения
93
Реакции[?]
8
Поинты[?]
0
Хочу предоставить вам чит для игры под названием Kiddion's Modest External Menu.
Скорее всего вы с ним знакомы. Я пишу данную тему т.к все прошлые не актуальны на данный момент. (Вышла новая версия чита).
Сам чит андетект. Поэтому если вас заьан ли, значит вы где-то допустили свой косяк.

На все прошлые темы как обычно все забили.
Инструкция:
1. Запустите Gta5 и дождитесь полной ее загрузки.
2. Запустите меню.
3. Прочитайте отказ от ответственности, и нажмите OK
Стандартные клавиши управления.

<F5> Показать/скрыть меню,
<Numpad 0> Вернуться назад,
<Numpad 8> и <Numpad 2> Навигация вверх/вниз по самому меню.
<Numpad 4> и <Numpad 6> Уменьшение/увеличение значений.
<Numpad 5> Активация опции.

Меню игры выглядит вот так:
Посмотреть вложение 96995

Скрытое содержимое
(Закинул все в зип архив,т.к в нем находятся настройки от чита. Все стоит на дефолте. В случае чего, вы можете сами поменять настройки конфига)

UPD 01.09.2020
Если у вас не запускается чит: Скачайте Microsoft Visual C++ с официального сайта Microsoft.
UPD 04.09.2020
Т.к заголовок мне лень менять постоянно, ибо чит андетект всегда. Но до тех пор, пока в игру не завезут новое обновление. По мере выхода новой версии чита или чего-то еще, буду менять заголовок и вносить сюда изменения.

Приятной игры.
Почему в игре меню нету? Нажимаю на f5 и * ничего
 
Начинающий
Статус
Оффлайн
Регистрация
14 Авг 2019
Сообщения
26
Реакции[?]
3
Поинты[?]
0
Начинающий
Статус
Оффлайн
Регистрация
25 Апр 2020
Сообщения
341
Реакции[?]
27
Поинты[?]
0
" Т.к заголовок мне лень менять постоянно, ибо чит андетект всегда. Но до тех пор, пока в игру не завезут новое обновление." - твои слова.

Друг, у тебя проблема с головой или как?)
 
Начинающий
Статус
Оффлайн
Регистрация
14 Авг 2019
Сообщения
26
Реакции[?]
3
Поинты[?]
0
" Т.к заголовок мне лень менять постоянно, ибо чит андетект всегда. Но до тех пор, пока в игру не завезут новое обновление." - твои слова.

Друг, у тебя проблема с головой или как?)
Если ты не понял, то объясню для дураков. Т.к данный чит является External (Не внедряется в саму игру), то он всегда будет Undetect(Не обнаружен). В данном чите есть много функций, но из них есть еще и опасные, которые нужно юзать(Использовать) на свой страх и риск. Ну и сам чит может быть обнаружен в том случае если разработчики обновят GTA Online на более новую версию, тем самым некоторые функции сломаются и это может привести к игровой блокировке(Бану аккаунта на несколько месяцев + обнуление, вплоть до ограничения входа в онлайн).
Да моя тема не так уж и шикарна, потому-что я писал ее впервые. Поэтому не нужно сразу говорить про:
Друг, у тебя проблема с головой или как?
 
Сверху Снизу