-
Posts
690 -
Joined
-
Last visited
Everything posted by Taylor Meyer
-
Help/Support another compile error in cygwin theos
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
tried it is giving me this Tweak.xm:65: error: fell off the face of the planet when we found a '}' -
Help/Support another compile error in cygwin theos
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
will try thanks so just put } at the end only reason why I ask is Amuyea said } // -
Help/Support another compile error in cygwin theos
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
i messed around and i think i fixed it but i got this Tweak.xm:49:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN7Missile19CollidingWithPlayerER4G... ^ Tweak.xm:51:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN8ShopItem11IsPurchasedEv"),(void*... ^ Tweak.xm:53:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN8ShopItem18PurchaseSuccessfulEv")... ^ Tweak.xm:55:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN4Game14GetCurrencyQtyEv"),(void*)... ^ Tweak.xm:57:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN6Player6IsDeadEv"),(void*)playerI... ^ Tweak.xm:59:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN14MissionManager15ReachedMaxLevel... ^ Tweak.xm:61:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN9SlotToken19CollidingWithPlayerER... ^ Tweak.xm:63:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZNK6Player8IsImmuneEv"),(void*)play... ^ Tweak.xm:65:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN8Obstacle19CollidingWithPlayerER4... -
Help/Support another compile error in cygwin theos
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
here is the tweak.xm #include <substrate.h> static bool missileCollision() { return FALSE; } static bool shopItemsPurchased() { return TRUE; } static void shopItemsPurchased2() { } static int getCurrency() { return 99999999; } static bool playerIsDead() { return FALSE; } static void missionMaxLevel() { } static bool slotTokenCollision() { return FALSE; } static bool playerIsImmune() { return TRUE; } static bool ObstacleColliding() { return FALSE; } %ctor { MSHookFunction(MSFindSymbol(NULL, "__ZN7Missile19CollidingWithPlayerER4Game"),(void*)missileCollision, NULL); MSHookFunction(MSFindSymbol(NULL, "__ZN8ShopItem11IsPurchasedEv"),(void*)shopItemsPurchased, NULL); MSHookFunction(MSFindSymbol(NULL, "__ZN8ShopItem18PurchaseSuccessfulEv"),(void*)shopItemsPurchased2, NULL); MSHookFunction(MSFindSymbol(NULL, "__ZN4Game14GetCurrencyQtyEv"),(void*)getCurrency, NULL); MSHookFunction(MSFindSymbol(NULL, "__ZN6Player6IsDeadEv"),(void*)playerIsDead, NULL); MSHookFunction(MSFindSymbol(NULL, " __ZN14MissionManager15ReachedMaxLevelEv"),(void*)missionMaxLevel, NULL); MSHookFunction(MSFindSymbol(NULL, "__ZN9SlotToken19CollidingWithPlayerER4Game"),(void*)slotTokenCollision, NULL); MSHookFunction(MSFindSymbol(NULL, "__ZNK6Player8IsImmuneEv"),(void*)playerIsImmune, NULL); MSHookFunction(MSFindSymbol(NULL, "__ZN8Obstacle19CollidingWithPlayerER4Game"),(void*)ObstacleColliding, NULL); -
Help/Support another compile error in cygwin theos
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
i PMed you my tweak.xm i searched the feature unlock all items i think i may have found something -
Help/Support another compile error in cygwin theos
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
then why did you release a patcher of that game in vip cheats -
Help/Support another compile error in cygwin theos
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
im gonna send you my tweak.xm -
Help/Support another compile error in cygwin theos
Taylor Meyer replied to Taylor Meyer's topic in Help & Support
what do you mean by game name -
when i type make package > Making all for tweak Hidden ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (armv7)… Tweak.xm:49:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN7Missile19CollidingWithPlayerER4G... ^ Tweak.xm:51:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN8ShopItem11IsPurchasedEv"),(void*... ^ Tweak.xm:53:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN8ShopItem18PurchaseSuccessfulEv")... ^ Tweak.xm:55:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN4Game14GetCurrencyQtyEv"),(void*)... ^ Tweak.xm:57:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN6Player6IsDeadEv"),(void*)playerI... ^ Tweak.xm:59:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN14MissionManager15ReachedMaxLevel... ^ Tweak.xm:61:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN9SlotToken19CollidingWithPlayerER... ^ Tweak.xm:63:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZNK6Player8IsImmuneEv"),(void*)play... ^ Tweak.xm:65:1: error: C++ requires a type specifier for all declarations MSHookFunction(MSFindSymbol(NULL, "__ZN8Obstacle19CollidingWithPlayerER4... ^ 9 error generated. make[3]: *** [/home/taylormeyer/theos/makefiles/instance/rules.mk:284: /home/taylormeyer/Hidden.theos/obj/debug/armv7/Tweak.xm.a5c61f40.o] Error 1 make[2]: *** [/home/taylormeyer/theos/makefiles/instance/library.mk:32: /home/taylormeyer/Hidden/.theos/obj/debug/armv7/Hidden.dylib] Error 2 make[1]: *** [/home/taylormeyer/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2 make: *** [/home/taylormeyer/theos/makefiles/master/rules.mk:90: Hidden.all.tweak.variables] Error 2 then when i type make troubleshoot it says make: *** [/home/taylormeyer/theos/makefiles/master/rules.mk:166:
-
Thanks
-
Try onavo Vpn is amazing
-
love you daddy
-
nice
-
Grand Theft Auto San Andreas 1.6 offsets and extras
Taylor Meyer replied to MrDemoManHax's topic in Coding Center
nice -
oh sorry MSHook in IDA
-
i wasn't being rude
-
found it um no i don't think that game but thanks for suggestion
-
itunes link
-
what