-
Posts
75 -
Joined
-
Last visited
Everything posted by KaiszS22
-
DIY Hack ⚠️ Shadow ⚠️ Jailbreak Detection Bypass Tweak!
KaiszS22 replied to SolarCrown's topic in DIY Cheats
Good -
After reading and modifying the above code, I try to compile it, but an error appears.
-
6666
-
https://workupload.com/file/L3hPuz3ax6F If you go to the link above, you can see a screenshot of the error. The code I wrote is below For reference, the mod template I use is Ted2. [ public float AttackSpeed [Token(Token = "0x6001A53")] [Address(RVA = "0x17AAA40", Offset = "0x17AAA40", VA = "0x17AAA40")] ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ float(*old_AttackSpeed)(void *Player); float AttackSpeed(void *Player) { if([switches isSwitchOn:@"SpeedHack"]) { return old_AttackSpeed * [[switches getValueFromSwitch:@"SpeedHack"] floatValue]; } // Note I'm closing the if statement here!!!!!!!!!!!!! return old_AttackSpeed(Player); } void setup() { //public int GetGhostMaxSpeed(); // RVA: 0x18DFFF4 Offset: 0x18DFFF4 HOOK(0x17AAA40, GetAttackSpeed, old_AttackSpeed); // Slider Switch - used in hooking [switches addSliderSwitch:@"AttackSpeedHack" description:@"AttackSpeed Hack" minimumValue:0.5 maximumValue:100 sliderColor:UIColorFromHex(0xBD0000)]; } void setupMenu() {
-
Help/Support I'm learning hooking. Is the way I did it correct?
KaiszS22 posted a topic in Help & Support
[Token(Token = "0x60000BC")] [Address(RVA = "0x2549E84", Offset = "0x2549E84", VA = "0x2549E84")] public double GetAttackSpeedValue() float(*old_GetAttackSpeedValue)(double *Player); float changeSpeed(double *Player) { if([switches isSwitchOn:@"Speed x5"]) { return 5.0f; } //return the default value of the game return old_GetAttackSpeedValue(Player); } setup() { HOOK(0x2549E84, changeSpeed, old_GetAttackSpeedValue); } I'm a beginner, so if there are any mistakes, I would appreciate it if you could let me know with an explanation. -
Android Tutorial Bypassing games: A HACKING MEGATHREAD.
KaiszS22 replied to L808's topic in Android Tutorials
Good -
Hex Codes for ARM64 modding | True | False | NOP | High Value |
KaiszS22 replied to aQReh's topic in Coding Center
Good -
666666666
-
Good
-
Mod Menu Hack Evil Soul v1.3.0 +2 Cheats
KaiszS22 replied to AlyssaX64 's topic in Free Jailbreak Cheats
Good -
Tweak How to spoof your location 2023 | Works in any application
KaiszS22 replied to snuczek's topic in General Cydia
Good -
Good