Advertisement
TheJagExploits

Untitled

Apr 3rd, 2020
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. -- JAGSPLOIT
  2. -- Version: 1.0
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local LumberJokebutton = Instance.new("TextButton")
  10. local MoneyDupebutton = 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(54, 54, 54)
  22. main.Position = UDim2.new(0.666519284, 0, 0.216627628, 0)
  23. main.Size = UDim2.new(0, 496, 0, 418)
  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, 445, 0, 61)
  32. Title.Font = Enum.Font.GothamBold
  33. Title.Text = "JAGSPLOIT"
  34. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. Title.TextScaled = true
  36. Title.TextSize = 14.000
  37. Title.TextWrapped = true
  38.  
  39. LumberJokebutton.Name = "LumberJoke(button)"
  40. LumberJokebutton.Parent = main
  41. LumberJokebutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  42. LumberJokebutton.Position = UDim2.new(0.0544354841, 0, 0.382775128, 0)
  43. LumberJokebutton.Size = UDim2.new(0, 200, 0, 50)
  44. LumberJokebutton.Font = Enum.Font.GothamBold
  45. LumberJokebutton.Text = "LUMBER JOKE GUI"
  46. LumberJokebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. LumberJokebutton.TextScaled = true
  48. LumberJokebutton.TextSize = 14.000
  49. LumberJokebutton.TextWrapped = true
  50. LumberJokebutton.MouseButton1Down:connect(function()
  51. loadstring(game:HttpGet("https://pastebin.com/raw/PdKzxqvn", true))()
  52. end)
  53.  
  54. MoneyDupebutton.Name = "Money Dupe(button)"
  55. MoneyDupebutton.Parent = main
  56. MoneyDupebutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  57. MoneyDupebutton.Position = UDim2.new(0.546370983, 0, 0.382775128, 0)
  58. MoneyDupebutton.Size = UDim2.new(0, 200, 0, 50)
  59. MoneyDupebutton.Font = Enum.Font.GothamBold
  60. MoneyDupebutton.Text = "MONEY DUPE GUI"
  61. MoneyDupebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  62. MoneyDupebutton.TextScaled = true
  63. MoneyDupebutton.TextSize = 14.000
  64. MoneyDupebutton.TextWrapped = true
  65. MoneyDupebutton.MouseButton1Down:connect(function()
  66. loadstring(game:HttpGet("https://pastebin.com/raw/XwLSKeAc", 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.897177398, 0, 0, 0)
  73. closebutton.Size = UDim2.new(0, 51, 0, 61)
  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, 0, 0.441451997, 0)
  89. openmain.Size = UDim2.new(0, 100, 0, 40)
  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, 40)
  97. openbutton.Font = Enum.Font.GothamBold
  98. openbutton.Text = "OPEN JAGSPLOIT"
  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