Jump to content

hoangninyb

Ascended
  • Posts

    74
  • Joined

  • Last visited

1 Follower

Additional Information

  • Android
    11.x
  • Device
    Redmi k40

Recent Profile Visitors

3,458 profile views

hoangninyb's Achievements

Enthusiast

Enthusiast (6/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

16

Reputation

  1. Oh, man! I already have a database and connect to my script using php! My problem is that there is no method for receiving device IDs! And maybe it's a problem for you and me I created the Ankulua script, and there they have a method for receiving device ID: getDeviceID() I wish GG had it
  2. I create a database, when a user registers with my script on their device, the script creates a file containing the information and it is also sent to the database and saved to the database database. when the user logs in, the information in the previously saved file will be sent to the database and compared by php sorry my english is very bad!
  3. I know what you mean! but i have no knowledge about java/smali. Where can I see instructions?
  4. Yes I understand what you mean, I tried reading files build.pro but some do not allow, if there is a method of reading Android ID is good
  5. @HEROGAMEOfficial My script is encrypted with SELGG, and it's decrypted and shared for free by others! That's not good for me
  6. I'm not interested in creating an encryption tool, it's just that my script creates a key on the user's device! Do you know what I mean
  7. I mean, when I create it's encrypted, not using any other tools anymore
  8. Hi @HEROGAMEOfficial my device doesn't allow access to /sdcard/ so it got an error like in the picture! but can access the path /storage/emulated/0/ So I have a small suggestion: change the path to /storage/emulated/0/ if /sdcard/ is inaccessible!
  9. @LemaKeltter u can try with F1vm or x8sanbox
  10. i don't understand what you mean, i tried with a piece of code like this, and when i click cancel the menu is always hidden, no matter what menu! X = {"A","B"} function A() menu = gg.choice(X,nil,"Menu A") if menu == 1 then B() end if menu == 1 then B() end Homedm = -1 end function B() menu = gg.choice(X,nil,"Menu B") if menu == 1 then C() end if menu == 1 then C() end Homedm = -1 end function C() menu = gg.choice(X,nil,"Menu C") if menu == 1 then A() end if menu == 1 then A() end Homedm = -1 end while true do if gg.isVisible(true) then Homedm = 1 gg.setVisible(false) end if Homedm == 1 then A() end end
  11. gg.searchNumber("5", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) local t = gg.getResultsCount() local k = gg.getResults(t) for i, v in ipairs(k) do if v.flags == gg.TYPE_DWORD then v.value = "15" v.freeze = true end end gg.addListItems(k) You can try!
  12. @CmP For example, the menu above is menu A and I have another menu B, can I transfer the data of menu A to menu B? only the data selected in menu A will appear in menu B! and how to not get error when i click cancel in prompt
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.