Advertisement
karobloxYT

Untitled

Aug 21st, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.81 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "Đức TẠO CODE AuT", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  3.  
  4. local vu = game:GetService("VirtualUser")
  5. game:GetService("Players").LocalPlayer.Idled:connect(function()
  6. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  7. wait(1)
  8. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  9. end)
  10. local abcd = {}
  11. for bodoi,test in pairs(game:GetService("Workspace").ItemSpawns:GetChildren()) do
  12. table.insert(abcd,test.Name)
  13. end
  14. local testoke = {}
  15. for boas,easyok in pairs(game:GetService("Workspace").NPCS:GetChildren()) do
  16. table.insert(testoke,easyok)
  17. end
  18. local abcde = {}
  19. for _,bodoiqua in pairs(game.Players:GetPlayers()) do
  20. if bodoiqua.Name ~= game.Players.LocalPlayer.Name then
  21. table.insert(abcde,bodoiqua.Name)
  22. end
  23. end
  24.  
  25.  
  26. local Tab = Window:MakeTab({
  27. Name = "Auto Farm",
  28. Icon = "rbxassetid://4483345998",
  29. PremiumOnly = false
  30. })
  31. local Section = Tab:AddSection({
  32. Name = "Farm Npc"
  33. })
  34.  
  35. Tab:AddDropdown({
  36. Name = "Dropdown",
  37. Default = "1",
  38. Options = abcd,
  39. Callback = function(tavc)
  40. while getgenv().bodoiquadi == true and tavc == "Shards" do
  41. wait()
  42. for i,v in pairs(game:GetService("Workspace").ItemSpawns.Shards:GetChildren()) do
  43. if v.Name == "SpawnLocation" and v:FindFirstChild("Meteor") then
  44. pcall(function()
  45. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  46. fireproximityprompt(v.Meteor.ProximityAttachment.Interaction)
  47. end)
  48. end
  49.  
  50. end
  51. end
  52. while getgenv().bodoiquadi == true and tavc == "Chests" do
  53. wait(0)
  54. for i,v in pairs(game:GetService("Workspace").ItemSpawns.Chests:GetChildren()) do
  55. if v.Name == "SpawnLocation" and v:FindFirstChild("Chest") then
  56. pcall(function()
  57. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  58. fireproximityprompt(v.Chest.RootPart.ProximityAttachment.Interaction)
  59. end)
  60. end
  61. end
  62.  
  63.  
  64. end
  65. while getgenv().bodoiquadi == true and tavc == "Meteors" do
  66. wait(0)
  67. for i,v in pairs(game:GetService("Workspace").ItemSpawns.Meteors:GetChildren()) do
  68. if v.Name == "SpawnLocation" and v:FindFirstChild("Meteor") then
  69. pcall(function()
  70. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  71. fireproximityprompt(v.Meteor.ProximityAttachment.Interaction)
  72. end)
  73. end
  74.  
  75. end
  76.  
  77. end
  78. while getgenv().bodoiquadi == true and tavc == "Sand Debris" do
  79. wait(0)
  80. for i,v in pairs(game:GetService("Workspace").ItemSpawns["Sand Debris"]:GetChildren()) do
  81. if v.Name == "SpawnLocation" and v:FindFirstChild("SandDebris") then
  82. pcall(function()
  83. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  84. fireproximityprompt(v.SandDebris.ProximityAttachment.Interaction)
  85. end)
  86. end
  87.  
  88. end
  89.  
  90. end
  91. end
  92.  
  93. })
  94.  
  95. Tab:AddToggle({
  96. Name = "Auto Enable",
  97. Default = false,
  98. Callback = function(abc)
  99. getgenv().bodoiquadi = abc
  100. end
  101. })
  102. local Section = Tab:AddSection({
  103. Name = "Farm Quest"
  104. })
  105. Tab:AddToggle({
  106. Name = "Take Dame",
  107. Default = false,
  108. Callback = function(asas)
  109. getgenv().ezqua = asas
  110. if getgenv().ezqua == true then
  111. game:GetService("RunService"):BindToRenderStep("Take Dame",0,function()
  112.  
  113. for i,v in pairs(game.workspace.Living:GetChildren()) do
  114. if v.Name == "Akira_DEV Dummy" then
  115. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0,0,-5)
  116. end
  117. end
  118. end)
  119. elseif getgenv().ezqua == false then
  120. game:GetService("RunService"):UnbindFromRenderStep("Take Dame")
  121.  
  122. end
  123. end
  124. })
  125.  
  126.  
  127. Tab:AddToggle({
  128. Name = "Deal Dame",
  129. Default = false,
  130. Callback = function(Dealdame)
  131. getgenv().ezok= Dealdame
  132. if getgenv().ezok == true then
  133. game:GetService("RunService"):BindToRenderStep("Dealdame",0,function()
  134.  
  135. for i,v in pairs(game.workspace.Living:GetChildren()) do
  136. if v.Name == "Dummy" then
  137. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0,0,5)
  138. end
  139. end
  140.  
  141.  
  142.  
  143.  
  144. end)
  145. elseif getgenv().ezok == false then
  146. game:GetService("RunService"):UnbindFromRenderStep("Dealdame")
  147.  
  148. end
  149. end
  150. })
  151. local Section = Tab:AddSection({
  152. Name = "Auto Skill"
  153. })
  154. Tab:AddToggle({
  155. Name = "Auto CLick",
  156. Default = false,
  157. Callback = function(AutoClickk)
  158. getgenv().AutoClick= AutoClickk
  159. if getgenv().AutoClick == true then
  160. game:GetService("RunService"):BindToRenderStep("AutoClickkk",0,function()
  161.  
  162. local A_1 = "LMB"
  163. local Event = game:GetService("ReplicatedStorage").Remotes.InputFunc
  164. Event:InvokeServer(A_1)
  165.  
  166.  
  167.  
  168. end)
  169. elseif getgenv().AutoClick == false then
  170. game:GetService("RunService"):UnbindFromRenderStep("AutoClickkk")
  171.  
  172. end
  173. end
  174. })
  175. Tab:AddToggle({
  176. Name = "Auto CLick R",
  177. Default = false,
  178. Callback = function(ClickRR)
  179. getgenv().ClickG= ClickRR
  180. if getgenv().ClickG == true then
  181. game:GetService("RunService"):BindToRenderStep("ClickRR",0,function()
  182.  
  183. local A_1 = "R"
  184. local Event = game:GetService("ReplicatedStorage").Remotes.InputFunc
  185. Event:InvokeServer(A_1)
  186.  
  187.  
  188.  
  189. end)
  190. elseif getgenv().ClickG== false then
  191. game:GetService("RunService"):UnbindFromRenderStep("ClickRR")
  192.  
  193. end
  194. end
  195. })
  196. Tab:AddToggle({
  197. Name = "Auto CLick F",
  198. Default = false,
  199. Callback = function(ClickFF)
  200. getgenv().ClickF= ClickFF
  201. if getgenv().ClickF == true then
  202. game:GetService("RunService"):BindToRenderStep("ClickFF",0,function()
  203.  
  204. local A_1 = "F"
  205. local Event = game:GetService("ReplicatedStorage").Remotes.InputFunc
  206. Event:InvokeServer(A_1)
  207.  
  208.  
  209.  
  210. end)
  211. elseif getgenv().ClickF== false then
  212. game:GetService("RunService"):UnbindFromRenderStep("ClickFF")
  213.  
  214. end
  215. end
  216. })
  217.  
  218. Tab:AddToggle({
  219. Name = "Auto CLick J",
  220. Default = false,
  221. Callback = function(ClickJJ)
  222. getgenv().ClickJ= ClickJJ
  223. if getgenv().ClickJ == true then
  224. game:GetService("RunService"):BindToRenderStep("ClickJJ",0,function()
  225.  
  226. local A_1 = "J"
  227. local Event = game:GetService("ReplicatedStorage").Remotes.InputFunc
  228. Event:InvokeServer(A_1)
  229.  
  230.  
  231.  
  232. end)
  233. elseif getgenv().ClickJ== false then
  234. game:GetService("RunService"):UnbindFromRenderStep("ClickJJ")
  235.  
  236. end
  237. end
  238. })
  239.  
  240.  
  241. Tab:AddToggle({
  242. Name = "Auto CLick R",
  243. Default = false,
  244. Callback = function(clickRR)
  245. getgenv().clickR= clickRR
  246. if getgenv().clickR == true then
  247. game:GetService("RunService"):BindToRenderStep("clickRR",0,function()
  248.  
  249. local A_1 = "R"
  250. local Event = game:GetService("ReplicatedStorage").Remotes.InputFunc
  251. Event:InvokeServer(A_1)
  252.  
  253.  
  254.  
  255. end)
  256. elseif getgenv().clickR== false then
  257. game:GetService("RunService"):UnbindFromRenderStep("clickRR")
  258.  
  259. end
  260. end
  261. })
  262.  
  263. Tab:AddToggle({
  264. Name = "Auto CLick E",
  265. Default = false,
  266. Callback = function(clickEE)
  267. getgenv().clickE= clickEE
  268. if getgenv().clickE == true then
  269. game:GetService("RunService"):BindToRenderStep("clickEE",0,function()
  270.  
  271. local A_1 = "E"
  272. local Event = game:GetService("ReplicatedStorage").Remotes.InputFunc
  273. Event:InvokeServer(A_1)
  274.  
  275.  
  276.  
  277. end)
  278. elseif getgenv().clickE== false then
  279. game:GetService("RunService"):UnbindFromRenderStep("clickEE")
  280.  
  281. end
  282. end
  283. })
  284.  
  285. Tab:AddToggle({
  286. Name = "Auto Stand",
  287. Default = false,
  288. Callback = function(clickQQ)
  289. getgenv().clickQ= clickQQ
  290. if getgenv().clickQ == true then
  291. game:GetService("RunService"):BindToRenderStep("clickQQ",0,function()
  292.  
  293. if game.Players.LocalPlayer.Character.Stand["Stand Torso"].Transparency == 1 then
  294. local A_1 = "Q"
  295. local Event = game:GetService("ReplicatedStorage").Remotes.InputFunc
  296. Event:InvokeServer(A_1)
  297. end
  298.  
  299.  
  300.  
  301. end)
  302. elseif getgenv().clickQ == false then
  303. game:GetService("RunService"):UnbindFromRenderStep("clickQQ")
  304.  
  305. end
  306. end
  307. })
  308.  
  309. local Tab = Window:MakeTab({
  310. Name = "Farm Quest",
  311. Icon = "rbxassetid://4483345998",
  312. PremiumOnly = false
  313. })
  314. Tab:AddToggle({
  315. Name = "ShadowDio",
  316. Default = false,
  317. Callback = function(FarmQuestDIO)
  318. getgenv().FarmDIOQUEST = FarmQuestDIO
  319. if getgenv().FarmDIOQUEST == true then
  320. while getgenv().FarmDIOQUEST do
  321. wait(2)
  322. if game:GetService("Players").LocalPlayer.QuestLines["Shadow's Demands"]["Shadow Dio Quest"]["Time Stop"].Value == 0 then
  323. game:GetService("RunService"):BindToRenderStep("FarmTimesstop",0,function()
  324.  
  325. local A_1 = "F"
  326. local Event = game:GetService("ReplicatedStorage").Remotes.InputFunc
  327. Event:InvokeServer(A_1)
  328. end)
  329. end
  330. wait(1)
  331. if game:GetService("Players").LocalPlayer.QuestLines["Shadow's Demands"]["Shadow Dio Quest"]["Time Stop"].Value == 15 then
  332. game:GetService("RunService"):UnbindFromRenderStep("FarmTimesstop")
  333. end
  334. wait(1)
  335. if game:GetService("Players").LocalPlayer.QuestLines["Shadow's Demands"]["Shadow Dio Quest"]["Time Stop"].Value == 15 then
  336. game:GetService("RunService"):BindToRenderStep("FarmBlood",6,function()
  337. for i,v in pairs(game.workspace.Living:GetChildren()) do
  338. if v.Name == "Dummy" and v:FindFirstChild("HumanoidRootPart") then
  339. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  340. wait(2)
  341. local A_1 = "Y"
  342. local Event = game:GetService("ReplicatedStorage").Remotes.InputFunc
  343. Event:InvokeServer(A_1)
  344. end
  345. end
  346. end)
  347.  
  348. end
  349. if game:GetService("Players").LocalPlayer.QuestLines["Shadow's Demands"]["Shadow Dio Quest"]["Drain Blood"].Value == 350 then
  350. game:GetService("RunService"):UnbindFromRenderStep("FarmBlood")
  351. end
  352.  
  353. wait(1)
  354. if game:GetService("Players").LocalPlayer.QuestLines["Shadow's Demands"]["Shadow Dio Quest"]["Drain Blood"].Value == 350 then
  355. game:GetService("RunService"):BindToRenderStep("Selfdie",0,function()
  356. for i,v in pairs(game.workspace.Living:GetChildren()) do
  357. if v.Name == "Akira_DEV Dummy" and v:FindFirstChild("HumanoidRootPart") then
  358. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0,0,-5)
  359. end
  360. end
  361. end)
  362. end
  363.  
  364.  
  365. if game:GetService("Players").LocalPlayer.QuestLines["Shadow's Demands"]["Shadow Dio Quest"]["Take DMG"].Value == 15000 then
  366. game:GetService("RunService"):UnbindFromRenderStep("Selfdie")
  367. end
  368. wait(1)
  369. if game:GetService("Players").LocalPlayer.QuestLines["Shadow's Demands"]["Shadow Dio Quest"]["Take DMG"].Value == 15000 then
  370. game:GetService("RunService"):BindToRenderStep("Deal Dameee",0,function()
  371.  
  372. for i,v in pairs(game.workspace.Living:GetChildren()) do
  373. if v.Name == "Dummy" and v:FindFirstChild("HumanoidRootPart") then
  374. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0,0,5)
  375.  
  376. end
  377. end
  378. end)
  379. end
  380. wait(1)
  381. if game:GetService("Players").LocalPlayer.QuestLines["Shadow's Demands"]["Shadow Dio Quest"]["Deal DMG"] == 15000 then
  382. game:GetService("RunService"):UnbindFromRenderStep("Deal Dameee")
  383. end
  384.  
  385. end
  386. end
  387. if getgenv().FarmDIOQUEST == false then
  388. getgenv().FarmDIOQUEST = false
  389. game:GetService("RunService"):UnbindFromRenderStep("FarmTimesstop")
  390. wait(1)
  391. game:GetService("RunService"):UnbindFromRenderStep("FarmBlood")
  392. wait(1)
  393. game:GetService("RunService"):UnbindFromRenderStep("Selfdie")
  394. wait(1)
  395. game:GetService("RunService"):UnbindFromRenderStep("Deal Dameee")
  396.  
  397. end
  398. end
  399. })
  400.  
  401. local Tab = Window:MakeTab({
  402. Name = "Hoop server",
  403. Icon = "rbxassetid://4483345998",
  404. PremiumOnly = false
  405. })
  406. local Tab = Window:MakeTab({
  407. Name = "Local Player",
  408. Icon = "rbxassetid://4483345998",
  409. PremiumOnly = false
  410. })
  411.  
  412.  
  413.  
  414. Tab:AddDropdown({
  415. Name = "Choose Player",
  416. Default = "1",
  417. Options = abcde,
  418. Callback = function(ValueNameok)
  419. while getgenv().farmplayer == true do
  420. wait()
  421. for i,v in pairs(game.workspace.Living:GetChildren()) do
  422. if v.Name == ValueNameok then
  423. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0,0,5)
  424. end
  425. end
  426. end
  427. Dropdown:Refresh(ValueNameok,true)
  428. end
  429.  
  430. })
  431.  
  432.  
  433.  
  434. Tab:AddToggle({
  435. Name = "Auto Enable Farm Player",
  436. Default = false,
  437. Callback = function(abccde)
  438. getgenv().farmplayer = abccde
  439. end
  440. })
  441.  
  442.  
  443.  
  444.  
  445.  
  446. Tab:AddButton({
  447. Name = "Invisible",
  448. Callback = function()
  449.  
  450. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  451. end
  452. })
  453.  
  454. Tab:AddButton({
  455. Name = "god mode",
  456. Callback = function()
  457.  
  458. game:GetService("Players").LocalPlayer.Character.Values.Block:Destroy()
  459. end
  460. })
  461.  
  462.  
  463. --[[
  464. Name = <string> - The name of the button.
  465. Callback = <function> - The function of the button.
  466. ]]
  467. local Tab = Window:MakeTab({
  468. Name = "Setting",
  469. Icon = "rbxassetid://4483345998",
  470. PremiumOnly = false
  471. })
  472.  
  473.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement