Advertisement
CaliberMag

a

Mar 20th, 2020
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.79 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv", true))()
  2.  
  3. local example = library:CreateWindow({text = "A Modded Day Utilities"})
  4. example:AddBox("Stand Autofarm (IDs)", function(object, focus)
  5. if focus then
  6. print("Stand Autofarm Has Started!")
  7. local Plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  8. local p = Vector3.new(362.971008, 2270.30029, -40.7465286)
  9. Plr.CFrame = CFrame.new(p.x, p.y, p.z)
  10. wait(1)
  11. repeat
  12. game.ReplicatedStorage.Purchase:FireServer("Rokakaka Fruit")
  13. game.ReplicatedStorage.Roka:FireServer()
  14. game.ReplicatedStorage.Purchase:FireServer("Arrow")
  15. game.ReplicatedStorage.Arrow:FireServer()
  16. loadstring(game:HttpGet("https://pastebin.com/raw/GKwQZwyy", true))()
  17. print(game.Players.LocalPlayer.Data.Stand.Value)
  18. wait(0.2)
  19. until game.Players.LocalPlayer.Data.Stand.Value == tonumber(object.Text)
  20. print("Stand Obtained!")
  21. end
  22. end)
  23.  
  24. example:AddButton("> Grab All Items", function()
  25. char = game:GetService('Players').LocalPlayer.Character
  26. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  27. char = body end)
  28. for i,v in pairs(workspace:GetDescendants()) do
  29. if v:IsA('Tool') then
  30. char.Humanoid:EquipTool(v)
  31. end
  32. end
  33. print("Items Have Been Grabbed!")
  34. end)
  35.  
  36. example:AddButton("> Grab Diaries", function()
  37. char = game:GetService('Players').LocalPlayer.Character
  38. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  39. char = body end)
  40. for i,v in pairs(workspace:GetDescendants()) do
  41. if v.Name == "DIO's Diary" or v.Name == "Pot Diary" then
  42. char.Humanoid:EquipTool(v)
  43. end
  44. end
  45. print("Diaries Have Been Grabbed!")
  46. end)
  47.  
  48. example:AddButton("> Grab Corpse Parts", function()
  49. char = game:GetService('Players').LocalPlayer.Character
  50. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  51. char = body end)
  52. for i,v in pairs(workspace:GetDescendants()) do
  53. if v.Name == "Corpse Part" or v.Name == "Golden Corpse Part" then
  54. char.Humanoid:EquipTool(v)
  55. end
  56. end
  57. print("Corpse Parts Have Been Grabbed!")
  58. end)
  59.  
  60. example:AddButton("> Grab Requiem Arrows", function()
  61. char = game:GetService('Players').LocalPlayer.Character
  62. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  63. char = body end)
  64. for i,v in pairs(workspace:GetDescendants()) do
  65. if v.Name == "Requiem Arrow" then
  66. char.Humanoid:EquipTool(v)
  67. end
  68. end
  69. print("Req Arrows Have Been Grabbed!")
  70. end)
  71.  
  72. example:AddButton("> Grab Frogs", function()
  73. char = game:GetService('Players').LocalPlayer.Character
  74. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  75. char = body end)
  76. for i,v in pairs(workspace:GetDescendants()) do
  77. if v.Name == "Frog" or v.Name == "Pink Frog" or v.Name == "Ender Pearl" then
  78. char.Humanoid:EquipTool(v)
  79. end
  80. end
  81. print("Frogs Have Been Grabbed!")
  82. end)
  83.  
  84. example:AddButton("> Grab Vamp Mask", function()
  85. char = game:GetService('Players').LocalPlayer.Character
  86. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  87. char = body end)
  88. for i,v in pairs(workspace:GetDescendants()) do
  89. if v.Name == "Vampire Mask" then
  90. char.Humanoid:EquipTool(v)
  91. end
  92. end
  93. print("Vamp Mask Has Been Grabbed!")
  94. end)
  95.  
  96. example:AddButton("> Grab Camera", function()
  97. char = game:GetService('Players').LocalPlayer.Character
  98. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  99. char = body end)
  100. for i,v in pairs(workspace:GetDescendants()) do
  101. if v.Name == "Camera" then
  102. char.Humanoid:EquipTool(v)
  103. end
  104. end
  105. print("Camera Has Been Grabbed!")
  106. end)
  107.  
  108. example:AddButton("> Grab Aja Mask", function()
  109. char = game:GetService('Players').LocalPlayer.Character
  110. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  111. char = body end)
  112. for i,v in pairs(workspace:GetDescendants()) do
  113. if v.Name == "AjaMask" then
  114. char.Humanoid:EquipTool(v)
  115. end
  116. end
  117. print("Aja Mask Has Been Grabbed!")
  118. end)
  119.  
  120. example:AddButton("> Grab Dragon Ball", function()
  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 == "Dragon Ball" then
  126. char.Humanoid:EquipTool(v)
  127. end
  128. end
  129. print("Dragon Ball Has Been Grabbed!")
  130. end)
  131.  
  132. local example2 = library:CreateWindow({text='Autofarms'})
  133. example2:AddButton("> Autofarm All Items", function()
  134. print("Items Autofarm Has Started!")
  135. while wait(0.5) do
  136. char = game:GetService('Players').LocalPlayer.Character
  137. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  138. char = body end)
  139. for i,v in pairs(workspace:GetDescendants()) do
  140. if v:IsA('Tool') then
  141. char.Humanoid:EquipTool(v)
  142. end
  143. end
  144. end
  145. end)
  146.  
  147. example2:AddButton("> Banknotes", function()
  148. local player = game.Players.LocalPlayer.Name
  149. local PlayerName = game.Workspace:FindFirstChild(player)
  150. print("Banknote Autofarm Has Started!")
  151. while wait(0.5) do
  152. char = game:GetService('Players').LocalPlayer.Character
  153. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  154. char = body end)
  155. for i,v in pairs(workspace:GetDescendants()) do
  156. if v.Name == "Banknote" then
  157. char.Humanoid:EquipTool(v)
  158. wait(0.1)
  159. PlayerName.Banknote:Activate()
  160. end
  161. end
  162. end
  163. end)
  164.  
  165. example2:AddButton("> Corpse Parts", function()
  166. local player = game.Players.LocalPlayer.Name
  167. local PlayerName = game.Workspace:FindFirstChild(player)
  168. print("Corpse Part Autofarm Has Started!")
  169. while wait(0.5) do
  170. char = game:GetService('Players').LocalPlayer.Character
  171. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  172. char = body end)
  173. for i,v in pairs(workspace:GetDescendants()) do
  174. if v.Name == "Corpse Part" or v.Name == "Golden Corpse Part" then
  175. char.Humanoid:EquipTool(v)
  176. end
  177. end
  178. end
  179. end)
  180.  
  181. example2:AddButton("> All Diaries", function()
  182. print("Diary Autofarm Has Started!")
  183. while wait(0.5) do
  184. char = game:GetService('Players').LocalPlayer.Character
  185. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  186. char = body end)
  187. for i,v in pairs(workspace:GetDescendants()) do
  188. if v.Name == "DIO's Diary" or v.Name == "Pot Diary" then
  189. char.Humanoid:EquipTool(v)
  190. end
  191. end
  192. end
  193. end)
  194.  
  195. example2:AddButton("> DIO's Diary", function()
  196. print("DIO's Diary Autofarm Has Started!")
  197. while wait(0.5) do
  198. char = game:GetService('Players').LocalPlayer.Character
  199. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  200. char = body end)
  201. for i,v in pairs(workspace:GetDescendants()) do
  202. if v.Name == "DIO's Diary" then
  203. char.Humanoid:EquipTool(v)
  204. end
  205. end
  206. end
  207. end)
  208.  
  209. example2:AddButton("> Aja Mask", function()
  210. print("Aja Mask Autofarm Has Started!")
  211. while wait(0.5) do
  212. char = game:GetService('Players').LocalPlayer.Character
  213. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  214. char = body end)
  215. for i,v in pairs(workspace:GetDescendants()) do
  216. if v.Name == "AjaMask" then
  217. char.Humanoid:EquipTool(v)
  218. end
  219. end
  220. end
  221. end)
  222.  
  223. example2:AddButton("> Camera", function()
  224. print("Camera Autofarm Has Started!")
  225. while wait(0.5) do
  226. char = game:GetService('Players').LocalPlayer.Character
  227. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  228. char = body end)
  229. for i,v in pairs(workspace:GetDescendants()) do
  230. if v.Name == "Camera" then
  231. char.Humanoid:EquipTool(v)
  232. end
  233. end
  234. end
  235. end)
  236.  
  237. example2:AddButton("> Pot Diary", function()
  238. print("Pot Diary Autofarm Has Started!")
  239. while wait(0.5) do
  240. char = game:GetService('Players').LocalPlayer.Character
  241. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  242. char = body end)
  243. for i,v in pairs(workspace:GetDescendants()) do
  244. if v.Name == "Pot Diary" then
  245. char.Humanoid:EquipTool(v)
  246. end
  247. end
  248. end
  249. end)
  250.  
  251. example2:AddButton("> Vamp Mask", function()
  252. print("Vampire Mask Autofarm Has Started!")
  253. while wait(0.5) do
  254. char = game:GetService('Players').LocalPlayer.Character
  255. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  256. char = body end)
  257. for i,v in pairs(workspace:GetDescendants()) do
  258. if v.Name == "Vampire Mask" then
  259. char.Humanoid:EquipTool(v)
  260. end
  261. end
  262. end
  263. end)
  264.  
  265. example2:AddButton("> Requiem Arrow", function()
  266. print("Requiem Arrow Autofarm Has Started!")
  267. while wait(0.5) do
  268. char = game:GetService('Players').LocalPlayer.Character
  269. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  270. char = body end)
  271. for i,v in pairs(workspace:GetDescendants()) do
  272. if v.Name == "Requiem Arrow" then
  273. char.Humanoid:EquipTool(v)
  274. end
  275. end
  276. end
  277. end)
  278.  
  279. example2:AddButton("> Dragon Ball", function()
  280. print("Dragon Ball Autofarm Has Started!")
  281. while wait(0.5) do
  282. char = game:GetService('Players').LocalPlayer.Character
  283. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(body)
  284. char = body end)
  285. for i,v in pairs(workspace:GetDescendants()) do
  286. if v.Name == "Dragon Ball" then
  287. char.Humanoid:EquipTool(v)
  288. end
  289. end
  290. end
  291. end)
  292.  
  293. local credits = library:CreateWindow({text='Credits'})
  294. credits:AddLabel("Credits\nInori: Dragging\nwally: UI\nMe: Scripts\n")
  295.  
  296. local dropdown;
  297. dropdown = example:AddDropdown({'[Stand IDs]', '1 - Standless', '2 - Star Platinum', '3 - Star Platinum (OVA)', '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', '70 - Whitesnake', '85 - King Crimson(AU)', '87 - Initial D(iamond)', '89 - Hierophant Green', '90 - Spin', '92 - EVA Unit-01'}, function(a)
  298. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement