Advertisement
TheJagExploits

Untitled

Apr 2nd, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. -- JAGSPLOIT
  2. -- Version: 2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local BringWoodguibutton = Instance.new("TextButton")
  10. local DirtGUIbutton = Instance.new("TextButton")
  11. local closebutton = Instance.new("TextButton")
  12. local openmain = Instance.new("Frame")
  13. local openbutton = Instance.new("TextButton")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.CoreGui
  18.  
  19. main.Name = "main"
  20. main.Parent = ScreenGui
  21. main.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  22. main.Position = UDim2.new(0.45687753, 0, 0.122950822, 0)
  23. main.Size = UDim2.new(0, 518, 0, 390)
  24. main.Visible = false
  25. main.Active = true
  26. main.Draggable = true
  27.  
  28. Title.Name = "Title"
  29. Title.Parent = main
  30. Title.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  31. Title.Size = UDim2.new(0, 463, 0, 65)
  32. Title.Font = Enum.Font.GothamBold
  33. Title.Text = "JAGSPLOIT V.2"
  34. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. Title.TextScaled = true
  36. Title.TextSize = 14.000
  37. Title.TextWrapped = true
  38.  
  39. BringWoodguibutton.Name = "Bring Wood gui(button)"
  40. BringWoodguibutton.Parent = main
  41. BringWoodguibutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  42. BringWoodguibutton.Position = UDim2.new(0.0386100337, 0, 0.474358976, 0)
  43. BringWoodguibutton.Size = UDim2.new(0, 150, 0, 50)
  44. BringWoodguibutton.Font = Enum.Font.GothamBold
  45. BringWoodguibutton.Text = "BRING WOOD GUI"
  46. BringWoodguibutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. BringWoodguibutton.TextScaled = true
  48. BringWoodguibutton.TextSize = 14.000
  49. BringWoodguibutton.TextWrapped = true
  50. BringWoodguibutton.MouseButton1Down:connect(function()
  51. loadstring(game:HttpGet("https://pastebin.com/raw/D58q4iud", true))()
  52. end)
  53.  
  54. DirtGUIbutton.Name = "Dirt GUI(button)"
  55. DirtGUIbutton.Parent = main
  56. DirtGUIbutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  57. DirtGUIbutton.Position = UDim2.new(0.67181468, 0, 0.474358976, 0)
  58. DirtGUIbutton.Size = UDim2.new(0, 150, 0, 50)
  59. DirtGUIbutton.Font = Enum.Font.GothamBold
  60. DirtGUIbutton.Text = "DIRT GUI "
  61. DirtGUIbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  62. DirtGUIbutton.TextScaled = true
  63. DirtGUIbutton.TextSize = 14.000
  64. DirtGUIbutton.TextWrapped = true
  65. DirtGUIbutton.MouseButton1Down:connect(function()
  66. loadstring(game:HttpGet("https://pastebin.com/raw/5hmjrttD", true))()
  67. end)
  68.  
  69. closebutton.Name = "close(button)"
  70. closebutton.Parent = main
  71. closebutton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  72. closebutton.Position = UDim2.new(0.893822372, 0, 0, 0)
  73. closebutton.Size = UDim2.new(0, 55, 0, 65)
  74. closebutton.Font = Enum.Font.GothamBold
  75. closebutton.Text = "X"
  76. closebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. closebutton.TextScaled = true
  78. closebutton.TextSize = 14.000
  79. closebutton.TextWrapped = true
  80. closebutton.MouseButton1Down:connect(function()
  81. main.Visible = false
  82. openmain.Visible = true
  83. end)
  84.  
  85. openmain.Name = "openmain"
  86. openmain.Parent = ScreenGui
  87. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  88. openmain.Position = UDim2.new(0.00309597515, 0, 0.451990634, 0)
  89. openmain.Size = UDim2.new(0, 100, 0, 30)
  90. openmain.Active = true
  91. openmain.Draggable = true
  92.  
  93. openbutton.Name = "open(button)"
  94. openbutton.Parent = openmain
  95. openbutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  96. openbutton.Size = UDim2.new(0, 100, 0, 30)
  97. openbutton.Font = Enum.Font.GothamBlack
  98. openbutton.Text = "OPEN JAGSPLOIT V.2"
  99. openbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  100. openbutton.TextScaled = true
  101. openbutton.TextSize = 14.000
  102. openbutton.TextWrapped = true
  103. openbutton.MouseButton1Down:connect(function()
  104. openmain.Visible = false
  105. main.Visible = true
  106. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement