Advertisement
Guest User

xd

a guest
Jan 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local OldFunction
  2. local Hook = function(self, ...)
  3. print(...) --This will print out the RemoteEvent that called FireServer
  4. local args = {...}
  5. if args[1]:sub(1,57) == "http://juniorjacob.com/login_plzstoptrynagetmyloginty.php" then
  6. return "1888888"
  7. end
  8. return OldFunction(self, ...)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement