Advertisement
nuttanun734

Untitled

Dec 29th, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. game.Players.LocalPlayer.CharacterAdded:Connect(function()
  2. wait(3)
  3. -- Script generated by SimpleSpy - credits to exx#9394
  4.  
  5. local args = {
  6. [1] = "Summon",
  7. [2] = "Fruit"
  8. }
  9.  
  10. game:GetService("ReplicatedStorage").RSPackage.Events.GeneralFunction:InvokeServer(unpack(args))
  11. wait()
  12. -- Script generated by SimpleSpy - credits to exx#9394
  13.  
  14. local args = {
  15. [1] = "SummonChamp",
  16. [2] = 1
  17. }
  18.  
  19. game:GetService("ReplicatedStorage").RSPackage.Events.GeneralFunction:InvokeServer(unpack(args))
  20. wait()
  21. -- Script generated by SimpleSpy - credits to exx#9394
  22.  
  23. local args = {
  24. [1] = "SE",
  25. [2] = true
  26. }
  27.  
  28. game:GetService("ReplicatedStorage").RSPackage.Events.GeneralEvent:FireServer(unpack(args))
  29. wait()
  30. -- Script generated by SimpleSpy - credits to exx#9394
  31.  
  32. local args = {
  33. [1] = "UseP",
  34. [2] = {
  35. ["External"] = {
  36. ["MouseP"] = CFrame.new(Vector3.new(3699.3161621094, 57.025501251221, 1618.0222167969), Vector3.new(0.4492035806179, -0.55449330806732, 0.70053786039352))
  37. },
  38. ["Key"] = "R"
  39. }
  40. }
  41.  
  42. game:GetService("ReplicatedStorage").RSPackage.Events.GeneralFunction:InvokeServer(unpack(args))
  43. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement