Skip to content

OnlyMoisties/God-s-Shitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

God's Shitting

An offline single-player clone of the infamous God's Blessing recovery menu for GTA V — rebuilt from scratch on top of the 2much4u PS4 GTA V Menu Base after reverse engineering the original shellcode out of a patched eboot.bin.

Made by XeMoisties. No affiliation with anyone else.

Target: GTA V 1.56 on PS4 (jailbroken). Tested and working on PS5 too. Builds with: Sony ORBIS SDK 6.x (6.000 target).


What this is

A full visual and structural clone of God's Blessing. Same submenus, same option names, same layout, same dark-red fading banner, same italic script title — dragged across into a clean PS4 SP trainer you can build from source.

Activation combo: R1 + Square.

Main menu Credits


Status

It's mostly a UI clone. The look is essentially 1:1. The functionality is partial — lots of the Self / Vehicle / Weapons / Teleport / Weather / Skins / Unlocks options are fully wired, but a good chunk of stuff (online-specific features, tunables, some niche toggles) either doesn't do anything in SP or is left as a stub that just notifies.

Build it, press R1+Square, expect most things to toggle but not every single item to have a real implementation. If you want a properly polished, fully-working menu, that's not what this is — read the Credits section below for where to go.


Who actually made the thing this is cloned from

  • 2much4u — credit for the original God's Blessing and the menu base this clone is built on. Respect.

Who didn't

  • Andrew2007 — skid. Had his name all over the shellcode in the eboot because he was too lazy to strip it. Did not write the menu he was credited for.
  • GON (aka SGK84) — same skid, different alias. Couldn't code his way out of a wet paper bag. The attribution inside God's Blessing is fake — take any "Andrew2007 Mod Menu" tag you see with a grain of salt.

Clone parity required keeping the feel intact but credit goes where it's due, not where someone's ego put it.


Want a menu that actually works?

Don't use this one for anything serious — it's a UI study, not a finished tool.

Go to the real devs instead:

Cyprus Services — actively developed, properly working, PS4/PS5 menu.

Run by TMP. Actual quality work. Go there.


Build

Requires the Sony ORBIS SDK (6.000+) and Visual Studio 2012+.

  1. Open GodsShitting.sln.
  2. Build the Release | ORBIS configuration — output goes to ORBIS_Release/GodsShitting.prx.
  3. You figure rest out.

The signing tool and post-build script aren't included — bring your own.


Layout

1.56 base/
├── GodsShitting.sln
├── ORBIS_Release
└── GodsShittingPS4-PS5/         source folder
    ├── GodsShitting.vcxproj
    ├── Menu.cpp                 the menu itself + all submenus
    ├── Vars.h                   colours, dimensions, toggle state
    ├── Enums.h                  submenu ids, input/HUD enums
    ├── Notify.h                 PS4 system toast helper
    ├── prx.cpp                  module_start / module_stop + hook install
    ├── Detour.cpp/.h            hook + pattern scanner
    ├── Memory.cpp/.h            FindExecutableBase
    ├── DoesCamExist.h           hook point — drives the menu tick
    ├── hde64.cpp/.h             Hacker Disassembler Engine (3rd party)
    ├── invoker.cpp/.h           GTA V native invoker
    └── natives.h                1.56 native table

Contributing

Don't bother opening PRs — this is a personal clone project, not something I plan to maintain long-term. If you want to fork and do your own thing with it, go for it. MIT-style, zero guarantees.


Shoutouts

  • TMP — Cyprus Services, go use a real menu: https://cyprusservices.co.uk
  • Jorby — online services, even when they're flakey
  • 2much4u — original menu base + God's Blessing
  • Everyone in the PS4/PS5 scene who isn't Andrew2007 or GON

About

Offline clone of God's Blessing for GTA V 1.56 on jailbroken PS4/PS5. UI parity, partial functionality. Screw Andrew2007 and GON!.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors