OldSchoolHack

Register / Login English

Pandora Hack Source Pack

not available
  • Category: Sourcecode
  • Developer:
  • Uploaded by: System
  • Uploaded at:
  • System: Windows
Download (1.45 MB)

VirusTotal Result: 7/60

virustotal

Description

### Features
ESP (filters)
Aimbot (Target Lock)
Teleport (Two set of coords)
Telekill (Target Lock)
Scope (x1 - x16)
Move Speed
Gravity
Super Jump
Sky Walk
Hide Underground

### Project Detail
The solution is composed of three project.
* Blackbone - Dependency for process manipulation.
* Wall - Wallhack payload for injection, dll. Its binary will be converted to cpp file and finnally compiled into Pandora.exe.
* ZJZ-ROS - Pandora executable. Contains imgui in itself.



### Manual
#### Add localized text
1. Add two lang's #define in Translations.h for each words/sentence
2. Use the macro in source.

#### Update Offsets
1. Update base address in offsets.h.
2. Update Version in version.h
3. If neccessary, find usage and change offsets related.

#### Add Function
1. Add offset in Offsets.h, if neccessary
2. Add codes in gui.cpp. If neccessary, define vars front of gui.cpp , or create a function or whatever you like. GUI uses loop and static vars to react.

#### Add Shortcut/Keybinding
1. Define keybinding in BGMonitor.h
2. Define key repeat setting in BGMonitor.cpp
3. Add Key Action in BGMonitor.cpp
4. If neccessary, declare extern vars from gui.h, then gui.cpp load the controlled value, changed behaviour/react to it.

How to compile
(Added this section to save my source from being voted D- )
0. Download&Install VS 2017
1. Install Python and add python to %PATH%
2. Install DX9SDK and change path in ZJZ-ROS\gui.cpp Ln.12
3. Double click on ZJZ-ROS.sln
4. Switch to Debug/Release - X86 (X64 is actually possible, by compiling "Wall" as x86 & switching gui.cpp Ln.12 to X64)
5. Build

Errors
1. cant find "Cor.h"
if your system does not have it in a path like C:\Program Files (x86)\Windows Kits\10\Include\10.0.16299.0\um,
you can find it in BlackBone\contrib\
To fix, add that Blackbone\contrib to default include search path.

2. External Symbol DetourAttach ... can not be resolved.
make sure detours.lib included in lib path of "Wall"

3. Remeber to fix post-build event of Wall.

Download Pandora Hack Source Pack