Jump to content

HEROGAMEOfficial

Contributor
  • Posts

    519
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by HEROGAMEOfficial

  1. 6 hours ago, hoangninyb said:

    @HEROGAMEOfficial

    My script is encrypted with SELGG, and it's decrypted and shared for free by others! That's not good for me

    of course if your script just use code simple.I don't understand those who say "this can be decrypted", Because they just say and don't provide video, Logs could be the same as script source. If it's true that Some one can decrypt, of course he don't mind showing a video on how to decrypt, simple.

  2. On 11/27/2021 at 1:32 AM, zolotov123344 said:

    I need a code that will minimize it when you click on the cancel button in the script. I have such a code and in fact it works fine, but when you go many times between the various menu sections of which I have a lot in the script, after pressing the cancel button, it’s completely tough, functions that in principle cannot be called from one menu begin to be called to another, so he noticed that after a long transition between menus, the cancel button starts working every other time, that is, I press cancel and the menu starts again and only the second time the menu is hidden. Here is my code please optimize it for me

     

     

    while true do
      if gg.isVisible(true) then
        HOMEDM = 1
        gg.setVisible(false)
      end
      if HOMEDM == 1 then
        Test()
      end
    end

    Use return.

  3. 1 hour ago, hoangninyb said:

    IMG_20211014_083831.thumb.jpg.88864087a7860fea26e5bac757bb0342.jpg

    Hai kawan! Ini tidak bekerja!

    Try it (fixed):

    gg.searchNumber("2219816;6::25", gg.TYPE_DWORD)
    gg.refineNumber("2219816", gg.TYPE_DWORD)
    local results = gg.getResults(gg.getResultCount())
    local t = {}
    for _, __ in next, results do
    	t[#t + 1] = {__.address = __.address + 64, flags = __.flags, value = 7}
    	t[#t + 1] = {__.address = __.address + 80, flags = __.flags, value = 8}
    	t[#t + 1] = {__.address = __.address + 96, flags = __.flags, value = 9}
    	t[#t + 1] = {__.address = __.address + 112, flags = __.flags, value = 10}
    	t[#t + 1] = {__.address = __.address + 64, flags = __.flags, value = 7}
    end
    gg.setValues(t)

     

  4. Maybe it can help:

    gg.searchNumber("2219816;6::25", gg.TYPE_DWORD)
    gg.refineNumber("2219816", gg.TYPE_DWORD)
    local results = gg.getResults(gg.getResultCount())
    local t = {}
    for _, __ in next, results do
    	t[#t + 1] = {__.address = __.address + 64, flags = __.flags, __.value = 7}
    	t[#t + 1] = {__.address = __.address + 80, flags = __.flags, __.value = 8}
    	t[#t + 1] = {__.address = __.address + 96, flags = __.flags, __.value = 9}
    	t[#t + 1] = {__.address = __.address + 112, flags = __.flags, __.value = 10}
    	t[#t + 1] = {__.address = __.address + 64, flags = __.flags, __.value = 7}
    end
    gg.setValues(t)

     

  5. 11 hours ago, TopGEOYT said:

    "Nobody" -- ???

    May be you are joking.

    What is the problem?

    If you can decrypt you can send video and the tools to decrypt and at least you have attached the decrypted file using the tools I wrote down, or its just haters and hoax?

  6. 1 hour ago, Yuukis said:

    Well that's sucks for not able to play again, but you can easily fix that :

    1) Change any of your Phone Info (Including Imei, Device ID, etc)

    2) Backup the game shared_prefs and databases folder inside /data/data/

    3) Change Any UUID or Identifier string in there..

    4) Reinstall the game and copy-paste your backup folder.

    IMEI can change?

  7. 1 hour ago, amandeep1122 said:

    Use game guardian in virtual xposed. In virtual xposed select fix it in game guardian and then use root in virtual option.this way you can use game guardian without detection. Dont forget to uninstall gg from device after adding into virtual xposed.

    Its can bypass?

     

    On 4/6/2020 at 4:18 AM, cchastiecid said:

    Hi everyone, i need help to hack game Random Dice : PvP Defence.

    I use Magisk Manager : root; magisk hide and GameGuardian and i try hack the game.

    If i try change any value or use speedhack, game close, or my device reboot permanently. 

    I think it's ptrace..

    Video and screenshot add 🔥

    And sorry for bad English, guys, with love ❤

     

    Screenshot_2020-04-06-02-16-26-489_com.android.settings.jpg

    Lol game brother 😂, I used to hack this game but then my device got banned.🤣🤣🤣😂

  8. local autoEx
    while true do
    	local a = os.time()
    	if a - autoEx > 60 then 
    		break
    	end
    	if gg.isVisible() then 
    		local a = gg.choice({"Exit"}, 1, "Sel hack.")
    		if a then 
    			if a < 2 then 
    				break
    			end
    		end
    		gg.setVisible(false)
    		autoEx = os.time()
    	end
    end

     

×
×
  • 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.