Advertisement
maxtorcd55

sec

Jan 28th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local tArgs = { ... }
  2.  
  3. paas = tArgs[1]
  4.  
  5. local sec = 0
  6.  
  7. for i = 1,string.len(paas)-1 do
  8. sec = sec + string.byte(paas, i)
  9. end
  10.  
  11. sec = sec*string.byte (paas, string.len(paas))
  12.  
  13. print(sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement