From venuslock, 1 Month ago, written in Plain Text.
Embed
  1. local VLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/vep1032/VepStuff/main/Rgb%20Ui"))()
  2.  
  3. MAINTTL = "PRON HUB"
  4.  
  5. local win = VLib:Window("Fighting Academy", Color3.fromRGB(196, 40, 28))
  6.  
  7. local ss = win:Tab("MAIN")
  8. local sss = win:Tab("CREDITS")
  9.  
  10. --ANTI AFK
  11. pcall(function()
  12.     local VirtualUser=game:service'VirtualUser'
  13.     game:service'Players'.LocalPlayer.Idled:connect(function()
  14.     warn("anti-afk")
  15.     VirtualUser:CaptureController()
  16.     VirtualUser:ClickButton2(Vector2.new())
  17.        end)
  18.     end)
  19.  
  20. --GLOBALS
  21. LP = game.Players.LocalPlayer
  22. VIM = game:GetService("VirtualInputManager")
  23.  
  24.  
  25. ss:Toggle("Auto-Punch",function(t)
  26.     farm1 = t  
  27.     while farm1 do wait()
  28.       pcall(function()
  29.        local args = {[1] = game:GetService("Players").LocalPlayer}game:GetService("ReplicatedStorage").Events.boxing:FireServer(unpack(args))
  30.      end)  
  31.   end
  32. end)
  33.  
  34. ss:Toggle("Auto-BenchPress",function(t)
  35.     farm2 = t  
  36.     while farm2 do wait()
  37.       pcall(function()
  38.        local args = {[1] = "supin",[2] = game:GetService("Players").LocalPlayer}game:GetService("ReplicatedStorage").Events.Gym:FireServer(unpack(args))
  39.      end)  
  40.   end
  41. end)
  42.  
  43. ss:Toggle("Autofarm-Pushups",function(t)
  44.     farm3 = t  
  45.     while farm3 do wait()
  46.       pcall(function()
  47.       local args = {[1] = game:GetService("Players").LocalPlayer}game:GetService("ReplicatedStorage").Events.PushUpActive:FireServer(unpack(args))
  48.      end)  
  49.   end
  50. end)
  51.  
  52. ss:Toggle("Autofarm-Situps",function(t)
  53.     farm4 = t
  54.     while farm3 do wait()
  55.       pcall(function()
  56.        local args = {[1] = game:GetService("Players").LocalPlayer}game:GetService("ReplicatedStorage").Events.SitUpsActive:FireServer(unpack(args))
  57.      end)  
  58.   end
  59. end)
  60.  
  61. ss:Toggle("Autofarm-Pullups",function(t)
  62.     farm5 = t
  63.     while farm5 do wait()
  64.       pcall(function()
  65.       local args = {[1] = "bar",[2] = game:GetService("Players").LocalPlayer}game:GetService("ReplicatedStorage").Events.Gym:FireServer(unpack(args))
  66.      end)  
  67.   end
  68. end)
  69.  
  70. ss:Toggle("Autofarm-Speed",function(t)
  71.     farm5 = t
  72.     while farm5 do wait()
  73.       pcall(function()
  74.       local args = {[1] = "speed",[2] = game:GetService("Players").LocalPlayer}game:GetService("ReplicatedStorage").Events.Gym:FireServer(unpack(args))
  75.      end)  
  76.   end
  77. end)
  78.  
  79.  
  80. sss:Label("TPS")
  81.  
  82.  
  83. ss:Button("Teleport To BoxingBag",function(t)
  84. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1014, 10, -1146)
  85. end)
  86.  
  87. ss:Button("Teleport To BenchPress",function(t)
  88. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1050, 10, -1156)
  89. end)
  90.  
  91. ss:Button("Teleport To Pull-Ups",function(t)
  92. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1048, 13, -1215)
  93. end)
  94.  
  95. ss:Button("Teleport To SpeedRun",function(t)
  96. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-998, 11, -1239)
  97. end)
  98.  
  99. ss:Button("Teleport To Equiptment Store",function(t)
  100. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-390, 9, -659)
  101. end)
  102.  
  103. ss:Button("Teleport To Pushup Quest",function(t)
  104. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-949, 9, -683)
  105. end)
  106.  
  107. ss:Button("Teleport To BenchPress Quest",function(t)
  108. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-972, 9, -700)
  109. end)
  110.  
  111.  
  112. ss:Button("Hide Accesory",function()
  113.     ss:Button("Remove Accesory", function(t)
  114.     local player = game.Players.LocalPlayer
  115.     for i,v in pairs(player.Character:GetChildren()) do
  116.        if v.ClassName == "Accessory" or v.Name == "Belt" or v.Name == "Shirt" or v.Name == "Pants" then
  117.            v:Destroy()
  118.            local player = game.Players.LocalPlayer
  119.            for i,v in pairs(player.Character.Head:GetChildren()) do
  120.                    if v:IsA("Decal") then
  121.                    v:remove()
  122.                    end
  123.                end
  124.        end
  125.     end
  126. end)
  127. end)
  128. sss:Label("MADE BY")