Jump to content

 Something great is coming! 🤖

Stay tuned for the big reveal happening here on iOSGods on the 20th of February!

The countdown has finished!

6 posts in this topic

Recommended Posts

Posted

You cannot directly mod those enums, they're constants

for example, 

1 = Gold
2 = Gems, etc..

Instead of wasting your time and writing strings, you can use integers to identify those strings

You should look for functions that make use of these enums

  • Like 1
Posted
On 10/04/2022 at 10:38, Zahir said:

Você não pode modificar diretamente esses enums, eles são constantes

por exemplo, 

1 = Ouro
2 = Gemas, etc.

Em vez de desperdiçar seu tempo e escrever strings, você pode usar números inteiros para identificar essas strings

Você deve procurar funções que fazem uso dessas enumerações

send me script example, pls

Posted (edited)

DamageType.Generic is equal to int damageType = 0; (same as DamageType damageType = DamageType.Generic)
DamageType.Hunger is equal to int damageType = 1;
DamageType.Thirst
is equal to int damageType = 2;

void MakeDamage(int damage, DamageType damageType) - > MakeDamage(100, DamageType.Generic) -> MakeDamage(100, 0)

hook function
 

void (*MakeDamage)(void *instance, int damage, int damageType) = nil;
void _MakeDamage(void *instance, int damage, int damageType){
  if(damageType == 0)
  {
    damageType = 1;
    MakeDamage(instance, damage, damageType);
  }
  else if(damageType == 1)
  {
    MakeDamage(instance, 0, damageType);
  }
  else
  {
    MakeDamage(instance, damage, damageType);
  }
}

 

Updated by gogigogi1
Posted (edited)
2 hours ago, gogigogi1 said:

DamageType.Generic is equal to int damageType = 0; (same as DamageType damageType = DamageType.Generic)
DamageType.Hunger is equal to int damageType = 1;
DamageType.Thirst
is equal to int damageType = 2;

void MakeDamage(int damage, DamageType damageType) - > MakeDamage(100, DamageType.Generic) -> MakeDamage(100, 0)

hook function
 

void (*MakeDamage)(void *instance, int damage, int damageType) = nil;
void _MakeDamage(void *instance, int damage, int damageType){
  if(damageType == 0)
  {
    damageType = 1;
    MakeDamage(instance, damage, damageType);
  }
  else if(damageType == 1)
  {
    MakeDamage(instance, 0, damageType);
  }
  else
  {
    MakeDamage(instance, damage, damageType);
  }
}

 

 

 

 

I tried but it didn't work, see my script

i want to do fall damage when i jump high

 

	// Token: 0x06001E39 RID: 7737 RVA: 0x00002053 File Offset: 0x00000253
		[Token(Token = "0x6001E39")]
		[Address(RVA = "0x6E2D68", Offset = "0x6E2D68", VA = "0x6E2D68")]
		public void Hurt(float amount, ET.DamageType type, [Optional] PlayerManager attacker)
		{
		}


// Oxide.ET.DamageType
// Token: 0x04001A78 RID: 6776
[Token(Token = "0x4001A78")]
public const ET.DamageType Fall = 12;


// its my code in mod menu



void (*orig_Update) (void* instance);
void Update(void* instance) {


    if (instance != NULL && hack1)

    {

        *(float*)((uint64_t)instance + 0x90) = 12.0f; // jump height
        *(float*)((uint64_t)instance + 0x88) = 12.0f; //speed

    }


    return orig_Update(instance);
}

void (*orig_Hurt)(void *instance,float amount, int DamageType , int attacker) ;
void Hurt(void *instance, float amount, int DamageType,int attacker){
    if(hack1 && DamageType == 12)
    {
        DamageType = 12; // fall
        Hurt(instance, 0, DamageType ,attacker);
    }
        else if(DamageType == 12)
        {
            Hurt(instance, 0, DamageType,attacker);
        }
        else
        {
            Hurt(instance,amount,DamageType,attacker);
        }
    }


