2200151533
5f60ff9ca1
fixed boss button
2024-01-30 13:35:17 +08:00
2200151533
0cfc05db2b
Updated some features, Creadit:Evoc
2024-01-30 00:08:18 +08:00
2200151533
c44509cadb
added Unlock Fast Travel
2024-01-29 15:02:24 +08:00
2200151533
b537c60d68
fixed some question
2024-01-29 14:35:07 +08:00
2200151533
c4a771f665
Add Imperfect,Imperfect included some thrall features,and Hooked SendDamage_ToServer
2024-01-29 14:24:00 +08:00
swordbluesword
b7f00b182f
Merge pull request #50 from gir489returns/FixThreads
...
Refactor Main::Loops into tick.
2024-01-29 14:05:41 +08:00
gir489returns
53ce9959af
Refactored Main::Loops into APalPlayerCharacter::Tick, so that it won't crash at the menu.
...
Added dying check to ReviveLocalPlayer, so that it actually revives them.
Added proper item list and searcher database that isn't a giant mess.
2024-01-29 01:03:47 -05:00
swordbluesword
8fe0efa5e7
Merge pull request #44 from eltociear/patch-1
...
Update HeadMountedDisplay_functions.cpp
2024-01-29 11:09:49 +08:00
swordbluesword
bb05a48b73
Merge pull request #46 from xCENTx/Code-Clarity
...
Code Clarity & Hud Drawing
2024-01-29 11:09:32 +08:00
NightFyre
77a18c7264
HUD Drawing
...
- Initialize GObjects with Config initialization
- GetDistanceToActor implementation
- pointers to both imgui context & imgui viewport
- watermark
~squish-
- watermark
- update toolset to v143
2024-01-28 21:37:08 -05:00
NightFyre
9dc8140e59
Project Adjustments
...
PROJECT SETTINGS
- Additional Options "/bigobj" for debug builds
- Output directory relocated to solution directory "/bin"
- include "ProjDir" as an additional include directory for debug builds
FEATURES
- adjust params for some functions to include default values
- relocate functions from Menu to Features for clarity
- included comments
ISSUES
- SpeedHack is causing a crash if toggled while loading from main menu
- Database Tab is causing a crash due to "Config.Update"
2024-01-28 13:08:50 -05:00
Ikko Eltociear Ashimine
c256b6523b
Update HeadMountedDisplay_functions.cpp
...
Indentifier -> Identifier
2024-01-29 00:02:34 +09:00
2200151533
c0a374c7a8
added Teleporter,Improved layout.
2024-01-28 19:00:51 +08:00
2200151533
a113baadda
added Manager,damage and RandomName
2024-01-28 07:46:52 +08:00
swordbluesword
f7116bbd67
Merge pull request #37 from xCENTx/ClientUpdate-13289641
...
Updated offsets
2024-01-28 01:17:00 +08:00
NightFyre
f13040f508
Updated offsets
...
Update SDK.hpp
- Gobjects
- AppendString
- ProcessEvent
Update config.h
- APalPlayerCharacter::Tick
2024-01-27 08:51:04 -05:00
swordbluesword
d9b1bbfb5c
Merge pull request #32 from geocine/fix/compiler-error
...
Put back button from #23 for 2x exploit by BennettStaley
2024-01-27 17:56:41 +08:00
Aivan Monceller
3041f31031
Put back button from #23 for 2x exploit by BennettStaley
2024-01-27 16:58:02 +08:00
swordbluesword
e2daebf22a
Merge pull request #31 from geocine/fix/compiler-error
...
Fix compiler error
2024-01-27 16:39:14 +08:00
Aivan Monceller
f65714b24f
Fix compiler error
2024-01-27 16:33:33 +08:00
Aivan Monceller
b38db454f1
Fix inifinitely expanding Exploit tab replace GetWindowContentRegionMax with GetContentRegionAvail
2024-01-27 16:22:11 +08:00
swordbluesword
f8ac6e5053
Merge pull request #24 from xCENTx/helpers
...
Features and Adjustments
2024-01-27 15:59:34 +08:00
swordbluesword
55b341e65d
Merge branch 'master' into helpers
2024-01-27 15:59:23 +08:00
swordbluesword
00ff4ff7de
Merge pull request #29 from geocine/fix/compiler-error
...
Fix compiler error: replace GetWindowContentRegionWidth with GetWindowContentRegionMax().x
2024-01-27 15:21:22 +08:00
Aivan Monceller
49afe8d7b6
Replace GetWindowContentRegionWidth with GetWindowContentRegionMax().x
2024-01-27 15:19:11 +08:00
swordbluesword
faf3f99b2a
Merge pull request #21 from svenbledt/master
...
update(IMGUI): Updated imgui to latest
2024-01-27 15:02:51 +08:00
swordbluesword
dda1bc40c3
Merge pull request #23 from BennettStaley/master
...
add all effigies and ability to multiply item slots.
2024-01-27 15:00:24 +08:00
Bennett Staley
95f0186c75
reworked features
2024-01-26 18:35:54 -06:00
NightFyre
294e31579e
debug esp
...
# Helpers
- GetPlayerInventoryComponent
- GetPlayerEquippedWeapon
- GetActorsOfType
2024-01-26 19:28:58 -05:00
NightFyre
a454ccd815
address compile errors
...
- 'SetCraftingSpeed': redefinition of default argument: parameter 1 NetCrack-PalWorld D:\case\repos\feature.cpp 78
- 'GetCharacterImpManager': function must return a value NetCrack-PalWorld D:\case\repos\config.cpp 53
- unresolved external symbol "Config::gWorld"
2024-01-26 12:19:18 -05:00
NightFyre
aaa3124d0e
Merge branch 'pr/23' into helpers
2024-01-26 12:12:48 -05:00
NightFyre
a5ef6cfc96
Features and Adjustments
...
SDK
- Changed TArray function name "Num" to "Count" for clarity
CONFIG
- included additional helper functions
FEATURE
- General cleanup
- Include features as functions
NOTES:
- new feature functions have not been implemented
~squish--
Update feature.h
- forgot to include function declarations
2024-01-26 08:36:11 -05:00
Sven Bledt
1229d6262c
Merge branch 'master' into master
2024-01-26 06:56:05 +01:00
Bennett Staley
6b548a4756
add all effigies and 2x first item
2024-01-25 21:04:18 -06:00
2200151533
9c9f1373c9
Then the "Equivalent Balance" was added, which can be used to dominate the property points, see UC for details
2024-01-26 03:52:28 +08:00
Sven Bledt
dbed2fbd9e
update(IMGUI): Updated imgui to latest
2024-01-25 20:26:26 +01:00
swordbluesword
218e03c487
Merge pull request #17 from xCENTx/ClientUpdate-13269235
...
Update SDK Offsets & Readme
2024-01-26 00:05:30 +08:00
NightFyre
f31a5d866f
Update SDK Offsets & Readme
2024-01-25 10:21:35 -05:00
2200151533
af6cae88ce
fixed database and added Quick TABs(Creadit:asashi)
2024-01-25 18:01:09 +08:00
2200151533
bfcc01de50
added datebase, and fixed some question,
2024-01-25 13:34:24 +08:00
2200151533
4e4d4bc3a7
1
2024-01-25 02:13:28 +08:00
2200151533
ab05a8c0ca
Merge branch 'master' of https://github.com/swordbluesword/PalWorld-NetCrack
2024-01-25 00:18:02 +08:00
2200151533
3a7d070860
Okay, now we have added item generators and pal generators
2024-01-25 00:12:03 +08:00
swordbluesword
840e0f6ab5
Update README.md
2024-01-25 00:04:38 +08:00
2200151533
df6c37604c
Merge branch 'master' of https://github.com/swordbluesword/PalWorld-NetCrack
2024-01-24 18:52:55 +08:00
2200151533
a56edb517c
Adjust the structure so that you can now try to package other characters
2024-01-24 18:52:50 +08:00
swordbluesword
f6be8a3339
Update README.md
2024-01-24 14:43:13 +08:00
swordbluesword
6769257e66
Update README.md
2024-01-24 14:35:51 +08:00
swordbluesword
17a881d841
Update README.md
2024-01-24 14:34:49 +08:00
2200151533
cbf8da8219
update Dup Item Creadit Kaotic13
2024-01-24 14:16:16 +08:00