Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- 5
- --]]
- code = "ifh32b7j"
- local response = http.get(
- "http://pastebin.com/raw.php?i="..code
- )
- response.readLine()
- sresponse = tonumber(response.readLine())
- response.close()
- file = fs.open(shell.getRunningProgram(), "r")
- file.readLine()
- mynum = tonumber(file.readLine())
- file.close()
- if sresponse > mynum then
- shell.run("delete", shell.getRunningProgram())
- shell.run("pastebin", "get", code, shell.getRunningProgram())
- end
Add Comment
Please, Sign In to add comment