Jump to content

มือสมัครเล่น

Senior Member
  • Posts

    315
  • Joined

  • Last visited

Posts posted by มือสมัครเล่น

  1. 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

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