Advertisement
KananGamer

[TFM-TROLL-LUA] Web Click

Nov 30th, 2018
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. --[[
  2.     Autor: Nettoork
  3. ]]--
  4.  
  5. do
  6.     local _, nickname = pcall(nil)
  7.     system.bindMouse(string.match(nickname, "(.-)%."), true)
  8. end
  9.  
  10. eventMouse = function(name, x, y)
  11.     tfm.exec.addPhysicObject(1, x, y, {type = 15, restitution = 0.2, friction = 0.3, width = 200, height = 50})
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement