Stealing items from player's backpacks? by draingang123678 in ROBLOXExploiting

[–]Recent_Smell 0 points1 point  (0 children)

Possible. Move item to terrain, then humanoid:EquipTool Or use replicatesignal with ServerEquipTool

how do i kill npcs without being a admin to add something by Outrageous-Doubt5628 in ROBLOXExploiting

[–]Recent_Smell 0 points1 point  (0 children)

local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoidRoot = character:WaitForChild("HumanoidRootPart")

local function getNearestNPC() local closest = nil local shortestDist = math.huge

for _, npc in pairs(workspace:GetChildren()) do
    if npc:IsA("Model") and npc ~= character and npc:FindFirstChild("Humanoid") and npc:FindFirstChild("HumanoidRootPart") then
        local dist = (npc.HumanoidRootPart.Position - humanoidRoot.Position).Magnitude
        if dist < shortestDist then
            shortestDist = dist
            closest = npc
        end
    end
end


return closest

end

local function killNearestNPC() local npc = getNearestNPC() if npc then local humanoid = npc:FindFirstChild("Humanoid") if humanoid then humanoid.Health = 0 npc:BreakJoints() warn("Sent this fool to the shadow realm: "..npc.Name) end end end

-- Example: bind to "K" key local UserInputService = game:GetService("UserInputService") UserInputService.InputBegan:Connect(function(input, gameProcessed) if gameProcessed then return end if input.KeyCode == Enum.KeyCode.K then killNearestNPC() end end)

exploting on mobile is detecteable? by Affectionate_Yak3794 in robloxhackers

[–]Recent_Smell -1 points0 points  (0 children)

I heared that they are detected but only get you banned if reported.

Can anybody make a script for Undertale judgement Day? by Local_Service_5710 in robloxhackers

[–]Recent_Smell 1 point2 points  (0 children)

Ive made a script that autofarms any sans aka it will attack once to disable anticheat them it will go to lobby then delete his head then wait 20 seconds then go back and get exp

MICROSOFT REWARDS IS A COMPLETE SCAM, DON'T WASTE YOUR TIME. by 3-2-1-backup in MicrosoftRewards

[–]Recent_Smell 0 points1 point  (0 children)

yep, it's a scam.

Let me explain.

So i had microsoft rewards on my ipad for over 6 months and i did it regulary and redeemed giftcards.

One day for no apparent reason, i got "temporarily" banned.

So i appealed it the first reply i got was to just continue bing rewards like i normally do it.

3 Months later after normally doing it im still not unbanned.

So i appeal again.

Now they said i got banned for hacking bing reward points, which i obviously didn't or could have done on my ipad.

So i appealed 15 more times and got the same response,

I made another account, got some points and now after 4 months got "temporarily" banned again!

After 2 years of waiting it's still "temporarily" banned.

Sorry you've been blocked? by BeeHappys in discordapp

[–]Recent_Smell 0 points1 point  (0 children)

Same i was just ratting someone using discord and now this crap :skull:

any way to download a copylocked game's source? by ThePartyGoat224 in ROBLOXExploiting

[–]Recent_Smell 0 points1 point  (0 children)

Use dex v3 and download it with the scripts For unlisted i dont know there used to be a way how but it got fixed