// hook


 MSHookFunction((void *)getAbsoluteAddress(targetLibName,string2Offset(OBFUSCATE_KEY("0x6E2D2C",'?'))),(void *) Hurt,(void **)&orig_Hurt);

 MSHookFunction((void *)getAbsoluteAddress(targetLibName,string2Offset(OBFUSCATE_KEY("0x737570",'?'))),(void *) Update,(void **)&orig_Update);


I also changed the DamageType to type but it didn't work..
  
  
  

 

https://www.youtube.com/watch?v=Tgx4vIDO_kY

game :  https://play.google.com/store/apps/details?id=com.catsbit.oxidesurvivalisland&hl=pt_BR&gl=US

Updated by fdhbyfgd
Posted

first of all its seems thats u hook wrong function

because u hook is wrong and will not work at all

 

void (*orig_Hurt)(void *instance,float amount, int DamageType , int attacker) ;
void Hurt(void *instance, float amount, int DamageType,int attacker){
    if(hack1 && DamageType == 12)
    {
        DamageType = 12; // fall
        orig_Hurt(instance, 0, DamageType ,attacker);
    }
        else if(DamageType == 12)
        {
            orig_Hurt(instance, 0, DamageType,attacker);
        }
        else
        {
            orig_Hurt(instance,amount,DamageType,attacker);
        }
}


 

