Jump to content

aQReh

Senior Member
  • Posts

    144
  • Joined

  • Last visited

7 Followers

Profile Information

  • iDevice
    iPhone 11
  • iOS Version
    14.3
  • Jailbroken
    Yes
  • Rooted
    No
  • Gender
    Not Telling
  • Interests
    Islam

Recent Profile Visitors

1,617 profile views

aQReh's Achievements

Enthusiast

Enthusiast (6/14)

  • 4 Years In
  • Senior Member
  • Full Member
  • Appreciating Others
  • 3 Years In

Recent Badges

462

Reputation

4

Community Answers

  1. sad, i have waited for this and now its not working with me.
  2. @batchh I have injected it via trollfools give crash and when i injected it directly in dynamicLibraries and added my game identifier in plist i open game and i dont see any menu or anything at all. Is there suppose to be a menu or something?
  3. Still same problem after installing those.
  4. @batchh I have test on 3 different unity games and all give same error. I am on iOS 14.3 using uncover jailbreak. deb injected via igamegod
  5. i got error: ["Unable to find load 248"]
  6. Sorry How to view console ?
  7. If youy dont mind can you help me if i provide you with my source and dump. i have limited knowledge. I still dont understand much.
  8. @batchh will this method rotate from transform class from unityEngine work ? public Quaternion localRotation { [Token(Token = "0x6000A5E")] [Address(RVA = "0x26B3A2C", Offset = "0x26B3A2C", VA = "0x26B3A2C")] get { return default(Quaternion); } [Token(Token = "0x6000A5F")] [Address(RVA = "0x26B3AC4", Offset = "0x26B3AC4", VA = "0x26B3AC4")] set { } } or it need to be in class player class ?
  9. @batchh is like this correct: void (*setRotation)(void *player, Quaternion rotation) = (void (*)(void *, Quaternion))getRealOffset(0x101158C); // Calculate the rotation needed to aim at the closest enemy Quaternion rotation = Quaternion::LookRotation(closestEnemyPosition - Vector3(0, 0.5f, 0) - myPosition); if (CheatState::Aimbot) { setRotation(myplayer, rotation); }
  10. @batchhi see a field but its in other class called OtherPlayerController: private Quaternion m_TargetRotation; // 0x39C
  11. @batchh will this method help ??? // RVA: 0x101158C public Void SetRotation(Quaternion rotation) { }
  12. so i need to find a method with Quaternion Type like: Private Quaternion UpdatePlayerRotation or something() { } sorry i am still learning and this types really make me confuse
  13. @batchh i need help here please. here you have used field but but this game i am making aimbot for PlayerController doesnot have rotaion field. Instead it have a method called UpdatePlayerRotation when i ret this method with offset it stop my player from rotation so i think this controll myplayer rotation. But now to use this instead of field please help. here // RVA: 0x1025060 Private Void UpdatePlayerRotation() { }
×
  • 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