Skip to content

Latest commit

 

History

History
76 lines (62 loc) · 3.32 KB

README.md

File metadata and controls

76 lines (62 loc) · 3.32 KB

Pixel Gun 3D Tools

A Pixel Gun 3D Tool made in Python for Modding and other purposes.

Current Version: 0.2.0

HitCount

Where to download

You have the choice between a CLI (Command-Line-Interface) and a GUI (Graphical-User-Interface). The CLI version is mostly clean, but may be uneasy on the eyes. While on the other hand, the GUI is more clean, and easy to use.

CLI: https://github.com/YeetDisDude/pg3d-tools/tree/main/cli/src

GUI: https://github.com/YeetDisDude/pg3d-tools/tree/main/gui/src

Usage

  1. Download Pixel Gun 3D Tools.py from releases tab or download the code as zip
  2. Run the exe or run py pg3dtools.py if you installed the python script

Dont worry, the script will auto install the required modules for you

It's best if you use the New Terminal from the Microsoft Store here

To do (Features)

  • Dump (coming soon)
    • Cpp2IL dump [gui]
    • Il2Cpp dump [gui]
  • Settings (useless feature)
    • Set PG3D Tools theme color (its already there, just not functional)

Features

  • Check ban
    • Check if an ID is banned from PG3D
  • Download Dump.cs Files
    • Allows you to download pg3d's Dump.cs (its IL2CPP, not CPP2IL)
  • Download Assembly-CSharp.dll
    • Lets you download the assembly files, dont worry, it will be updated as new versions release
  • Get cheater currency threshold
    • Displays the (OUTDATED) currency threshold for PG3D's servers
  • Update player logs
    • Lets you choose type of currency and ID to update in the player's logs, it doesn't actually add the currency but potentially adds it to the developer's logs
  • Spam lightmap contacts
    • Allows you to spam any message to Lightmap's contacts with threading (Lightmap is the company that makes Pixel Gun 3D)
  • iOS Skin plist generator
    • Advanced feature to make modded skins for iOS
  • Get all scene names
    • Gets all scene names as it says
  • Send Websocket Message
    • Lets you send a message to Pixel Gun 3D's Websocket [YOU WILL GET IP BANNED IF MESSAGES ARE UNENCRYPTED!!!] (If you somehow know how to encrypt using the websocket's encryption algorithm, be sure to paste it in WITHOUT BASE64)
  • Find Weapon ID
  • Find Wear ID
    • Lets you search wear IDs
  • Find Item Record
    • Search for an item's Item Record
  • Search Websocket command
    • Search for PG3D's websocket command(s)

Preview

Image1 Image2 Image3

Credits

  • TonicBoomerKewl - for the Item Record and Websocket Commands JSON
  • Pulsed - for the making the Websocket Communication feature

Discord