Jump to content

6 posts in this topic

Recommended Posts

Posted

How can i call this function and change the energy?
 

Token(Token = "0x2000150")]
public class CheatAccountSetEnergy : RequestPacket
{
	[Token(Token = "0x4000351")]
	[FieldOffset(Offset = "0x30")]
	[Attribute(Name = "CompilerGeneratedAttribute", RVA = "0x13955C", Offset = "0x13955C")]
	private int <Energy>k__BackingField;

	[Token(Token = "0x17000321")]
	public int Energy
	{
		[Token(Token = "0x60007A9")]
		[Address(RVA = "0x3742160", Offset = "0x3742160", VA = "0x3742160")]
		[Attribute(Name = "CompilerGeneratedAttribute", RVA = "0x14001C", Offset = "0x14001C")]
		get
		{
			return default(int);
		}
		[Token(Token = "0x60007AA")]
		[Address(RVA = "0x3742168", Offset = "0x3742168", VA = "0x3742168")]
		[Attribute(Name = "CompilerGeneratedAttribute", RVA = "0x14002C", Offset = "0x14002C")]
		set
		{
		}
	}

	[Token(Token = "0x60007AB")]
	[Address(RVA = "0x3742170", Offset = "0x3742170", VA = "0x3742170")]
	public CheatAccountSetEnergy()
	{
	}
}

 

Posted (edited)
15 hours ago, batchh said:

How can i call this function and change the energy?
 

Token(Token = "0x2000150")]
public class CheatAccountSetEnergy : RequestPacket
{
	[Token(Token = "0x4000351")]
	[FieldOffset(Offset = "0x30")]
	[Attribute(Name = "CompilerGeneratedAttribute", RVA = "0x13955C", Offset = "0x13955C")]
	private int <Energy>k__BackingField;

	[Token(Token = "0x17000321")]
	public int Energy
	{
		[Token(Token = "0x60007A9")]
		[Address(RVA = "0x3742160", Offset = "0x3742160", VA = "0x3742160")]
		[Attribute(Name = "CompilerGeneratedAttribute", RVA = "0x14001C", Offset = "0x14001C")]
		get
		{
			return default(int);
		}
		[Token(Token = "0x60007AA")]
		[Address(RVA = "0x3742168", Offset = "0x3742168", VA = "0x3742168")]
		[Attribute(Name = "CompilerGeneratedAttribute", RVA = "0x14002C", Offset = "0x14002C")]
		set
		{
		}
	}

	[Token(Token = "0x60007AB")]
	[Address(RVA = "0x3742170", Offset = "0x3742170", VA = "0x3742170")]
	public CheatAccountSetEnergy()
	{
	}
}

 

If I understood you correctly, you want to make a tweak, in this case the code will be like this:
 

%hook CheatAccountSetEnergy
- (int)Energy {
    int Energy = 9999999; 
    return Energy;
}
%end


I may be wrong, but I think you should look for another class where there will be values for example GetEnergy or get_Energy, because in this example I think you can't do for example offset patch from 0x3742160 on 00F0271EC0035FD6.
Like in this example:
 

[Token(Token = "0x6000356")]
    [Address(RVA = "0x25D0B6C", Offset = "0x25D0B6C", VA = "0x25D0B6C")]
    public int GetGold()
    {
        return 0;
    }

We can make offset patch with Custom Live Offset Patcher on offset 25D0B6C and change it to 00F0271EC0035FD6
But you should try, it'll be really nice if it does work out :)

Updated by hikiasi
  • Like 1
Posted
19 minutes ago, hikiasi said:

If I understood you correctly, you want to make a tweak, in this case the code will be like this:
 

%hook CheatAccountSetEnergy
- (int)Energy {
    int Energy = 9999999; 
    return Energy;
}
%end


I may be wrong, but I think you should look for another class where there will be values for example GetEnergy or get_Energy, because in this example I think you can't do for example offset patch from 0x3742160 on 00F0271EC0035FD6.
Like in this example:
 

