Jump to content

Goran

Senior Member
  • Posts

    572
  • Joined

  • Last visited

Everything posted by Goran

  1. 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..
  2. I dont know what it is, but that is missing somehow... Metal.MTLBlitCommandEncoder WHERE TO GET THIS ONE???
  3. 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....
  4. thanks guys!! i see that everything is important here what about that theos/obj/debug/armv7 error???
  5. 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 { } }
  6. 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 ❤️
  7. 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..
  8. nope, foundation folder just have two files...
  9. 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???
  10. but there is no foundation.h file in there
  11. everything is good now i got this error... folder is nor xxx, cuz i reinstalled theos from ground.. have 9.3 sdk....
  12. ok, you are using this one? also where you got folder "include" for theos???
  13. Here you go, i swear in god that nothing is touched.... https://www.dropbox.com/s/7jjx6g3vkgqwqnw/007.zip?dl=0 game is Trigger Fist Ammo 001527D4 0000A0E3 Grenades 0015370C 000040E2
  14. man, sorry but you did not read my first post... i said there thet i just created project folder, and i just created txt with codes that need to be implemented... i just need that from txt files to be in project thats all... so i can understand.... thanks for help mate...
  15. oh maaan, that is created from http://armconverter.com/codeinjectgenerator/ and in txt, everything else is GENUINE... i created everything, just to implement inside... that is why is like that....
  16. man, i do that from scratch.... that is why i ask for help... i only created over terminal and copied, nothing touched...
  17. how do you mean fuked up, when i created from ground so i can upload.. i tried that tutorial, but that does not help me to understand, that is why i asked for help about this to files, so i can examine....
  18. am on iOS 10.2 iPhone 6s... And I need working iOS SDK and include folder GENUINE main site is down, so please i know there is links, but tried some and give a lot of errors... so i need one that is 100% working that you are using and you can guarantee...
  19. Tweak.xm & Preferences Plist somebody to insert for me... i need that so i can understand... and after that i will try to make deb and see what errors i get, so i can fix errors... but firs to make sure that this two files are good... Here is my project folder located in /var/mobile/projectname in this case is /var/mobile/00 i will upload project and tweak and plist txt files so someone can put that in my project and upload so i can examine and try to make deb... thanks you... p.s. also, if you change any other file that this two please make a note... here is link what need to be modified and reuploadeed for me.. https://www.dropbox.com/s/v5fnjyry6tno6s8/Project 00.zip?dl=0 game is of course Trigger Fist
  20. man am watching tutorials, but cant find GOOD SDK, am on 10.2 iphone 6s main site is down, and i dont know witch SDK is GOOD and GENUINE...
  21. ok... do i put " Tweak.xm & Preferences Plist" in the root project foldeR? and how is named "Preferences Plist file"?
  22. how to get that??? also here is my project folder https://www.dropbox.com/s/ruzqe69rh7syruj/1.zip?dl=0
  23. done that now i got this... also does " Tweak.xm & Preferences Plist" go to ROOT project directory? and what is name for "Preferences Plist" file?
  24. Tweak.xm & Preferences Plist TEMPLATE[UPDATE 2.2][Template] Custom NIC Code Injection Patcher Template! I have... am on ios 10.2 iphone 6 I implemented SDKs iPhoneOS9.3sdk and iPhoneOS10.1sdk i got this errors... i need help, also if someone can make Tweak.xm & Preferences Plist for me... and tell me where to place it, because i see more 1.plist in my folder and subfolder... Game is Trigger Fist v1.11 my name is Goran folder name is "1" /var/mobile/1 Bundle ID: com.LakeEffectApplications.TriggerFist first button is bullets... 001527D4 0000A0E3 second Nades: 0015370C 000040E2 this is my first so i dont understand for now... thanks.... for detail explanation...
×
  • 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