Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/24/2019 in Posts

  1. The topic for various examples of Lua scripts
    1 point
  2. new version 1.8.2 working look at game logo in game guardian...new version
    1 point
  3. Can find Id's off my items but how do I add heroes I dont have. I tried adding 3 just after last item I have, then went to the ids below, added random Id once again below last item Id I have. Wont work, what method are you using? What are ids of the pets in your picture and below heroes. Medea Magaleta
    1 point
  4. 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.