Jump to content

Leaderboard

Popular Content

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

  1. View File DRAGON VILLAGE SCRIPT MENU BUILD A WORLD OF POWERFUL DRAGONS. PLAY “DRAGON VILLAGE” TO RAISE, FEED AND BREED YOUR OWN LOVABLE, FRIENDLY, ADORABLE DRAGONS. BREATHE LIFE INTO DRAGONS AND PREPARE THEM FOR COMPETITIVE BATTLES. BUILD YOUR OWN LANDS, CHARACTERIZE THEM WITH DIFFERENT NAMES, ASSIGN THE VILLAGERS TO WORK, HAVE YOUR OWN PET DRAGONS AND FIGHT WITH DIFFERENT DRAGONS. YOU CAN ALSO CROSSBREED THE DRAGONS TO GET NEW AND EXCITING RARE DRAGONS. NOW YOU CAN TAKE CARE OF YOUR DRAGON ANYTIME, ANYWHERE. PLAY THIS FUN GAME ON YOUR ANDROID PHONE, TABLET AND IOS DEVICES. GAME LINK: APKCOMBO SCRIPT MENU: - INFINITY FOOD - INFINITY GOLD - INFINITY GEM - TIME JUMP Submitter Collen Submitted 04/28/2022 Category LUA scripts  
    1 point
  2. thank you , the script is completely in english just the video is old and i will make a video again.
    1 point
  3. Look dope but, when you are planning to share your tools or script with people just write it in English or make a translation for English. It will be great
    1 point
  4. View File WEST GUNFIGHTER SCRIPT MENU WELCOME TO THE WORLD OF THE WEST, WILD, INDIFFERENT, WITH HIDDEN KILLER, TRY TO BECOME A WESTERN COWBOY, LONELY, FEARLESS AND EXTRAORDINARY. WHEN THE REVOLVER IS IN YOUR HAND AND YOU CAN DECIDE LIFE AND DEATH FOR ANYONE, BETWEEN BEING A GUNSLINGER FROM THE EVIL WEST AND BEING A HERO WHO SAVES THE PEOPLE, THERE IS ONLY A BULLET'S DISTANCE, TAKE YOUR CHOICE! OPEN SOURCE: DISCORD GAME LINK: APKCOMBO Submitter Collen Submitted 04/26/2022 Category LUA scripts  
    1 point
  5. Relevant explanation from StackOverflow answer: https://stackoverflow.com/a/6389082
    1 point
  6. Never mind i have just done some research and find out coroutine actually block the main thread even it is executed in another state i have done some test local thread2 = coroutine.create(function () for i =1, 10 do print ("thread2") end end) local thread1 = coroutine.create(function () coroutine.resume(thread2) print ("thread1") end) coroutine.resume(thread1)
    1 point
  7. Actualy my pseudo code is -- Create a coroutine with infinite loop that check if gg.isVisible(true) then os.exit -- everytime you call gg.searchNumber make sure to resume the coroutine first then after the search in ended make sure to yield the coroutine but i got one problem, my coroutine is getting killed i dont know why script.lua
    1 point
  8. how about sir the damage hack x2 it is bannable ? i just used it to easily finish thebattle career.
    1 point
  9. i dont activate the headshot only the ammo and x2 i dont want to get banned again here is the link of the video i upload in mediafire cause it is too large to upload here https://www.mediafire.com/file/vdn9ay4vpdq1v1f/VID_20220508_040515.mp4/file
    1 point
  10. it's exiting the game guardian after loading the script old version work but there is bug in sunburst when you pick it up insta ban account i have used two accounts right now.
    1 point
  11. If search is already on progress, then no, you can only do something after search end.
    1 point
  12. View File Jad3d : Framework Jad3d is a basic mod framework. Features Menus Buttons Toasts Functions Menu transitions Attach/Read/Write Multi language support Feedback is appreciated. Many changes to come! Submitter darklinux Submitted 03/12/2022 Category Templates  
    1 point
    since I updated my phone to Android 11 in parallel space it does not recognize the gg, it tells me error your device is not rooted, everything worked perfect until I updated to Android 11, rather I think that the problem is that gameguardian does not recognize parallel space, nor parallel space lite, I don't know if a gameguardian or parallel spaces update will be necessary, thanks.
    1 point
  13. Version 1.0.0

    1,698 downloads

    I don't really talk much in forums but noticed that some ppl where still having trouble with toggle buttons and auto hide menus so i made this simple menu base template that has multi toggles. Im in no way shape or form the best. Nor is this method the most efficient. But it is easy to understand.. i hope XD... Anyway hope someone can learn from this and create something amazing one day
    1 point
  14. Of course no. Consult API help for know how to use it.
    1 point
  15. Use gg.getValues after values changes.
    1 point
  16. If you want to hide GG, then there is no other reliable way.
    1 point
  17. 1. You cannot hide gg without virtual spaces completely. 2. If you hid gg in virtual space, no application can detect the fact that gg was installed when it is not running, if it does not have root.
    1 point
  18. I gave you a link. Why didn’t you read it? https://gameguardian.net/help/help.html#help_games_protection_
    1 point
  19. Firstly, this is a general instruction for all versions of Android. And secondly, it shows not only VirtualXposed, in the examples.
    1 point
  20. https://gameguardian.net/help/help.html#help_games_protection_
    1 point
  21. I think you just misspelled when typing. And since there was no error, it was not noticeable. I don’t think that compilers change anything like that.
    1 point
  22. Are there any chances that you will read the application’s help?
    1 point
  23. No. Here view of original binary script: As you see "W" in upper case. It's just that there were bugs in older versions of GG that made it work. More precisely, we will say this: you are lucky that it coincided so that it worked approximately the way you needed.
    1 point
  24. Mistake in script. io.open do not support mode 'W' (upper case letter): https://www.lua.org/manual/5.3/manual.html#pdf-io.open
    1 point
  25. Try disable elements 13-19 in the interception list for unrandomizer. And record logcat.
    1 point
  26. Common errors in help requests (#3mwioa3r) Gathering information about GG errors (#5ojwyhci)
    1 point
  27. OutOfMemory is always RAM. You can think anything. Try tell this to your device.
    1 point
  28. Out of memory. Temporary issue. You need reboot your device or free more memory if you see something about OutOfMemory error. It is not app failure. It is failure of your system.
    1 point
  29. Can be easy bypassed if you able read text before download something.
    1 point
  30. Spaces between bytes not necessary. Both is same as above. -- edit HEX gg.searchNumber('h 5CE30B') gg.getResults(30) gg.editAll('h 4B909B', gg.TYPE_BYTE) -- edit HEX gg.searchNumber('h5CE30B') gg.getResults(30) gg.editAll('h4B909B', gg.TYPE_BYTE)
    1 point
  31. It is not a number. It is text in hex view. So you need search text, not a number. See examples for searchNumber in API help. [added 1 minute later] -- search for HEX '5C E3 0B 4B 90 9B 11 7B' gg.searchNumber('h 5C E3 0B 4B 90 9B 11 7B') For edit use editAll -- edit HEX gg.searchNumber('h 5C E3 0B') gg.getResults(30) gg.editAll('h 4B 90 9B', gg.TYPE_BYTE)
    1 point
  32. Is is not a valid lua script file. [added 1 minute later] Huawei / Honor issue. Change device.
    1 point
  33. Of course. GG can read all memory of process.
    1 point
  34. Firmware or root issue.
    1 point
  35. Usually dumped data divided to 4096 because dumped by memory pages which 4096 bytes size. data:byte() is shortcut for string.byte. Obviously string.long not exists. Read lua reference about string.byte. you need build qword or dword yourself from bytes. Maybe it be slower rather than byte - IDK. you need test it if speed of byte solution not suit you.
    1 point
  36. local t = {data:byte(1, data:len())} Try this.
    1 point
  37. function reverseDump(file, start_address) local inp=io.open(file, 'rb') local ad=start_address-1 while true do local _rw={} local data=inp:read(8192) if data == nil then break end local t = data:byte(1, data:len()) for i=1,#t do _rw[i]={address = ad + i, flags = gg.TYPE_BYTE, value=t[i]} end ad = ad + #t gg.setValues(_rw) gg.toast(ad-start_address) end inp:close() end Something like that. Not tested.
    1 point
  38. Use QWORD, not BYTE, for write data. Write it on every 8 bytes. You use very inefficient ways to convert string to bytes. One byte per once. Convert all string chunk to table with bytes. And iterate it on loop. And you do not close files after use, so create resource leak. Also you do not need gmatch. [added 0 minutes later] And you need format code more proper make indent in all possible place or it is hard to read and hard to help you. [added 1 minute later] (string.format("%02X",t[i]) .. "h")} useless part only slow down you. You can set decimal code to value. [added 4 minutes later] And you not clear table t on each iteration. [added 4 minutes later] And other vars too.
    1 point
  39. 1 byte is waste of time and resources. Usually amount must be even 8 or 4 kb. So try 4096 or 8192, maybe more, like 2*8192.
    1 point
  40. Yes. You can not expect read big file to memory completely. Read and write by small chunks.
    1 point
  41. The script will work. The idea is not. The desired address may not be allocated, or allocated for other needs. You cannot cut off your hand, then attach it back and hope that it will work as before.
    1 point
  42. IDK. Maybe security settings prevent read this file by apps.
    1 point
  43. Yes. You can write script for that.
    1 point
  44. What? Print in second line.
    1 point
  45. Version 1.0.0

    18,269 downloads

    This File Actuallly Made For Mobile legends There Are So Many Futers In This Script You Can Help Me By Subscribing My Channel Subscribe Now Password;beast gaming
    1 point
  46. Performing an action by clicking on the GG icon function doAction() local ret = gg.alert('Here some action', 'OK', 'Cancel', 'Exit') if ret == 3 then os.exit() end -- exit from the script end gg.setVisible(false) while true do if gg.isVisible() then gg.setVisible(false) doAction() end gg.sleep(100) end
    1 point
×
×
  • 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.