0% found this document useful (0 votes)
1K views6 pages

JumpinSploit - Assassin Exploit Script

KEYLESS Assassin Script, contains: Silent Aim - Adjustable FOV - Teleports Knife AutoFarm - Fastest - Server Hop - No Cooldown

Uploaded by

greyfering
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views6 pages

JumpinSploit - Assassin Exploit Script

KEYLESS Assassin Script, contains: Silent Aim - Adjustable FOV - Teleports Knife AutoFarm - Fastest - Server Hop - No Cooldown

Uploaded by

greyfering
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

{\rtf1\ansi\ansicpg1252\cocoartf2761

\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0
\deftab560
\pard\pardeftab560\slleading20\partightenfactor0

\f0\fs26 \cf0 local Rayfield =


loadstring(game:HttpGet('[Link]
\
local Window = Rayfield:CreateWindow(\{\
Name = "JumpinSploit \uc0\u55358 \u56810 ",\
Icon = 0,\
LoadingTitle = "[Link]/S2HkPVWkDg",\
LoadingSubtitle = "by Jumpin",\
Theme = "Default",\
ConfigurationSaving = \{\
Enabled = false,\
FileName = "Big Hub"\
\},\
Discord = \{\
Enabled = true,\
Invite = "S2HkPVWkDg",\
RememberJoins = true\
\},\
KeySystem = false\
\})\
\
-- Main Tab\
local MainTab = Window:CreateTab("Main", nil)\
local SilentAimSection Section = MainTab:CreateSection("Silent Aim")\
\
local Label = MainTab:CreateLabel("Silent Aim", 4483362458, [Link](255,
255, 255), false) -- Title, Icon, Color, IgnoreTheme\
\
-- Toggle for Silent Aim\
local SilentAimToggle = MainTab:CreateToggle(\{\
Name = "Silent Aim Toggle",\
CurrentValue = false,\
Callback = function(value)\
_G.Toggle = value\
-- Toggle FOV Circle visibility based on Silent Aim status\
FOV_Circle.Visible = value\
\
if value then\
[Link]:SetCore("SendNotification", \{\
Title = "Silent Aim Activated";\
Text = "Discord: @jumpen";\
Duration = 1;\
\})\
else\
[Link]:SetCore("SendNotification", \{\
Title = "Silent Aim De-Activated";\
Text = "On diddy!";\
Duration = 1;\
\})\
end\
end\
\})\
\
-- Slider for FOV adjustment (Follows your requested format)\
local FOVSlider = MainTab:CreateSlider(\{\
Name = "FOV Radius",\
Range = \{50, 300\},\
Increment = 1,\
Suffix = "Studs",\
CurrentValue = 75,\
Flag = "FOV_Slider", -- Ensure unique flag for saving\
Callback = function(value)\
FOV_Circle.Radius = value\
end\
\})\
\
-- Toggle to hide/show the FOV Circle\
local FOVCircleToggle = MainTab:CreateToggle(\{\
Name = "Show/Hide FOV Circle",\
CurrentValue = false, -- Default is invisible\
Callback = function(value)\
FOV_Circle.Visible = value\
end\
\})\
\
-- Setup FOV circle drawing\
local Player = game:GetService("Players").LocalPlayer\
local Camera = game:GetService("Workspace").CurrentCamera\
local Mouse = game:GetService("Players").LocalPlayer:GetMouse()\
\
FOV_Circle = [Link]("Circle")\
FOV_Circle.Color = [Link](255,192,203)\
FOV_Circle.Thickness = 2\
FOV_Circle.NumSides = [Link]\
FOV_Circle.Radius = [Link]\
FOV_Circle.Visible = false -- Default to invisible\
FOV_Circle.Filled = false\
\
game:GetService('RunService').Stepped:connect(function()\
FOV_Circle.Position = [Link](Mouse.X, Mouse.Y + 37)\
end)\
\
local function ClosestPlayerToCursor()\
local Closest = nil\
local Distance = 9e9\
for i, v in pairs(game:GetService("Players"):GetPlayers()) do\
if v ~= Player then\
if Workspace[[Link]]:FindFirstChild("Humanoid") and
Workspace[[Link]].[Link] ~= 0 then\
local Position =
Camera:WorldToViewportPoint(Workspace[[Link]].[Link])\
local Magnitude = ([Link](Position.X, Position.Y) -
[Link](Mouse.X, Mouse.Y)).Magnitude\
if Magnitude < Distance and Magnitude < FOV_Circle.Radius then\
Closest = Workspace[[Link]]\
Distance = Magnitude\
end\
end\
end\
end\
return Closest\
end\
\
_G.Toggle = false\
\
-- Keybind to toggle Silent Aim\
local Keybind = MainTab:CreateKeybind(\{\
Name = "Silent Aim Keybind",\
CurrentKeybind = "Q", -- Default keybind is "Q"\
HoldToInteract = false,\
Flag = "Keybind1", -- Unique flag for configuration saving\
Callback = function(Keybind)\
_G.Toggle = not _G.Toggle -- Toggle Silent Aim on key press\
-- Toggle FOV Circle visibility based on Silent Aim status\
FOV_Circle.Visible = _G.Toggle\
\
if _G.Toggle then\
[Link]:SetCore("SendNotification", \{\
Title = "Silent Aim Activated";\
Text = "Discord: @jumpen";\
Duration = 1;\
\})\
else\
[Link]:SetCore("SendNotification", \{\
Title = "Silent Aim De-Activated";\
Text = "On diddy!";\
Duration = 1;\
\})\
end\
end\
\})\
\
spawn(function()\
game:GetService('RunService').RenderStepped:connect(function()\
pcall(function()\
if _G.Toggle then\
for i, v in
pairs(game:GetService("Workspace").[Link]:GetDescendants()) do\
if v:IsA("Part") then\
[Link] = false\
end\
end\
end\
end)\
end)\
end)\
\
spawn(function()\
game:GetService('RunService').RenderStepped:connect(function()\
pcall(function()\
if _G.Toggle then\
for i, v in
pairs(game:GetService("Workspace").KnifeHost:GetDescendants()) do\
if v:IsA("Part") then\
if [Link] == true then\
local PlayerPosition =
ClosestPlayerToCursor().[Link]\
[Link] = PlayerPosition\
end\
end\
end\
end\
end)\
end)\
end)\
\
\
-- AutoFarm Section\
local AutoFarmSection = MainTab:CreateSection("Auto Farm")\
local AutoFarmLabel = MainTab:CreateLabel("Auto Farm", 4483362458,
[Link](255, 255, 255), false) -- Title, Icon, Color, IgnoreTheme\
\
local AutofarmEnabled = false -- Default state\
local StabCooldown = false -- Ensures anti-cheat cooldown is maintained\
local AutoFarmConnections = \{\} -- Table to store active connections\
\
-- Function to clear autofarm connections\
local function ClearConnections()\
for _, conn in ipairs(AutoFarmConnections) do\
if [Link] then\
conn:Disconnect()\
end\
end\
AutoFarmConnections = \{\}\
end\
\
-- Function to reset character and gravity\
local function ResetCharacterAndGravity()\
local player = game:GetService("Players").LocalPlayer\
if [Link] then\
local character = [Link]\
if not character:FindFirstChild("Left Leg") and not
character:FindFirstChild("Right Leg") then\
local humanoid = character:FindFirstChild("Humanoid")\
if humanoid then\
humanoid:BreakJoints()\
end\
end\
end\
game:GetService("Workspace").Gravity = 196.2\
end\
\
-- Toggle for AutoFarm\
local AutoFarmToggle = MainTab:CreateToggle(\{\
Name = "Auto Farm",\
CurrentValue = false,\
Callback = function(value)\
AutofarmEnabled = value\
\
if value then\
-- Enable AutoFarm\
[Link](AutoFarmConnections,
game:GetService("RunService").Heartbeat:Connect(function()\
if AutofarmEnabled then\
-- TWEEN\
local player = game:GetService("Players").LocalPlayer\
if
player:FindFirstChild("PlayerGui"):WaitForChild("ScreenGui"):WaitForChild("UI").Tar
[Link] then\
local targetName =
[Link]\
local target = [Link]:FindFirstChild(targetName)\
if target then\
local tween =
game:GetService("TweenService"):Create([Link],
[Link](0, [Link]), \{CFrame =
[Link] * [Link](-2, -2, 1)\})\
tween:Play()\
end\
end\
\
-- STAB\
if not StabCooldown then\
local player = game:GetService("Players").LocalPlayer\
local targetName =
[Link]\
local target = [Link]:FindFirstChild(targetName)\
if target and ([Link] -
[Link]).magnitude <= 5 then\
StabCooldown = true\

[Link]:Fire(target)\
[Link](0.8) -- Cooldown to avoid anti-cheat
triggers\
StabCooldown = false\
end\
end\
\
-- EQUIP KNIFE\
local player = game:GetService("Players").LocalPlayer\
if [Link]:FindFirstChild("Knife") then\
[Link]:EquipTool([Link])\
end\
end\
end))\
\
-- Gravity manipulation and limb removal\
[Link](AutoFarmConnections,
game:GetService("RunService").Heartbeat:Connect(function()\
if AutofarmEnabled then\
game:GetService("Workspace").Gravity = 20\
local character =
game:GetService("Players").[Link]\
if character then\
for _, limb in ipairs(\{"Left Leg", "Right Leg", "Left
Arm"\}) do\
if character:FindFirstChild(limb) then\
character[limb]:Destroy()\
end\
end\
end\
end\
end))\
else\
-- Disable AutoFarm\
ClearConnections()\
ResetCharacterAndGravity()\
end\
end\
\})}

You might also like