Advertisement
kevin_flash99

In Another Time Script Auto Farm Arrow And More

May 8th, 2021
16,947
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.17 KB | None | 0 0
  1. ---Made by:GirlGamerXDXDr
  2. ---Made by:The_Councils
  3.  
  4. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  5. local Window = Library.CreateLib("In Another Time GUI", "GrapeTheme")
  6. local Tab = Window:NewTab("Items")
  7. local Section = Tab:NewSection("Give Arrow")
  8.  
  9. Section:NewButton("Get Arrow", "Gives you a normal arrow from the shop", function()
  10. local Event = game:GetService("ReplicatedStorage").ItemGiver.GiveArrow
  11. Event:FireServer()
  12. end)
  13.  
  14.  
  15.  
  16.  
  17. local Tab = Window:NewTab("Main")
  18. local Section = Tab:NewSection("Scripts Owners")
  19. local Section = Tab:NewSection("Owner = GirlGamerXDXDr")
  20. local Section = Tab:NewSection("CO-Owner = The_Councils")
  21. local Tab = Window:NewTab("Items Spawns")
  22. local Section = Tab:NewSection("TP locations")
  23. Section:NewButton("Next To shop", "Req or diary", function()
  24.  game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-677.057922, -5.10002708, 1510.17517, 0.942098975, 1.15333529e-08, 0.335335076, -5.88316018e-09, 1, -1.78652169e-08, -0.335335076, 1.485797e-08, 0.942098975)
  25.  end)
  26. Section:NewButton("inside shop", "Req or diary", function()
  27.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-686.478821, -3.22996569, 1510.57935, 0.98889941, 2.06599839e-08, -0.148586676, -1.92457801e-08, 1, 1.09555529e-08, 0.148586676, -7.97427369e-09, 0.98889941)
  28. end)
  29. Section:NewButton("At rocks", "Req or Diary", function()
  30.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-419.359131, -5.10004139, 1681.87634, 0.507609725, -1.22854743e-07, 0.861587107, 3.74974007e-08, 1, 1.20499365e-07, -0.861587107, -2.88593736e-08, 0.507609725)
  31. end)
  32. Section:NewButton("Rocks 2", "Req or Diary", function()
  33.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-424.374878, -5.10003567, 1692.31055, 0.535754561, 1.27607187e-08, 0.844373763, -8.62277005e-08, 1, 3.9598774e-08, -0.844373763, -9.40236333e-08, 0.535754561)
  34. end)
  35. Section:NewButton("Arrow Shop", "Req Or Diary", function()
  36.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-634.588196, -4.6000061, 1703.26404, -0.994130433, -4.80428959e-08, 0.10818705, -5.23901384e-08, 1, -3.73403353e-08, -0.10818705, -4.27891003e-08, -0.994130433)
  37. end)
  38. Section:NewButton("Mountain", "Req Or Diary", function()
  39.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-904.078003, 31.5853634, 1437.31506, -0.931494713, -4.99696995e-08, 0.363754839, -5.96830887e-08, 1, -1.54631081e-08, -0.363754839, -3.61138142e-08, -0.931494713)
  40. end)
  41. Section:NewButton("Near Chair", "Req Or Diary", function()
  42.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-610.969238, -5.10001755, 1826.43823, 0.999164641, -5.63880427e-08, -0.0408678912, 5.88935976e-08, 1, 6.01049166e-08, 0.0408678912, -6.24616021e-08, 0.999164641)
  43. end)
  44. Section:NewButton("Dark Shadow Dio Cave's", "Req Or Diary", function()
  45.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-936.542969, -3.12615347, 1498.85425, 0.415717542, -9.81854953e-09, 0.909493804, 1.66466787e-08, 1, 3.18664406e-09, -0.909493804, 1.38153071e-08, 0.415717542
  46. )
  47. end)
  48.  
  49.  
  50.  
  51. local Tab = Window:NewTab("Toggle GUI")
  52. local Section = Tab:NewSection("On/Off")
  53. Section:NewKeybind("KeybindText", "KeybindInfo", Enum.KeyCode.F, function()
  54.     Library:ToggleUI()
  55. end)
  56.  
  57.  
  58. local Tab = Window:NewTab("Player")
  59. local Section = Tab:NewSection("WalkSpeed")
  60. Section:NewSlider("WalkSpeed", "WalkSpeed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  61.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  62. end)
  63.  
  64. Section:NewSlider("jumpPower", "Your JumpPower", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  65.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  66. end)
  67.  
  68. Section:NewButton("Reset", "Resets", function()
  69.     game.Players.LocalPlayer.Character.Humanoid.Health = 0
  70. end)
  71.  
  72. Section:NewButton("Fly", "Press E to toggle", function()
  73.     loadstring(game:HttpGet("https://pastebin.com/raw/7rXZ9VNc", true))()
  74. end)
  75. Section:NewButton("Admin script", "Infinite yield", function()
  76.    loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  77. end)
  78.    
  79.  
  80.  
  81. local Tab = Window:NewTab("Map Locations")
  82. local Section = Tab:NewSection("Map Locations")
  83. Section:NewButton("Middle Map", "Map Areas", function()
  84.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-754.278503, -3.06866455, 1606.64111, -0.107205555, 1.05957501e-08, -0.994236827, 5.7898589e-08, 1, 4.41414016e-09, 0.994236827, -5.70916825e-08, -0.107205555)
  85. end)
  86. Section:NewButton("Dummy test", "Map Areas", function()
  87.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-807.189697, -4.85914183, 1621.38416, 0.99414742, -1.26825057e-08, -0.108030282, 1.98882724e-08, 1, 6.56239152e-08, 0.108030282, -6.73883491e-08, 0.99414742)
  88. end)
  89. Section:NewButton("1v1 Arena", "Map Areas", function()
  90.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-474.922791, -4.71304703, 1376.32361, 0.148592025, 1.02405728e-08, 0.988898575, -1.21302918e-07, 1, 7.87145815e-09, -0.988898575, -1.21125922e-07, 0.148592025)
  91. end)
  92.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement