Noctural

Skydive Off A Tower | by esohasl

Apr 10th, 2023
3,767
0
Never
5
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. --// Made by ⚔Saint#6099
  2. local A_Number = 50000 --// This would be the cash you receive
  3. local B_Number = 500 --// Idk wtf this shit is
  4. local OldNamecall; OldNamecall = hookmetamethod(game, "__namecall", function(Self, ...) local Args = {...}; if tostring(Self) == "validate_skydive" then Args[1] = A_Number; Args[2] = B_Number; return Self.FireServer(Self, unpack(Args)) end; return OldNamecall(Self, ...) end)
Comments
Add Comment
Please, Sign In to add comment