Advertisement
eycghgf2585

Untitled

Jun 9th, 2023
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VHDL 11.18 KB | Cryptocurrency | 0 0
  1. local CoreGui = game:GetService("StarterGui")
  2.  
  3. CoreGui:SetCore("SendNotification", {
  4.     Title = "😡脚本",
  5.     Text = "正在加载(反挂机已开启)",
  6.     Duration = 3,
  7. })
  8. print("Anti Afk On")
  9.         local vu = game:GetService("VirtualUser")
  10.         game:GetService("Players").LocalPlayer.Idled:connect(function()
  11.            vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  12.            wait(1)
  13.            vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  14.         end)
  15. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  16. local OrionLib = loadstring(game:HttpGet('https://pastebin.com/raw/xLRUSiKx'))()
  17.  
  18. CoreGui:SetCore("SendNotification", {
  19.     Title = "😡脚本",
  20.     Text = "加载成功!",
  21.     Duration = 5,
  22. })
  23. local Window = OrionLib:MakeWindow({Name = "😡脚本", HidePremium = false, IntroEnabled = false, ConfigFolder = "SB2Mod"})
  24. local Tab = Window:MakeTab({
  25.     Name = "⭐主要的",
  26.     Icon = "rbxassetid://4483345998",
  27.     PremiumOnly = false
  28. })
  29.  
  30. Tab:AddSlider({
  31.     Name = "速度",
  32.     Min = 16,
  33.     Max = 200,
  34.     Default = 16,
  35.     Color = Color3.fromRGB(255,255,255),
  36.     Increment = 1,
  37.     ValueName = "数值",
  38.     Callback = function(Value)
  39.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
  40.     end    
  41. })
  42.  
  43. Tab:AddSlider({
  44.     Name = "跳跃高度",
  45.     Min = 50,
  46.     Max = 200,
  47.     Default = 50,
  48.     Color = Color3.fromRGB(255,255,255),
  49.     Increment = 1,
  50.     ValueName = "数值",
  51.     Callback = function(Value)
  52.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
  53.     end    
  54. })
  55.  
  56. Tab:AddTextbox({
  57.     Name = "跳跃高度设置",
  58.     Default = "",
  59.     TextDisappear = true,
  60.     Callback = function(Value)
  61.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
  62.     end
  63. })
  64.  
  65. Tab:AddTextbox({
  66.     Name = "移动速度设置",
  67.     Default = "",
  68.     TextDisappear = true,
  69.     Callback = function(Value)
  70.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
  71.     end
  72. })
  73.  
  74. Tab:AddTextbox({
  75.     Name = "重力设置",
  76.     Default = "",
  77.     TextDisappear = true,
  78.     Callback = function(Value)
  79.         game.Workspace.Gravity = Value
  80.     end
  81. })
  82.  
  83. Tab:AddToggle({
  84.     Name = "夜视",
  85.     Default = false,
  86.     Callback = function(Value)
  87.         if Value then
  88.             game.Lighting.Ambient = Color3.new(1, 1, 1)
  89.         else
  90.             game.Lighting.Ambient = Color3.new(0, 0, 0)
  91.         end
  92.     end
  93. })
  94.  
  95. Tab:AddButton({
  96.     Name = "飞行V3(隐藏)",
  97.     Callback = function()
  98.      loadstring(game:HttpGet('https://pastebin.com/raw/U27yQRxS'))()
  99.     end    
  100. })
  101.  
  102. Tab:AddButton({
  103.     Name = "甩飞别人",
  104.     Callback = function()
  105.      loadstring(game:HttpGet("https://pastebin.com/raw/GnvPVBEi"))()
  106.     end    
  107. })
  108.  
  109. Tab:AddToggle({
  110.     Name = "穿墙",
  111.     Default = false,
  112.     Callback = function(Value)
  113.     local Workspace = game:GetService("Workspace")
  114. local Players = game:GetService("Players")
  115. local Clipon = true
  116.  
  117. Stepped = game:GetService("RunService").Stepped:Connect(function()
  118.     if not Clipon == false then
  119.         for a, b in pairs(Workspace:GetChildren()) do
  120.         if b.Name == Players.LocalPlayer.Name then
  121.         for i, v in pairs(Workspace[Players.LocalPlayer.Name]:GetChildren()) do
  122.         if v:IsA("BasePart") then
  123.         v.CanCollide = false
  124.         end end end end
  125.     else
  126.         Stepped:Disconnect()
  127.     end
  128. end)
  129.     end    
  130. })
  131.  
  132. Tab:AddButton({
  133.     Name = "透视",
  134.     Callback = function()
  135.      loadstring(game:HttpGet('https://pastebin.com/raw/MA8jhPWT'))()
  136.     end    
  137. })
  138.  
  139. Tab:AddButton({
  140.     Name = "吸取全部玩家",
  141.     Callback = function()
  142.      loadstring(game:HttpGet('https://pastebin.com/raw/hQSBGsw2'))()
  143.     end    
  144. })
  145.  
  146. Tab:AddButton({
  147.     Name = "人物无敌",
  148.     Callback = function()
  149.      loadstring(game:HttpGet('https://pastebin.com/raw/H3RLCWWZ'))()
  150.     end    
  151. })
  152.  
  153. Tab:AddButton({
  154.     Name = "隐身(E)",
  155.     Callback = function()
  156.      loadstring(game:HttpGet('https://pastebin.com/raw/nwGEvkez'))()
  157.     end    
  158. })
  159.  
  160. Tab:AddButton({
  161.     Name = "电脑键盘",
  162.     Callback = function()
  163.      loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  164.     end    
  165. })
  166.  
  167. Tab:AddButton({
  168.     Name = "飞车(E)(别人看到)",
  169.     Callback = function()
  170.      loadstring(game:HttpGet("https://pastebin.com/raw/G3GnBCyC", true))()
  171.     end    
  172. })
  173.  
  174. local Tab = Window:MakeTab({
  175.     Name = "脚本大全",
  176.     Icon = "rbxassetid://4483345998",
  177.     PremiumOnly = false
  178. })
  179.  
  180. local Section = Tab:AddSection({
  181.     Name = "DOORS👁"
  182. })
  183.  
  184. Tab:AddButton({
  185.     Name = "最强",
  186.     Callback = function()
  187.      loadstring(game:HttpGet('https://pastebin.com/raw/R8QMbhzv'))()
  188.     end    
  189. })
  190.  
  191. Tab:AddButton({
  192.     Name = "十字架",
  193.     Callback = function()
  194.      loadstring(game:HttpGet('https://pastebin.com/raw/ibbWwU6q'))()
  195.     end
  196. })
  197.  
  198. Tab:AddButton({
  199.     Name = "极速传奇",
  200.     Callback = function()
  201. loadstring(Game:HttpGet("https://pastebin.com/raw/0A4J7V8M"))()
  202. end
  203. })
  204.  
  205. Tab:AddButton({
  206.     Name = "力量传奇",
  207.     Callback =function()
  208. loadstring(game:HttpGet('https://raw.githubusercontent.com/jynzl/main/main/Musclas%20Legenos.lua'))()
  209. end
  210. })
  211. Tab:AddButton({
  212.     Name = "伐木大亨2多功能",
  213.     Callback = function()
  214.      loadstring(game:HttpGet('https://raw.githubusercontent.com/Butterisgood/butter-hub/main/Butterhub.txt'))()
  215.     end
  216. })
  217. Tab:AddButton({
  218.     Name = "管理员脚本(不是伐木)",
  219.     Callback = function()
  220.      loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  221.     end    
  222. })
  223. Tab:AddButton({
  224.     Name = "彩虹朋友",
  225.     Callback = function()
  226.      loadstring(game:HttpGet("https://raw.githubusercontent.com/JNHHGaming/Rainbow-Friends/main/Rainbow%20Friends"))()
  227.     end    
  228. })
  229. Tab:AddButton({
  230.     Name = "战争大亨",
  231.     Callback = function()
  232. loadstring(game:HttpGet("https://raw.githubusercontent.com/megamoeus/UI-Engine-V2/main/OWTPublic"))()
  233.     end
  234. })
  235. Tab:AddButton({
  236.     Name = "HoHo",
  237.     Callback = function()
  238.      loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
  239.     end    
  240. })
  241. Tab:AddButton({
  242.     Name = "tds查看兵",
  243.     Callback = function()
  244.      local Towers = game:GetService("Players").LocalPlayer.PlayerGui.Interface.Root.Inventory.View.Frame.Frame.Frame
  245.  
  246. for _, v in pairs(Towers:GetDescendants()) do
  247.     if v:IsA("ImageButton") then
  248.         v.Visible = true
  249.     end
  250. end
  251.     end    
  252. })
  253. Tab:AddButton({
  254.     Name = "阿尔宙斯V3.0 UI",
  255.     Callback = function()
  256.      loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/chillz-workshop/main/Arceus%20X%20V3"))()
  257.     end    
  258. })
  259. Tab:AddButton({
  260.     Name = "力量传奇Muscle Legend",
  261.     Callback = function()
  262.      loadstring(game:HttpGet("https://raw.githubusercontent.com/harisiskandar178/Roblox-Script/main/Muscle%20Legend"))()
  263.     end    
  264. })
  265. Tab:AddButton({
  266.     Name = "bark2.0",
  267.     Callback = function()
  268.      loadstring(game:HttpGet("https://raw.githubusercontent.com/XiaoYunCN/UWU/main/bark2.0.lua"))()
  269.     end    
  270. })
  271. local Tab = Window:MakeTab({
  272.     Name = "造船寻宝",
  273.     Icon = "rbxassetid://4483345998",
  274.     PremiumOnly = false
  275. })
  276.  
  277.  
  278.  
  279. local Section = Tab:AddSection({
  280.     Name = "付费功能"
  281. })
  282.  
  283.  
  284.  
  285.  
  286. Tab:AddButton({
  287.     Name = "自动刷金条",
  288.     Callback = function()
  289.     loadstring(game:HttpGet("https://pastebin.com/raw/Lyy77rnr",true))()
  290.     end
  291. })
  292.  
  293. Tab:AddButton({
  294.     Name = "工具包",
  295.     Callback = function()
  296.     loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/BTools.txt"))() 
  297.     end
  298. })
  299. Tab:AddButton({
  300.     Name = "防止掉线(反挂机)",
  301.     Callback = function()
  302.     print("Anti Afk On")
  303.         local vu = game:GetService("VirtualUser")
  304.         game:GetService("Players").LocalPlayer.Idled:connect(function()
  305.            vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  306.            wait(1)
  307.            vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  308.         end)
  309.     end
  310. })
  311. local Tab = Window:MakeTab({
  312.     Name = "监狱人生",
  313.     Icon = "rbxassetid://4483345998",
  314.     PremiumOnly = false
  315. })
  316. Tab:AddButton({
  317.     Name = "PRISONWARE V1.3",
  318.     Callback = function()
  319.      loadstring(game:HttpGet("https://raw.githubusercontent.com/Denverrz/scripts/master/PRISONWARE_v1.3.txt"))();
  320.     end    
  321. })
  322. Tab:AddButton({
  323.     Name = "警卫室",
  324.     Callback = function()
  325.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(847.7261352539062, 98.95999908447266, 2267.387451171875)
  326.     end
  327. })
  328.  
  329. Tab:AddButton({
  330.     Name = "监狱室内",
  331.     Callback = function()
  332.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(919.2575073242188, 98.95999908447266, 2379.74169921875)
  333.     end
  334. })
  335.  
  336. Tab:AddButton({
  337.     Name = "罪犯复活点",
  338.     Callback = function()
  339.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-937.5891723632812, 93.09876251220703, 2063.031982421875)
  340.     end
  341. })
  342.  
  343. Tab:AddButton({
  344.     Name = "监狱室外",
  345.     Callback = function()
  346.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(760.6033325195312, 96.96992492675781, 2475.405029296875)
  347.     end
  348. })
  349.  
  350. local Tab = Window:MakeTab({
  351.     Name = "鲨口求生2",
  352.     Icon = "rbxassetid://4483345998",
  353.     PremiumOnly = false
  354. })
  355.  
  356. Tab:AddDropdown({
  357.     Name = "免费船只",
  358.     Default = "1",
  359.     Options = {"DuckyBoatBeta", "DuckyBoat", "BlueCanopyMotorboat", "BlueWoodenMotorboat", "UnicornBoat", "Jetski", "RedMarlin", "Sloop", "TugBoat", "SmallDinghyMotorboat", "JetskiDonut", "Marlin", "TubeBoat", "FishingBoat", "VikingShip", "SmallWoodenSailboat", "RedCanopyMotorboat", "Catamaran", "CombatBoat", "TourBoat", "Duckmarine", "PartyBoat", "MilitarySubmarine",  "GingerbreadSteamBoat", "Sleigh2022", "Snowmobile", "CruiseShip"},
  360.     Callback = function(Value)
  361. local ohString1 = (Value)
  362.  
  363. game:GetService("ReplicatedStorage").EventsFolder.BoatSelection.UpdateHostBoat:FireServer(ohString1)
  364.     end    
  365. })
  366.  
  367. Tab:AddButton({
  368.     Name = "自动杀鲨鱼🦈",
  369.     Callback = function()
  370.      loadstring(game:HttpGet("https://raw.githubusercontent.com/Sw1ndlerScripts/RobloxScripts/main/Misc%20Scripts/sharkbite2.lua",true))()
  371.     end    
  372. })
  373.  
  374. local Tab = Window:MakeTab({
  375.     Name = "FE脚本",
  376.     Icon = "rbxassetid://4483345998",
  377.     PremiumOnly = false
  378. })
  379.  
  380. Tab:AddButton({
  381.     Name = "C00lgui",
  382.     Callback = function()
  383.      loadstring(game:GetObjects("rbxassetid://8127297852")[1].Source)()
  384.     end    
  385. })
  386.  
  387. Tab:AddButton({
  388.     Name = "1x1x1x1",
  389.     Callback = function()
  390.      loadstring(game:HttpGet(('https://pastebin.com/raw/JipYNCht'),true))()
  391.     end    
  392. })
  393.  
  394. Tab:AddButton({
  395.     Name = "动画中心",
  396.     Callback = function()
  397.      loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Animation-Hub/main/Animation%20Gui", true))()
  398.     end    
  399. })
  400. local Tab = Window:MakeTab({
  401.     Name = "脚本作者😡😡",
  402.     Icon = "rbxassetid://4483345998",
  403.     PremiumOnly = false
  404. })
  405.  
  406. Tab:AddButton({
  407.     Name = "😡😡😡脚本doors",
  408.     Callback = function()
  409.      loadstring(game:HttpGet("https://pastebin.com/raw/whXp1Ca2"))()
  410.     end    
  411. })
  412.  
  413. Tab:AddButton({
  414.     Name = "😡脚本Break in",
  415.     Callback = function()
  416.     loadstring(game:HttpGet("https://pastebin.com/raw/28Z4ExEn", true))()
  417.     end
  418. })
  419.  
  420. local Tab = Window:MakeTab({
  421.     Name = "信用",
  422.     Icon = "rbxassetid://4483345998",
  423.     PremiumOnly = false
  424. })
  425. local Section = Tab:AddSection({
  426.     Name = "作者:😡"
  427. })
  428.  
  429. Tab:AddButton({
  430.     Name = "复制作者QQ",
  431.     Callback = function()
  432.      setclipboard("2099718854")
  433.     end
  434. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement