KlashKsa 54 Report post Posted April 7, 2019 (edited) This is my Tweak.xm for Danger Close game only works on 2019.13.3 version. This is just for learning purposes. If you want me update it, let me know in the comments. source https://github.com/klashksa/Danger-Close-Tweak-v2019.13.3 Hidden Content You'll be able to see the hidden content once you reply to this topic. NOTE : ill make it vip with more features soon Edited July 2, 2020 by KlashKsa 9 2 1 1 bruskrooz, Fzr, Daddychan and 10 others reacted to this Quote Share this post Link to post Share on other sites
Step 1 Report post Posted April 7, 2019 thanks 1 Xi7bxb reacted to this Quote Share this post Link to post Share on other sites
jeef1989 0 Report post Posted April 7, 2019 Tks Quote Share this post Link to post Share on other sites
jeef1989 0 Report post Posted April 7, 2019 Tks Quote Share this post Link to post Share on other sites
Seb 16 Report post Posted April 7, 2019 Short explanation:1. He includes a bunch of header files containg functions he will use in his coding(like getRealOffset)Code:#import <substrate.h>#import <mach-o/dyld.h>#import <UIKit/UIKit.h> 2.He unlinks a function, so he is only patching the thing YOU seecode:uint64_t getRealOffset(uint64_t offset)3.then he adds a slider using a plugin of the mod menu template and returns the unlinked function hooked to the slider:{return _dyld_get_image_vmaddr_slide(0)+offset;}offset was declared in the function header before and the function takes that extra piece of information. 4.Then he patches the _Player_Movement_Update function to set a higher value:code: void (* PlayerMovement_Update)(void *PlayerMovement);void _PlayerMovement_Update(void *PlayerMovement) {*(float *)((uint64_t)PlayerMovement + 0x74) = 100.0f;PlayerMovement_Update(PlayerMovement); 5. he creates a constructer (%ctor)and hooks the unlinked hacks up to it Quote Share this post Link to post Share on other sites
Talal205 0 Report post Posted April 8, 2019 Ok Quote Share this post Link to post Share on other sites
KeloXLee76 0 Report post Posted April 9, 2019 Please update it and iOS 12 support Quote Share this post Link to post Share on other sites
Khalidn3imi 0 Report post Posted April 24, 2019 Nice Quote Share this post Link to post Share on other sites
Wriply 0 Report post Posted May 3, 2019 This one was to announce he had an idea and see who would like it and who would get on board. The other one is to disscuss the game since he got enough yays. Quote Share this post Link to post Share on other sites
pt7ace 0 Report post Posted May 12, 2019 try to learn. thx! Quote Share this post Link to post Share on other sites
byronJer 0 Report post Posted May 14, 2019 Can see the title screen okay but then just a screen with a blue honeycomb pattern on my macintosh mate? A Quote Share this post Link to post Share on other sites
bekaniki 0 Report post Posted May 24, 2019 Bbbj Quote Share this post Link to post Share on other sites
Axazoozz 0 Report post Posted May 24, 2019 شش Quote Share this post Link to post Share on other sites
avrgaming123 0 Report post Posted May 24, 2019 gg Quote Share this post Link to post Share on other sites
OhGeezMan 0 Report post Posted May 24, 2019 thank you Quote Share this post Link to post Share on other sites
Heheh 0 Report post Posted May 24, 2019 Amazing Quote Share this post Link to post Share on other sites
Red16 173 Report post Posted August 25, 2019 Good work, good practice for the newbies Quote Share this post Link to post Share on other sites
Udiqodiwur 0 Report post Posted August 25, 2019 Uugdsvhjkokhsjshd On 4/7/2019 at 3:23 AM, Klashksa said: This is my Tweak.xm for Danger Close game only works on 2019.13.3 version. This is just for learning purposes. If you want me update it, let me know in the comments. source https://github.com/klashksa/Danger-Close-Hack-v2019.13.3 Hidden Content You'll be able to see the hidden content once you reply to this topic. NOTE : ill make it vip with more features soon Quote Share this post Link to post Share on other sites
JOKERvNUKE 0 Report post Posted August 27, 2019 T Quote Share this post Link to post Share on other sites
bruskrooz 0 Report post Posted September 22, 2019 Hi Quote Share this post Link to post Share on other sites