Page 1 of 1

[MacOS][Apple Arcade] Spidersaurs

Posted: Sun Jul 05, 2020 7:46 pm
by erfg12
Image

Features
  • Infinite Jumping
  • Take no damage (have to get 1 time initially) NOTE: Can cause strange bugs sometimes.
Tested on Version 1.6

Here are some AoB scans to find some interesting functions (scan with write and CopyToCode set to - optional):

Code: Select all

IsUndamageable: 55 48 89 e5 8a 87 64 03

PlayerEntity::SetUndamageable: 55 48 89 e5 48 8b bf 50 03 00 00 5d e9 97

wfDefenseComponent::SetUndamageable 55 48 89 e5 8b 87 64 03 00 00 89 c1 83 e1 fd 83

PlayerEntity::JumpCeilingCheck: 55 48 89 e5 53 48 83 ec 18 48 89 fb e8 75 5a ff ff 84

PhysicsCharacterEntity::IsCollideBottom: 55 48 89 E5 40 84 F6 74 0C 80 BF 84 07

wfPhysicsCharacter::IsCollideBottom: 55 48 89 e5 8a 87 18 01 00 00 24 02 d0 e8

PlayerEntity::JumpCheck: 55 48 89 e5 53 48 83 ec 18 48 89 fb e8 ff 5c ff

PlayerEntity::DoubleJumpCheck: 55 48 89 e5 41 56 53 48 83 ec 10 48 89 fb e8 17 5c ff ff 84

Re: [MacOS][Apple Arcade] Spidersaurs

Posted: Mon Jul 06, 2020 11:27 pm
by erfg12
Submitted to the new CE Share feature.

Image