Jump to content

tabloucas

Member
  • Posts

    20
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 7 Plus
  • Android Device
    samsung

Recent Profile Visitors

270 profile views

tabloucas's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. how make this hook in modmenu addHack(@"attack", @"Description of the hack", font, {0x252e1a}, {0x7047}, {0xf0b5}); ?? - (float)attack { if(GetPrefBool(@"keyatk")) { return 9999999999; } else { return %orig; } } %end
  2. cmp see up or down in ida change MOV X0, #1 to MOV X0, #0
  3. find CMP and change 1 to 0 1 = true 0 = false CMP ============ #0 or CMP ============ #1
  4. ARCHS = armv7 arm64 TARGET = iphone:clang:latest:latest THEOS_PACKAGE_DIR_NAME = debs include /var/theos/makefiles/common.mk TWEAK_NAME = StormWarsmodmenu #SUBPROJECTS += StormWarsmodmenu autolipo ======= not working StormWarsmodmenu_FILES = Tweak.xm ModMenu.mm Hack.mm Hook.mm SliderHook.mm TextfieldHook.mm InfoView.mm StormWarsmodmenu_FRAMEWORKS = UIKit MessageUI Social QuartzCore CoreGraphics Foundation AVFoundation Accelerate GLKit SystemConfiguration StormWarsmodmenu_LDFLAGS += -Wl,-segalign,4000,-lstdc++ StormWarsmodmenu_CFLAGS ?= -DALWAYS_INLINE=1 -Os -std=c++11 -w -s SUBPROJECTS += StormWarsmodmenu autolipo ====== here ? not working include /var/theos/makefiles/tweak.mk include /var/theos/makefiles/aggregate.mk
  5. 1- i cant inclouding binary filr in deb !? and this erros Tweak.xm:112:160: error: invalid digit 'B' in decimal constant ...0x100583810}, {0x010A01, 0x2100010B}, {0x032B0A01, 4103170B});
  6. hellp me Tweak.xm:16:36: error: expected expression static UIColor *const themeColor = ?; ^
×
  • 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