Jump to content

Objective-C And Hacks


Lolite

8 posts in this topic

Recommended Posts

Spoiler

 

                                                                                                   WHAT IS HACKS and what is Objective-C   ?

There are many programming languages, some of which are limited in usage, while others are widely used.

To understand how to create code to hack an application or game, you must grasp the nature of the language you desire and the platform it targets, such as iPhone, PC, or even Android.

Let's assume you want to develop a script for the iPhone. The iPhone understands several languages, including Objective-C and Swift, among others. However, most hacking programs are written in Objective-C. So, let's explain the nature of this great language and how you can use it to develop your programs, and even hack some applications, for example, by injecting using MS hook or modifying offsets and hex values.

 

To create a script for hacking programs and games, you first need to have the Theos program for software development and tweaks or maybe your jailbroken phone . Secondly, you must possess the offset for the application you want to hack, for example, the offset for the game Clash of Clans with the value x548461. This offset contains a value called hex. Let's assume the offset's name is "gold" and its value is an integer or numeric value. This offset can be hacked, and the gold can be increased by modifying the hex, for example, to 02008052C0035FD6. This 16-digit number is called the HEX and is commonly used for hacking and changing the values of functions within applications.

How can I determine the offset value? This will be explained later.

And now, let's assume that you have the name of the function you want to hack, for example, PUBLIC GET_GOLD (GET) INT. This function returns an integer value, meaning a number, and gives the player a gold value. You can inject this function using MSHOOK in Theos program. Let's create a new project in Theos and choose TWEAK, then follow these steps.

1-OPEN Tweak.xm or Tweak.x

2-put this code in main fuc

3-you should change PlayerInfo and IsVip

4-You should put the library to useing MS HOOK put this in top of tweak file   #import <substrate.h> 

%hook PlayerInfo
-(BOOL)IsVip {
    // inject your code here
    return YES; // fuc will be  true
}

%end 

or another one like that 


%hook PlayerInfo
-(BOOL)IsVip {
 
    return YES; 
}
%end

 

or If you need to hack int we used

%hook PlayerInfo
-(int)get_gold {
    // Inject your code here
    int get_gold = 1; // Set the get_gold value to 1 as an example
    return get_gold; // The function will return, for example, 1
}
%end

 

In top example this inject will make the player always  VIP

And now, that's all for this moment. There are many upcoming tutorials where we will delve deeper into offsets, how to find them, and create practical examples through videos. Additionally, we'll explore some applications like IDA Pro and even DNSpy, among others, that are useful for this purpose.

 

 

Updated by Lolite
  • Like 3
  • Winner 1
  • Informative 1
Link to comment
Share on other sites

Spoiler
1 hour ago, Lolite said:

%hook PlayerInfo
-(int)get_gold {
    // Inject your code here
    int get_gold = 1; // Set the get_gold value to 1 as an example
    return get_gold; // The function will return, for example, 1
}
%end

 

Could you please advice me - I understood correctly that PlayerInfo is a class and it can be changed for example to PropMng ? And if we want to make a tweak with offset for example 25D0B6C in which is located

public int GetPrice(PropID id)
{
	return 0;
}

do we have to specify this offset somewhere and have it return 00F0271EC0035FD6 in hex ? or do we just write in total like this and convert hex to decimal value 

%hook PropMng
-(int)GetPrice{
	int GetPrice = 144256280972976086;
	return GetPrice;
}
%end

 

Link to comment
Share on other sites

YOU CA

Just now, MrLusiusi said:
  Reveal hidden contents

 

Could you please advice me - I understood correctly that PlayerInfo is a class and it can be changed for example to PropMng ? And if we want to make a tweak with offset for example 25D0B6C in which is located

public int GetPrice(PropID id)
{
	return 0;
}

do we have to specify this offset somewhere and have it return 00F0271EC0035FD6 in hex ? or do we just write in total like this and convert hex to decimal value 

%hook PropMng
-(int)GetPrice{
	int GetPrice = 144256280972976086;
	return GetPrice;
}
%end

 

YOU CAN use your script sec one that one here

 %hook PropMng
-(int)GetPrice{
    int GetPrice = 144256280972976086;
    return GetPrice;
}
%end 

 

you can skip offset for hooking this class  just make sure class name and method is the same in app that you want to hack

Updated by Lolite
Link to comment
Share on other sites

3 minutes ago, Lolite said:

YOU CA

