Advertisement
Rafapapolaz

Inf Teamwork Puzzles 2 Coins Script

Apr 15th, 2023 (edited)
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. ------Made by me Rafapapolas or "DevRapha"
  2. ------Must Join https://www.roblox.com/groups/13550738/Awoken#!/about To use
  3. _G.Toggles = "V" --
  4. game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "Follow me",
  5.  
  6. Text = "DevRapha;)",
  7.  
  8. })
  9.  
  10. game:GetService("StarterGui"):SetCore("SendNotification",{
  11.  
  12. Title = "Loaded!",
  13.  
  14. Text = "Have fun!",
  15.  
  16. })
  17. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  18. local Window = Library.CreateLib("RaphasHub V0.2", "Sentinel")
  19.  
  20. -- Main
  21. local Main = Window:NewTab("Main")
  22. local MainScripts = Main:NewSection("Main")
  23.  
  24. -- Teleport
  25. local Teleport = Window:NewTab("Teleport")
  26. local TeleportButtons = Teleport:NewSection("Teleport")
  27.  
  28. TeleportButtons:NewButton("Tp Inf Coins", "Teleport To Revolver", function()
  29. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(175, 16, 510)
  30. end)
  31.  
  32. TeleportButtons:NewButton("Inf Coins", "Teleport To Revolver", function()
  33. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-9418, 56, -24995)
  34. end)
  35.  
  36. TeleportButtons:NewButton("Tp Inf Coins 2", "Teleport To Revolver", function()
  37. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(216, 19, 510)
  38. end)
  39.  
  40. TeleportButtons:NewButton("Inf Coins 2", "Teleport To Revolver", function()
  41. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-8777, 68, -13684)
  42. end)
  43.  
  44. -- Player
  45. local Player = Window:NewTab("Player")
  46. local PlayerScripts = Player:NewSection("Player")
  47.  
  48. PlayerScripts:NewButton("Inf Stamina ", "Gives inf stamina", function()
  49. loadstring(game:HttpGet("https://raw.githubusercontent.com/Rafapapolas/DahoodScripts/main/Inf%20Stamina.lua"))()
  50. end)
  51.  
  52. PlayerScripts:NewButton("Fly (X) ", "Enable And diseable Fly by pressing X)", function()
  53. loadstring(game:HttpGet("https://pastebin.com/raw/sUA9m6M6"))()
  54. end)
  55.  
  56. PlayerScripts:NewSlider("WalkSpeed", "Speed", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
  57. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  58. end)
  59.  
  60. PlayerScripts:NewSlider("JumpPower", "Jump", 350, 50, function(s) -- 500 (MaxValue) | 0 (MinValue)
  61. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  62. end)
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement