Leaderboard
Popular Content
Showing content with the highest reputation since 03/22/2021 in all areas
-
69 pointsHacked App: Call of Duty®: Mobile Link For The Game: https://apps.apple.com/ru/app/call-of-duty-mobile/id1287282214 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). Use JB Bypass (I suggest using KernBypass v0.0.5 And A-Bypass) Features: - Aim Section Low For AimBot/Increased Aim Assist - Visuals Section Name Tags Wall Hack Player Outline - Visuals Section No Recoil/No Spread - Player Section Speed x1 Speed x2 Speed x3 Jump x1 Jump x2 Jump x3 Jump x4 - Others Section Radar Field OF View Slider Small Crosshair Anti Flash To open the menu double tap with 3 fingers anywhere. To Close the menu double tap on the header of the menu. Comment Down Below To Reveal The Download Link For The Deb File. Download: [hide] https://mega.nz/file/qr4jAITJ#PLvnepaWwhaY1BJL6D_-yofLN5lqo0TkDu2POJIRaTo [/hide] Credits: @Ezi [ Warning ] ( Anyone reposting this hack on other Forums / Sites will get permanent ban. ) Hackright. 2021 iOSMods.com All hacks reserved. Image Or Video Of Tweak
-
36 points
Pixel Gun 3D Version 21.2.4 Free Tweak +1 [FREE SUPERCHEST]
Tipograf and 35 others reacted to Red16 for a post in a topic
Hacked App: Pixel Gun 3D: Fun PvP Action Link For The Game: https://apps.apple.com/us/app/pixel-gun-3d-fun-pvp-action/id640111933 Requirements: - AltStore - or any sideloading tools If your jailbroken use vnodebypass Features: - Free SuperChests Installation Instructions: Comment Down Below To Reveal The Download Link For The Deb File. Download: [hide]DOWNLOAD [/hide] [ Warning ] ( Anyone reposting this Tweak on other Forums / Sites will get permanent ban. ) Hackright. 2021 iOSMods.com All Tweaks reserved. Image Or Video Of Tweak -
8 points
Forward Assault Mod Menu 9 features!
DexteryDivinity and 7 others reacted to ProZentify for a post in a topic
[hide] Forward assault mod menu Tweak made by Zentify. credits: 0xTSST for set custom kills code. https://www.dropbox.com/s/z3zzn2xtjy65j34/com.Zentify.forwardassaulthack_1.2015_iphoneos-arm.deb?dl=0 Features: 1. No Recoil 2. No Spread 3. Set custom kills 4. Buy guns and gear out of buy zone. 5. No camera Recoil 6. No Flinch 7. Radar Tweak 8. Don’t Reset your load out when you die. 9. Immune to flash bangs. [/hide] -
6 points
Update Offsets without knowing Functions
Alexandre999 and 5 others reacted to Ezi for a post in a topic
Reply to this topic to watch the tutorial [hide] [/hide] -
5 points
ESP source code
leepham and 4 others reacted to Mobean for a post in a topic
give credits if you use You have to get screen coordinates but that’s the basic drawing side [hide]https://github.com/MobeanIM/esp-source-code-for-ios[/hide] -
5 points
PixelStrike3D mod menu (No recoil and more)
GayAnalOhYeah and 4 others reacted to ProZentify for a post in a topic
[hide] Pixel strike 3d mod menu Tweak made by Zentify. https://www.dropbox.com/s/n2jkvo0u1i9hhy1/com.yourcompany.pixelstrike3d_8.6.0_iphoneos-arm.deb?dl=0 Features: 1. No Recoil 2.No grenade explosion effect 3.No Flinch [/hide] -
4 points
Heroes of Warland v1.8.2 +9 Cheats
JurySW and 3 others reacted to VeteranX for a post in a topic
Hacked App: Heroes of Warland: Fun Shooter Link For The Game: https://apps.apple.com/us/app/heroes-of-warland-fun-shooter/id1327744476 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). Features: - Skip Tutorial - Health Bar ESP - Enemy Chams - Laser Bullets (No Recoil/ No Spread) - Increased Aim Assist - Unlimited Consumables (Blast Nades,Jump Pads, Domes) - No Burst (Ironsights Weapon is Fully Automatic) - No Tracers - No Muzzle Flash Download [hide]https://link-to.net/235461/HowlMenu[/hide] [ Warning ] ( Anyone reposting this hack on other Forums / Sites will get permanent ban. ) Hackright. 2021 iOSMods.com All hacks reserved. -
4 points
Omega Legends (ESP, Rapid Fire, Fly And +23 More) V1.0.77
Darlingg01 and 3 others reacted to Blackmanwithagun for a post in a topic
Ha -
3 points
Tweak.xm for critical ops (Instance Variables)
Ghostlyez and 2 others reacted to maskman007 for a post in a topic
This is my Tweak.xm for criticalops. This is just for learning purposes. Don't compile this file into a hack, as you will 100% get banned. It is not injected with anti-cheat. If you want me to make a youtube video, let me know in the comments. [hide] #import <substrate.h> #import <mach-o/dyld.h> #import <string> #import <Foundation/Foundation.h> #import "writeData.h" #import <UIKit/UIKit.h> using namespace std; uint64_t getRealOffset(uint64_t offset){ return _dyld_get_image_vmaddr_slide(0)+offset; } void (*CharacterData_update)(void * update, float time, void * weaponDefData); void _CharacterData_update(void * update, float time, void * weaponDefData) { if(update && weaponDefData) { *(int *)((uint64_t)weaponDefData + 0x30) = 0; //buyprice 0x30 *(float *)((uint64_t)weaponDefData + 0x48) += 5.0f; //fireRate 0x48 (increase fireRate by 5.0) *(float *)((uint64_t)weaponDefData + 0x64) = 0.0f; //reloadTime 0x64 *(float *)((uint64_t)weaponDefData + 0xc4) = 0.0f; //recoilPerShot 0xc4 void * inaccuracy = *(void **)((uint64_t)weaponDefData + 0x80); //object to WeaponFactors class 0x80 if(inaccuracy) { //do something } } CharacterData_update(update, time, weaponDefData); } %hook UnityAppController - (void)applicationDidBecomeActive:(id)arg0 { MSHookFunction(((void*)getRealOffset(0x1001BE9E4)),(void *)_CharacterData_update, (void**)&CharacterData_update); %orig; }%end [/hide] Credits: @@maskman007 -
2 points
[Tweak.xm] Ramboat
ProZentify and one other reacted to Admin for a post in a topic
[hide] Ramboat %hook ShopItem - (void)setPrice:(id)fp8 &orig(fp8); fp8=0; } %end %hook WeaponConfig - (int)firePower { return 999999; } - (int)maxAmmo { return 999999; } - (BOOL)isLocked { return false; } - (id)nextUpgradePrice { return 0; } %end %hook WeaponFeature - (int)firePower { return 99999; } - (int)maxAmmo { return 99999; } - (id)price { return 0; } %end %hook GameManager - (void)setSpecialCoins:(int)fp8 { &orig(fp8); fp8=999999; } - (int)specialCoins { return 99999; } - (void)setPokerChips:(int)fp8 { &orig(fp8); fp8=99999; } - (int)pokerChips { return 99999; } - (void)setCoins:(int)fp8 { &orig(fp8); fp8=99999; } - (int)coins { return 99999; } - (void)setCoinsSpent:(int)fp8 { &orig(fp8); fp8=0; } - (int)coinsSpent { return 0; } %end %hook GameState - (void)setCoins:(int)fp8 { &orig(fp8); fp8=99999; } - (int)coins { return 99999; } - (void)setMaxLife:(int)fp8 { &orig(fp8); fp8=9999; } - (int)maxLife { return 9999; } %end [/hide] -
2 points
Garena Liên Quân Mobile +2 Features
thehead2014 and one other reacted to Manh for a post in a topic
Image Of App:https://www.pcforecaster.com/wp-content/uploads/app_icons/garena-lien-quan-mobile184.png Hacked App:Garena Liên Quân Mobile Link For The Game: https://apps.apple.com/vn/app/garena-liên-quân-mobile/id1150288115?l=vi 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). Features: - Hak Map -Hide Fov(Xoá Sương) -Anti Band Installation Instructions: Comment Down Below To Reveal The Download Link For The Deb File. -Cmt để hiện link tải Download: [hide]https://drive.google.com/file/d/19mBNIC_cuzeTDCBaK3XNPu_L28epuryT/view?usp=drivesdk[/hide] [ Warning ] ( Anyone reposting this Tweak on other Forums / Sites will get permanent ban-Những ai post Tweak này ở web khác sẽ bị ban) Hackright. 2021 iOSMods.com All Tweaks reserved. Image:https://drive.google.com/file/d/19fgnIKX2llO8IWNPzDoitJal4w6hq07h/view?usp=drivesdk -
2 points
-
2 points
-
1 pointHi guys, so what i will be doing is coming out with some tutorials on hacking in my free time just something to give back to the community, as I was in this situation once when I was struggling to learn how to hack back in icheats. Without further delay, here is one of many series of tutorials... Things needed: -IDA PRO (I am using IDA PRO v. 6.4 demo) -Hex Editor (HxD in my case) -Tap Tap Revenge Tour Premium v. 2.0 -Some basic knowledge on ASM/ARM Now, once all the items are possessed we shall begin our hacking endeavor... [hide]First load up the binary into IDA PRO by simply dragging and dropping the binary into the IDA PRO icon Next, choose ARM as the processor type for the binary. Click OK and when prompted as to whether or not you want to change it, click OK as well When the binary is finished loading (in the bottom left, there will be a text saying idle), we can now begin hacking our game The functions window stores all of the game's functions, such as score, health, etc. In our case, we want to try and hack score, so let us search score by hitting ctrl+f within the functions window to search through the functions Now that we have found the functions that contain the string score, we must now find the correct function for our actual game score. Scroll down until you see the function -[TTScore setScore:] and double click on it Now comes the tricky/hard part, we must interpret the code. This is where ASM and ARM are needed for hacking in IDA PRO. For a rough overview, ASM deals with commands such as SUBS, LDR, STR, etc. whereas ARM deals mostly with registers such as R1, R2, R3, etc. In this case we can interpret the code as follows: MOV R1, #(_OBJC_IVAR_$_TTScore._score - 0x52588) ; int _score;<---Score function is loaded ADD R1, PC ; int _score; LDR R1, [R1] ; int _score;<---our score that we have is loaded into R1 STR R2, [R0,R1]<---the new score is stored into the R2 register BX LR<---ends the score function What we have here is a generic way of storing certain information, such as setCash, setAmmo, etc. In this case, since our score is stored (STR) in R2, we can make ourselves have a higher score simply by changing the register R2 to a register holding a higher value, in most cases R7. Highlight the STR R2, [R0,R1] function and then click on Hex-View A Once we land in the hex view, we can see the hex value of the function STR R2, [R0.R1] which is 42 50. To change the score so we have a maximum value, all we have to do is change the function to a STR R7, [R0,R1] which has a hex value of 47 52. We can not do this in IDA, but that is where our hex editor comes in handy. Note the hex address in the bottom left of the screen. Now drag and drop the binary file into your hex editor. Remember the hex address we were supposed to keep note of? Now it is needed. In the hex editor, go to the hex address you kept note of. In HxD, you would go to Search->Goto and then paste the file offset Now we land in our function, the same one in IDA PRO. Now to hack the game, all we have to do is change 42 50 into 47 50 for maximum score. Save the file, place it in the TapTapTourPaid.app folder and there you go. Hope you have enjoyed this simple tutorial, I will try and produce more tutorials in the future so be on the lookout. [/hide] Credits: STERLING ARCHER
-
1 point
[OUTDATED] Standoff 2 0.15.1 Chams
Lingga reacted to มือสมัครเล่น for a post in a topic
Hacked App: Standoff 2 Link For The Game:https://apps.apple.com/us/app/standoff-2/id1359706682 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). Features: - Chams p,y,r,g -Shoot no sound *** no report ban and Not responsible if you get banned. Installation Instructions: Comment Down Below To Reveal The Download Link For The Deb File. [hide]deb[/hide] [ Warning ] ( Anyone reposting this Tweak on other Forums / Sites will get permanent ban. ) Hackright. 2020 iOSMods.com All Tweaks reserved. -
1 point
How to change your Counter Attack stats
CHARi reacted to Pr3stigi0us for a post in a topic
[hide]https://youtu.be/bHYneHZ6MU8[/hide] -
1 point
Battle Prime v7.1 - [Radar,Markers,and Recoil Hack!]
VeteranX reacted to BigDaddy320 for a post in a topic
-
1 point
Battle Prime v7.1 - [Radar,Markers,and Recoil Hack!]
VeteranX reacted to Rayan044111 for a post in a topic
thanks -
1 point
-
1 pointImage Of App:https://photos.google.com/search/_tra_/photo/AF1QipPbtQYlIHUAHgi03r-EmIKxSw6BO-T7PruzML7T Hacked App: Wild Rift 2.1.1 Link For The Game: https://apps.apple.com/ph/app/league-of-legends-wild-rift/id1480616990 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). Features: -Hak Map -Hide FOV -Simple Anti Band Installation Instructions: Comment Below To Reveal The Download Link For The Deb File. Download: [hide]https://iosddl.net/8b12f6bf50bfd710/com.lol.hack_2.1.1_iphoneos-arm.deb[/hide] [ Warning ] ( Anyone reposting this Tweak on other Forums / Sites will get permanent ban. ) Hackright. 2021 iOSMods.com All Tweaks reserved. Image Or Video Of Tweak ff113250-74b3-4b4d-9da7-2828e557d3c1.jfif
-
1 pointGame: Brawl stars Game Version: 35.126 Game Link: https://apps.apple.com/us/app/brawl-stars/id1229016807 Features: Chams See people thru grass/bushes
-
1 point
Dead By Daylight Mobile v4.4.1 [Legit Menu]
VeteranX reacted to GangstaBala for a post in a topic
Xxxjjkajais -
1 point
-
1 point
-
1 point
[OUTDATED] World War Heroes (Aimbot, God Mode and +5 more) v1.24.0
GangstaBala reacted to Ezi for a post in a topic
Hacked App: World War Heroes Link For The Game: https://apps.apple.com/ru/app/world-war-heroes-онлайн-шутер/id1281535229 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). Features: - Aimbot -Fov (For Aimbot) -Smooth (For Aimbot) - Unlimited ammo - Radar - No spread -God Mode -Players Speed -Unlimited Weapon Durability Installation Instructions: Comment Down Below To Reveal The Download Link For The Deb File. Download: [hide]https://drive.google.com/file/d/1xbnq57uX-Ur1LMoVjTewNSnUwDBJtnYm/view?usp=sharing [/hide] [ Warning ] ( Anyone reposting this hack on other Forums / Sites will get permanent ban. ) Hackright. 2021 iOSMods.com All hacks reserved. Image Or Video Of Tweak -
1 point
Dead By Daylight Mobile v4.4.1 [Legit Menu]
VeteranX reacted to Dead by daylight is broken for a post in a topic
Wow -
1 point
-
1 pointI can finally ruin someone’s day
-
1 point
Dead By Daylight Mobile v4.4.1 [Legit Menu]
VeteranX reacted to Ddgfgggggddddd for a post in a topic
Hi -
1 point
-
1 pointThanks for this Tweak
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
Dead By Daylight Mobile v4.4.1 [Legit Menu]
VeteranX reacted to Manking3140 for a post in a topic
Nice -
1 point
Dead By Daylight Mobile v4.4.1 [Legit Menu]
VeteranX reacted to Manking11161 for a post in a topic
Ty -
1 point
-
1 point
-
1 point
Dead By Daylight Mobile v4.4.1 [Legit Menu]
VeteranX reacted to Jaysizzle995 for a post in a topic
nice -
1 point
-
1 point
-
1 point
-
1 point
[OUTDATED] Critical Ops 1.23.4 +18 Features [Updated]
33500546gg reacted to AlxXrist for a post in a topic
What -
1 point
1v1.LOL v.2.4 (Unlimited Ammo, Rapid Fire And More!)
lvl bro lvl reacted to IMWICKED for a post in a topic
Wow -
1 point
[OUTDATED] CSR Racing 2 (Unlimited Gold, Cash, Keys And More) v2.17.4
Vukasin reacted to Supr3m3Trxsh for a post in a topic
Link doesn’t work