This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--https://rbscripts.com | |
loadstring(game:HttpGet("https://raw.githubusercontent.com/JumbleBumble/Scripts/main/EasyJumpClicker.lua",true))() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--https://rbscripts.com | |
workspace:WaitForChild("Souls").DescendantAdded:Connect(function(v) | |
if v:IsA("TouchTransmitter") and v.Parent:IsA("BasePart") and lp.Character and lp.Character:FindFirstChildWhichIsA("Humanoid") and lp.Character:FindFirstChildWhichIsA("Humanoid").RootPart then | |
firetouchinterest(lp.Character:FindFirstChildWhichIsA("Humanoid").RootPart,v.Parent,0) | |
end | |
end) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--https://rbscripts.com | |
loadstring(game:HttpGet('https://raw.githubusercontent.com/yeerma/such/main/BOMBOHIO'))() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--https://rbscripts.com | |
loadstring(game:HttpGet("https://raw.githubusercontent.com/JumbleBumble/Scripts/main/SmoothieFactoryTycoon.lua",true))() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--https://rbscripts.com | |
loadstring(game:HttpGet("https://raw.githubusercontent.com/JumbleBumble/Scripts/main/WestBound%20GUI.lua",true))() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--https://rbscripts.com | |
print("autoquests") | |
getgenv().qtog = true -- toggle which turns it on an off (true/false) | |
closestmob = function() | |
local closestPlayer = nil | |
local shortestDistance = math.huge | |
for i, v in pairs(game:GetService("Workspace").Mobs:GetDescendants()) do | |
if v:IsA("Part") and v.Name == "HumanoidRootPart" then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--https://rbscripts.com | |
warn("Requiring API")do | |
loadstring(game:HttpGet("https://pastebin.com/raw/KMc6aBky"))(); | |
end warn("API Loaded") | |
local child = object.child | |
local descendant = object.descendant | |
local check = object.check | |
local Tycoon = game.Players.LocalPlayer.Tycoon.Value |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--https://rbscripts.com | |
local chiefInstantCook = true | |
local npcReach = true | |
local Client = game.Players.LocalPlayer | |
local PS = Client.PlayerScripts | |
local Module = require(PS.ClientMain.Replications.Workers.WalkDummy) | |
local Worker = require(PS.CookingNew.WorkerComponents.WorkerDefault) | |
local M1 = require(PS.ClientMain.Replications.Customers.GetNPCFolder) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--https://rbscripts.com | |
local wait = 2 | |
local Honey | |
for i,v in next, getgc() do | |
if typeof(v) == "function" and islclosure(v) and not is_synapse_function(v) then | |
local Constants = getconstants(v) | |
if table.find(Constants, "Auto Collect") and table.find(Constants, "PrimaryPart") then | |
Honey = getupvalue(v, 2) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--https://rbscripts.com | |
loadstring(game:HttpGet("https://raw.githubusercontent.com/JumbleBumble/Scripts/main/StrongNinjaSimulatorGUI.lua",true))() |