[Token(Token = "0x6000356")]
    [Address(RVA = "0x25D0B6C", Offset = "0x25D0B6C", VA = "0x25D0B6C")]
    public int GetGold()
    {
        return 0;
    }

We can make offset patch with Custom Live Offset Patcher on offset 25D0B6C and change it to 00F0271EC0035FD6
But you should try, it'll be really nice if it does work out :)

Thanks for responding, but that’s not what I meant. 
My idea was, set the energy to a high value and then call the CheatAccountSetEnergy that is a request packet for the server, I have no idea on how to do that :(

Any ideas?

Posted
2 minutes ago, batchh said:

Thanks for responding, but that’s not what I meant. 
My idea was, set the energy to a high value and then call the CheatAccountSetEnergy that is a request packet for the server, I have no idea on how to do that :(

Any ideas?

I get your point, in that case you could try this

%hook CheatAccountSetEnergy

- (int)Energy
{
    int Energy = 99999999;  // Replace the original value with 999999
    return Energy; 
}

%end

%hook CheatAccountSetEnergy

- (void)sendRequestToServer
{
    %orig; // Call the original method to send the request to the server
}

%end

but I'm not sure about it to be honest, because I've never encountered it myself

  • Like 1
Posted
21 minutes ago, hikiasi said:

I get your point, in that case you could try this

%hook CheatAccountSetEnergy

- (int)Energy
{
    int Energy = 99999999;  // Replace the original value with 999999
    return Energy; 
}

%end

%hook CheatAccountSetEnergy

- (void)sendRequestToServer
{
    %orig; // Call the original method to send the request to the server
}

%end

but I'm not sure about it to be honest, because I've never encountered it myself

I will try :) thank you so much 

  • Like 1

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

    • Sheep Dash-Farm Animal Escape (Auto Update) Jailed Cheats +3
      Modded/Hacked App: Sheep Dash-Farm Animal Escape By WINLON PTE. LTD.
      Bundle ID: com.sheeprun.chick.farm
      App Store Link: https://apps.apple.com/us/app/sheep-dash-farm-animal-escape/id6754862574?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

      - Infinite Coins
      - Infinite Boosters
      - No Ads

       

      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/214481-sheep-dash-farm-animal-escape-auto-update-jailed-cheats-3/
      • 0 replies
    • Dragon's Rush +3++ Mods [ Damage & Defence ]
      Mod APK Game Name: Dragon's Rush By TsyaTsya
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.tsyatsya.dragonsrush

       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Unlimited Currencies -> Earn or spend some.
      • 0 replies
    • Disney Magic Match 3D +4 Jailed Cheats [ Unlimited Everything ]
      Modded/Hacked App: Disney Magic Match 3D By Jam City, Inc.
      Bundle ID: com.jamcity.pdt
      App Store Link: https://apps.apple.com/us/app/disney-magic-match-3d/id6468690398?uo=4

       


      🤩 Hack Features

      - Unlimited Coins
      - Unlimited Lives
      - Unlimited Pre-Game Boosters
      - Unlimited In-Game Boosters
      • 8 replies
    • Vampire Survivors +4 Mods [ Damage & Defence ]
      Mod APK Game Name: Vampire Survivors By Poncle
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.poncle.vampiresurvivors

       

      🤩 Hack Features

      - Damage Multiplier 
      - Defence Multiplier
      - God Mode
      - Unlock All Weapons -> Head over to Options and toggle the Sounds button.
      • 2 replies
    • Vampire Survivors +4 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Vampire Survivors By Poncle
      Bundle ID: com.poncle.VampireSurvivors
      iTunes Store Link: https://apps.apple.com/us/app/vampire-survivors/id6444525702
       

      Hack Features:
      - Damage Multiplier
      - Defence Multiplier
      - All Weapons Unlocked -> Head over to Options and toggle the Sounds button.


      Jailbreak required hack(s): [Mod Menu Hack] Vampire Survivors v1.6.104 +5 Cheats [ Damage & Defence ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 157 replies
    • Idle Gas Station Tycoon +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Idle Gas Station Tycoon By Lime Games LLC
      Bundle ID: com.limegames.idlegas
      iTunes Store Link: https://apps.apple.com/us/app/idle-gas-station-tycoon/id6446057753?uo=4


      Hack Features:
      - Unlimited Cash -> Will increase instead of decrease.
      - Unlimited Gems -> Will increase instead of decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Idle Gas Station Tycoon v1.2 +2 Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 6 replies
    • Loot Heroes: Fantasy RPG Games +28 Jailed Cheats [ Unlimited Everything ]
      Modded/Hacked App: Loot Heroes: Fantasy RPG Games By BoomBit, Inc.
      Bundle ID: com.bbp.lootheroes
      iTunes Store Link: https://apps.apple.com/us/app/loot-heroes-fantasy-rpg-games/id6642699678?uo=4


      Hack Features:
      - Freeze Everything -> Currencies, Hero Cards, Hero Skill Points will all freeze.
      - God Mode -> Traps still cause damage.
      - One-Hit Kill
      - No Attack Delay
      - All Critical Hits
      - All Heroes Unlocked
      - All Skins Unlocked
      - No Skill Cooldown
      - Nickname Edit Unlocked
      - No Nickname Filter
      - No Guild Name Filter
      - No Dash Cooldown
      - Unlimited Boosters
      - Auto Play
      - No Camp Upgrade Cost
      - Unlimited Bolts
      - No Ads

      VIP
      - Unlimited Everything -> Currencies, Hero Cards, Hero Skill Points will all increase instead of decrease.
      - Currency Modifier -> Earn or spend some.
      - Unlimited Hero Cards -> Earn some.
      - Unlimited Hero Skill Points -> Earn some.
      - Trophy Modifier -> Earn or lose some to stick to the leaderboard.
      - Guild Score Modifier -> Earn some.
      - Unlimited Event Score -> Earn some.
      - Max Hero Mastery Level
      - Auto Win
      - Battle Pass Unlocked
      - VIP Enabled
      • 248 replies
    • Merge City - Travel & Story v1.3.1 [ +3 APK MOD ] Currency Max
      Mod APK Game Name: Merge City - Travel & Story
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.bigcool.puzzle.merge.city&hl=en

      🤩 Hack Features

      - Unlimited Gold
      - Unlimited Cash
      - Energy / Buy With Gold
      • 0 replies
    • Merge City: Travel & Story v1.3.1 [ +3 Cheats ] Currency Max
      Modded/Hacked App: Merge City: Travel & Story By Hangzhou Mengku Technology Co., Ltd.
      Bundle ID: com.bigcool.puzzle.merge.city
      App Store Link: https://apps.apple.com/us/app/merge-city-travel-story/id6760990504?uo=4

      🤩 Hack Features

      - Unlimited Gold
      - Unlimited Cash
      - Unlimited Energy
      • 2 replies
    • Merge City: Travel & Story v1.3.1 [ +3 Jailed ] Currency Max
      Modded/Hacked App: Merge City: Travel & Story By Hangzhou Mengku Technology Co., Ltd.
      Bundle ID: com.bigcool.puzzle.merge.city
      App Store Link: https://apps.apple.com/us/app/merge-city-travel-story/id6760990504?uo=4

      🤩 Hack Features

      - Unlimited Gold
      - Unlimited Cash
      - Unlimited Energy
      • 1 reply
    • Idle Berserker Legend Of Kali +2 Mods [ Damage + More ]
      Mod APK Game Name: Idle Berserker Legend Of Kali By A1GAMES
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.a1gamesstudio.berserker

       

      🤩 Hack Features

      - Damage Multiplier
      - No Skill Cooldown
      • 1 reply
    • Backpack Legends Adventure RPG +1++ Jailed Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Backpack Legends Adventure RPG By ONDI TECHNOLOGY JSC
      Bundle ID: com.ondi.pack.adventure
      App Store Link: https://apps.apple.com/us/app/backpack-legends-adventure-rpg/id6755376569?uo=4

       

      🤩 Hack Features

      - Unlimited Currencies -> Will increase instead of decrease.
      • 1 reply
×
  • 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