CaliberMag

Untitled

Jan 30th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv", true))()
  2. local example = library:CreateWindow({
  3. text = "A Modded Day Utilities"
  4. })
  5.  
  6.  
  7. example:AddBox("Stand Autofarm (IDs)", function(object, focus)
  8. if focus then
  9. print("Stand Autofarm Has Started!")
  10. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(268.41864, 307.298889, 304.656769)
  11. wait(1)
  12. repeat
  13. game.ReplicatedStorage.Purchase:FireServer("Rokakaka Fruit", 0)
  14. game.ReplicatedStorage.Roka:FireServer()
  15. game.ReplicatedStorage.Purchase:FireServer("Arrow", 0)
  16. game.ReplicatedStorage.Arrow:FireServer()
  17. loadstring(game:HttpGet("https://pastebin.com/raw/GKwQZwyy", true))()
  18. print(game.Players.LocalPlayer.Data.Stand.Value)
  19. wait(0.3)
  20. until game.Players.LocalPlayer.Data.Stand.Value == tonumber(object.Text)
  21. print("Stand Obtained!")
  22. end
  23. end)
  24.  
  25. example:AddButton("> Grab Diaries", function()
  26. char = game:GetService('Players').LocalPlayer.Character
  27. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  28. char = body end)
  29. for i,v in pairs(workspace:GetDescendants()) do
  30. if v.Name == "DIO's Diary" or v.Name == "Samurai Diary" or v.Name == "Pot Diary" or v.Name == "Toxic Diary" then
  31. char.Humanoid:EquipTool(v)
  32. end
  33. end
  34. print("Diaries Have Been Grabbed!")
  35. end)
  36.  
  37. example:AddButton("> Grab Requiem Arrows", function()
  38. char = game:GetService('Players').LocalPlayer.Character
  39. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  40. char = body end)
  41. for i,v in pairs(workspace:GetDescendants()) do
  42. if v.Name == "Requiem Arrow" or v.Name == "Sapphire Requiem Arrow" or v.Name == "Volcanic Requiem Arrow" or v.Name == "Toxic Requiem Arrow" then
  43. char.Humanoid:EquipTool(v)
  44. end
  45. end
  46. print("Req Arrows Have Been Grabbed!")
  47. end)
  48.  
  49. example:AddButton("> Grab Frogs", function()
  50. char = game:GetService('Players').LocalPlayer.Character
  51. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  52. char = body end)
  53. for i,v in pairs(workspace:GetDescendants()) do
  54. if v.Name == "Frog" or v.Name == "Solar Frog" or v.Name == "Pink Frog" or v.Name == "EnderFrog" or v.Name == "Sands" then
  55. char.Humanoid:EquipTool(v)
  56. end
  57. end
  58. print("Frogs Have Been Grabbed!")
  59. end)
  60.  
  61. local example2 = library:CreateWindow({text='Autofarms'})
  62. example2:AddButton("> Banknotes", function()
  63. print("Banknote Autofarm Has Started!")
  64. while wait() do
  65. char = game:GetService('Players').LocalPlayer.Character
  66. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  67. char = body end)
  68. for i,v in pairs(workspace:GetDescendants()) do
  69. if v.Name == "Banknote" then
  70. char.Humanoid:EquipTool(v)
  71. end
  72. end
  73. end
  74. end)
  75.  
  76. example2:AddButton("> All Diaries", function()
  77. print("Diary Autofarm Has Started!")
  78. while wait() do
  79. char = game:GetService('Players').LocalPlayer.Character
  80. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  81. char = body end)
  82. for i,v in pairs(workspace:GetDescendants()) do
  83. if v.Name == "DIO's Diary" or v.Name == "Samurai Diary" or v.Name == "Pot Diary" or v.Name == "Toxic Diary" then
  84. char.Humanoid:EquipTool(v)
  85. end
  86. end
  87. end
  88. end)
  89.  
  90. example2:AddButton("> DIO's Diary", function()
  91. print("DIO's Diary Autofarm Has Started!")
  92. while wait() do
  93. char = game:GetService('Players').LocalPlayer.Character
  94. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  95. char = body end)
  96. for i,v in pairs(workspace:GetDescendants()) do
  97. if v.Name == "DIO's Diary" then
  98. char.Humanoid:EquipTool(v)
  99. end
  100. end
  101. end
  102. end)
  103.  
  104. example2:AddButton("> Camera", function()
  105. print("Camera Autofarm Has Started!")
  106. while wait() do
  107. char = game:GetService('Players').LocalPlayer.Character
  108. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  109. char = body end)
  110. for i,v in pairs(workspace:GetDescendants()) do
  111. if v.Name == "Camera" then
  112. char.Humanoid:EquipTool(v)
  113. end
  114. end
  115. end
  116. end)
  117.  
  118. example2:AddButton("> Pot Diary", function()
  119. print("Pot Diary Autofarm Has Started!")
  120. while wait() do
  121. char = game:GetService('Players').LocalPlayer.Character
  122. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  123. char = body end)
  124. for i,v in pairs(workspace:GetDescendants()) do
  125. if v.Name == "Pot Diary" then
  126. char.Humanoid:EquipTool(v)
  127. end
  128. end
  129. end
  130. end)
  131.  
  132. example2:AddButton("> Vamp Mask", function()
  133. print("Vampire Mask Autofarm Has Started!")
  134. while wait() do
  135. char = game:GetService('Players').LocalPlayer.Character
  136. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  137. char = body end)
  138. for i,v in pairs(workspace:GetDescendants()) do
  139. if v.Name == "Vampire Mask" then
  140. char.Humanoid:EquipTool(v)
  141. end
  142. end
  143. end
  144. end)
  145.  
  146. local credits = library:CreateWindow({text='Credits'})
  147. credits:AddLabel("Credits\nInori: Dragging\nwally: UI\nHallow: Scripts\n")
  148.  
  149. local dropdown;
  150. dropdown = example:AddDropdown({'[Stand IDs]', '1 - Standless', '2 - Star Platinum', '5 - The World', '6 - The World (OVA)', '8 - Creeper Queen', '10 - Crazy Diamond', '11 - Killer Queen', '12 - GoldExperience', '16 - Doppio KC', '17 - The World(AU)', '22 - Anubis', '31 - Gold Diamond', '35 - Sapphire Experience', '39 - Volcanic Experience', '85 - King Crimson(AU)', '87 - Initial D(iamond)', '89 - Hierophant Green', '90 - Spin', '92 - EVA Unit-01'}, function(a)
  151. end)
Add Comment
Please, Sign In to add comment