Jump to content

 Something great is coming! 🤖

Stay tuned for the big reveal happening here on iOSGods on the 20th of February!

The countdown has finished!

Theos error compiling tweak


Go to solution Solved by Rook,

6 posts in this topic

Recommended Posts

Posted (edited)
iPhone-7:/var/mobile/Projects/AntiN3Ads root# make package messages=yes
Making all for tweak AntiN3Ads...
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-x CODESIGN_ALLOCATE=codesign_allocate ldid -S" |  | cut -c1-8'
make -f Makefile --no-print-directory --no-keep-going \
                internal-library-compile \
                _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=AntiN3Ads _THEOS_CURRENT_OPERATION=compile \
                THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-DTARGET_IPHONE=1 -O2 -I/var/mobile/Projects/AntiN3Ads/theos/include -include /var/mobile/Projects/AntiN3Ads/theos/Prefix.pch -Wall -Werror -isysroot "/var/mobile/Projects/AntiN3Ads/theos/sdks/iPhoneOS9.3.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_9_3 -miphoneos-version-min=9.3 -I/usr/include                 -c warnings=error   " |  | cut -c1-8'
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-x CODESIGN_ALLOCATE=codesign_allocate ldid -S" |  | cut -c1-8'
/var/mobile/Projects/AntiN3Ads/theos/bin/logos.pl -c warnings=error    Tweak.xm > ./obj/iphone/Tweak.xm.mm
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
clang++ -x objective-c++ -c -I"/var/mobile/Projects/AntiN3Ads" -DTARGET_IPHONE=1 -O2 -I/var/mobile/Projects/AntiN3Ads/theos/include -include /var/mobile/Projects/AntiN3Ads/theos/Prefix.pch -Wall -Werror  -isysroot "/var/mobile/Projects/AntiN3Ads/theos/sdks/iPhoneOS9.3.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_9_3 -miphoneos-version-min=9.3 -I/usr/include                 -include "logos/logos.h" ./obj/iphone/Tweak.xm.mm -o obj/iphone/Tweak.xm..o
rm ./obj/iphone/Tweak.xm.mm
clang++ -L/var/mobile/Projects/AntiN3Ads/theos/lib -lobjc -framework Foundation -framework CoreFoundation -ObjC++ -fobjc-exceptions -fobjc-call-cxx-cdtors       -lsubstrate -dynamiclib -install_name "/Library/MobileSubstrate/DynamicLibraries/AntiN3Ads.dylib"  -isysroot "/var/mobile/Projects/AntiN3Ads/theos/sdks/iPhoneOS9.3.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_9_3 -miphoneos-version-min=9.3 -multiply_defined suppress -L/usr/lib   -o "obj/iphone/AntiN3Ads.dylib..unsigned" obj/iphone/Tweak.xm..o
strip -x "obj/iphone/AntiN3Ads.dylib..unsigned"
CODESIGN_ALLOCATE=codesign_allocate ldid -S "obj/iphone/AntiN3Ads.dylib..unsigned"; mv "obj/iphone/AntiN3Ads.dylib..unsigned" "obj/iphone/AntiN3Ads.dylib"
rm -rf "/private/var/mobile/Projects/AntiN3Ads/_"
/var/mobile/Projects/AntiN3Ads/theos/bin/fakeroot.sh -p "/private/var/mobile/Projects/AntiN3Ads/.theos/fakeroot" -c
mkdir -p "/private/var/mobile/Projects/AntiN3Ads/_"
[ -d layout ] && rsync -a "layout/" "/private/var/mobile/Projects/AntiN3Ads/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for tweak AntiN3Ads...
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-x CODESIGN_ALLOCATE=codesign_allocate ldid -S" |  | cut -c1-8'
mkdir -p "/private/var/mobile/Projects/AntiN3Ads/_/Library/MobileSubstrate/DynamicLibraries/"
cp ./obj/iphone/AntiN3Ads.dylib "/private/var/mobile/Projects/AntiN3Ads/_/Library/MobileSubstrate/DynamicLibraries/"
if [ -f AntiN3Ads.plist ]; then cp AntiN3Ads.plist "/private/var/mobile/Projects/AntiN3Ads/_/Library/MobileSubstrate/DynamicLibraries/"; fi
mkdir -p "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN"
du: cannot access `DEBIAN': No such file or directory
sed -e '/^[Vv]ersion:/d' "/private/var/mobile/Projects/AntiN3Ads/control" > "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control"
echo "Version: 1.0.0-1" >> "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control"
echo "Installed-Size: 200" >> "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control"
COPYFILE_DISABLE=1 /var/mobile/Projects/AntiN3Ads/theos/bin/fakeroot.sh -p "/private/var/mobile/Projects/AntiN3Ads/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/Projects/AntiN3Ads/_" "./com.fuerza.antin3ads_1.0.0-1_iphoneos-arm.deb"
dpkg-deb: parse error, in file `/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control' near line 10 package `com.fuerza.antin3ads':
 missing version
