Jump to content

Luethi13

Member
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 13 Mini

Recent Profile Visitors

399 profile views

Luethi13's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I wanna learn it but its not possible atm cause i dont have a pc...
  2. Yes, but i guess that Pou is the most easiest game to hack with flex2.So do you know a unit which could be for the walls or hit or something?
  3. Hi. I wanna try making a hack with flex2 which allows to go through "walls". The game i wanna hack is Pou. The gamemode is called: JetPou, its like flappy bird. Can someone help me finding the right unit which i could NULL/FALSE?
  4. So now it should look like this?: #import <Foundation/Foundationh> #import <substrateh> %hook IrresponsibleDad -(void) die { return NULL; } %end
  5. Now i get this error:
  6. Ok thanks i'll try it asap!!! So should i write everytime return null; intead of {}?
  7. #import <Foundation/Foundation.h> #import <substrate.h> %hook Segway -(void) die { } %end
  8. Thanks, now it worked but i think it doesn't change anything...Or maybe i just NULL'ed the wrong thing?! Can you please give me some "tipps" what i have to search in flex 2 to make for ex. A wallhack ?
  9. Hey guys, im trying to compile my tweak... When i type: make package message=yes I get this error: Can someone help me fix this please?
  10. But if im gonna make the package its gonna say this:
  11. So...I have this inside my tweak.xm:#import "writeData.h" #import "Macros.h" #import <Foundation/Foundation.h> #import <substrate.h> %hook IrresponsibleDad -(void) die { } %end Is that correct?
  12. Yes, but as you can see on the second pic, im not able to null the void with flex.My question now is: Can i Null it in the tweak.xm and how exactly do i have to write it in the tweak.xm? I saw so much TuT's and they all couldn't answer my questions...
  13. Yes, i saw almost every TuT to making tweaks and stuff...Is it even possible to make godmode, if i can't even edit The target method in flex2?
  14. Hey Guys. Im new here and i wanna start hacking with Flex 2 and making tweaks. I wanna make a happy wheels God mode hack, just to learn it. I don't know i this is the right Traget Method for godmode but i wanna try it... Its: -(void) die Here my first problem; I can't change it... : I thaught that i could do it with crating a tweak...So i tried to make one but it doesn't work at all...(I know how to "make" A tweak but i don't know what i've exactly to put in the tweak.xm. Can someone explain me how i could make GodMode with a tweak? I would be really happy because this cost me alot of time
×
  • 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