Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/12/2024 in Posts

  1. [ @_yourram ] --- If you understood it, you would not say "I don't know what mistakes I made". And no, I can't help you to fix it because I don't know what you're trying to search here: ---[Fix this search yourself]--- gg.searchNumber(':nDstDist', 1) gg.refineNumber('110', 1) maintest = gg.getResults(6) gg.clearResults() maintest2 = maintest[1].address - 0x18 gg.searchNumber(maintest2, 32) ------------------------------- --- I can only help fixing the 'table': local results = gg.getResults(19) if results ~= nil then local elements = {} for k, v in ipairs(results) do table.insert(elements, {address = v.address, flags = 16, value = "-999"}) end gg.setValues(elements) end ---
    1 point
  2. maybe his trying to make a no idea script lol
    1 point
  3. Sure ! Here it is , simply rebuilt of @sammax71 I also left it open sourced com.chichi.love.water.puzzle.color.sort.Jan_11_2024_23.00.lua
    1 point
  4. View File [ FAMILY FARMING ; MY ISLAND HOME ] X64 FAMILY FARMING ; MY ISLAND HOME Features : SHOP HACK CHANGE ENERGY TO GEM FOR PURCHASE IN SHOP HACK HOW TO USE THE SCRIPT ? MAKE SURE THAT YOU LOAD THE 1ST OPTION ALWAYS FIRST IF YOUR GOING TO USE FOR GEMS Submitter Koolie Submitted 01/11/2024 Category LUA scripts  
    1 point
  5. CEARADACTYLUS: -1478277405 GORONYOSAURUS : 1,686,906,272
    1 point
  6. 1 point
  7. Not posting his info publicly.... can DM for info.
    1 point
  8. 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
  9. Name of Requested File:Link To Download:Comments:
    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.