This file contains 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
local BuildABoatForTreasureFarmGUI = Instance.new("ScreenGui") | |
local MainFrame = Instance.new("Frame") | |
local Deco = Instance.new("TextLabel") | |
local SpeedTextBox = Instance.new("TextBox") | |
local SpeedDeco = Instance.new("TextLabel") | |
local OnceButton = Instance.new("TextButton") | |
local AutofarmButton = Instance.new("TextButton") | |
local AutofarmDeco = Instance.new("TextLabel") | |
BuildABoatForTreasureFarmGUI.Name = "BuildABoatForTreasureFarmGUI" |
This file contains 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
-- Made by Cyclically | Cyclone | |
-- Version: 0.2a | |
-- Settings: | |
local PREFIX = ";" | |
-- Variables: | |
local LocalPlayer = game:GetService("Players").LocalPlayer | |
local TweenService = game:GetService("TweenService") | |
local RunService = game:GetService("RunService") | |
local mouse = LocalPlayer:GetMouse() | |
local ContentProvider = game:GetService("ContentProvider") |
This file contains 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
--[[ | |
NOTE THIS IS NOT MY SCRIPT ALL CREDITS GO TO THE OWNERS | |
VM Hash: 1e3762e7666678e8e7b3c8750ffc28fb03a426572a6e1595932511dda5cfaa80 | |
]] | |
local SynapseXen_IlllIiIlI=select;local SynapseXen_ilIlliiIIllIlIi=string.byte;local SynapseXen_lIlIiil=string.sub;local SynapseXen_iiiiIilIIii=string.char;local SynapseXen_iIiilIiIllIlilII=type;local SynapseXen_lIllIiIllIIIIiii=table.concat;local unpack=unpack;local setmetatable=setmetatable;local pcall=pcall;local SynapseXen_lillIIili,SynapseXen_lliIiIilIii,SynapseXen_iiIIlliIIIiliil,SynapseXen_IiiilIIIIiIIIlI;if bit and bit.bxor then SynapseXen_lillIIili=bit.bxor;SynapseXen_lliIiIilIii=function(SynapseXen_lilIIlil,SynapseXen_lIlIlliliIiIiI)local SynapseXen_IIIliIlilIIIllIiI=SynapseXen_lillIIili(SynapseXen_lilIIlil,SynapseXen_lIlIlliliIiIiI)if SynapseXen_IIIliIlilIIIllIiI<0 then SynapseXen_IIIliIlilIIIllIiI=4294967296+SynapseXen_IIIliIlilIIIllIiI end;return SynapseXen_IIIliIlilIIIllIiI end else SynapseXen_lillIIili=function(SynapseXen_lilIIlil,SynapseXen_lIlIllil |
This file contains 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
local player = game.Players.LocalPlayer | |
position = player.Character.HumanoidRootPart.Position | |
wait(0.1) | |
player.Character:MoveTo(position + Vector3.new(0, 1000000, 0)) | |
wait(0.1) | |
humanoidrootpart = player.Character.HumanoidRootPart:clone() | |
wait(0.1) | |
player.Character.HumanoidRootPart:Destroy() | |
humanoidrootpart.Parent = player.Character | |
player.Character:MoveTo(position) |
This file contains 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
local ToolName = "" | |
local Counter = 0 | |
for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do | |
if v:IsA("Tool") then | |
Counter = Counter + 1 | |
ToolName = v.Name | |
end | |
end |
This file contains 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
-- This file was generated using Luraph Obfuscator v11.5 by memcorrupt. | |
_G.ToggleAimbot = Enum.KeyCode.BackSlash | |
local IlIl11IlIII1II1lllIII11lIl1I1ll11iii11illlil = assert local IlIl11IlIII1II1lllIII11II1iIIiI1iiIllIi1i1 = select local IlIl11IlIII1II1lllIII11lIl1iil11lIIlliI1iIii = tonumber local IlIl11IlIII1II1lllIII11lIlIl11IlIllI1lii1l1i = unpack local IlIl11IlIII1II1lllIII11liIii1l1IlI1ilIii1I = pcall local IlIl11IlIII1II1lllIII11li1li1l1IiI11Iii111 = setfenv local IlIl11IlIII1II1lllIII11i1i1l1111lIlIi1IIli = setmetatable local IlIl11IlIII1II1lllIII11lIlli1iIi1lll1il1ilii = type local IlIl11IlIII1II1lllIII11iilI1l1iIill1li1Ii1 = getfenv local IlIl11IlIII1II1lllIII11il1li11I1il1llil1Il = tostring local IlIl11IlIII1II1lllIII11i1llIiIi1Iillli1lI1 = error local IlIl11IlIII1II1lllIII11iiI1Iil1lI11l1iiII1 = string.sub local IlIl11IlIII1II1lllIII11llIII1l1lIlllli11li = string.byte local IlIl11IlIII1II1lllIII11li1l1IIiiIi1lII11li = string.char local IlIl11IlIII1II1lllIII11IiliIiiili1ll1l1lii = string.rep local |
This file contains 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
--[[ | |
Synapse Xen v1.1.2 by Synapse GP | |
VM Hash: 6beb293c68a479ea9714fe29d9543502ed5af6b6e327d4013cfed638b0b4e795 | |
Thanks NNode#0995 for obufscating the script for me <3 | |
Big thanks to waf#4826 for making the V3rm thread | |
Having issues when executing? Make sure you attach/inject your exploit after you deploy then execute the script. | |
If you still have other issues join the official discord server and DM me |
This file contains 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
local library = loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv", true))() | |
local UI = library:CreateWindow({ | |
text = "Bow Mods" | |
}) | |
local Mouse = game.Players.LocalPlayer:GetMouse() | |
local RapidFire = false | |
local RapidArrow = "skill0" | |
UI:AddToggle("Rapid Fire", function(Enabled) |
This file contains 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
-- Objects | |
local SlimeGui = Instance.new("ScreenGui") | |
local SlimesFrame = Instance.new("Frame") | |
local MoneyBox = Instance.new("TextBox") | |
local SetitBoi = Instance.new("TextButton") | |
local PlayerBox = Instance.new("TextBox") | |
-- Properties |
This file contains 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
while true do | |
wait(0.0001) | |
game.ReplicatedStorage.RemoteEvents.WeightLiftEvent:FireServer(1, "lift", true, 1013967235) | |
end |