Jump to content

DominikPruchnik

Member
  • Posts

    28
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPad Air 2
  • iOS Version
    14.2
  • Jailbroken
    Yes
  • Rooted
    No

Recent Profile Visitors

432 profile views

DominikPruchnik's Achievements

Newbie

Newbie (1/14)

  • 2 Years In
  • One Year In
  • Conversation Starter
  • First Post
  • Collaborator

Recent Badges

0

Reputation

  1. Yo so I tried updating old shmoo’s shadowgun legends aimbot source. Got every right offset and also I’m almost 100% sure my code is good and of course, I have valid Quaternion and Vector3 implementations. The problem is, as said in title the hook causes game to crash and I can’t figure out why it’s crashing right when I enter the game, and yes I know the game uses UnityFramework as base executable. It’s crashing even if I hook update function without returning anything or modyfing at any way. Here’s how I hook: void (*_ComponentPlayer_Update)(void *componentPlayer); void ComponentPlayer_Update(void *componentPlayer){ _ComponentPlayer_Update(componentPlayer); } float (*ComponentEnemy_GetCurrentHealth)(void *componentEnemy) = (float (*)(void *))getRealOffset(0x1D18F34); void (*_ComponentEnemy_Update)(void *componentEnemy); void ComponentEnemy_Update(void *componentEnemy){ _ComponentEnemy_Update(componentEnemy); } %ctor { MSHookFunction((void *)KittyMemory::getAbsoluteAddress("UnityFramework", 0x1D0ED98), (void *)ComponentPlayer_Update, (void **)&_ComponentPlayer_Update); MSHookFunction((void *)KittyMemory::getAbsoluteAddress("UnityFramework", 0x1CEAC40), (void *)ComponentEnemy_Update, (void **)&_ComponentEnemy_Update); } I also was trying to use unityframework vmadder slide which was working fine for me in other too unityframework games(for example telekill) and it said kern_invalid_address, I’m telling you again every offset was right. Anyway if someone can help me I would really appreciate it cause for me it’s just the time to start with some advanced mods. If any additional information is needed, just tell me and I will answer 😃
  2. yo so my problem is that whenever I try to unlink, hook a function game is crashing no matter what I do. Game is using UnityFramework as base executable Im using ted2 menu template (of course enabled unityframework in it) . any help that could make the cheat working and stop game from crashing apprecieated
  3. So, I am struggling my head to make my menu appear only when someone triple click with three fingers, found that I gotta learn UIGestureRecognizer, but didn’t found any tutorials that are for me or just good code example. Already tried some things with that tho, tbh don’t even know where I should add that code. I just want to make menu appear when someone triple click with three fingers. I’m using shmoos menu template to learn that btw. Help appreciated cuz I rly need it.
  4. Yo, so anyone knows how could I make “Hideable” menu that appears only when someone triple taps the screen? Help appreciated.
  5. Hi, so my problem is, when I'm trying to run .json script in ida pro I'm getting this error: ''Function declaration is expected" I'm facing this problem like 2 hours and still didn't manage to fix it. Any help appreciated
  6. Yo, so I managed to make actually some good cheats but I have a problem with bypassing the game anti cheat. Any tips appreciated
×
  • 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