YOU CAN use your script sec one that one here

 %hook PropMng
-(int)GetPrice{
    int GetPrice = 144256280972976086;
    return GetPrice;
}
%end 

 

you can skip offset for hooking this class  just make sure class name and method is the same in app that you want to hack

i see!! thank you so much for help!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • Last Day On Earth: Survival v1.24.0 +36 FREE Hacks
      Modded/Hacked App: Last Day on Earth: Survival By Andrey Pryakhin
      Bundle ID: zombie.survival.craft.z
      iTunes Link: https://itunes.apple.com/us/app/last-day-on-earth-survival/id1241932094

      Hack Features:
      - Coins Hack - Spend/Buy something that costs Coins to increase Coins!
      - Durability Hack - Weapons, Clothes, Boots, etc. Will not break. You can always keep using them.
      - Crafting Hack - Able to craft stuff without required items!
      - Skill Points Hack - Skill Points won't decrease, reset to increase.
      - Duplicate Items Hack - Split Items to duplicate them! Now it will duplicate by 20!
      - Loot box hack - Open 1 lootbox for 1000! - x64 only
      - Items increase when Taking from Inbox. You will never run out of Items in your inbox! - x64 only
      - Minigun Doesn't Overheat - x64 only
      - Unlimited Energy. Energy Increases instead of subtracting! - x64 only
      - Bow One Hit Kill - x64 only
      - Anti-Ban

      During the month of December, we have decided to make the ViP hack for free for all users! :) Extra features include:
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 29,228 replies
    • Last Day on Earth: Survival v1.24.0 +17 FREE Jailed Cheats
      Modded/Hacked App: Last Day On Earth: Zombie Survival By Andrey Pryakhin
      Bundle ID: zombie.survival.craft.z
      iTunes Link: https://itunes.apple.com/us/app/last-day-on-earth-zombie-survival/id1241932094


      Hack Features
      Hack Features
      - Coins Hack - Buy something that costs coins to increase
      - Duplicate Items Hack - Split items to duplicate them :p
      - Skill Points Hack - Use to increase
      - Weapon/Item Durability Hack - Your weapons and items will never break.
      - Loot Boxes Hack! -> Open 1 loot box and gain 10,000!

      This hack was made by ZahirSher for iOSGods.com.
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 41,453 replies
    • [ VIP ] My Stories: Choose Romance v2.5.0 +5 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: My Stories: Choose Romance By Bitfun Limited
      Bundle ID: com.bitfungame.destiny
      iTunes Store Link: https://apps.apple.com/us/app/my-stories-choose-romance/id1599241056?uo=4


      Hack Features:
      - Free Premium Choices
      - Unlimited Coins -> Head over to Profile, scroll down and tap on Messages.
      - Unlimited Tickets -> Head over to Profile, scroll down and tap on Gift Code.
      - Unlimited Gems -> Head over to Profile, scroll down and tap on My Comments.
      - VIP Pass Enabled


      Jailbreak required hack(s): [Mod Menu Hack] [ VIP ] My Stories: Choose Romance v2.5.0 +6 Cheats [ Unlimited Currencies ] - ViP 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/
      • 1 reply
    • My Stories: Choose Romance v2.5.0 +2 Jailed Cheats [ Choices / Tickets ]
      Modded/Hacked App: My Stories: Choose Romance By Bitfun Limited
      Bundle ID: com.bitfungame.destiny
      iTunes Store Link: https://apps.apple.com/us/app/my-stories-choose-romance/id1599241056?uo=4


      Hack Features:
      - Free Premium Choices
      - Freeze Tickets


      Jailbreak required hack(s): [Mod Menu Hack] My Stories: Choose Romance v2.5.0 +2 Cheats [ Choices / Tickets ] - 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/
      • 0 replies
    • [ VIP ] My Stories: Choose Romance v2.5.0 +6 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: My Stories: Choose Romance By Bitfun Limited
      Bundle ID: com.bitfungame.destiny
      iTunes Store Link: https://apps.apple.com/us/app/my-stories-choose-romance/id1599241056?uo=4


      Hack Features:
      - Free Premium Choices
      - Freeze Tickets
      - Unlimited Coins -> Head over to Profile, scroll down and tap on Messages.
      - Unlimited Tickets -> Head over to Profile, scroll down and tap on Gift Code.
      - Unlimited Gems -> Head over to Profile, scroll down and tap on My Comments.
      - VIP Pass Enabled


      Non-Jailbroken & No Jailbreak required hack(s): [No Jailbreak Required] [ VIP ] My Stories: Choose Romance v2.5.0 +5 Jailed Cheats [ Unlimited Currencies ] - ViP Non-Jailbroken Hacks & 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/
      • 0 replies
    • My Stories: Choose Romance v2.5.0 +2 Cheats [ Choices / Tickets ]
      Modded/Hacked App: My Stories: Choose Romance By Bitfun Limited
      Bundle ID: com.bitfungame.destiny
      iTunes Store Link: https://apps.apple.com/us/app/my-stories-choose-romance/id1599241056?uo=4


      Hack Features:
      - Free Premium Choices
      - Freeze Tickets


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] My Stories: Choose Romance v2.5.0 +2 Jailed Cheats [ Choices / Tickets ] - Free Non-Jailbroken IPA 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/
      • 3 replies
    • (Jujutsu Kaisen: Phantom Parade) 呪術廻戦 ファントムパレード v1.8.1 +5 Cheats
      Modded/Hacked App: 呪術廻戦 ファントムパレード By Sumzap Inc.
      Bundle ID: jp.co.sumzap.pj0014
      iTunes Store Link: https://apps.apple.com/jp/app/%E5%91%AA%E8%A1%93%E5%BB%BB%E6%88%A6-%E3%83%95%E3%82%A1%E3%83%B3%E3%83%88%E3%83%A0%E3%83%91%E3%83%AC%E3%83%BC%E3%83%89/id1551798277?uo=4


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


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier
      - Unlimited BP
      - Unlimited EN
      - Special Skill Always Active


      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
      Download Hack







      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:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 15 replies
    • Shadowverse China - 影之诗 v4.6.0 +2 Cheats
      Modded/Hacked App: 影之诗 By Hangzhou NetEase Leihuo Technology Co., Ltd.
      Bundle ID: com.netease.yzsios
      iTunes Store Link: https://apps.apple.com/cn/app/%E5%BD%B1%E4%B9%8B%E8%AF%97/id1297191124?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / 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:
      - One Hit Kill
      - God Mode


      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
      Download Hack







      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:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 65 replies
    • Galaxy Attack: Space Shooter v1.802 +3 Cheats
      Modded/Hacked App: Galaxy Attack: Space Shooter By ROCKET GO GLOBAL PTE. LTD.
      Bundle ID: com.game.space.shooter2
      iTunes Store Link: https://apps.apple.com/us/app/galaxy-attack-space-shooter/id1225548580?uo=4


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


      Hack Features:
      - Unlimited Coins
      - Unlimited Gems
      - Unlimited Medals
      - Unlimited Limit Break Cards
      - Unlimited Wing Cards


      Declaimer:
      - You will likely get banned quick, so don't use this if you value your account 
      - Nevertheless, you can still play single player modes, or just wait 1 week to lift the ban


      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
      Download Hack







      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:
      - @Zahir


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Haha
        • Winner
        • Like
      • 669 replies
    • Summoner's Greed: Empire TD v1.76.6 +2 Cheats
      Modded/Hacked App: Summoner's Greed: Empire TD By PIXIO LIMITED
      Bundle ID: com.pixio.apple.mtd
      iTunes Store Link: https://apps.apple.com/us/app/summoners-greed-empire-td/id1258027083?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / 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:
      - Unlimited Currencies // Spend // Gain
      - Dump Enemies


      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

      Download Hack








      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:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 147 replies
    • War Robots Multiplayer Battles v10.2.1 +1 Cheat
      Modded/Hacked App: War Robots Multiplayer Battles By PIXONIC GAMES LTD
      Bundle ID: com.pixonic.wwr
      iTunes Store Link: https://apps.apple.com/us/app/war-robots-multiplayer-battles/id806077016?uo=4


      Hack Features:
      - high jump height


      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/
        • Agree
        • Winner
      • 237 replies
    • Demon Sword: Idle RPG v1.1.35 +2 Cheats
      Modded/Hacked App: Demon Sword: Idle RPG By NX PLUS CO.,LTD.
      Bundle ID: com.rawhand.demonsword
      iTunes Store Link: https://apps.apple.com/us/app/demon-sword-idle-rpg/id6444302102?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / 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:
      - Damage Multiplier
      - Defence Multiplier


      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
      Download Hack







      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:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 115 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