Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/27/2022 in all areas

  1. I've been inactive because of school, sorry
    5 points
  2. Version 1.28.2

    22,060 downloads

    Script for Shadow Fight 3 Working version : v1.28.2 Features : Fast Search Auto Win (removed since v1.26.0) Shadow Energy 1 Hit Kill Frozen Enemy Video:
    1 point
  3. things that happen, that's why I don't recommend sharing the character2.dat file. I think this happens if you play with the same profile on online competitions like wtt, but I'm not 100% sure, I also know that it works for someone, but I don't recommend it
    1 point
  4. I have an ASUS C302 Flipbook I recently put it into developer mode to download APKs I wanted to know if I could download Game Guardian in it any tips?
    1 point
  5. 1 point
  6. you cant get nox and bluestacks on a chromebook my chromebook has android 9 so i can just get GG [added 3 minutes later] For some reason i cant install the parallel space 64 bit support
    1 point
  7. I just tried it and it works But I tried opening jurassic world from parallel space and it said Jurassic world has stopped. Please try again >>>
    1 point
  8. You cannot open .exe files on a chromebook Apks work on chromebooks tho
    1 point
  9. GG for Nox. Not Nox emulator. Just install GG for Nox in BS. [added 0 minutes later] Like I do in my video. I post link above.
    1 point
  10. You just waste your time. Because you can install Nox version and use it without any issue. And your tutorial not for regular user, because get root on bs, is not easy for common user.
    1 point
  11. They can remove x86 when add arm64. For reduce apk size.
    1 point
  12. Then game update without x86 libs. If you think about GG version: Gathering information about GG errors (#5ojwyhci)
    1 point
  13. 1 point
  14. Try read error message. blahblahblah is not defined at line of call.
    1 point
  15. Because it is not a valid script.
    1 point
  16. Checking the password against the list of allowed passwords local pass = gg.prompt({"Input password:"}, nil, {"text"}) if pass == nil then os.exit() end pass = pass[1]..' ' local allowed = false local function allow_password(password) if password..' ' == pass then allowed = true end end allow_password('myPassword') allow_password('anotherPassword') allow_password('This_is_too_Password') allow_password('12345') allow_password('sex') allow_password('god') if not allowed then os.exit(gg.alert('Wrong password')) else gg.toast("Password correct") end
    1 point
  17. 1 point
  18. Read help about protection. Follow guide there.
    1 point
  19. Try. Maybe you need root.
    1 point
  20. Prompt file with specified extension local ext = '.txt' local p = {gg.EXT_STORAGE} while true do p = gg.prompt({'Select "'..ext..'" file:'}, p, {'file'}) if p == nil then os.exit() end if p[1]:sub(-#ext) == ext then break end gg.alert('You select "'..p[1]..'".\n\nIt is not end with "'..ext..'".\n\nPlease select file with "'..ext..'" extension.') end print(p[1]) -- do something
    1 point
  21. There can be many solutions. 1. Use files to save and restore state. Remember what has changed and look for changes. 2. Search once, remember and restore the address, change the value without re-searching. 3. Find values nearby and rely on them when searching.
    1 point
  22. you need doubled colon before 9 if you want ordered group search.
    1 point
  23. Prompt with 'remember' checkbox for store data in the config. local info = {} local config = gg.getFile()..'.cfg' local data = loadfile(config) if data ~= nil then info = data() data = nil end info = gg.prompt({'Login', 'Password', 'Remember'}, info, {'text', 'text', 'checkbox'}) if info == nil then os.exit() end if info[3] then gg.saveVariable(info, config) else os.remove(config) end -- here work with 'info' content print(info)
    1 point
  24. Also in the first post above the list we need to add the following " if you turn off your mobile data AND turn off wifi and the game will not load .... THIS means its server sided if it isn't on the list below please post the name of the game and it will be added to the list" Sent from my DROID4 using Tapatalk 4 Beta
    1 point
  25. Calling mods with thread delete permissions in the requests section or failing that if a member wants to contribute and do it give a mod or me or d2d or other such staff a list of threads where the noobs r asking for cheats to a server sided game Sent from my DROID4 using Tapatalk 4 Beta
    1 point
  26. Def and links to ones that have a modded apk or an offline hack Ie: Server sided game list Game xxxxxxxxx -not modded Game yyyyyyyyy - modded apk insert link here Game zzzzzzzzz server sided now but hackable on ver xy then update to later ver Make sense? Anyone wannna take charge of this lil project and do it as well as remove the noob reqs for aforementioned non hackable server sided games? Sent from my DROID4 using Tapatalk 4 Beta
    1 point
  27. If your looking for the app its on the android app "Blackmart Alpha" with version 5.0.32 build[214] we don't however supply non modded apks for paid apps here at gg.net you might also try apkmania or mobilism? Sent from my DROID4 using Tapatalk 4 Beta
    1 point
  28. Its hackable on ver 4.3.15 Sent from my DROID4 using Tapatalk 4 Beta
    1 point
  29. Please don't link to file sharing sites Sent from my DROID4 using Tapatalk 4 Beta
    1 point
  30. Hey Cooper hey Harry how r things? Sent from my DROID4 using Tapatalk 4 Beta
    1 point
  31. New version of room toolbox doesn't remove ads Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 2
    1 point
  32. As a net sec in my experience it takes longer to type the code than it does for my laptop to do the crunching now if we're talking snouts corporate setup with built in firewall and or a user GUI our a setup that requires a vpn that's a totally different story and in which case ours not worth the bother, in any case your not going to be hacking any router from a mobile device with any degree of success or efficiency Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 2
    1 point
  33. I'm alive here welcome but sorry I don't speak Italian though Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 2
    1 point
  34. Aqua is the original creator of gameguardian and d2dyno and myself are the admins of the forum. Welcome to the gameguardian.net forum as well :-) Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 2
    1 point
  35. Thanks Face1337 for the tutorial and congrats on both your first post as well as your first tutorial, are you going to keep making/create more tutorials? Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 2
    1 point
  36. Hi culprate please check the requests section and or post your request there Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 2
    1 point
  37. What device and what OS Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 2
    1 point
  38. Did you try different games? Have you increased the search region ? Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 2
    1 point
  39. your best bet to hack a wifi pass not that im condoning this sort of thing im going to "assume that for some unknown reason you need to hack your own router is to A: do it from a laptop B: as mentioned above use Back track C: check out www.distrowatch.com to find yourself a copy of backtrack its a site listing just about every linux flavor out there and lets you know where to download them i have 3 different guides here that I just "googled" and "found". I've attached them here they are not tuts created to me and all credit for them goes to the original authors listed in each tutorial one of which happens to be gina at lifehacker.com *~*~*~* DISCLAIMER: all of that said I do have a degree in computer networking and security and can say that these tutorials do work and ive personally tested networks to ensure security using these methods with the owners permission and have never attempted to crack a network without permission *~*~*~* tutorial demonstrates the insecurity posed by implementing.docx web hacking tut.docx wifi Cheatsheet.docx
    1 point
  40. What a load of dung.... Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 2
    1 point
  41. Nahhhhh I think he's getting a tri boot Android system going so we can boot ios as well as windows mobile on our Droids drop the bottom out on the apple and Microsoft markets why buy something else when you can run everything on your Droid ;-) Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 2
    1 point
  42. Guys I want to cheat on battle cats but whenever I try to use the search on Cb c++bss it always says that nothing
    0 points
×
×
  • 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.