Advertisement
The_One123

Wisteria hack

Nov 24th, 2020 (edited)
8,123
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.51 KB | None | 0 0
  1. working autofarm for trinket:
  2. for i,v in pairs(game:GetService("Workspace").Trinkets:GetChildren()) do
  3.    if v.Name ~= "A" then
  4.        wait()
  5.        v.Name = "A"
  6.        wait(0.1)
  7.  
  8.        for i,v in pairs(game:GetService("Workspace").Trinkets:GetChildren()) do
  9.            if v.Name == "A" then
  10.                v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0))
  11.                fireclickdetector(Workspace.Trinkets.A.ClickDetector)
  12.            end
  13.        end
  14.    end
  15. end
  16. wait(0.1)
  17. wait(5)
  18. fireclickdetector(game:GetService("Workspace").SellShop.SellTrinkets.ClickDetector)
  19.  
  20.  
  21.  
  22. --[[
  23.     Credits:
  24.         asdturner#8179 -- Coom
  25.         {}#0001 -- Coom 2
  26.     ----------------------------------
  27.     Features:
  28.         God Mode, -- Invulnerable to all attacks including kill all, may have to turn off for some quests
  29.         Kill All Players, -- Equip something
  30.         Kill all Demons, -- Equip something
  31.         Kill all Civilians
  32.         Inf Breath, -- Self explanatory
  33.         Max Stomach, -- Self explanatory
  34.         Auto Meditate Keys, -- Click M and it auto clicks the keys
  35.         Trinket Farm/ Sell, -- Auto farms trinkets and sells them
  36.         Boulder Farm, -- Allows you to boulder from from anywhere on the map
  37.         Obstacle Farm, -- Farms agility faster than I can nut
  38.         Attack Speed + No Cool down, -- Do not click twice
  39.         Teleports -- If you dont get this your retarded
  40. ]]
  41. loadstring(game:HttpGet("https://pastebin.com/raw/cYAALwZ8"))()
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement