Skip to content
View Retinalogic's full-sized avatar
🐼
Reversing power ( 0x955575 )
🐼
Reversing power ( 0x955575 )

Organizations

@LattePanda99
Block or Report

Block or report Retinalogic

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Retinalogic/README.md

Current Projects

  • πŸΌβ˜• LattePanda - Splatoon 1 Hacking Tool.

https://lattepanda.000webhostapp.com

Tools

  • πŸ’» Visual Studio Code
  • πŸ’» Visual Studio 2022
  • πŸ” IDA Pro 7.7
  • πŸ” dnSpy v6.1.8
  • πŸ” Cheat Engine

Pinned Loading

  1. LianaLovesMe LianaLovesMe Public

    A C++ GUI Framework

  2. Enable Unused Menu Enable Unused Menu
    1
    #define PLAYER_SIZE 0xA480
    2
    #define BASE_OFFSET 0x57CF
    3
    
                  
    4
    int offset = BASE_OFFSET + (playerIndex*PLAYER_SIZE);
    5
    savebuffer[offset] |= 0x40; //Enable bit 7
  3. Midnight Midnight Public

    Forked from shadowninja108/Starlight

    An enviroment for linking to Splatoon 2’s executable and implementing hooks.

    C++

  4. imgui-nvn imgui-nvn Public

    An imgui implementation for nvn (the graphics library used by Nintendo Switch) that can be used with Nintendo Switch applications/games.

    C++ 1 1

  5. ShiverBot ShiverBot Public

    Forked from supremetakoyaki/ShiverBot

    Splatoon 3 memory viewer using sys-botbase

    C#