Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/topitbopit/rblx/main/speed.lua"))()
- local us = game:GetService("UserInputService")
- us.InputBegan:Connect(function(key)
- if key.KeyCode == Enum.KeyCode.R then
- while wait() do
- game:GetService("Players").LocalPlayer.Character.TennisRacket.Special:FireServer()
- end
- end
- end)
- local us = game:GetService("UserInputService")
- us.InputBegan:Connect(function(key)
- if key.KeyCode == Enum.KeyCode.R then
- while wait() do
- game:GetService("Players").LocalPlayer.Character.DragonFireSword.Special:FireServer()
- end
- end
- end)
- local us = game:GetService("UserInputService")
- us.InputBegan:Connect(function(key)
- if key.KeyCode == Enum.KeyCode.R then
- while wait() do
- local args = {
- [1] = 1111
- }
- game:GetService("Players").LocalPlayer.Character.DummyDestroyer.Special:FireServer(unpack(args))
- end
- end
- end)
- local us = game:GetService("UserInputService")
- us.InputBegan:Connect(function(key)
- if key.KeyCode == Enum.KeyCode.R then
- while wait() do
- game:GetService("Players").LocalPlayer.Character.SolarSword.Special:FireServer()
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement