Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/11/2021 in Posts

  1. Can you update 9.4.0? The 9.3.0 script doesn't work anymore. I can find the dword value of M$ by searching manually, but every time I change it, it immediately revert to the value before I change.
    1 point
  2. View File Roblox hack This is my first mod menu for Roblox so if it is not working comment to this file! I Will add more features soon! Submitter jiriceeeek Submitted 01/10/2020 Category LUA scripts  
    1 point
  3. Frozen values from the search Search for the number 10. The first 7 results are frozen with a value of 8. gg.searchNumber('10', gg.TYPE_DWORD) local t = gg.getResults(7) for i, v in ipairs(t) do t[i].value = '8' t[i].freeze = true end gg.addListItems(t)
    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.