Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/04/2020 in Posts

  1. View File Minecraft PE Script Minecraft by Argarize - I made this script for free without being charged at all, please note that I made this script by prioritizing a value that you can turn on and off at any time, maybe it doesn't have many features, but it can be useful for you to use. Important I see there are still many features that can't be used on you guys, please use the version of minecraft that I use too, usually I will send a download link on my YouTube channel, make sure you visit my channel to download it Submitter argarrize Submitted 08/06/2020 Category LUA scripts  
    1 point
  2. Last edit for today: I added in a menu system, its not strictly necessary, its just to allow a exit/search while keeping the script active, so i can persistently search for previous values. Note: If you don't find any values, just run the search again til it finds something. (It's still not perfect!) If anyone feels like messing around with it, its in pure plaintext ^_^ Soul_Knight.lua
    1 point
  3. It must be 98784247822.not 3. If the address's last is the same monkey san's code will work correctly. If not then use this. lol = 0 gg.setRanges(32) gg.searchNumber('98784247822',32) local result = gg.getResults(9999) local check1 = gg.getResults(9999) for i,v in ipairs(check1) do v.address = v.address+0xc v.flags=4 end check1 = gg.getValues(check1) for i,k in ipairs(result) do if check1[i].value == 1610612736 then gg.setValues({{address=result[i].address,flags=4, value=9}}) lol=lol+1 end end print('edited '..lol..' values.\nCheck if it is right or wrong!')
    1 point
  4. add gg.refineAddress("F8C") after search. gg.searchNumber("98784247823", 32 ) gg.refineAddress("F8C") local t = gg.getResults(1) gg.setValues({{ address = t[1].address, flags = 4, value = 9 }}) see if this work for you.
    1 point
  5. gg.searchNumber( 98784247823, 32 ) local qwordAddress = gg.getResults(1) qwordAddress = qwordAddress[1].address gg.setValues({{ address = qwordAddress+0xF8C, flags = 4, value = 9 }})
    1 point
  6. Not my code, open with risk. Following file is a GameGuardian script for the game requested. All credits go to the respective owner MasterZ - Click to visit his youtube Genshin Impact Hack MasterZ.lua
    1 point
  7. something like this...?? SoulKnight.mp4
    1 point
  8. That's an interesting method... I like keeping my icons, this would be a good method it seems. Maybe if users choose "small list", you lose certain features like the individual delete buttons. I rarely to never use them. I typically check off a few and use the delete icon at the top instead.
    1 point
  9. Something like that: What do you think @NoFear ?
    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.