-
Posts
572 -
Joined
-
Last visited
Everything posted by Goran
-
here is what i got.... so witch one i need to disable and witch function, tried few, game works no crash but still cant attach with putty... segmetation fault 11 LAST DAY ON EARTH v1.5.8 Here is what i got... My question is WHICH ADDRESS I NEED TO NOP C064 If i selected good one... xref
-
well done mate..
-
@shmoo i did not find _syscall in LDOE, but still cant attach... what is that???
-
i started to examine LDOE, and i got memory segmentation fault 11, it cant attach... but weird thing is there is no _syscall in imports in ida pro.... how to solve this??? @DiDA
-
found, thanks...
-
Searched pleae help ❤??
-
I just got this error... tried on other apps but it work.... binary is thinned over limo offline... game works, but putty wont attach... what can it be???
-
Help/Support how can i make OFFSET hack instead of ADDRESS hack???
Goran replied to Goran's topic in Help & Support
@DiDA do you have any solution for this??? -
Help/Support how can i make OFFSET hack instead of ADDRESS hack???
Goran replied to Goran's topic in Help & Support
man i know for that, i just want other solution.. if you hack with offset, it is more likely that will work on updated versions of game... -
Help/Support how can i make OFFSET hack instead of ADDRESS hack???
Goran replied to Goran's topic in Help & Support
binary have offset and address... i need solution how to change that i use offset instead of address... writeData(0xOFFSET instead of address, 0x40E2) -
Help/Support how can i make OFFSET hack instead of ADDRESS hack???
Goran posted a topic in Help & Support
how can i make OFFSET hack instead of ADDRESS hack??? i want to make tweak.xm to register offset not address in binary, how to change that in tweak.xm or where is needed?? because offset is much better... -
Help/Support SDKs iOS 8, 9 or 10 + include folder NEEDED
Goran replied to Goran's topic in Help & Support
Guys I MADE IT... Just be patient, and crew will help you, and you will learn a lot from reading... and you will make it... THANKS @DiDA @Ted2 @K_K FOR HELPING ME IN THIS JOURNEY... -
Help/Support Metal.MTLBlitCommandEncoder WHERE TO GET THIS ONE???
Goran replied to Goran's topic in Help & Support
@DiDA DELETE THIOS TOPIC -
@DiDA DELETE THIS TOPIC
-
Help/Support SDKs iOS 8, 9 or 10 + include folder NEEDED
Goran replied to Goran's topic in Help & Support
Thank you ?????? -
Am working around 3 full days to solve SDKs and INCLUDE folder... I downloaded from tutorials include folder, but it does not include everything... also official SDKs "https://sdks.website/" is down... i downloaded from github... but always errors and error, i solve one, but than came another.. and that is 3 days... lol so, if someone can upload his WORKING SDKs and INCLUDE folder.. because just SDKs without include folder is nothing.. i know there is framework folder in sdks, but that folder does not have many things.. I need from you, that you zip your working sdks folder and include folder and upload... because you can help me..
-
Help/Support Metal.MTLBlitCommandEncoder WHERE TO GET THIS ONE???
Goran posted a topic in Help & Support
I dont know what it is, but that is missing somehow... Metal.MTLBlitCommandEncoder WHERE TO GET THIS ONE??? -
I got A LOT of errors since last two days lol... solved one by one with your help odf course.. but this one am stuck... here is my UIGeometry .hfile 77:12 // // UIGeometry.h // UIKit // // Copyright (c) 2005-2015 Apple Inc. All rights reserved. // #import <Foundation/Foundation.h> #import <CoreGraphics/CoreGraphics.h> #import <UIKit/UIKitDefines.h> @interface NSValue (NSValueUIGeometryExtensions) I copied just important part.. bold is where error is pointed... Thanks for help....
-
thanks guys!! i see that everything is important here what about that theos/obj/debug/armv7 error???
-
am close like never before lol i see it says what is error, but i dont know what i need to do... also what need to do with thet obj/debug/arm7 error??? here is picture and here is tweak xm... #import "writeData.h" #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <substrate.h> /* To MSHook Offsets, use https://iosgods.com/topic/22718-mshook-tweakpatcherfunction-tweakpatcher-withwithout-psedittextcellpsslidercell-generator-online/ */ /* To Easily Generate Tweak.xm and Preferences Plist https://iosgods.com/topic/24138-code-inject-generator-online-tweakxm-preferencesplist/ */ #define PLIST_PATH @"/var/mobile/Library/Preferences/xxx.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %ctor { if(GetPrefBool(@"key1")) { writeData(0x1527D4 0xA0E3); } else { } if(GetPrefBool(@"key2")) { writeData(0x15370C, 0x40E2); } else { } }
-
Do i need just to copy in include folder root, or i need to copy whole headers folder to include folders? thanks man, you are knowledje machine ❤️
-
Can somebody upload for me and crew FOUNDATION folder.. whereever I download foundation folder is empty... so if someone can upload it.. or give a link.. thanks..
-
nope, foundation folder just have two files...
-
i just can find this file... it give me this error when make package... where i can get INCLUDE folder with that and all files???