Jump to content

Saitama

Cheater
  • Posts

    1,324
  • Joined

  • Last visited

Posts posted by Saitama

  1. 350x350bb.jpg
    Modded/Hacked App: Bit Heroes Quest By Kongregate, Inc.
    Bundle ID: com.kongregate.mobile.bitheroes
    iTunes Store Link: https://apps.apple.com/us/app/bit-heroes-quest/id1176312930?uo=4


    Mod Requirements:
    - Jailbroken iPhone/iPad/iPod Touch.
    - iGameGodFilza / iMazing or any other file managers for iOS.
    - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
    - PreferenceLoader (from Cydia, Sileo or Zebra).


    Hack Features:
    - Skip Ad (in dungeon need press decline)
    - Battle speed increase
    - Dungeon Move speed increase
    - Max fishing distance
    - increased chance of get fish


    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/


    iOS Hack Download Link:

    Hidden Content

    React or 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. Use Safari/Google Chrome or other iOS browsers to download.
    STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
    STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
    STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
    STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
    STEP 6: 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 & Answers 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, please post your feedback below and help out other fellow members that are encountering issues.


    Credits:
    - Saitama


    Cheat Video/Screenshots:

    N/A

    • Like 25
    • Winner 4
    • Thanks 3
    • Haha 3
    • Agree 2
    • Informative 2
  2. need to take correct position to shoot straight without angles
    all game mlbb is about correct positioning on a map...

    same as for franko hooks - no need any cheats to hook if u in a right position

    settings that i used 
    Auto Attack distance 7.6
    Skill 3 distance 14.33
    this values is not correct i just put it on fast hand
    Aim not in sight enabled
    Disable aim on drag - enabled for other weapons
    Aim by hp % - enabled to shoot in low hp enemies

     

    Spoiler

    photo-2024-02-17-20-56-31.jpg

    photo-2024-02-17-20-56-34.jpg

    photo-2024-02-17-20-56-38.jpg

     

    • Winner 1
  3. 29 minutes ago, Uncover21 said:

    1 bro, I'm not worried if you add it or not, it's just positive feedback, take it however you want!! 2 It wasn't just me who reported that deb wasn't fully working... 3 Those who play hacker don't care if they're a boot or a real player, that's a fact ESP SHOW MY TEAM remains useless and you don't accept it…

    when i play with people - i help them - when i play with bots - i use them as meat....if u cant play in team - better dont play games like this at all...

    that's a fact ESP SHOW MY TEAM remains useful and you don't accept it…

  4. float CalcFovFromDistance(float distance)
    {
        float Radius = Share::AimFov;
        //distance 250 - fov 2
        //distance 0 > fov 15
    
        if(Share::SmartFov)
        {
            if(distance < 10)
            {
                // 42 - 20*40/250
                Radius = Radius * 3 + 2 - distance * Radius * 3 / 250;
            }
            else if(distance < 20)
            {
                // 32 - 20*30/250
                Radius = Radius * 2 + 2 - distance * Radius * 2 / 250;
            }
            else
            {
                // 15 - 50*13/250
                Radius = Radius + 2 - distance * Radius / 250;
            }
    
            // Share::SmartFovValue = Radius;
        }
        else
        {
            if(distance < 8) Radius = Radius * 3;
            else if(distance < 15) Radius = Radius * 2;
        }
    
        Radius *= 8;
        return Radius;
    }

    so if default fov is 10 and distance to player will be 150: 10 + 2 - 150*10/250 = 6
    and if distance is 15: 10*2 + 2 - 15*10*2/250 = 21.76

    instead of default 10

  5. 15 hours ago, Uncover21 said:
    Before the update they worked, now they no longer work. DRAW AIM FOV and SMART FOV don't even work, this function is also useless.

    1. esp show my team - its very usefull to understand u play with bots or real players
    2. smart fov working
    3. name will not be added
    4. all functions that u dont like u can disable or delete mod at all xD 

  6. 16 minutes ago, Uncover21 said:
    I've already reported that the game freezes, but it doesn't believe it, and closes itself, before I thought it was when I made emojis but now this happens out of nowhere.

    why i play yesterday 10 games in row and dont get anything of what u say?

    17 minutes ago, Uncover21 said:
    I've already reported that the game freezes, but it doesn't believe it, and closes itself, before I thought it was when I made emojis but now this happens out of nowhere.

    why u have lags and i dont?

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