Advertisement
Guest User

rgt 'anti exploit' is as shit as their 'anti cheat'

a guest
Apr 3rd, 2020
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.00 KB | None | 0 0
  1. -- Decompiled with the Synapse X Luau decompiler.
  2.  
  3. local l__RunService__1 = game:GetService("RunService");
  4. local l__LocalPlayer__2 = game:GetService("Players").LocalPlayer;
  5. local v3 = l__LocalPlayer__2.Character or l__LocalPlayer__2.CharacterAdded:wait();
  6. local v4 = Random.new();
  7. local l__Head__5 = v3:WaitForChild("Head");
  8. local l__HumanoidRootPart__6 = v3:WaitForChild("HumanoidRootPart");
  9. local l__Humanoid__7 = v3:WaitForChild("Humanoid");
  10. local l__MarketplaceService__1 = game:GetService("MarketplaceService");
  11. local function u2()
  12.     if l__LocalPlayer__2:GetRankInGroup(2794002) >= 7 then
  13.         return true;
  14.     end;
  15.     if l__MarketplaceService__1:UserOwnsGamePassAsync(l__LocalPlayer__2.UserId, 1689373) then
  16.         return true;
  17.     end;
  18.     return false;
  19. end;
  20. (v3:FindFirstChild("Torso") or v3:FindFirstChild("UpperTorso")).DescendantAdded:Connect(function(p1)
  21.     if not l__LocalPlayer__2 then
  22.         return;
  23.     end;
  24.     if u2() then
  25.         return;
  26.     end;
  27.     if p1:IsA("BodyVelocity") then
  28.         l__LocalPlayer__2:Kick("Exploiting.");
  29.         return;
  30.     end;
  31.     if p1:IsA("BodyGyro") then
  32.         l__LocalPlayer__2:Kick("Exploiting.");
  33.     end;
  34. end);
  35. l__HumanoidRootPart__6.DescendantAdded:Connect(function(p2)
  36.     if not l__LocalPlayer__2 then
  37.         return;
  38.     end;
  39.     if u2() then
  40.         return;
  41.     end;
  42.     if p2:IsA("BodyVelocity") then
  43.         l__LocalPlayer__2:Kick("Exploiting.");
  44.         return;
  45.     end;
  46.     if p2:IsA("BodyGyro") then
  47.         l__LocalPlayer__2:Kick("Exploiting.");
  48.     end;
  49. end);
  50. l__Humanoid__7:GetPropertyChangedSignal("PlatformStand"):Connect(function()
  51.     if not l__LocalPlayer__2 then
  52.         return;
  53.     end;
  54.     if u2() then
  55.         return;
  56.     end;
  57.     if l__Humanoid__7.PlatformStand then
  58.         l__LocalPlayer__2:Kick("Exploiting.");
  59.     end;
  60. end);
  61. local v8 = "01234567890abcdef";
  62. while true do
  63.     local v9 = nil;
  64.     if not wait(15) then
  65.         break;
  66.     end;
  67.     v9 = "";
  68.     local v10 = Random.new();
  69.     for v11 = 1, 32 do
  70.         local v12 = v10:NextInteger(1, #v8);
  71.         v9 = v9 .. string.sub("01234567890abcdef", v12, v12);
  72.         wait();
  73.     end;
  74.     script.Name = local v13;
  75.     script.Parent = l__Head__5;
  76. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement