Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local hackWord="H4XLOL" --Change to whatever
- local hackT={}
- string.gsub(hackWord,"%s","%_")
- string.gsub(hackWord,"(.)",function(j) table.insert(hackT,j) end)
- rednet.open("left")
- while true do
- a,b=rednet.receive()
- if b=="TRON:pingcon" then
- print("Hacking someone with "..hackWord..".....")
- rednet.send(a,"TRON:pongcon")
- repeat
- local x,y=math.random(-99,99-#hackWord),math.random(-99,99)
- for i=1,#hackT do
- rednet.send(a,'[1]="MOVE",[2]={["y"]='..y..',["x"]='..x+(i-1)..',},[3]="'..hackT[i]..'"')
- end
- local i,m=rednet.receive(0.1)
- until m=="[1]=\"DIE\","
- print("Hacked someone, they failed. :P")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment