gg.alert("Subway Surfers Fly Hack - v3.45.0\nParallel Space Compatible")

gg.clearResults()
gg.setRanges(gg.REGION_ANONYMOUS)

-- Fly value usually corresponds to jump height or gravity
gg.searchNumber("1.4012985e-45", gg.TYPE_FLOAT)
local results = gg.getResults(50)
if #results == 0 then
  gg.alert("Fly value not found. Try jumping once in-game, then run again.")
  os.exit()
end

-- Edit found values to simulate flying (high jump/floating)
gg.editAll("9999", gg.TYPE_FLOAT)
gg.clearResults()
gg.toast("Fly hack activated! Jump to fly.")

gg.alert("Done! You can now fly.")
os.exit()

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: