Jump to content

bR34Kr

ViP Pro
  • Posts

    1,323
  • Joined

  • Last visited

Posts posted by bR34Kr

  1. Hello! This is a new tool I have been working on which makes OpenGL hacking way easier. With this piece of software you can

    • Dump the ID of every active uniform being rendered.
    • Highlight every shader using a specific uniform at runtime

     

    Here is a little demo.

     

    Unfortunately, I will not be releasing this software nor its source to the grand public. If you would like to receive a copy please PM me but I will only answer to those who deserve one. Cheers!

    • Like 3
    • Winner 1
  2. When you have IDA Pro and stuff, the next thing is to crack apps. Now depending on your version you will need software so if you are on iOS 11+ use CrackerXI. To use it go in command line. After you cracked your app and it's in the .ipa format. UnZip it (because yes, .ipa is just a .zip) and load the binary (file with no extension and that has executable permissions) in IDA. Use the default settings on there. Now that's it's loaded up there's plenty of techniques to hack games, such as strings, debugging, instance variables, etc, etc. But you will find great TuTs in the Tutorials section specific to each technique. Good luck! :)

  3. 10 minutes ago, c0sm0 said:

    странно,  но мне пишет что 

    ОШИБКА 
     
    •  Файл был удален.
    но это не тончо, возможно я тыкнул не туда

    Убедитесь, что вы выполняете каждый шаг правильно.

  4. 350x350bb.jpg
    Modded/Hacked App: World of Warships Blitz by WARGAMING Group Limited
    Bundle ID: net.wargaming.wowsblitz
    iTunes Store Link: https://itunes.apple.com/us/app/world-of-warships-blitz/id1205558961?mt=8&uo=4&at=1010lce4


    Mod Requirements:
    - Jailbroken iPhone/iPad/iPod Touch.
    - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
    - Cydia Substrate (from Cydia).
    - PreferenceLoader (from Cydia).


    Hack Features:
    - Teleport
    - Radar Hack (<= iOS 10) -> An alternative is teleporting and will show all people on radar
    - Marker Hack (<= iOS 10)


    Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
    Modded Android APK(s): https://iosgods.com/forum/68-android-section/
    For more fun, check out the Club(s): https://iosgods.com/clubs/


    Hack Download Link:

    Hidden Content

    Reply to this topic to see the hidden content & download link.


    Installation Instructions:
    STEP 1: Download the .deb Cydia hack file from the link above.
    STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice.
    STEP 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it.
    STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen.
    STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
    STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game.
    STEP 7: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

     

    NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


    Credits:

    - @Joey for helping me <3 
    - @bR34Kr


    Cheat Video/Screenshots:

    N/A

    • Like 109
    • Winner 30
    • Thanks 30
    • Haha 8
    • Agree 24
    • Informative 5
  5. 2 minutes ago, X204 said:

    16574F4

    It's a text character like the character 'a' or 'b' but it's something else. It's like if you had an 'a' at somewhere random in your code but it's invisible. That's why you need something like vim to edit it.

  6. Just now, X204 said:

    I don't understand monkaS

    It's an invisible character like 'a' or 'b' but now it's <U+FEFF> so it won't compile. Try removing it in a software such as vim.

  7. 18 minutes ago, X204 said:

    offset (016BB4F4) hacked hex (200080D2C0035FD6)
    CFBundleIdentifier (com.blayzegames.newfps)

    No. Where there's <U+FEFF> it indicates a character. Try removing it in vim.

  8. 2 minutes ago, X204 said:
    
    ==> Compiling Tweak.xm (arm64)…
    Tweak.xm:1:1: error: non-ASCII characters are not allowed outside of literals and identifiers
    <U+FEFF>@import Foundation;
    ^~~~~~~~
    Tweak.xm:36:15: error: non-ASCII characters are not allowed outside of literals and identifiers
            openUR<U+FEFF>L = [NSURL URLWithString:@"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"];
                  ^~~~~~~~
    
    Tweak.xm:36:9: error: unknown type name 'openUR'
            openUR<U+FEFF>L = [NSURL URLWithString:@"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"];
            ^
    Tweak.xm:37: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:37:30: error: use of undeclared identifier 'URL'
            [application openURL:URL options:@{} completionHandler:^(BOOL success) {
                                 ^
    Tweak.xm:47:15: error: non-ASCII characters are not allowed outside of literals and identifiers
            openUR<U+FEFF>L = [NSURL URLWithString:@"https://iosgods.com/clubs/"];
                  ^~~~~~~~
    
    Tweak.xm:47:9: error: unknown type name 'openUR'
            openUR<U+FEFF>L = [NSURL URLWithString:@"https://iosgods.com/clubs/"];
            ^
    Tweak.xm:48: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:48:30: error: use of undeclared identifier 'URL'
            [application openURL:URL options:@{} completionHandler:^(BOOL success) {
                                 ^
    9 errors generated.
    make[3]: *** [/var/theos/makefiles/instance/rules.mk:269: /var/mobile/fwdhack1/.theos/obj/arm64/Tweak.xm.289a9040.o] Error 1
    ==> Compiling Tweak.xm (armv7)…
    Tweak.xm:1:1: error: non-ASCII characters are not allowed outside of literals and identifiers
    <U+FEFF>@import Foundation;
    ^~~~~~~~
    Tweak.xm:36:15: error: non-ASCII characters are not allowed outside of literals and identifiers
            openUR<U+FEFF>L = [NSURL URLWithString:@"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"];
                  ^~~~~~~~
    
    Tweak.xm:36:9: error: unknown type name 'openUR'
            openUR<U+FEFF>L = [NSURL URLWithString:@"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"];
            ^
    Tweak.xm:37: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:37:30: error: use of undeclared identifier 'URL'
            [application openURL:URL options:@{} completionHandler:^(BOOL success) {
                                 ^
    Tweak.xm:47:15: error: non-ASCII characters are not allowed outside of literals and identifiers
            openUR<U+FEFF>L = [NSURL URLWithString:@"https://iosgods.com/clubs/"];
                  ^~~~~~~~
    
    Tweak.xm:47:9: error: unknown type name 'openUR'
            openUR<U+FEFF>L = [NSURL Umake[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/fwdhack1/.theos/obj/arm64/Fwdhack1.dylib] Error 2
    make[2]: *** Waiting for unfinished jobs....
    RLWithString:@"https://iosgods.com/clubs/"];
            ^
    Tweak.xm:48: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:48:30: error: use of undeclared identifier 'URL'
            [application openURL:URL options:@{} completionHandler:^(BOOL success) {
                                 ^
    9 errors generated.
    make[3]: *** [/var/theos/makefiles/instance/rules.mk:269: /var/mobile/fwdhack1/.theos/obj/armv7/Tweak.xm.a1e99472.o] Error 1
    make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/fwdhack1/.theos/obj/armv7/Fwdhack1.dylib] Error 2
    make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
    make: *** [/var/theos/makefiles/master/rules.mk:123: Fwdhack1.all.tweak.variables] Error 2

     

    Now for some reason your file has corrupted characters in it. Try removing them in vim or other software. Also replace the openURLs with my solution in my first reply.

  9. 3 hours ago, X204 said:

    New error

     

    ld: framework not found Preferences                     

    Not signing file                                        

    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/mobile/fwdhack1/.theos/obj/armv7/Fwdhack1.bundle/Fwdhack1] Error 1                                         

    ==> Linking bundle Fwdhack1 (arm64)…                    

    ld: framework not found Preferences                     

    Not signing file                                        

    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/mobile/fwdhack1/.theos/obj/arm64/Fwdhack1.bundle/Fwdhack1] Error 1                                         

    make[3]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/mobile/fwdhack1/.theos/obj/armv7/Fwdhack1.bundle/Fwdhack1] Error 2                                         

    make[3]: *** Waiting for unfinished jobs....            

    make[3]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/mobile/fwdhack1/.theos/obj/arm64/Fwdhack1.bundle/Fwdhack1] Error 2                                         

    make[2]: *** [/var/theos/makefiles/instance/bundle.mk:26: internal-bundle-all_] Error 2                          

    make[1]: *** [/var/theos/makefiles/master/rules.mk:123: Fwdhack1.all.bundle.variables] Error 2                   

    make: *** [/var/theos/makefiles/master/aggregate.mk:12: internal-all] Error 2

    Are you using iOS 10 SDK?

  10. You are using the openURL function for iOS 10+ SDK. By your errors, I see you have the iOS 9 SDK so replace them with:

    [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://example.com"]];

    Or you can use an SDK with version >= 10. Have a nice day!

  11. I have a function I want to MSHookFunction to, say 

    Vector3 Func(Vector3);

    When I try to do a function pointer by doing:

    Vector3 (*Func)(Vector3 param) = (Vector3 (*)(Vector3))getRealOffset(0xEXAMPLE123);

    it crashes when I call it by doing:

    Vector3 Output = Func(Vector3(1.0f, 1.0f, 1.0f));

    . And when I add the void*instance param it won't compile. (No worries, I have a Vector3 struct already (Vector3(x, y, z))

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