A Bizarre Village / A Bootleg’s Day Script | MODDED KILLER

local ReplicatedStorage = game:GetService("ReplicatedStorage") local Lighting = game:GetService("Lighting") function HasProperty(Object, PropertyName) local Success, Result = pcall(function() Object[PropertyName] = Object[PropertyName] end) return Success end local FireLimb = ReplicatedStorage:WaitForChild("FireLimb") for Index, Object in pairs(game:GetDescendants()) do if HasProperty(Object, "Enabled") and not Object:IsDescendantOf(Lighting) then FireLimb:FireServer({ Fire = Object }, false) end end

Continue ReadingA Bizarre Village / A Bootleg’s Day Script | MODDED KILLER

Tangled Web Script | AUTOFARM PIZZA MISSION

while wait(2) do game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(910.776367, 13.7252016, -1757.70068, -0.57357645, 0, -0.819151998, 0, 1, 0, 0.819151998, 0, -0.5735764) local A_1 = "Dialogue" local A_2 = "GiveMission" local A_3 = game:GetService("Workspace")["Pizza Chef"] local Event = game:GetService("ReplicatedStorage").RemoteEvent Event:FireServer(A_1, A_2, A_3) wait(0.4) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(479.287537, 222.043518, -2692.50049, 1, 0, 0, 0, 1, 0, 0, 0, 1) wait(0.3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2838.19995, 5.09999847, 649.799927, 1, 0, 0, 0, 1, 0, 0, 0, 1) wait(0.3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2399.50024, 22.6078758, -667.516541, 1, 0, 0, 0, 1, 0, 0, 0, 1) wait(0.3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1138.7002, 5.10000467, -871.900391, 1, 0, 0, 0, 1, 0, 0, 0, 1) wait(0.3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-447.933319, 257.741333, -2377.02979, 1, 0, 0, 0, 1, 0, 0, 0, 1) wait(0.3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-570.900024, 3, -1027, 1, 0, 0, 0, 1, 0, 0, 0, 1) wait(0.3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-67.5, 3, -87.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) wait(0.3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(778.5, 3, -1658.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) wait(0.3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15.7000122, 3, -332.700012, 1, 0, 0, 0, 1, 0, 0, 0, 1) wait(0.3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2756.90015, 5.10000467, -1327.20044, 1, 0, 0, 0, 1, 0, 0, 0, 1) wait(0.3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1379.70044, 5.10000038, -252.400299, 1, 0, 0, 0, 1, 0, 0, 0, 1) wait(0.3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-340.399933, 5.0999999, -354.600037, 1, 0, 0, 0, 1, 0, 0, 0, 1) wait(0.3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-416.899963, 3, -1765.69995, 1, 0, 0, 0, 1, 0, 0, 0, 1) end

Continue ReadingTangled Web Script | AUTOFARM PIZZA MISSION

2 Player Evolution Tycoon Script | AUTO-PICKUP

for _,v in pairs(workspace.Fruits:GetDescendants()) do if v:IsA("TouchTransmitter") then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0) --0 is touch wait() firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1) -- 1 is untouch end end game.workspace.Fruits.ChildAdded:Connect(function(x) for _,v in pairs(game.workspace.Fruits:GetDescendants()) do if v:IsA("TouchTransmitter") then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0) --0 is touch wait() firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1) -- 1 is untouch end end end)

Continue Reading2 Player Evolution Tycoon Script | AUTO-PICKUP

Roblox Script | ATTRACTIVE SERVER FINDER – FIXED

