Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --qwgps remover
- --run: pastebin run VyXjd8nV
- os.unloadAPI("qwgps")
- h=fs.open("startup","r")
- stu=h.readAll()
- h.close()
- stu=string.gsub(stu, "os.loadAPI..qwgps..", "")
- h=fs.open("startup","w")
- h.write(stu)
- h.close()
- fs.delete("qwgps")
- fs.delete("qwgps_coords")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement