Meliodas0_0

Click Fire Jailbreak

Jul 26th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. -- I turned summonfire into a function because why not?
  2. local player = game:GetService("Players").LocalPlayer
  3. local mouse = player:GetMouse()
  4. function summonfire(position)
  5. for i, v in pairs(getreg()) do
  6. if type(v) == "function" then
  7. for i2, v2 in pairs(debug.getupvalues(v)) do
  8. if i2 == "D295ed" then
  9. FireServer = v2.FireServer
  10. end
  11. end;
  12. end;
  13. end;
  14. local Arguments = {
  15. [1] = "dk30w864",
  16. [2] = position
  17. [3] = "RocketLauncher"
  18. }
  19. FireServer(nil, unpack(Arguments))
  20. end
  21.  
  22. mouse.Button1Down:connect(function()
  23. summonfire(mouse.Hit.Position)
  24. end)
Add Comment
Please, Sign In to add comment