Jump to content

nyc709

Member
  • Posts

    82
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPad Mini 4
  • iOS Version
    11.4.1
  • Jailbroken
    No
  • Android Device
    Galaxy J7 Pro
  • Android Version
    7.0
  • Rooted
    No
  • Gender
    Not Telling

Recent Profile Visitors

821 profile views

nyc709's Achievements

Newbie

Newbie (1/14)

  • Super Dedicated
  • Dedicated
  • Collaborator
  • First Post
  • 5 Years In

Recent Badges

1

Reputation

  1. Is it just me or the attack multiplier is not working? Cooldown and sp cost works for me. But i dont get any damage. maybe some issue with my jailbreak. Im using xinaA15 jailbreak installed deb using its filemanager. Thanks anyway.
  2. Can somebody help me hook this function to repeat itself. Like I'm doing attack multiplier to hit the enemy multiple times. [Address(RVA = "0x1639E4C", Offset = "0x1639E4C", VA = "0x101639E4C")] public void SendAttackToEnemy(List<int> moblist, int skill, int card, int flag) #import "Menu.h" #include <substrate.h> #import <mach-o/dyld.h> uint64_t getRealOffset(uint64_t offset){ return _dyld_get_image_vmaddr_slide(0)+offset; } int (*org_SendAttackToEnemy)(void*, int moblist, int skill, int card, int flag); int SendAttackToEnemy(void* this_, int moblist, int skill, int card, int flag) { return org_SendAttackToEnemy(this_, moblist, skill, card, flag) * 20; } %ctor { MSHookFunction((void *)getRealOffset(0x101639E4C), (void *)SendAttackToEnemy, (void **)&org_SendAttackToEnemy); } Kindly correct my code cause it's not working. planning to repeat the function 20 times.
  3. I used crackerxi to get the binary file and global meta. Cheat will work if i change the value in igamegod, but it will not get a hit in watchpoint lldb to that address because you cant change the value in the game. But you can edit it in igamegod.
×
  • 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