Jump to content

G0DSTIER

Senior Member
  • Posts

    113
  • Joined

  • Last visited

Posts posted by G0DSTIER

  1. i tried to hack a game that only accept a data of (x8 + 6) otherwise game will crash .

    example: attack : 2000 x 8 = 16000 + 6= 16006

     

    IDA address: 0x100518BF8 STR X19, [X20]

     

    so how can I edit that instruction to give an acceptable value such as

    100100100 x 8= 800800800 + 6 = 800800806

     

    *incase if needed*

    Offset: 1029ccbfc

    ASLR: 24b4000

    HExdecimal of 800800806 = 2FBB4026

     

    __text:0000000100518BF8 loc_100518BF8                           ; CODE XREF: sub_100518A70+E4↑j
    __text:0000000100518BF8                                         ; sub_100518A70+154↑j ...
    __text:0000000100518BF8                 STR             X19, [X20]
    __text:0000000100518BFC                 LDP             X29, X30, [SP,#0x30]
    __text:0000000100518C00                 LDP             X20, X19, [SP,#0x20]
    __text:0000000100518C04                 LDP             X22, X21, [SP,#0x10]
    __text:0000000100518C08                 LDP             X24, X23, [SP],#0x40
    __text:0000000100518C0C                 RET
    __text:0000000100518C0C ; End of function sub_100518A70

     

  2. 20 hours ago, Ficgan said:

    Pm me tmr

    hi.. i just fix my theos..now it works

     

    so what i did is reinstall theos using (setuptheos.sh setupAll) from this post

    then I had to manually install sdk that i prefer cuz that installer didn't install sdk when i use setupAll

     

    I also use this theos error guide from

    https://iphonedevwiki.net/index.php/Theos/Troubleshooting

     

    finally i can start making .deb hacks ...

    thank you @Crowned Arts @Ficgan and @ZoZo03XX

    • Informative 1
  3. 4 hours ago, Ficgan said:

    Did you manually installed Theos?

    Choose a Template (required): 1
    Project Name (required): bloodyharry
    Package Name [com.yourcompany.bloodyharry]: com.rauhiq9a.bloodyharry
    Author/Maintainer Name [System Administrator]: Rauhi9a
    [iOSGods Tweak Patcher v3.1] MobileSubstrate Bundle filter [com.apple.springboard]: com.FDGEntertainment.BloodyHarry
    [iOSGods Tweak Patcher v3.1] App Name: Bloody Harry
    Instantiating iOSGods Tweak Patcher v3.1 in bloodyharry/...
    Done.
    MUHD-IPHONE-BIN-APPLE:~ root# cd bloodyharry
    MUHD-IPHONE-BIN-APPLE:~/bloodyharry root# make package install
    > Making all for tweak bloodyharry…
    ==> Preprocessing Tweak.xm…
    ==> Preprocessing Tweak.xm…
    ==> Compiling Tweak.xm (arm64)…
    bash: line 1: 12763 Killed: 9               ( clang++ -x objective-c++ -c -I"/var/root/bloodyharry" -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/root/bloodyharry/.theos/obj/arm64/Tweak.xm.ea9c5ccc.o -MMD -MP -MF "/var/root/bloodyharry/.theos/obj/arm64/Tweak.xm.ea9c5ccc.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -Os -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk" -miphoneos-version-min=11.2 -fmodules -fcxx-modules -fmodule-name=bloodyharry -fbuild-session-file=/var/root/bloodyharry/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -DTHEOS_INSTANCE_NAME="\"bloodyharry\"" -fmodules -fcxx-modules -fmodule-name=bloodyharry -fbuild-session-file=/var/root/bloodyharry/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 /var/root/bloodyharry/.theos/obj/arm64/Tweak.xm.mm -o /var/root/bloodyharry/.theos/obj/arm64/Tweak.xm.ea9c5ccc.o )
    make[3]: *** [/var/theos/makefiles/instance/rules.mk:268: /var/root/bloodyharry/.theos/obj/arm64/Tweak.xm.ea9c5ccc.o] Error 137
    rm /var/root/bloodyharry/.theos/obj/arm64/Tweak.xm.mm
    make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/bloodyharry/.theos/obj/arm64/bloodyharry.dylib] Error 2
    make[2]: *** Waiting for unfinished jobs....
    ==> Compiling Tweak.xm (armv7)…
    clang-5.0: error: invalid iOS deployment version '-miphoneos-version-min=11.2', iOS 10 is the maximum deployment target for 32-bit targets [-Winvalid-ios-deployment-target]
    make[3]: *** [/var/theos/makefiles/instance/rules.mk:268: /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.f2a76faa.o] Error 1
    rm /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.mm
    make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/bloodyharry/.theos/obj/armv7/bloodyharry.dylib] Error 2
    make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
    make: *** [/var/theos/makefiles/master/rules.mk:111: bloodyharry.all.tweak.variables] Error 2

     

  4. 10 hours ago, ZoZo03XX said:

    Just download the 10.3 SDK from Theos' github: https://github.com/theos/sdks

    It's much easier and make sure you copy the sdk and place it in every theos/sdks you find.

     

    10 hours ago, Ficgan said:

    Copy the binary from Cydiasubstrate.framework and place it inside the Cydiasubstrate.framework in Theos   

    If you’re using the 3.1 NIC Template make sure your sdk is ios10+

    Sorry for late reply.. i fell sleep when i try to do as you say.. 

     

    when i use patched sdk 10.3 from git , more fatal errors come up .. (couldn't load DARWIN)

    but i do have darwin installed in cydia

    i also has copy the binary from cydiasubstrate ..

     

     

    guess .. I'll need some time before i can use theos😩

  5. 37 minutes ago, ZoZo03XX said:

    Oh I thought you were compiling, whoops.

     

    Are the errors gone when creating a new project?

    yup i got this error when creating new project

     

    for now i only get this errors

    looks like it fail to link on both arm7 and arm 64

    ==> Linking bundle bloodyharry (armv7)…
    ld: framework not found Preferences
    clang-5.0: error: linker command failed with exit code 1 (use -v to see invocati                                                                                                                                                             on)
    make[4]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/root/bloodyharry/                                                                                                                                                             .theos/obj/armv7/bloodyharry.bundle/bloodyharry] Error 1
    ==> Linking bundle bloodyharry (arm64)…
    ld: framework not found Preferences
    clang-5.0: error: linker command failed with exit code 1 (use -v to see invocati                                                                                                                                                             on)

     

  6. 11 minutes ago, ZoZo03XX said:

    Try running make package install again see if any errors go away.

    idk if this normal or not cuz i didn't edit .xm yet

    i got this after i enter mpi for the 2nd time

    MUHD-IPHONE-BIN-APPLE:~/bloodyharry root# make package install
    > Making all for tweak bloodyharry…
    ==> Preprocessing Tweak.xm…
    ==> Compiling Tweak.xm (arm64)…
    ==> Linking tweak bloodyharry (arm64)…
    ==> Generating debug symbols for bloodyharry…
    ==> Stripping bloodyharry (arm64)…
    rm /var/root/bloodyharry/.theos/obj/arm64/Tweak.xm.mm
    ==> Merging tweak bloodyharry…
    ==> Signing bloodyharry…
    > Making all in bloodyharrySettings…
    > Making all for bundle bloodyharry…
    ==> Copying resource directories into the bundle wrapper…
    ==> Compiling bloodyharry.mm (arm64)…
    ==> Compiling bloodyharry.mm (armv7)…
    ==> Linking bundle bloodyharry (arm64)…
    ld: framework not found Preferences
    clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation)
    make[4]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/root/bloodyharry/.theos/obj/arm64/bloodyharry.bundle/bloodyharry] Error 1
    make[3]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/root/bloodyharry/.theos/obj/arm64/bloodyharry.bundle/bloodyharry] Error 2
    make[3]: *** Waiting for unfinished jobs....
    ==> Linking bundle bloodyharry (armv7)…
    ld: framework not found Preferences
    clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation)
    make[4]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/root/bloodyharry/.theos/obj/armv7/bloodyharry.bundle/bloodyharry] Error 1
    make[3]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/root/bloodyharry/.theos/obj/armv7/bloodyharry.bundle/bloodyharry] Error 2
    make[2]: *** [/var/theos/makefiles/instance/bundle.mk:26: internal-bundle-all_] Error 2
    make[1]: *** [/var/theos/makefiles/master/rules.mk:111: bloodyharry.all.bundle.variables] Error 2
    make: *** [/var/theos/makefiles/master/aggregate.mk:12: internal-all] Error 2

     

  7. 24 minutes ago, ZoZo03XX said:

    Once you remove arm64e whever you see it in there (should be 2), let me know what happens.

    i remove arm64e from the list and it almost success

    i will delete theos. reinstall sdk10.3 and remove arm64e

    then i will update the result

     

    this is the result

    Choose a Template (required): 1
    Project Name (required): bloodyharry
    Package Name [com.yourcompany.bloodyharry]: com.rauhiq9a.bloodyharry
    Author/Maintainer Name [System Administrator]: Rauhiq9a
    [iOSGods Tweak Patcher v3.1] MobileSubstrate Bundle filter [com.apple.springboar                                                                                                                                                             d]: com.FDGEntertainment.BloodyHarry
    [iOSGods Tweak Patcher v3.1] App Name: Bloody Harry
    Instantiating iOSGods Tweak Patcher v3.1 in bloodyharry/...
    Done.
    MUHD-IPHONE-BIN-APPLE:~ root# cd bloodyharry
    MUHD-IPHONE-BIN-APPLE:~/bloodyharry root# make package install
    > Making all for tweak bloodyharry…
    ==> Preprocessing Tweak.xm…
    ==> Preprocessing Tweak.xm…
    ==> Compiling Tweak.xm (arm64)…
    ==> Compiling Tweak.xm (armv7)…
    ==> Linking tweak bloodyharry (arm64)…
    ==> Generating debug symbols for bloodyharry…
    ==> Stripping bloodyharry (arm64)…
    rm /var/root/bloodyharry/.theos/obj/arm64/Tweak.xm.mm
    ==> Linking tweak bloodyharry (armv7)…
    ==> Generating debug symbols for bloodyharry…
    ==> Stripping bloodyharry (armv7)…
    rm /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.mm
    ==> Merging tweak bloodyharry…
    ==> Signing bloodyharry…
    > Making all in bloodyharrySettings…
    > Making all for bundle bloodyharry…
    ==> Copying resource directories into the bundle wrapper…
    ==> Compiling bloodyharry.mm (armv7)…
    ==> Compiling bloodyharry.mm (arm64)…
    ==> Linking bundle bloodyharry (armv7)…
    ld: framework not found Preferences
    clang-5.0: error: linker command failed with exit code 1 (use -v to see invocati                                                                                                                                                             on)
    make[4]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/root/bloodyharry/                                                                                                                                                             .theos/obj/armv7/bloodyharry.bundle/bloodyharry] Error 1
    ==> Linking bundle bloodyharry (arm64)…
    ld: framework not found Preferences
    clang-5.0: error: linker command failed with exit code 1 (use -v to see invocati                                                                                                                                                             on)
    make[4]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/root/bloodyharry/                                                                                                                                                             .theos/obj/arm64/bloodyharry.bundle/bloodyharry] Error 1
    make[3]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/root/bloodyharry/                                                                                                                                                             .theos/obj/armv7/bloodyharry.bundle/bloodyharry] Error 2
    make[3]: *** Waiting for unfinished jobs....
    make[3]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/root/bloodyharry/                                                                                                                                                             .theos/obj/arm64/bloodyharry.bundle/bloodyharry] Error 2
    make[2]: *** [/var/theos/makefiles/instance/bundle.mk:26: internal-bundle-all_]                                                                                                                                                              Error 2
    make[1]: *** [/var/theos/makefiles/master/rules.mk:111: bloodyharry.all.bundle.v                                                                                                                                                             ariables] Error 2
    make: *** [/var/theos/makefiles/master/aggregate.mk:12: internal-all] Error 2

     

  8. 1 minute ago, ZoZo03XX said:

    I edited my post but I guess it was too late.

    "Try updating Theos and using 10.3 SDK and make sure it's in all the right places. You may need to delete and install install Theos manually, if you did then do it automatically by running "theos installer 10.3"." 

    do I've to delete theos file in /var/theos or i need to do something else?

    just ask in case if that is not a proper way to delete it

  9. 19 minutes ago, Crowned Arts said:

    Not sure if this helps, but try having a look at this guide;

     

     thanks that vid did solve the

    Can't stat /private/var/theos/vendor/templates: No such file or directory
     at /var/theos/bin/nic.pl line 273.

     

    but I still get 2 error generated

    make[3]: *** [/var/theos/makefiles/instance/rules.mk:268: /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.848ebe16.o] Error 1
    rm /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.mm
    make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/bloodyharry/.theos/obj/armv7/bloodyharry.dylib] Error 2
    make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
    make: *** [/var/theos/makefiles/master/rules.mk:111: bloodyharry.all.tweak.variables] Error 2

     

     

  10. I keep getting some errors while setup theos for new project and idk what cause it.

    At first I ignored this error then I realized after compile my project and install it with "make package install"

    The tweak doesn't showed up in setting nor in app

     

    i tried both sdk 9.3 and 10 and still had the same issue

    tweak patcher 3.1 from this post :

     

    This is some errors that i get.

    NIC 2.0 - New Instance Creator
    ------------------------------
    Can't stat /private/var/theos/vendor/templates: No such file or directory
     at /var/theos/bin/nic.pl line 273.
      [1.] iOSGods Tweak Patcher v3.1
      [2.] iphone/activator_event
      [3.] iphone/application_modern
      [4.] iphone/application_swift
      [5.] iphone/flipswitch_switch
      [6.] iphone/framework
      [7.] iphone/library
      [8.] iphone/preference_bundle_modern
      [9.] iphone/tool
      [10.] iphone/tool_swift
      [11.] iphone/tweak
      [12.] iphone/xpc_service
    Choose a Template (required): 1
    Project Name (required): bloodyharry
    Package Name [com.yourcompany.bloodyharry]: com.rauhiq9a.bloodyharry
    Author/Maintainer Name [System Administrator]: Rauhiq9a
    [iOSGods Tweak Patcher v3.1] MobileSubstrate Bundle filter [com.apple.springboard]: com.FDGEntertainment.BloodyHarry
    [iOSGods Tweak Patcher v3.1] App Name: Bloody Harry
    Instantiating iOSGods Tweak Patcher v3.1 in bloodyharry/...
    Done.
    MUHD-IPHONE-BIN-APPLE:~ root# cd bloodyharry
    MUHD-IPHONE-BIN-APPLE:~/bloodyharry root# make package install
    > Making all for tweak bloodyharry…
    ==> Preprocessing Tweak.xm…
    ==> Preprocessing Tweak.xm…
    ==> Compiling Tweak.xm (armv7)…
    bash: line 1: 16267 Killed: 9               ( clang++ -x objective-c++ -c -I"/var/root/bloodyharry" -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.848ebe16.o -MMD -MP -MF "/var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.848ebe16.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -Os -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS9.3.sdk" -miphoneos-version-min=9.3 -fmodules -fcxx-modules -fmodule-name=bloodyharry -fbuild-session-file=/var/root/bloodyharry/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -DTHEOS_INSTANCE_NAME="\"bloodyharry\"" -fmodules -fcxx-modules -fmodule-name=bloodyharry -fbuild-session-file=/var/root/bloodyharry/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch armv7 /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.mm -o /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.848ebe16.o )
    make[3]: *** [/var/theos/makefiles/instance/rules.mk:268: /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.848ebe16.o] Error 137
    rm /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.mm
    make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/bloodyharry/.theos/obj/armv7/bloodyharry.dylib] Error 2
    make[2]: *** Waiting for unfinished jobs....
    ==> Compiling Tweak.xm (arm64)…
    Tweak.xm:49:22: error: instance method '-openURL:options:completionHandler:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
            [application openURL:URL options:@{} completionHandler:^(BOOL success) {
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /var/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:103:40: note: receiver is instance of class declared here
    NS_CLASS_AVAILABLE_IOS(2_0) @interface UIApplication : UIResponder
                                           ^
    Tweak.xm:60:22: error: instance method '-openURL:options:completionHandler:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
            [application openURL:URL options:@{} completionHandler:^(BOOL success) {
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /var/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:103:40: note: receiver is instance of class declared here
    NS_CLASS_AVAILABLE_IOS(2_0) @interface UIApplication : UIResponder
                                           ^
    2 errors generated.
    make[3]: *** [/var/theos/makefiles/instance/rules.mk:268: /var/root/bloodyharry/.theos/obj/arm64/Tweak.xm.3979e0a9.o] Error 1
    rm /var/root/bloodyharry/.theos/obj/arm64/Tweak.xm.mm
    make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/bloodyharry/.theos/obj/arm64/bloodyharry.dylib] Error 2
    make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
    make: *** [/var/theos/makefiles/master/rules.mk:111: bloodyharry.all.tweak.variables] Error 2

     

  11. @Ted2 i get this error when i setup theos for this project..right after (make package install)

    idk if this normal and should i ignore this error?

     

     

    Tweak.xm:46:40: error: 'openURL:' is deprecated: first deprecated in iOS 10.0 - Please use openURL:options:completionHandler: instead [-Werror,-Wdeprecated-declarations]
        [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"]];
                                           ^
    /var/theos/sdks/iPhoneOS10.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:125:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url NS_DEPRECATED_IOS(2_0, 10_0, "Please use openURL:options:completionHandler: instead") NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    Tweak.xm:50:40: error: 'openURL:' is deprecated: first deprecated in iOS 10.0 - Please use openURL:options:completionHandler: instead [-Werror,-Wdeprecated-declarations]
        [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/clubs/"]];
                                           ^
    /var/theos/sdks/iPhoneOS10.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:125:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url NS_DEPRECATED_IOS(2_0, 10_0, "Please use openURL:options:completionHandler: instead") NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    2 errors generated.
    make[3]: *** [/var/theos/makefiles/instance/rules.mk:268: /var/root/bloodyharry/.theos/obj/arm64/Tweak.xm.6fb28b9c.o] Error 1
    rm /var/root/bloodyharry/.theos/obj/arm64/Tweak.xm.mm
    make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/bloodyharry/.theos/obj/arm64/bloodyharry.dylib] Error 2
    make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
    make: *** [/var/theos/makefiles/master/rules.mk:111: bloodyharry.all.tweak.variables] Error 2

  12. 1 minute ago, Ted2 said:

    Once you extract a .ipa, you'll have a folder with the .app extension in the payload folder. In front of .app, there's a name. Double click that .app folder & then search for that name, cause that's the binary.

    I do not understand your question.

    Thanks.. I'll try that ..

     

  13. 2 hours ago, ZoZo03XX said:

    Try uninstalling it and reinstalling it. Let me know if that does anything.

    @ZoZo03XXHope this can help everyone who had the same issue.

    *play till 10F or till you die*

    *Do this 1 by 1.. Don't enable all feature in lobby or tower or  game will crash*

    *Dont open mod menu in lobby or tower till I told you to open it*

    *unlimited soul*

    1)go to item ~ select any weapon ~ open upgrade ~ now open mod menu and enable unlimited soul ~ tap upgrade ..

    game will crash after u tap upgrade but when u enter the game again , you'll get huge amount of soul.

    *REPEAT this step if you ran out oh souls*

    *ALERT* pls Disable Unlimited soul before proceed to next step

    *unlimited skull / gold skull*

    1)Upgrade your weapon with huge amount of soul you got before till it good enough to beat 1st TOWER or ARENA until you get some GOLD SKULL

    2) Go to shop ~ Tap on  the cheapest skull to buy with gold skull ~ NOW open mod menu ~  ENABLE both unlimited skull and gold skull ~ buy skull  .

    *Game will crash after you buy skull. Open the  game again, you will get huge amount of skull & gold skull . 

    *ALERT* pls Disable ALL hack after finish above step.. 

    *Unlimited keys*

    1) Go to ability ~ Open mod menu and Enable unlimited key ~ upgrade ability

    *Only this I can do to help for now and I believe with unlimited resources, you can get strong enough to beat this game.

    There're  no need to have weapon power hack or Devil power hack when u can upgrade ur weapon with souls you have.

    Have a nice day 👍🏻

     

     

    • Informative 1
×
  • 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