Jump to content

L808

Senior Member
  • Posts

    1,011
  • Joined

  • Last visited

Everything posted by L808

  1. Did u enable the overlay permissions ?
  2. good evening 💪🏻

    1. Lupus Lazuli

      Lupus Lazuli

      It’s early morning for me

  3. Can you send me what you're doing exactly so i can help 😃
  4. will update with the new instant sign feature, but i'm searching the stage reward multiplier thing ^^
  5. this feature only working for stage 14-50, currently working on other features, auto win is a mystery 🥲😆😅
  6. Thanks you, appreciate the effort 💪🏻
  7. Hello it's SOUNDSBYLAITUE aka Pierre 😃 Today is a really special tutorial 😃 We will talk about how to connect on all Google Play Games (Unity)! Keywords to search: authenticate, authenticated, is_authenticated, isauthenticated It will be a really quick tutorial 😃 First, search the function with keywords! Mine is IsAuthenticated, it's a simple bool, if the game thinks you're not authenticated, return a simple true! 😃 true in HEX is: 01 00 A0 E3 1E FF 2F E1 for modmenu the code would be: //the void *instance is a self-created variable. bool (*old_IsAuthenticated)(void *instance); bool IsAuthenticated(void *instance) { //Check if instance is NULL to prevent CRASH if (instance != NULL) { return true; //Return how many value } //return the original value (this code isn't really needed if you have a toggle/switch) return old_IsAuthenticated(instance); } Quick tutorial, right? Enjoy, HF! 😃 Hello, i have some good news about this tutorial, it have an update and i can show the exact method! Search on the dump for this exact method name: Modify the 3 methods to true, and that's all, you're done with the hard google login 💞
  8. making a thing possible takes time
  9. Thanks for the sharing 🙏🏻🤍😊
  10. Been working on this 😅 Now the signed one can still connect after quitting the app
  11. Good job 💪🏻
  12. happy accident.. (server sided tho..)
  13. hopefully my tests will makes happy accidents again 😅
  14. Hard work, the new modmenu will be out tonight
  15. Best tutorial i've seen, so useful and i finally managed to do it, so now i got 2 popups 😆🤍
  16. Good morning :hug:

  17. Already looking for new features, i added the freezed timer one (NO CLEARTIME) 😊
  18. Taking a middle temperature shower let's see :rock:

    1. Zamen7

      Zamen7

      I only take cold showers middle temperatures a odd

  19. Thanks you so much!! Really appreciate u 😊
  20. There is a time condition for each stage so that's pretty common 😊
  21. LINKS ARE UPDATED Tested by myself and discord members
×
  • 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