with ur mistake u not able take damage at all but u take

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Cat Snack Bar: City Simulation v1.0.3 [ +3 Cheats ] Currency Max
      Modded/Hacked App: Cat Snack Bar: City Simulation By treeplla Inc.
      Bundle ID: com.tree.idle.cat.city
      App Store Link: https://apps.apple.com/ph/app/cat-snack-bar-city-simulation/id6753163785?uo=4

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited cash
      - Unlimited EXP Can
        • Thanks
      • 2 replies
    • Cat Snack Bar: City Simulation v1.0.3 [ +3 Jailed ] Currency Max
      Modded/Hacked App: Cat Snack Bar: City Simulation By treeplla Inc.
      Bundle ID: com.tree.idle.cat.city
      App Store Link: https://apps.apple.com/ph/app/cat-snack-bar-city-simulation/id6753163785?uo=4

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited cash
      - Unlimited EXP Can
        • Thanks
        • Like
      • 1 reply
    • Overspace: Alien Shooter RPG v1.2 [ +2 Cheats ] Currency Max
      Modded/Hacked App: Overspace: Alien Shooter RPG By OU S18 Group
      Bundle ID: com.shooterhero
      App Store Link: https://apps.apple.com/us/app/overspace-alien-shooter-rpg/id6752649717?uo=4

      🤩 Hack Features

      - Unlimited Gold
      - Unlimited Gems
        • Haha
        • Thanks
        • Like
      • 8 replies
    • Overspace: Alien Shooter RPG v1.2 [ +2 Jailed ] Currency Max
      Modded/Hacked App: Overspace: Alien Shooter RPG By OU S18 Group
      Bundle ID: com.shooterhero
      App Store Link: https://apps.apple.com/us/app/overspace-alien-shooter-rpg/id6752649717?uo=4

      🤩 Hack Features

      - Unlimited Gold
      - Unlimited Gems
        • Thanks
        • Winner
        • Like
      • 7 replies
    • Baseball Boy! Cheats (All Versions) +3
      Modded/Hacked App: Baseball Boy! By Voodoo
      Bundle ID: com.itchmedia.ta3
      App Store Link: https://apps.apple.com/us/app/baseball-boy/id1333523965?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Freeze Cash
      - Freeze Gem
      - Premium No Ads

       

      Non-Jailbroken Hack: https://iosgods.com/topic/83387-baseball-boy-auto-update-jailed-cheats-3/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/83368-baseball-boy-cheats-all-versions-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 209 replies
    • Viking Hero TD: Roguelike RTS v1.0.2 [ +7 Jailed ] Currency Max
      Modded/Hacked App: Viking Hero TD: Roguelike RTS By SimpleBit Studios ApS
      Bundle ID: com.SimpleBitStudios.VikingHeroTD
      App Store Link: https://apps.apple.com/us/app/viking-hero-td-roguelike-rts/id6749671654?uo=4
      🤩 Hack Features

      - Unlimited Coins
      - Unlimited Amber
      - Unlimited Keys +3
      - Unlimited Ascend
      - HP MAX
      - ATK MAX
      - ATK Range
      • 0 replies
    • Viking Hero TD: Roguelike RTS v1.0.2 [ +7 Cheats ] Currency Max
      Modded/Hacked App: Viking Hero TD: Roguelike RTS By SimpleBit Studios ApS
      Bundle ID: com.SimpleBitStudios.VikingHeroTD
      App Store Link: https://apps.apple.com/us/app/viking-hero-td-roguelike-rts/id6749671654?uo=4

      🤩 Hack Features

      - Unlimited Coins
      - Unlimited Amber
      - Unlimited Keys +3
      - Unlimited Ascend
      - HP MAX
      - ATK MAX
      - ATK Range
      • 0 replies
    • FarmVille 2: Country Escape Cheats v29.4 +1
      Modded/Hacked App: FarmVille 2: Country Escape by Zynga Inc.
      Bundle ID: com.zynga.FarmVille2CountryEscape
      iTunes Store Link: https://apps.apple.com/us/app/farmville-2-country-escape/id824318267?uo=4&at=1010lce4


      Hack Features:
      - Freeze Key


      iOS Hack Download Link: https://iosgods.com/topic/101607-arm64-farmville-2-country-escape-cheats-v1263984-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 2,035 replies
    • Farmdale - magic family farm Cheats (All Versions) +3
      Modded/Hacked App: Farmdale - magic family farm By Game Garden Limited
      Bundle ID: com.gamegarden.fd
      App Store Link: https://apps.apple.com/us/app/farmdale-magic-family-farm/id858467950?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Freeze Currencies

       

      Non-Jailbroken Hack: https://iosgods.com/topic/91062-farmdale-magic-family-farm-v600-jailed-cheats-3/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/91061-farmdale-magic-family-farm-cheats-all-versions-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 106 replies
    • Raising Poseidon v1.3.99 Jailed Cheats +2
      Modded/Hacked App: Raising Poseidon By MouseDuck Co., Ltd.
      Bundle ID: com.mouseduck.seawar
      App Store Link: https://apps.apple.com/us/app/raising-poseidon/id1614789798?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Multiply Attack
      - Custom Currencies (Not sure if still work or not)

       

      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/205959-raising-poseidon-v1399-jailed-cheats-2/
      • 0 replies
    • +99 Reinforced Wooden Stick v99.1.41 Jailed Cheats +2
      Modded/Hacked App: 99강화 나무몽둥이 : 키우기 By STUDIO LICO Corp.
      Bundle ID: com.studiolico.woodenstick
      App Store Link: https://apps.apple.com/kr/app/99%EA%B0%95%ED%99%94-%EB%82%98%EB%AC%B4%EB%AA%BD%EB%91%A5%EC%9D%B4-%ED%82%A4%EC%9A%B0%EA%B8%B0/id6737379268?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - God Mode
      - Multiply Attack

       


      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/193094-99-reinforced-wooden-stick-v99135-jailed-cheats-2/
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 44 replies
    • CookieRun: Kingdom v7.1.001 Jailed Cheats +3
      Modded/Hacked App: CookieRun: Kingdom By Devsisters Corp.
      Bundle ID: com.devsisters.ck
      App Store Link: https://apps.apple.com/us/app/cookierun-kingdom/id1509450845?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Multiply Attack
      - Multiply Defense
      - No Skills Cooldown
       

      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/201150-cookierun-kingdom-v610001-jailed-cheats-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 112 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