Skip to content

Commit a593b68

Browse files
committed
Uploaded v0.9.9
1 parent c8dfade commit a593b68

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1288
-710
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ You can do this by scrolling up and clicking the Star button at the top of the p
9595

9696

9797
<a name="license"><details><summary><h4>📝 License</h4></summary></a>
98-
Copyright © 2022-2023 [Natro Team][github-profile-link]<br>
98+
Copyright © 2022-2024 [Natro Team][github-profile-link]<br>
9999
This project is licensed under [GNU GPL v3.0](./LICENSE.md)
100100

101101
</details>

‎START.bat‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- : Begin batch script
22
@echo off
33
setlocal EnableDelayedExpansion
4+
chcp 65001 > nul
45
cd %~dp0
56

67
:: IF script and executable exist, run the macro
@@ -60,7 +61,7 @@ if not [!grandparent!] == [] (
6061
echo:
6162

6263
echo %yellow%Deleting !zip!...%reset%
63-
del /f /s /q "%USERPROFILE%\%%~a\!zip!" >nul
64+
del /f /q "%USERPROFILE%\%%~a\!zip!" >nul
6465
echo %yellow%Deleted successfully^^!%reset%
6566
echo:
6667

‎lib/GetYOffset.ahk‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
{
1010
WinActivate, Roblox
1111
WinGetClientPos(windowX, windowY, windowWidth, windowHeight, "ahk_id " hwnd)
12-
pBMScreen := Gdip_BitmapFromScreen(windowX+windowWidth//2 "|" windowY "|300|100")
12+
pBMScreen := Gdip_BitmapFromScreen(windowX+windowWidth//2 "|" windowY "|60|100")
1313

1414
Loop, 20 ; for red vignette effect
1515
{
16-
if ((Gdip_ImageSearch(pBMScreen, bitmaps["toppollen"], pos, , , , , 16) = 1)
17-
&& (Gdip_ImageSearch(pBMScreen, bitmaps["toppollenfill"], , x := SubStr(pos, 1, (comma := InStr(pos, ",")) - 1), y := SubStr(pos, comma + 1), x + 41, y + 10, 16) = 0))
16+
if ((Gdip_ImageSearch(pBMScreen, bitmaps["toppollen"], pos, , , , , 20) = 1)
17+
&& (Gdip_ImageSearch(pBMScreen, bitmaps["toppollenfill"], , x := SubStr(pos, 1, (comma := InStr(pos, ",")) - 1), y := SubStr(pos, comma + 1), x + 41, y + 10, 20) = 0))
1818
{
1919
Gdip_DisposeImage(pBMScreen)
2020
hRoblox := hwnd

‎lib/enum/EnumInt.ahk‎

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -240,23 +240,29 @@
240240
, "BlenderTime2"
241241
, "BlenderTime3"
242242
, "MondoSecs"
243-
, "MemoryMatchNormalCheck"
244-
, "MemoryMatchMegaCheck"
245-
, "MemoryMatchExtremeCheck"
246-
, "LastMemoryMatchNormal"
247-
, "LastMemoryMatchMega"
248-
, "LastMemoryMatchExtreme"
249243
, "MPlanterGatherA"
250244
, "MPlanterGather1"
251245
, "MPlanterGather2"
252246
, "MPlanterGather3"
253247
, "MPuffModeA"
254248
, "MPuffMode1"
255249
, "MPuffMode2"]
256-
arr2 := arr.Push("MPuffMode3" ; 256
257-
, "MPlanterRelease1" ; 257
258-
, "MPlanterRelease2"
259-
, "MPlanterRelease3"
260-
, "MPlanterSmoking1"
261-
, "MPlanterSmoking2"
262-
, "MPlanterSmoking3")
250+
arr2 := arr.Push("MPuffMode3" ; 250
251+
, "BlueFlowerBoosterCheck" ; 251
252+
, "BambooBoosterCheck"
253+
, "PineTreeBoosterCheck"
254+
, "DandelionBoosterCheck"
255+
, "SunflowerBoosterCheck"
256+
, "CloverBoosterCheck"
257+
, "SpiderBoosterCheck"
258+
, "PineappleBoosterCheck"
259+
, "CactusBoosterCheck"
260+
, "PumpkinBoosterCheck"
261+
, "MushroomBoosterCheck"
262+
, "StrawberryBoosterCheck"
263+
, "RoseBoosterCheck"
264+
, "MPlanterHold1"
265+
, "MPlanterHold2"
266+
, "MPlanterHold3"
267+
, "BrownQuestCheck"
268+
, "LastBrownQuest")

‎lib/nm_OpenMenu.ahk‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
nm_OpenMenu(menu:="", refresh:=0){
22
global bitmaps
3-
static x := {"itemmenu":30, "questlog":85, "beemenu":140}, open:=""
3+
static x := {"itemmenu":30, "questlog":85, "beemenu":140, "badgelist":195, "settingsmenu":250, "shopmenu": 305}, open:=""
44

55
if (hwnd := GetRobloxHWND())
66
WinActivate, Roblox

‎nm_image_assets/brown_bear.png‎

2.14 KB
Loading

‎nm_image_assets/brown_bear2.png‎

2.11 KB
Loading
1.24 KB
Loading

‎nm_image_assets/general/bitmaps.ahk‎

Lines changed: 11 additions & 1 deletion
Large diffs are not rendered by default.
1.19 KB
Loading

0 commit comments

Comments
 (0)