--[[ did it myself lmao made by Xyba. Fixed by juNN--]] --CONFIGURATION-- getgenv().minPlayers = 10 getgenv().minBuyers = 5 getgenv().serverHopAfterMinutes = 4 getgenv().ToggleJoinMSG = false getgenv().joinMSG = "Hey, make sure to check out my shop! :)" getgenv().AutoClaimBooth = true getgenv().LookForSuggarDad = false getgenv().minSuggardad = 100 repeat wait() until game:IsLoaded() wait(2) pcall(function() if AutoClaimBooth then local lp = game.Players.LocalPlayer local waitForPlots = workspace:WaitForChild("Plots") spawn(function() while not waitForPlots:FindFirstChild(lp.Name) do local unclaimed = game:GetService("Workspace").Plots:FindFirstChild("Unclaimed"); if unclaimed then if lp.Character and lp.Character:FindFirstChild("HumanoidRootPart") then for i, v in pairs(unclaimed:GetDescendants()) do if v.Name == "tablePart" then lp.Character.HumanoidRootPart.CFrame = unclaimed.Table:FindFirstChild("tablePart").CFrame + Vector3.new(0, 3, 0) end end if ToggleJoinMSG then pcall(function() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(joinMSG, "All") ToggleJoinMSG = false; end) end end wait(1.5) for i, v in pairs(unclaimed:GetDescendants()) do if v.Name == "BoothClaimPrompt" then fireproximityprompt(v) end end end end end) end function hop() pcall(function() spawn(function() while wait(2) do local Servers = game.HttpService:JSONDecode(game:HttpGet( "https://games.roblox.com/v1/games/" .. game.PlaceId .. "/servers/Public?sortOrder=Asc&limit=100")) for i, v in pairs(Servers.data) do if v.playing ~= v.maxPlayers then wait() game:GetService('TeleportService'):TeleportToPlaceInstance(game.PlaceId, v.id) end end end end) end) end local players = game.Players:GetChildren() local countPlayers = #players local buyers = 0 local suggarAmount = 0 for i, v in pairs(game:GetService("Players"):GetChildren()) do for i, v in pairs(v:GetDescendants()) do if v.Name == "Bought" then if v.Value > 0 then buyers = buyers + 1 end if LookForSuggarDad then if v.Value > minSuggardad then suggarAmount = suggarAmount + 1 end end end end end if countPlayers >= minPlayers and buyers >= minBuyers then if LookForSuggarDad then if suggarAmount > 0 then local waitTime = serverHopAfterMinutes * 60 local client = game.GetService(game, "Players").LocalPlayer for i,v in pairs(getconnections(game:GetService("Players").LocalPlayer.Idled)) do v:Disable() end wait(waitTime) hop(); else hop(); end else local waitTime = serverHopAfterMinutes * 60 local client = game.GetService(game, "Players").LocalPlayer for i,v in pairs(getconnections(game:GetService("Players").LocalPlayer.Idled)) do v:Disable() end wait(waitTime) hop(); end else hop(); end end) game.StarterGui:SetCore("SendNotification", { Title = "credits"; Text = "Fixed by juNN"; Icon = "rbxthumb://type=Asset&id=3382133029&w=150&h=150"; })

Continue ReadingRoblox Script | ATTRACTIVE SERVER FINDER – FIXED

Anime Clickers Simulator Script | AUTO PICK UP SCAVENGER SHARDS

for _,v in pairs(game:GetService("Workspace").EventHunt:GetChildren()) do if v:FindFirstChild("ProximityPrompt") and v:FindFirstChild("SurfaceAppearance") then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame task.wait(2) fireproximityprompt(v.ProximityPrompt) task.wait() end end

Continue ReadingAnime Clickers Simulator Script | AUTO PICK UP SCAVENGER SHARDS

Club Iris Script | GIANT JACKET

-- make sure you're facing in the direction of the club entrance when you run this script loadstring(game:HttpGet('https://pastebin.com/raw/amyLyCzh'))() game.Players.LocalPlayer.Character.UpperTorso.Waist:Destroy() task.wait(1) game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Jumping) task.wait(0.3) game.Players.LocalPlayer.Character.UpperTorso:Destroy() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(379, 42, 519) task.wait(3) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(375, 41, 809) task.wait(1) game.Players.LocalPlayer.Character["LeftUpperLeg"]:Destroy() game.Players.LocalPlayer.Character["RightUpperLeg"]:Destroy()

Continue ReadingClub Iris Script | GIANT JACKET