make: *** [internal-package] Error 2

This is preventing me from finishing my tweak. Anyone know what the problem is? Thanks!

Updated by Fuerza
Posted

What does your control file look like?


iPhone-7:/var/mobile/Projects/AntiN3Ads root# make package messages=yes
Making all for tweak AntiN3Ads...
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-x CODESIGN_ALLOCATE=codesign_allocate ldid -S" |  | cut -c1-8'
make -f Makefile --no-print-directory --no-keep-going \
                internal-library-compile \
                _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=AntiN3Ads _THEOS_CURRENT_OPERATION=compile \
                THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-DTARGET_IPHONE=1 -O2 -I/var/mobile/Projects/AntiN3Ads/theos/include -include /var/mobile/Projects/AntiN3Ads/theos/Prefix.pch -Wall -Werror -isysroot "/var/mobile/Projects/AntiN3Ads/theos/sdks/iPhoneOS9.3.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_9_3 -miphoneos-version-min=9.3 -I/usr/include                 -c warnings=error   " |  | cut -c1-8'
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-x CODESIGN_ALLOCATE=codesign_allocate ldid -S" |  | cut -c1-8'
/var/mobile/Projects/AntiN3Ads/theos/bin/logos.pl -c warnings=error    Tweak.xm > ./obj/iphone/Tweak.xm.mm
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
clang++ -x objective-c++ -c -I"/var/mobile/Projects/AntiN3Ads" -DTARGET_IPHONE=1 -O2 -I/var/mobile/Projects/AntiN3Ads/theos/include -include /var/mobile/Projects/AntiN3Ads/theos/Prefix.pch -Wall -Werror  -isysroot "/var/mobile/Projects/AntiN3Ads/theos/sdks/iPhoneOS9.3.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_9_3 -miphoneos-version-min=9.3 -I/usr/include                 -include "logos/logos.h" ./obj/iphone/Tweak.xm.mm -o obj/iphone/Tweak.xm..o
rm ./obj/iphone/Tweak.xm.mm
clang++ -L/var/mobile/Projects/AntiN3Ads/theos/lib -lobjc -framework Foundation -framework CoreFoundation -ObjC++ -fobjc-exceptions -fobjc-call-cxx-cdtors       -lsubstrate -dynamiclib -install_name "/Library/MobileSubstrate/DynamicLibraries/AntiN3Ads.dylib"  -isysroot "/var/mobile/Projects/AntiN3Ads/theos/sdks/iPhoneOS9.3.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_9_3 -miphoneos-version-min=9.3 -multiply_defined suppress -L/usr/lib   -o "obj/iphone/AntiN3Ads.dylib..unsigned" obj/iphone/Tweak.xm..o
strip -x "obj/iphone/AntiN3Ads.dylib..unsigned"
CODESIGN_ALLOCATE=codesign_allocate ldid -S "obj/iphone/AntiN3Ads.dylib..unsigned"; mv "obj/iphone/AntiN3Ads.dylib..unsigned" "obj/iphone/AntiN3Ads.dylib"
rm -rf "/private/var/mobile/Projects/AntiN3Ads/_"
/var/mobile/Projects/AntiN3Ads/theos/bin/fakeroot.sh -p "/private/var/mobile/Projects/AntiN3Ads/.theos/fakeroot" -c
mkdir -p "/private/var/mobile/Projects/AntiN3Ads/_"
[ -d layout ] && rsync -a "layout/" "/private/var/mobile/Projects/AntiN3Ads/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for tweak AntiN3Ads...
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-x CODESIGN_ALLOCATE=codesign_allocate ldid -S" |  | cut -c1-8'
mkdir -p "/private/var/mobile/Projects/AntiN3Ads/_/Library/MobileSubstrate/DynamicLibraries/"
cp ./obj/iphone/AntiN3Ads.dylib "/private/var/mobile/Projects/AntiN3Ads/_/Library/MobileSubstrate/DynamicLibraries/"
if [ -f AntiN3Ads.plist ]; then cp AntiN3Ads.plist "/private/var/mobile/Projects/AntiN3Ads/_/Library/MobileSubstrate/DynamicLibraries/"; fi
mkdir -p "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN"
du: cannot access `DEBIAN': No such file or directory
sed -e '/^[Vv]ersion:/d' "/private/var/mobile/Projects/AntiN3Ads/control" > "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control"
echo "Version: 1.0.0-1" >> "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control"
echo "Installed-Size: 200" >> "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control"
COPYFILE_DISABLE=1 /var/mobile/Projects/AntiN3Ads/theos/bin/fakeroot.sh -p "/private/var/mobile/Projects/AntiN3Ads/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/Projects/AntiN3Ads/_" "./com.fuerza.antin3ads_1.0.0-1_iphoneos-arm.deb"
dpkg-deb: parse error, in file `/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control' near line 10 package `com.fuerza.antin3ads':
 missing version
make: *** [internal-package] Error 2

This is preventing me from finishing my tweak. Anyone know what the problem is? Thanks!

 

What does your control file look like?

  • Solution
Posted

You have an empty space inside your control file which needs removing. I'm talking about newlines also.

 

I think only one newline is needed at the very end or none at all. :)

Posted (edited)

You have an empty space inside your control file which needs removing. I'm talking about newlines also.

I think only one newline is needed at the very end or none at all. :)

What does your control file look like?

 

What does your control file look like?

Package: com.fuerza.noads4n3

Name: NoAds4N3

Depends: mobilesubstrate

Version: 1.0.0

Architecture: iphoneos-arm

Description: Removes ads.

Maintainer: Fuerza

Author: Fuerza

Section: Tweaks

Updated by Fuerza
Posted

You have an empty space inside your control file which needs removing. I'm talking about newlines also.

I think only one newline is needed at the very end or none at all. :)

Is this correct? I am now able to create the .deb but once I install it, it doesn't do anything like remove the ads.

 

My Tweak.xm:

%hook ReachabilityGLAds

-(BOOL) startNotifier {

return FALSE;

}

%end

 

%hook GLAdBanner

-(id) init {

return NULL;

}

%end

 

%hook GLOfflineAdFullScreenManager

-(id) getAllEmbeddedFullScreenAds {

return NULL;

}

%end

Posted

Is this correct? I am now able to create the .deb but once I install it, it doesn't do anything like remove the ads.

My Tweak.xm:

%hook ReachabilityGLAds

-(BOOL) startNotifier {

return FALSE;

}

%end

%hook GLAdBanner

-(id) init {

return NULL;

}

%end

%hook GLOfflineAdFullScreenManager

-(id) getAllEmbeddedFullScreenAds {

return NULL;

}

%end

Is it the same as in Flex? Everything is case sensitive.

 

