Jump to content

i can hack fmov s0, #1.0 to slide?


4 posts in this topic

Recommended Posts

Posted

void (* Fov_F_Fov)(void *Fov_F);void _Fov_F_Fov(void *Fov_F) {
  
float sliderValue = [[switches getValueFromSwitch:@"Fire Rate"] floatValue];
void (* Fov_F_Fov)(void *Fov_F) = (void *(*)(void *))getRealOffset(0xyyyyy);

  if([switches isSwitchOn:@"Fire Rate"]) {
    return sliderValue;
  }
 
  return Fov_F_Fov(Fov_F);} 

void setup() {
 
HOOK(0xxxxxx, _Fov_F, Fov_F);


 
[switches addSliderSwitch:@"Fire Rate"
            description:@"!"
              minimumValue:60
                maximumValue:120
                  sliderColor:UIColorFromHex(0xBD0000)];
}
 

x = offset for hack fmov s0, #1.0

y= funtion offset

i can't make

I have tried but it doesn't work.

@Rook

@Zahir

@0xSUBZ3R0

Archived

This topic is now archived and is closed to further replies.

×
  • 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