The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Justice Jungle script pastebin roblox
By LINK GAME on 2024-09-18 08:00 am | Syntax: LUA | Views: 10



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local AutoWin = Instance.new("TextButton")
  9. local UICorner = Instance.new("UICorner")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local AutoWin_2 = Instance.new("TextButton")
  12. local UICorner_3 = Instance.new("UICorner")
  13. local TextLabel = Instance.new("TextLabel")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  22. Frame.Position = UDim2.new(0.114236996, 0, 0.18225807, 0)
  23. Frame.Size = UDim2.new(0, 127, 0, 185)
  24.  
  25. AutoWin.Name = "AutoWin"
  26. AutoWin.Parent = Frame
  27. AutoWin.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  28. AutoWin.Position = UDim2.new(0.0516762324, 0, 0.0650171265, 0)
  29. AutoWin.Size = UDim2.new(0, 112, 0, 51)
  30. AutoWin.Font = Enum.Font.Nunito
  31. AutoWin.Text = "Auto win"
  32. AutoWin.TextColor3 = Color3.fromRGB(255, 255, 255)
  33. AutoWin.TextSize = 22.000
  34.  
  35. UICorner.Parent = AutoWin
  36.  
  37. UICorner_2.Parent = Frame
  38.  
  39. AutoWin_2.Name = "AutoWin"
  40. AutoWin_2.Parent = Frame
  41. AutoWin_2.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  42. AutoWin_2.Position = UDim2.new(0.0674242675, 0, 0.437704563, 0)
  43. AutoWin_2.Size = UDim2.new(0, 108, 0, 51)
  44. AutoWin_2.Font = Enum.Font.Nunito
  45. AutoWin_2.Text = "Auto chest"
  46. AutoWin_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  47. AutoWin_2.TextSize = 22.000
  48.  
  49. UICorner_3.Parent = AutoWin_2
  50.  
  51. TextLabel.Parent = Frame
  52. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  53. TextLabel.BackgroundTransparency = 1.000
  54. TextLabel.BorderSizePixel = 0
  55. TextLabel.Position = UDim2.new(0.14173229, 0, 0.762162149, 0)
  56. TextLabel.Size = UDim2.new(0, 87, 0, 37)
  57. TextLabel.Font = Enum.Font.SourceSans
  58. TextLabel.Text = "GUI made by Derpuw#3558 for Justice Jungle"
  59. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  60. TextLabel.TextScaled = true
  61. TextLabel.TextSize = 12.000
  62. TextLabel.TextWrapped = true
  63.  
  64. -- Scripts:
  65.  
  66. local function VNGVBDF_fake_script() -- AutoWin.LocalScript
  67.         local script = Instance.new('LocalScript', AutoWin)
  68.  
  69.         script.Parent.MouseButton1Click:Connect(function()
  70.                 local loop = 1
  71.        
  72.                 while loop < 5 do
  73.                         game.Players.LocalPlayer.Character.Humanoid.Health = 0
  74.                         wait(3)
  75.                         local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  76.                         local location = CFrame.new(-410, 4, -37)
  77.                         local humanoid = game.Players.LocalPlayer.Character.Humanoid
  78.                         humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
  79.                         pl.CFrame = location
  80.        
  81.        
  82.        
  83.                 end
  84.         end)
  85. end
  86. coroutine.wrap(VNGVBDF_fake_script)()
  87. local function KVQE_fake_script() -- AutoWin_2.LocalScript
  88.         local script = Instance.new('LocalScript', AutoWin_2)
  89.  
  90.         script.Parent.MouseButton1Click:Connect(function()
  91.                 local loop = 1
  92.        
  93.                 while loop < 5 do
  94.                         game.Players.LocalPlayer.Character.Humanoid.Health = 0
  95.                         wait(3)
  96.                         local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  97.                         local location = CFrame.new(-410, 4, -37)
  98.                         local humanoid = game.Players.LocalPlayer.Character.Humanoid
  99.                         humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
  100.                         pl.CFrame = location
  101.        
  102.        
  103.        
  104.                 end
  105.         end)
  106. end
  107. coroutine.wrap(KVQE_fake_script)()
  108. local function HFZKZVP_fake_script() -- Frame.LocalScript
  109.         local script = Instance.new('LocalScript', Frame)
  110.  
  111.         Frame = script.Parent.Frame --Name of your frame
  112.         Frame.Draggable = true
  113.         Frame.Active = true
  114.         Frame.Selectable = true
  115. end
  116. coroutine.wrap(HFZKZVP_fake_script)()