Yimura
|
4c2fd7f148
|
feat(PlayerGriefing): Added force kick from vehicle
|
2021-02-19 15:45:40 +01:00 |
|
Yimura
|
237045b613
|
feat(PedFactory): Updated classes
|
2021-02-19 15:45:19 +01:00 |
|
Yimura
|
5cb498c981
|
feat(Notify): Added blocked event notification
|
2021-02-19 15:44:43 +01:00 |
|
Yimura
|
ad0a6f2577
|
feat(Functions): Added crash checks for Reward and Pickup hashes
|
2021-02-19 15:44:24 +01:00 |
|
Yimura
|
1ac84a5c9c
|
feat(ReceivedEventHook): Added protections
|
2021-02-19 15:44:00 +01:00 |
|
Yimura
|
5df780407d
|
feat(Handling): Updated limits
|
2021-02-19 15:43:14 +01:00 |
|
Yimura
|
021e77caf9
|
feat(Pointers): Fixed pointers for RECEIVED EVENT and EVENT ACK
|
2021-02-19 15:42:39 +01:00 |
|
Yimura
|
1efaa78a36
|
fix(Handling): Updated vehicle pointer continiously
Waiting for the entity id to change had bad results
|
2021-02-19 15:41:10 +01:00 |
|
Yimura
|
50bf9f1b2b
|
feat(Misc): Change player model (SP)
|
2021-02-08 22:57:34 +01:00 |
|
Yimura
|
a3f699c070
|
feat(Transmission): Added Max Velocity
|
2021-02-08 22:50:59 +01:00 |
|
Yimura
|
cf864a78e5
|
fix(Vehicle): Edge case crash when vehicle was nullptr
|
2021-02-08 22:50:25 +01:00 |
|
Yimura
|
b74e1329fe
|
fix(SpoofRank): Still using old settings file and causing crashes
|
2021-02-08 21:00:35 +01:00 |
|
Yimura
|
5f22dfd304
|
refactor(CustomText): Changed custom_text global to be static
|
2021-02-08 20:57:58 +01:00 |
|
Yimura
|
ccda1feae4
|
wip(Hooks): Received event protections
|
2021-02-07 17:08:25 +01:00 |
|
Yimura
|
cc626fd950
|
wip(Misc): Added change player model
|
2021-02-07 17:07:47 +01:00 |
|
Yimura
|
d274a309b3
|
feat(GTA/enums): Added PedTypes enum
|
2021-02-07 17:05:29 +01:00 |
|
Yimura
|
aba5135dc3
|
refactor(Functions): Changed native with rage::joaat
|
2021-02-07 17:03:32 +01:00 |
|
Yimura
|
d3a9e3d58d
|
feat(ScriptEventHandler): Added malicious events from GetEventData to scripteventhandler
|
2021-02-07 01:14:36 +01:00 |
|
Yimura
|
9020d8b595
|
fix(PlayerJoining): Fixed player joining
|
2021-02-07 01:13:23 +01:00 |
|
Yimura
|
9203f32325
|
refactor(VehicleTab): Optimised auto pilot
|
2021-02-06 00:35:53 +01:00 |
|
Yimura
|
ff75d05760
|
refactor(Teleport): Fixed and optimised code
|
2021-02-06 00:33:59 +01:00 |
|
Yimura
|
728d32378b
|
feat(UserSideBar): Added friend/player counters
|
2021-02-06 00:32:27 +01:00 |
|
Yimura
|
4e5756a818
|
fix(UserSideBar): Moved to thread safe copy instead of reference
|
2021-02-05 12:59:19 +01:00 |
|
Yimura
|
c6c7fbd90f
|
refactor(Restructure): Moved everything to their own class/struct to improve compile times and cleanup the code.
|
2021-02-05 02:38:56 +01:00 |
|
Yimura
|
8c9a829ef4
|
feat(GUI): Replaced certain UI texts for funny effect
|
2021-02-04 23:32:52 +01:00 |
|
Yimura
|
ad61f0367b
|
refactor(Functions): Renamed, moved under a class and ordered alphabetically
|
2021-02-04 22:57:06 +01:00 |
|
Yimura
|
6930e6bd62
|
feat(Stats): Added max stats of character
|
2021-02-04 18:40:12 +01:00 |
|
Yimura
|
eebeaf5a96
|
feat(GUI): Added custom text to menu
|
2021-02-04 18:39:47 +01:00 |
|
Yimura
|
7d077dc9f7
|
feat(GetLabelText): Added hook for getlabeltext
|
2021-02-04 18:39:20 +01:00 |
|
Yimura
|
35c2e9f41d
|
feat(GravityGun): When grabbing peds force them to ragdoll
|
2021-02-03 21:34:46 +01:00 |
|
Yimura
|
f9bf6def6d
|
feat(Drop): Added RP drop
|
2021-02-03 19:44:59 +01:00 |
|
Yimura
|
64c984e374
|
wip(Griefing): Added clear wanted level
|
2021-02-03 19:44:39 +01:00 |
|
Yimura
|
465fb913dc
|
fea(Settings): Added spoofing settings
|
2021-02-03 19:43:56 +01:00 |
|
Yimura
|
0600df16d7
|
fix(Features): Define repair gun
|
2021-02-03 19:43:36 +01:00 |
|
Yimura
|
97c8a2cfc2
|
feat(ScriptEventHandler): Changed a2 from int64_t to CNetGamePlayer
|
2021-02-03 19:43:15 +01:00 |
|
Yimura
|
3e037a3813
|
fix(Features): Forgot to call repair gun in loop
|
2021-02-03 19:42:17 +01:00 |
|
Yimura
|
095d130013
|
feat(Spoofing): Added IP, R*id and name spoofing
|
2021-02-03 19:41:46 +01:00 |
|
Yimura
|
d73448bc69
|
fix(GetEventData): Fixed typo on notify
|
2021-02-03 19:40:04 +01:00 |
|
Yimura
|
2f9ff404dc
|
feat(Functions): Added ambient rp and improved take control
|
2021-02-03 16:39:29 +01:00 |
|
Yimura
|
ea69dda047
|
feat(CustomGuns): Added repair gun
|
2021-02-03 16:38:55 +01:00 |
|
Yimura
|
bf17714de8
|
fix(CustomGuns): Increased distance from 50 to 500
|
2021-02-03 16:38:00 +01:00 |
|
Yimura
|
8fb8c1e505
|
fix(Windows): Handling and main will have a propper default size
|
2021-02-02 16:49:32 +01:00 |
|
Yimura
|
cfed7b703f
|
fix(PlayerWindow): Resize only on first use
|
2021-02-02 16:44:51 +01:00 |
|
Yimura
|
11f67334c7
|
refactor(Spawn): Prevent typing when in spawn menu
|
2021-02-02 16:38:59 +01:00 |
|
Yimura
|
6903aa03be
|
feat(Spoofing): IP Address and Rockstar ID
|
2021-02-02 16:23:12 +01:00 |
|
Yimura
|
07ad0b1294
|
refactor(Online): Re-added money options (safe values only)
|
2021-02-02 16:21:56 +01:00 |
|
Yimura
|
83bc59f5b1
|
feat(Hooking): Enable send_net_info_to_lobby hook
|
2021-02-02 16:21:28 +01:00 |
|
Yimura
|
ae742543be
|
feat(Hooks): Added snend net info to lobby hook
|
2021-01-29 18:56:17 +01:00 |
|
Yimura
|
8fe7981e07
|
fix(IncrementStatEvent): Fixed player struct
|
2021-01-29 18:55:54 +01:00 |
|
Yimura
|
ebe3bbb77e
|
feat(Transmission): Added drive bias rear
|
2021-01-29 18:55:39 +01:00 |
|
Yimura
|
df76333dab
|
feat(PedFactory): Updated classes
|
2021-01-29 18:55:19 +01:00 |
|
Yimura
|
56722c610b
|
fix(Handling): Check against nullptr
|
2021-01-29 18:55:02 +01:00 |
|
Yimura
|
cb5f3d58a7
|
fix(GravityGun): take control before releasing
|
2021-01-29 18:54:36 +01:00 |
|
Yimura
|
5314ab3077
|
feat(Handling/transmission): Added steering lock
|
2021-01-22 12:37:56 +01:00 |
|
Yimura
|
7585536f8c
|
fix(Handling/brakes): Brake bias member changed name
|
2021-01-22 12:36:54 +01:00 |
|
Yimura
|
8eef040e30
|
feat(CHandlingData): Added more class members
|
2021-01-22 12:35:24 +01:00 |
|
Yimura
|
ff0866a009
|
feat(Handling): Added around 32 handling properties to modify
|
2021-01-22 02:10:08 +01:00 |
|
Yimura
|
bfe01d19f4
|
fix(UserSidebar): Made width smaller
|
2021-01-22 02:09:21 +01:00 |
|
Yimura
|
1667b46ba9
|
fix(VehicleGun): Removed height offset
|
2021-01-22 02:08:30 +01:00 |
|
Yimura
|
cd9a9bf147
|
feat(GravityGun): Entities are transparent while held
|
2021-01-22 02:07:44 +01:00 |
|
Yimura
|
ce695e60e3
|
fix(GTA Util): Fixed member name
|
2021-01-20 03:46:02 +01:00 |
|
Yimura
|
714a5a5b30
|
fix(Pointers): World pointer
|
2021-01-20 03:45:40 +01:00 |
|
Yimura
|
0a9216ce5c
|
feat(Vehicle): Added god mode and handling
|
2021-01-20 03:45:24 +01:00 |
|
Yimura
|
e472870c72
|
fix(GTA/player): Commented old CPlayerInfo
|
2021-01-20 03:45:11 +01:00 |
|
Yimura
|
f83375ad10
|
feat(GTA): Reverse GTA classes from PedFactory
|
2021-01-20 03:44:49 +01:00 |
|
Yimura
|
676fd7cf72
|
fix(CustomGuns): Shoot vehicles in look direction
|
2021-01-20 03:44:18 +01:00 |
|
Yimura
|
6952654a0c
|
fix(Features): God mode with offsets instead of natives
|
2021-01-20 03:40:36 +01:00 |
|
Yimura
|
2242b173fc
|
feat(PlayerWindow): Set next window size
|
2021-01-17 23:31:10 +01:00 |
|
Yimura
|
15a85d4cfd
|
feat(GUI): Added notification on startup
|
2021-01-17 23:30:36 +01:00 |
|
Yimura
|
519f91cfcb
|
feat(ReplayInterface): Added attach protection
|
2021-01-17 23:30:10 +01:00 |
|
Yimura
|
391f8665fa
|
feat(Population): Optimised settings
|
2021-01-17 23:26:06 +01:00 |
|
Yimura
|
7ce2dd69e6
|
feat(Functions): Delete entity, mark as no longer needed as well
|
2021-01-17 23:21:55 +01:00 |
|
Yimura
|
dfc890752f
|
fix(GravityGun): Cast to float to prevent compile warns
|
2021-01-17 23:20:00 +01:00 |
|
Yimura
|
241232f6e7
|
fix(GetEventData): Changed settings.protections to settings.script_protections
|
2021-01-17 00:47:37 +01:00 |
|
Yimura
|
6b9467c9ac
|
feat(Protections): Added cage protection
|
2021-01-17 00:47:00 +01:00 |
|
Yimura
|
f94b7ddd69
|
refactor(DeleteGun): Use function to delete ent instead of code
|
2021-01-17 00:44:48 +01:00 |
|
Yimura
|
f37f046062
|
feat(Fuctions): Added delete_entity func
|
2021-01-17 00:44:00 +01:00 |
|
Yimura
|
7df7ad65be
|
feat(CustomGuns): Added cage gun
|
2021-01-17 00:40:38 +01:00 |
|
Yimura
|
9f925a13ab
|
feat(TabGun): Show description of JPow's money printer
|
2021-01-16 16:21:35 +01:00 |
|
Yimura
|
b468eb7549
|
fix(UserSidebar): Fixed height and top offset
|
2021-01-16 16:21:00 +01:00 |
|
Yimura
|
f2c1660007
|
refactor(TabOnline): Removed reveal players
|
2021-01-16 16:20:34 +01:00 |
|
Yimura
|
43d33bfa7d
|
refactor(Functions): Removed notify from join session
|
2021-01-16 16:19:28 +01:00 |
|
Yimura
|
aa8a14cf2e
|
fix(GUI): Default background semi transparent
|
2021-01-16 13:53:14 +01:00 |
|
Yimura
|
64b0c006d7
|
fix(UserSidebar): Push under top bar instead of over
|
2021-01-16 13:52:57 +01:00 |
|
Yimura
|
04f5db9687
|
refactor(PlayerWindow): Restructured in tab bar
|
2021-01-16 13:52:29 +01:00 |
|
Yimura
|
761227344d
|
refactor(TabBar): Renamed all files
|
2021-01-16 13:19:20 +01:00 |
|
Yimura
|
0b9837777e
|
refactor(GUI/tabbar): Moved tab bar header file
|
2021-01-15 23:27:31 +01:00 |
|
Yimura
|
082cc80159
|
refactor(GUI): Moved windows to separate folder
|
2021-01-15 23:22:51 +01:00 |
|
Yimura
|
fcfb777408
|
refactor(GUI): Reorder code and clean up includes
|
2021-01-15 23:16:50 +01:00 |
|
Yimura
|
2271049ab3
|
refactor(Features): Delete some lingering files
|
2021-01-15 22:58:49 +01:00 |
|
Yimura
|
777173d67c
|
refactor(Features/looped): Resorted files into sub dirs
|
2021-01-15 22:56:58 +01:00 |
|
Yimura
|
63753dfbfb
|
refactor(Features/util): Moved files
|
2021-01-15 22:34:37 +01:00 |
|
Yimura
|
21820555dc
|
fix(TopBar): Show logged in player
|
2021-01-15 22:30:57 +01:00 |
|
Yimura
|
d2692544de
|
feat(Util): Added http request header
|
2021-01-15 22:27:50 +01:00 |
|
Yimura
|
136b837b97
|
refactor(CustomGuns): Moved guns to folder
|
2021-01-15 22:26:25 +01:00 |
|
Yimura
|
5e5f6c1c51
|
refactor(ReadSessionResponse): Removed unused file
|
2021-01-15 21:41:15 +01:00 |
|
Yimura
|
005ebb8ce7
|
feat(Pointers): Added ReplayInterface
|
2021-01-15 16:48:47 +01:00 |
|
Yimura
|
04eb6617b1
|
feat(GTA): Added ref to class Replay, Object & Vehicle
|
2021-01-15 16:48:30 +01:00 |
|
Yimura
|
8752a9f93c
|
refactor(GravityGun): Changed variable names
|
2021-01-15 02:38:38 +01:00 |
|
Yimura
|
f8c1dc4329
|
feat(Players): Added cage button
|
2021-01-15 02:20:46 +01:00 |
|
Yimura
|
3fe2e840ad
|
feat(Functions): Added cage ped
|
2021-01-15 02:19:29 +01:00 |
|
Yimura
|
73d378a7e6
|
feat(Weapons): Added money gun
|
2021-01-15 01:24:42 +01:00 |
|
Yimura
|
e389c3c21c
|
fix(NoClip): Enforce no collision & no physics
|
2021-01-15 01:24:05 +01:00 |
|
Yimura
|
3beb21b48b
|
refactor(Functions): Moved create ambient money to a function
|
2021-01-15 01:23:17 +01:00 |
|
Yimura
|
24a89138d0
|
feat(Features): Call guns in loop
|
2021-01-14 22:24:30 +01:00 |
|
Yimura
|
bce76308b4
|
fix(Settings): Added custom gun settings
|
2021-01-14 22:23:38 +01:00 |
|
Yimura
|
62bfe65dae
|
feat(TabWeapons): Added dropdown for different guns
|
2021-01-14 22:23:16 +01:00 |
|
Yimura
|
44a060c943
|
feat(DeleteGun): Added delete gun
|
2021-01-14 22:22:21 +01:00 |
|
Yimura
|
b50a949c39
|
feat(VehicleGun): Added vehicle gun
|
2021-01-14 22:22:06 +01:00 |
|
Yimura
|
d8e57aec83
|
feat(GravityGun): Made gravity gun a selectable
|
2021-01-14 22:18:49 +01:00 |
|
Yimura
|
7aec3ebb7c
|
fix(NoClip): Only take control of entity when needed
|
2021-01-14 22:15:14 +01:00 |
|
Yimura
|
be93889ffa
|
refactor(RIDJoiner): Removed old class files
|
2021-01-14 22:14:48 +01:00 |
|
Yimura
|
46cf3a87c2
|
refactor(SuperSprint): Reverted to old supersprint
|
2021-01-14 22:14:29 +01:00 |
|
Yimura
|
c52806d4bb
|
feat(Struct/List): Added custom gun list
|
2021-01-14 22:11:30 +01:00 |
|
Yimura
|
c76c4b17e9
|
refactor(TabSpawn): Changed spawn code to spawn function
|
2021-01-14 21:59:44 +01:00 |
|
Yimura
|
4259fabe28
|
refactor(TabOnline): Removed sell vehicle
|
2021-01-14 21:58:29 +01:00 |
|
Yimura
|
c569872bc3
|
refactor(TabMisc): Removed Join R* Id button
|
2021-01-14 21:56:30 +01:00 |
|
Yimura
|
4c0a94276a
|
refactor(RIDJoiner): Cleaned up some old broken code
|
2021-01-14 21:36:06 +01:00 |
|
Yimura
|
e2b49fd59f
|
feat(Functions): Added spawn vehicle func
|
2021-01-14 21:32:24 +01:00 |
|
Yimura
|
9213324e9d
|
feat(GUI): Added Weapons tab
|
2021-01-13 16:55:49 +01:00 |
|
Yimura
|
c84c5ae428
|
refactor(TakeControlOfEnt): Return true if has control
|
2021-01-13 16:54:49 +01:00 |
|
Yimura
|
d00094de96
|
feat(GravityGun): Added velocity based gravity gun
|
2021-01-13 15:36:13 +01:00 |
|
Yimura
|
c4b6e7698d
|
fix(TabSpawn): Input enter returns true & improved code
|
2021-01-13 15:35:46 +01:00 |
|
Yimura
|
79a59603b5
|
feat(ScriptEventHandler): Improved logging and added join msg
|
2021-01-13 15:35:21 +01:00 |
|
Yimura
|
f9c3e718ae
|
feat(NoClip): Added velocity based noclipping
|
2021-01-13 15:33:52 +01:00 |
|
Yimura
|
d0c3063148
|
refactor(JoinMessage): Removed old join message feature
|
2021-01-13 15:31:43 +01:00 |
|
Yimura
|
47e4e9c491
|
wip(Project): pushing project
|
2021-01-10 16:19:40 +01:00 |
|
Yimura
|
4fb9823d09
|
feat(TabSettings): Added option to send custom events
|
2021-01-09 16:57:04 +01:00 |
|
Yimura
|
35bff8dae9
|
wip(SuperSprint): Added sky diving to super sprint
|
2021-01-03 22:14:06 +01:00 |
|
Yimura
|
b5b495b558
|
feat(PlayerWindow): Added set bounty 10k option
|
2021-01-03 22:13:40 +01:00 |
|
Yimura
|
bedb1bd3a5
|
fix(GUI): Fixed certain still being enabled when in menu
|
2021-01-02 23:43:29 +01:00 |
|
Yimura
|
6b0d9c0e21
|
feat(TabSettings): Added disable logging to settings
|
2021-01-02 23:42:43 +01:00 |
|
Yimura
|
3bbe770095
|
fix(GetEventData): Added checks for which protections are enabled
|
2021-01-02 16:16:29 +01:00 |
|
Yimura
|
08be3ea75c
|
fix(Features): Forgot to toggle kick on protections
|
2021-01-02 16:16:02 +01:00 |
|
Yimura
|
8f1a864055
|
feat(Settings): Added defaults for protections in settings
|
2021-01-02 16:14:44 +01:00 |
|
Yimura
|
c36f1dcb52
|
fix(PlayerWindow): Fixed teleport to locations to new struct array
|
2021-01-02 16:12:28 +01:00 |
|
Yimura
|
a0c19f1ca1
|
fix(DisablePhone): Forgot to call disable phone feature in loop
|
2021-01-02 16:11:53 +01:00 |
|
Yimura
|
416670a174
|
feat(GUI): Added TabSettings to Main Window
|
2021-01-02 16:11:02 +01:00 |
|
Yimura
|
72b20e3e61
|
feat(Functions): Added protections toggle
|
2021-01-02 15:39:37 +01:00 |
|
Yimura
|
4a93bd5d76
|
feat(Locations): Updated location list with all existing location names and ID's
|
2021-01-02 14:41:33 +01:00 |
|
Yimura
|
638034044b
|
fix(GetEventData): Added check for if the event came from a valid client
|
2021-01-02 11:56:00 +01:00 |
|
Yimura
|
7f50ed47dd
|
feat(TabTunables): Added disable phone calls
|
2021-01-02 11:53:10 +01:00 |
|
Yimura
|
d68faff094
|
fix(Events): Made all event hashes, function definitions and event enum to int64_t
|
2021-01-02 11:52:36 +01:00 |
|
Yimura
|
daee32e687
|
fix(GUI): Allow for using the game while menu is open
|
2021-01-01 15:26:07 +01:00 |
|
Yimura
|
9be7d36ce3
|
feat(Features): Added disable phone feature
|
2021-01-01 15:25:44 +01:00 |
|
Yimura
|
dd4fdcd427
|
fix(SuperSprint): Only sprint while ped is sprinting
|
2021-01-01 15:23:47 +01:00 |
|
Yimura
|
c94e18e2d5
|
feat(Features): Added kick hashes and kick method to player window
|
2021-01-01 01:11:55 +01:00 |
|
Yimura
|
89151f5dda
|
fix(Hooking->GetEventData): type char array allocation too small
|
2021-01-01 01:03:15 +01:00 |
|
Yimura
|
51c0d0b8ee
|
feat(NoRagdoll): Added one more no ragdoll native call
|
2020-12-31 23:24:29 +01:00 |
|
Yimura
|
0ab2e4f574
|
fix(SpectatePlayer): Forgot to call specate player in feature loop
|
2020-12-31 23:23:57 +01:00 |
|
Yimura
|
2b8679289e
|
feat(Hooking): Added protections for remote events on GetEventData function.
|
2020-12-31 23:22:28 +01:00 |
|
Yimura
|
fa2ca8ca6f
|
feat(Players): Sort players by their name alphabetically
|
2020-12-31 20:53:04 +01:00 |
|
Yimura
|
095c6c60b9
|
refactor(Features): Moved looped features in a separate sub directory
|
2020-12-31 11:06:36 +01:00 |
|
Yimura
|
9ab3b97947
|
fix(TabOnline): Fixed weather switch combo UI bug
|
2020-12-31 11:04:38 +01:00 |
|
Yimura
|
fe9d985d9e
|
feat(Hooking/Pointers/TabOnline): Added disable chat censoring option
|
2020-12-31 02:22:12 +01:00 |
|
Yimura
|
0b312ecd1c
|
feat(Features/Pointers/PlayerWindow): Added spectate player function
|
2020-12-31 02:10:15 +01:00 |
|
Yimura
|
619611a9f5
|
wip(NoIdleKick): Attempt at fiixing no idle kick
|
2020-12-31 01:47:36 +01:00 |
|
Yimura
|
eea4000738
|
feat(PlayerWindow & TabVehicle): Updated some strings, updated teleport options
|
2020-12-31 01:46:39 +01:00 |
|
Yimura
|
d201c5de7e
|
feat(TabOnline): Added set session weather
|
2020-12-31 01:45:27 +01:00 |
|
Yimura
|
ff8c4cda25
|
feat(GUI): Updated colors, border rounding and added storopia font
|
2020-12-30 13:52:26 +01:00 |
|
Yimura
|
4fd2768aa0
|
refactor(UX): Moved menu options around for better UX
|
2020-12-29 23:32:58 +01:00 |
|
Yimura
|
0ce27e39ce
|
refactor(GUI): Removed old include
|
2020-12-29 23:31:40 +01:00 |
|
Yimura
|
531bf7a6a7
|
feat(Top Bar): Added function to join specific session types
|
2020-12-29 23:28:30 +01:00 |
|
Yimura
|
df107a18c6
|
refactor(Spoof Rank): Moved script_global to function
|
2020-12-29 23:27:54 +01:00 |
|
Yimura
|
32cfba68c6
|
feat(): Moved several things to functions to clean up GUI code
|
2020-12-29 23:26:22 +01:00 |
|
Yimura
|
d4aad765fd
|
fix(Stats): Fixed stats char undersizing
|
2020-12-29 23:18:48 +01:00 |
|
Yimura
|
5e2ec981c9
|
feat(TabVehicle): Added a speedo meter (km/h & mph)
|
2020-12-29 23:18:09 +01:00 |
|
Yimura
|
80aeb4f943
|
feat(GTA Levels): Added a list for GTA levels
|
2020-12-29 16:20:10 +01:00 |
|
Yimura
|
6928f4e5b8
|
fix(JoinMessage): Ignore self
|
2020-12-29 16:19:02 +01:00 |
|
Yimura
|
3ee4f41788
|
perf(BaseTab): Remove example tab from source
|
2020-12-29 12:40:35 +01:00 |
|
Yimura
|
d3bb862700
|
feat(TabWorld): Added population and vehicle density modifiers
|
2020-12-29 01:10:25 +01:00 |
|
Yimura
|
c7e6621e1b
|
feat(PlayerWindow): Added different trigger script events to grief players
|
2020-12-29 00:21:54 +01:00 |
|
Yimura
|
9ba248517e
|
feat(TabTunables): Added option te set car sell value at INT_MAX
|
2020-12-29 00:21:15 +01:00 |
|
Yimura
|
bbe28c5b69
|
feat(Lists & Temp): Added list of locations and weather names/types
|
2020-12-29 00:20:27 +01:00 |
|
Yimura
|
e3ecc0a809
|
fix(JoinMessage): Changed function definitions
|
2020-12-29 00:19:37 +01:00 |
|
Yimura
|
a2f60b075f
|
fix(TabWorld): Fixed overread bug and added local weather override
|
2020-12-29 00:17:32 +01:00 |
|
Yimura
|
6b06ed9133
|
fix(JoinMessage): Fixed join player message to be more efficient
|
2020-12-29 00:13:13 +01:00 |
|
Yimura
|
4f0cfcba75
|
feat(Pointers): Added trigger script event pointer and function definitions
|
2020-12-28 01:33:40 +01:00 |
|
Yimura
|
939da8769d
|
feat(Hook): Added logging to script event handler
|
2020-12-28 01:32:22 +01:00 |
|
Yimura
|
6bd6466cbd
|
feat(MainWindow): Added call to render world tab
|
2020-12-28 01:30:56 +01:00 |
|
Yimura
|
c48647c64e
|
feat(TabTuneables): Added sell car for 25mill
|
2020-12-28 01:24:03 +01:00 |
|
Yimura
|
63c85a9796
|
feat(GUI): Added world tab
|
2020-12-28 01:23:27 +01:00 |
|
Yimura
|
21a7575417
|
fix(JoinMessage): Join message would not work with player id
|
2020-12-28 01:21:22 +01:00 |
|
Yimura
|
55767d1625
|
feat(Features): Added reveal players looped feature
|
2020-12-27 19:26:08 +01:00 |
|
Yimura
|
10e925f42b
|
feat(Hooking/Pointers): Added script event handler hook
|
2020-12-27 19:10:01 +01:00 |
|
Yimura
|
de4e91e2bc
|
feat(Hooking/Pointers): Added increment stat event hook to block reports
|
2020-12-27 18:29:33 +01:00 |
|
Yimura
|
f5c7fb9959
|
fix(ErrorScreen): Removed unused/useless include
|
2020-12-27 18:26:56 +01:00 |
|
Yimura
|
6c16d9d317
|
feat(Hooking): Added hook to prevent warnings/errors from the shop_controller script
|
2020-12-27 17:49:50 +01:00 |
|
Yimura
|
0f4d60bcf9
|
feat(Pointers): Added pointer for future Disable Error Screen hook
|
2020-12-27 16:27:39 +01:00 |
|
Yimura
|
deb56f6cca
|
fix(Crossmap): Updated crossmap to a different one
|
2020-12-27 16:26:58 +01:00 |
|
Yimura
|
b7148b5a76
|
fix(JoinMessage): Highlight player name properly and switched used functions
|
2020-12-27 15:43:45 +01:00 |
|
Yimura
|
65716f2049
|
feat(Pointers): Added get player name function
|
2020-12-27 15:42:35 +01:00 |
|
Yimura
|
86a2b2ba16
|
feat(TabSelf): Switched Reset Mental state with Clear Badsports stat
|
2020-12-27 00:49:59 +01:00 |
|
Yimura
|
88fb0b0141
|
fix(TabNetwork): Labels had the same idea causing conflicts when using these elements
|
2020-12-27 00:48:36 +01:00 |
|
Yimura
|
db7e37f2a5
|
wip(Stats/Features): Pushing progress for stats & join message
|
2020-12-27 00:47:08 +01:00 |
|
Yimura
|
8df0c5bac9
|
feat(TabVehicle): Added Auto Pilot
|
2020-12-26 23:47:34 +01:00 |
|
Yimura
|
a76de46046
|
feat(Teleport): Moved getting ground at 3d coords to a separate function
|
2020-12-26 23:36:58 +01:00 |
|
Yimura
|
b44404a57b
|
wip(Stats): Added unlock all stats method
|
2020-12-26 23:36:09 +01:00 |
|
Yimura
|
dfa5f36a62
|
fix(NoBikeFall): Execute native in script thread to prevent crashes
|
2020-12-26 22:07:07 +01:00 |
|
Yimura
|
f05af1937b
|
feat(Features): Added sticky tyres looped feature
|
2020-12-26 22:06:31 +01:00 |
|
Yimura
|
8784db09e7
|
fix(SpoofRank): Fixed issue on pass by reference instead of copy
|
2020-12-26 21:57:10 +01:00 |
|
Yimura
|
d1c27d4738
|
feat(Features): Added no bike fall looped feature
|
2020-12-26 21:56:22 +01:00 |
|
Yimura
|
f900d29fa5
|
feat(GUI): Added player window
|
2020-12-26 20:15:32 +01:00 |
|
Yimura
|
509283f48a
|
feat(GUI): Added user sidebar
|
2020-12-26 19:59:40 +01:00 |
|
Yimura
|
b88b6dc5c5
|
feat(Features): Added spoof rank looped feature
|
2020-12-26 19:48:00 +01:00 |
|
Yimura
|
584d737707
|
feat(Features): Added no idle kick looped feature (needs testing)
|
2020-12-26 19:44:35 +01:00 |
|
Yimura
|
94692bf6ec
|
feat(Features): Added super sprint looped feature
|
2020-12-26 19:39:24 +01:00 |
|
Yimura
|
ebb14e073d
|
feat(Features): Added never wanted looped feature
|
2020-12-26 19:34:05 +01:00 |
|
Yimura
|
8539614d9b
|
feat(Globals): Make sure players and screen sizes are updated
|
2020-12-26 19:26:10 +01:00 |
|
Yimura
|
5a1674881e
|
feat(Features): Added off radar looped feature
|
2020-12-26 19:18:29 +01:00 |
|
Yimura
|
2d7db48b53
|
feat(Features): Added no ragdoll looped feature
|
2020-12-26 18:24:08 +01:00 |
|
Yimura
|
cefbf16488
|
feat(Features): Added god mode looped feature
|
2020-12-26 18:13:47 +01:00 |
|
Yimura
|
e85dc9b005
|
feat(GUI): Added spawn tab
|
2020-12-26 17:52:20 +01:00 |
|
Yimura
|
8a81d7c777
|
feat(GUI): Added network tab
|
2020-12-26 17:36:11 +01:00 |
|
Yimura
|
d3ed49b879
|
feat(Settings): Added properties for spoof_rank
|
2020-12-26 17:35:47 +01:00 |
|
Yimura
|
73640406ba
|
feat(Pointers): Added pointers and function declaration for Sync Local Time With Session
|
2020-12-26 17:35:05 +01:00 |
|
Yimura
|
6afc080d50
|
fix(Temp): Fixed temporary game_time struct where time would be an invalid prop
|
2020-12-26 17:34:00 +01:00 |
|
Yimura
|
d537004f46
|
feat(GUI): Added vehicle tab
|
2020-12-26 17:22:51 +01:00 |
|
Yimura
|
a98f93b212
|
feat(GUI): Added tab teleport
|
2020-12-26 17:13:41 +01:00 |
|
Yimura
|
2f6c6d6e04
|
feat(Features): Added includes for notify and teleport to features.hpp
|
2020-12-26 17:13:06 +01:00 |
|
Yimura
|
f13491738f
|
feat(GUI): Uncommented notify above map for Top Bar
|
2020-12-26 17:11:59 +01:00 |
|
Yimura
|
41ab47787f
|
fix(Teleport): Conflicting definitions of default arguments
|
2020-12-26 17:10:05 +01:00 |
|
Yimura
|
2a22760ea7
|
fix(Notify): Removed static keyword on definition
|
2020-12-26 17:03:59 +01:00 |
|
Yimura
|
b1c3777cc1
|
feat(Teleport): Added BringBlip, TeleportToBlip, Waypoint
|
2020-12-26 17:03:19 +01:00 |
|
Yimura
|
0415947771
|
feat(Notify): Added Above Map notification
|
2020-12-26 17:01:25 +01:00 |
|
Yimura
|
c7408ac9c4
|
fix(Settings): Added forgotten JSON prop
|
2020-12-26 16:49:21 +01:00 |
|
Yimura
|
a548fe4f32
|
fix(Globals): Moved globals from features to big namespace
|
2020-12-26 16:48:39 +01:00 |
|
Yimura
|
e026f8e97d
|
feat(GUI): Added Tunables tab
|
2020-12-26 16:47:27 +01:00 |
|
Yimura
|
b917ac9905
|
feat(GUI): Added Top Bar to gui namespace
|
2020-12-26 16:45:04 +01:00 |
|
Yimura
|
e7818b5159
|
feat(GUI): Added Main Window and Tab Self
|
2020-12-26 15:18:41 +01:00 |
|
gir489
|
54ed9ad4e4
|
Added SHV natives for 2189.
|
2020-12-19 03:41:07 -05:00 |
|
gir489
|
4144d32568
|
Update for 2189.
|
2020-12-16 17:13:31 -05:00 |
|
gir489
|
badd5cef2d
|
Updated CNetGamePlayer.
|
2020-12-06 16:14:10 -05:00 |
|
gir489
|
99154207de
|
Updated offsets for CPed and CPlayerInfo.
|
2020-12-06 10:50:34 -05:00 |
|
gir489
|
fc80429b2a
|
Fixed base tab not properly closing the tab.
Updated dependencies.
|
2020-12-05 20:53:58 -05:00 |
|
gir489
|
adecc49471
|
Added 1.51 Natives from 272.
Fixed CPed and netPlayerData classes for 1.51 offsets.
|
2020-08-11 18:51:49 -04:00 |
|
gir489
|
6880dfcbee
|
Fixed combo example not saving the example configuration when changed.
|
2020-05-28 17:53:16 -04:00 |
|
gir489
|
59aa1c6de2
|
Removed duplicate [] operator for atArray.
Fixed warning C4312 from << operator.
|
2020-05-01 08:44:35 -04:00 |
|
gir489
|
3c94c7f832
|
Fixed atArray operator<< to allow for pointer handling and not handling endl scenario properly.
|
2020-04-17 11:52:54 -04:00 |
|
gir489
|
f4f2f41093
|
Fixed BigBase v2 crashing if injected too early.
|
2020-03-28 02:00:19 -04:00 |
|
gir489
|
b6a6961ad8
|
Added compiler pack alignment value for atArray to allow for proper inline atArrays.
|
2020-03-14 02:05:51 -04:00 |
|
gir489
|
30bb2cec00
|
Added more append overloads to atArray.
|
2020-03-13 22:39:35 -04:00 |
|
gir489
|
4bca0f32b1
|
Added proper atArray implementation.
|
2020-03-12 02:47:02 -04:00 |
|
gir489
|
59cad77ec9
|
Removed extraneous g3::installCrashHandler call.
|
2020-02-23 20:50:16 -05:00 |
|
gir489
|
663018a7c2
|
Code review changes to base_tab.cpp.
Updated gta folder.
|
2020-02-23 12:37:38 -05:00 |
|
gir489
|
fc3e5ab791
|
Added script_local implemented by gir489.
Added sanity checks to premake to see if the user did a proper recursive pull, and to warn them if they didn't.
|
2020-02-22 20:53:28 -05:00 |
|
gir489
|
01d48cd314
|
Removed StackWalker and replaced it with g3log exception handling.
Updated natives for 1.50.
Added settings JSON implementation.
Refactored spawn vehicle bypass to not crash. (removed VMT hook)
|
2020-02-22 18:45:59 -05:00 |
|
Pocakking
|
9538705b21
|
Cache native handlers
|
2019-07-29 23:21:23 +02:00 |
|
Pocakking
|
91c688b395
|
Add 1.47 crossmap
|
2019-07-29 18:21:07 +02:00 |
|
Pocakking
|
17fe337342
|
Premake, Gitmodules, Readme
|
2019-06-23 22:00:18 +02:00 |
|