Also, make sure your bundle id is correct.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • GEARZBOUND +3 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: 기어즈바운드 By WHITEBEARDGAMES
      Bundle ID: com.WhiteBeardGames.GEARZBOUND
      App Store Link: https://apps.apple.com/us/app/%EA%B8%B0%EC%96%B4%EC%A6%88%EB%B0%94%EC%9A%B4%EB%93%9C/id1560784581?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
        • Winner
        • Like
      • 7 replies
    • Soul Hunter Idle ( 소울 헌터 키우기 : 방치형 RPG ) v6.1.1 +4 Jailed Cheats [ God Mode / O-HK ]
      Modded/Hacked App: 소울 헌터 키우기 : 방치형 RPG By Ryong Game Co., Ltd
      Bundle ID: com.ryonggame.soulhunteridle
      App Store Link: https://apps.apple.com/kr/app/%EC%86%8C%EC%9A%B8-%ED%97%8C%ED%84%B0-%ED%82%A4%EC%9A%B0%EA%B8%B0-%EB%B0%A9%EC%B9%98%ED%98%95-rpg/id6754373623?uo=4

       

      🤩 Hack Features

      - God Mode
      - One-Hit Kill
      - No Skill Cooldown
      -- No Ads 
        • Winner
        • Like
      • 8 replies
    • Wagle Squad +5 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Wagle Squad By EK GAMES
      Bundle ID: net.ekgames.projectz
      App Store Link: https://apps.apple.com/us/app/wagle-squad/id6752973592?uo=4

       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Auto Win -> Quit the level.
      - No Summon Cost/Cooldown 
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 17 replies
    • FATE: Reawakened +5 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: FATE: Reawakened By gamigo Publishing GmbH
      Bundle ID: com.gamigo.fatemobile
      App Store Link: https://apps.apple.com/us/app/fate-reawakened/id6742834644?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Unlimited Gold -> Will increase instead of decrease.
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 30 replies
    • Adorable Garden +1++ Jailed Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Adorable Garden By Skyborne Games Inc
      Bundle ID: com.skybornegames.adorablegarden
      iTunes Store Link: https://apps.apple.com/us/app/adorable-garden/id6503631437?uo=4

       


      🤩 Hack Features

      - Freeze Currencies
        • Informative
        • Agree
        • Haha
        • Thanks
        • Like
      • 10 replies
    • Disney Speedstorm +1 Jailed Cheat [ Unlimited Nitro ]
      Modded/Hacked App: Disney Speedstorm By Gameloft
      Bundle ID: com.gameloft.disneyspeedstorm
      iTunes Store Link: https://apps.apple.com/us/app/disney-speedstorm/id6449708682?uo=4


      Hack Features:
      - Unlimited Nitro -> Will not decrease.
      - Instant Nitro Max


      Jailbreak required hack(s): [Mod Menu Hack] Disney Speedstorm v1.5.0 +2 Cheats [ Unlimited Nitro ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 104 replies
    • Heroes & Gear? Yoink! +3 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Heroes & Gear? Yoink! By Highbrow
      Bundle ID: com.highbrow.games.mnf
      App Store Link: https://apps.apple.com/us/app/heroes-gear-yoink/id6745557169?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 24 replies
    • Kitty Keep +2 Jailed Cheats [ God Mode ]
      Modded/Hacked App: Kitty Keep™ By Funovus LLC
      Bundle ID: com.funovus.wildcastle2
      iTunes Store Link: https://apps.apple.com/us/app/kitty-keep/id6476017989?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - God Mode
      - Unlimited Mana -> Will not decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Kitty Keep v1.1.3 +2 Cheats [ God Mode ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Agree
        • Thanks
        • Winner
        • Like
      • 39 replies
    • Backpack Brawl +1++ Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Backpack Brawl By 1986 GAMES SIA
      Bundle ID: com.rapidfiregames.backpackbrawl
      iTunes Store Link: https://apps.apple.com/us/app/backpack-brawl/id6479175676?uo=4


      Hack Features:
      - Unlimited Currencies -> Earn some.


      Jailbreak required hack(s): [Mod Menu Hack] Backpack Brawl v0.14.0 +1++ Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 97 replies
    • Monster Hunter Puzzles +7 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Monster Hunter Puzzles By CAPCOM Co., Ltd
      Bundle ID: jp.co.capcom.mhpuzzle
      iTunes Store Link: https://apps.apple.com/us/app/monster-hunter-puzzles/id1591864714?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Unlimited Acorns -> Earn or spend some.
      - Unlimited Gems -> Earn or spend some.
      - Unlimited Tickets -> Earn or spend some.
      - Unlimited Lives -> Will not decrease.
      - Unlimited Boosters -> Will not decrease.
      - Unlimited Moves -> Will not decrease.
      - Auto Win


      Jailbreak required hack(s): [Mod Menu Hack] Monster Hunter Puzzles v2.01.02 +7 Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 70 replies
    • Forward Assault +14 Jailed Cheats [ Mega Hack ]
      Modded/Hacked App: Forward Assault By Blayze Games, L.L.C.
      Bundle ID: com.blayzegames.newfps
      App Store Link: https://apps.apple.com/us/app/forward-assault/id1191037021?uo=4

       


      🤩 Hack Features

      - Unlimited Ammo
      - Rapid Fire
      - No Spread
      - No Recoil
      - No Camera Recoil
      - No Flinch
      - Minimap Hack
      - Fly Mode
      - Move Before Timer
      - Speed Multiplier
      - Field of View Modifier
      - Anti Flash
      - Anti Smoke
      - Unlimited In-Game Money
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 37 replies
    • Midnight Dreamers | Novels +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Midnight Dreamers | Novels By Valeriia Saveleva
      Bundle ID: com.ArcaneChronicles.MidnightDreamers
      App Store Link: https://apps.apple.com/us/app/midnight-dreamers-novels/id6739806903?uo=4

       
       

      🤩 Hack Features

      - Unlimited Gems -> Earn some.
      - Unlimited Keys -> Spend some.
        • Informative
        • Thanks
        • Like
      • 16 replies
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines