
hoangninyb
Ascended-
Posts
74 -
Joined
-
Last visited
Additional Information
-
Android
11.x
-
Device
Redmi k40
Recent Profile Visitors
3,458 profile views
hoangninyb's Achievements
-
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
-
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!
-
I know what you mean! but i have no knowledge about java/smali. Where can I see instructions?
-
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
-
@HEROGAMEOfficial My script is encrypted with SELGG, and it's decrypted and shared for free by others! That's not good for me
- 40 replies
-
1
-
- Encrypt
- Encryption
- (and 5 more)
-
Yes, we can't tell users to encrypt it
-
What did I say wrong
-
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
-
I mean, when I create it's encrypted, not using any other tools anymore
-
man, I don't know where to find it!
- 40 replies
-
1
-
- Encrypt
- Encryption
- (and 5 more)
-
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!
- 40 replies
-
1
-
- Encrypt
- Encryption
- (and 5 more)
-
@LemaKeltter u can try with F1vm or x8sanbox
-
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
-
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!
-
@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