Jadis0x
c1c11265a5
Add: GetCircularTexture function
...
In this code, a circular crosshair texture is generated using a nested loop to iterate over each pixel of the texture. The distance between each pixel and the center of the texture is calculated using the Vector2.Distance function. If this distance is less than or equal to the radius of the circle, the pixel is set to white, otherwise it is set to transparent. The resulting texture is then drawn on the screen using the GUI.DrawTexture function.
2023-03-10 12:11:35 +03:00
8793b6b6e2
fixed Sam not being frozen
2023-03-08 09:00:15 +01:00
038c9add25
Merge branch 'MelonLoader' of https://github.com/ALittlePatate/DevourClient into MelonLoader
2023-03-08 08:51:44 +01:00
158afd9bd2
fix: features not working with >4 players
...
very unoptimal but that's in a corroutine ig that's fine
2023-03-08 08:50:30 +01:00
ALittlePatate
157deabf45
explained how to get MelonLoader v0.6.0
2023-03-08 08:40:53 +01:00
7080c72eec
fixed a crash in DrawBones
2023-03-07 19:57:34 +01:00
ALittlePatate
7b20b88b57
changed project description
2023-03-07 18:51:36 +01:00
350f92ea6e
menu fixes
2023-03-07 18:48:41 +01:00
b706f3be7b
add: boar/corpse ESP + spawn/despawn
2023-03-07 18:35:11 +01:00
422b3a69c6
updated features descriptions
2023-03-07 18:28:04 +01:00
faae081b30
fixed color picker overriding GUI.skin.box.normal.background
2023-03-07 12:18:28 +01:00
3e00d483ef
Merge branch 'MelonLoader' of https://github.com/ALittlePatate/DevourClient into MelonLoader
2023-03-07 12:04:03 +01:00
5eb20c0d0b
add: all achievements, a script to generate them
2023-03-07 12:03:35 +01:00
ALittlePatate
a83cba0651
updated dll to reference in the project
2023-03-07 09:41:33 +01:00
94031f346c
ingore collisions when flying
2023-03-07 09:39:29 +01:00
9cf481e196
added more achievements, 2 missing
...
i can't find them f me
2023-03-07 09:04:56 +01:00
1ee1c78b97
added more achievements
...
6 missing
2023-03-06 21:44:41 +01:00
cac4c63dad
added Create Server button in the menu
2023-03-06 21:31:34 +01:00
27e6956f2d
fixed Camera.main being null, changed arg order in CreateCustomizedLobby
2023-03-06 21:26:35 +01:00
666529bbc0
fixed crash in DrawBones
2023-03-06 21:03:10 +01:00
Jadis0x
ff3eea37bb
Updated dll to reference in the project.
2023-03-06 23:00:07 +03:00
Jadis0x
7d581257df
Update Misc.cs
...
Canvases reconfigured using CanvasGroup in Unity.
2023-03-06 22:59:43 +03:00
1f251987b1
MAX_PLAYERS should update when calling CreateCustomizedLobby
...
it will NOT resize to default 4 when quitting the game but whatever, it should not break
2023-03-06 20:29:13 +01:00
Jadis0x
b459b310bb
Added a parameter to make the lobby public/private
2023-03-06 22:21:02 +03:00
a72d36cb5b
fixed player skeleton esp color
2023-03-06 19:59:50 +01:00
f0907c07ff
BEST_REGION is now by default instead of EU in CreateCustomizedLobby
2023-03-06 19:53:08 +01:00
56c3bcd5be
added color picker for player/azazel ESP
...
need to fix the color of the esp preview overriding GUI.skin.box.normal.background
2023-03-06 19:41:38 +01:00
ALittlePatate
1807f44bf1
updated dll to reference in the project
2023-03-06 19:32:09 +01:00
ALittlePatate
b051282c55
updated dll to reference in the project
2023-03-06 19:28:26 +01:00
Jadis0x
f4c6ce980f
Added: Demo for CreateCustomizedLobby function
2023-03-06 21:23:30 +03:00
b3987980e6
added azazel/player skeleton ESP
2023-03-06 19:17:51 +01:00
27475bbd71
removed unused code
2023-03-06 18:46:08 +01:00
6c8e750c05
fixed ESP
...
please work
2023-03-06 18:38:15 +01:00
a94a3df0eb
minimun MelonLoader version fixed
...
oops
2023-03-06 17:38:53 +01:00
8c94e12023
updated the screenshot of the menu
2023-03-06 17:25:01 +01:00
ALittlePatate
1eb7b1f9ed
added VerifyLoaderVersion for MelonLoader v6.0.0
...
sanity check
2023-03-06 15:43:55 +01:00
f492715f3c
rewrote InstantWin, works for the newest update
...
will be easier to add new maps as well
2023-03-05 17:34:43 +01:00
cb7dc3ba15
fixed access violation in SetSteamName and SetServerName
2023-03-05 17:25:15 +01:00
Jadis0x
b2ee6eee89
Function optimization
2023-03-04 23:22:25 +03:00
98ed98371e
added more achievements
...
still missing those from the Town and Slaughterhouse, trying to figure out how to get those
2023-03-04 10:31:42 +01:00
261f098f2d
optimizations, OnUpdate is faster now
...
Player.IsInGame() only called once instead of 7 in the OnUpdate function
2023-03-04 09:47:43 +01:00
886dc8d95b
add: keybind system, added it for fly
...
can be used for anything, GetKey is to fix tho i tried using anyKeydown, no success
2023-03-04 09:41:56 +01:00
dc5ddcc2a3
added Slaughterhouse to GetMapName
...
untested but should work
2023-03-04 09:40:47 +01:00
Jadis0x
5a8f937203
BurnRitualObj function has been updated for the "Slaughterhouse" map.
2023-03-03 23:27:18 +03:00
Jadis0x
e1cca375b1
Add: Azazel Nathan, Demon Boar, Survival Pig & Bone
...
The code has been commented out because it would cause an error for those who are not using the game's beta version.
2023-03-03 18:08:28 +03:00
jadis0x
11381bdebc
FreezeAzazel fixed
2023-01-16 22:57:27 +03:00
jadis0x
19234b3c66
FreezeAzazel function added for button
2023-01-16 22:10:40 +03:00
jadis0x
2d337d4e9e
FreezeAzazel function added
2023-01-16 22:10:35 +03:00
f6cfbc21cb
fix crash on SetRank
2023-01-16 17:27:48 +01:00
jadis0x
7f046e5446
New UI update
2023-01-16 18:24:08 +03:00