Advertisement
TheJagExploits

JagExpl0its

Apr 2nd, 2020
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.64 KB | None | 0 0
  1. -- JAGSPLOIT
  2. -- Version: 2.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 CREDITS = Instance.new("TextLabel")
  10. local Walkspeedbutton = Instance.new("TextButton")
  11. local JumpPowerbutton = Instance.new("TextButton")
  12. local DirtGUIbutton = Instance.new("TextButton")
  13. local BringWoodGUIbutton = Instance.new("TextButton")
  14. local joindiscord = Instance.new("TextLabel")
  15. local discord = Instance.new("TextLabel")
  16. local closebutton = Instance.new("TextButton")
  17. local openmain = Instance.new("Frame")
  18. local openbutton = Instance.new("TextButton")
  19.  
  20. --Properties:
  21.  
  22. ScreenGui.Parent = game.CoreGui
  23.  
  24. main.Name = "main"
  25. main.Parent = ScreenGui
  26. main.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
  27. main.Position = UDim2.new(0.118089348, 0, 0.265807956, 0)
  28. main.Size = UDim2.new(0, 513, 0, 437)
  29. main.Visible = false
  30. main.Active = true
  31. main.Draggable = true
  32.  
  33. Title.Name = "Title"
  34. Title.Parent = main
  35. Title.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  36. Title.Size = UDim2.new(0, 450, 0, 63)
  37. Title.Font = Enum.Font.GothamBold
  38. Title.Text = " JAGSPLOIT"
  39. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  40. Title.TextScaled = true
  41. Title.TextSize = 14.000
  42. Title.TextWrapped = true
  43.  
  44. CREDITS.Name = "CREDITS"
  45. CREDITS.Parent = main
  46. CREDITS.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  47. CREDITS.BorderColor3 = Color3.fromRGB(0, 0, 0)
  48. CREDITS.Position = UDim2.new(0.185185194, 0, 0.144164771, 0)
  49. CREDITS.Size = UDim2.new(0, 323, 0, 50)
  50. CREDITS.Font = Enum.Font.GothamBold
  51. CREDITS.Text = "GUI made by thereal_jag#6345, Script credits to go their owners."
  52. CREDITS.TextColor3 = Color3.fromRGB(0, 0, 0)
  53. CREDITS.TextScaled = true
  54. CREDITS.TextSize = 14.000
  55. CREDITS.TextWrapped = true
  56.  
  57. Walkspeedbutton.Name = "Walkspeed(button)"
  58. Walkspeedbutton.Parent = main
  59. Walkspeedbutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  60. Walkspeedbutton.Position = UDim2.new(0.15009746, 0, 0.28604117, 0)
  61. Walkspeedbutton.Size = UDim2.new(0, 95, 0, 50)
  62. Walkspeedbutton.Font = Enum.Font.GothamBold
  63. Walkspeedbutton.Text = "Walk Speed"
  64. Walkspeedbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. Walkspeedbutton.TextScaled = true
  66. Walkspeedbutton.TextSize = 14.000
  67. Walkspeedbutton.TextWrapped = true
  68. Walkspeedbutton.MouseButton1Down:connect(function()
  69. game:GetService('Players').LocalPlayer.Character.Humanoid.Name = 'Humanoida'
  70. game:GetService('Players').LocalPlayer.Character.Humanoida.WalkSpeed = 160
  71. end)
  72.  
  73. JumpPowerbutton.Name = "Jump Power(button)"
  74. JumpPowerbutton.Parent = main
  75. JumpPowerbutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  76. JumpPowerbutton.Position = UDim2.new(0.664717376, 0, 0.28604117, 0)
  77. JumpPowerbutton.Size = UDim2.new(0, 95, 0, 50)
  78. JumpPowerbutton.Font = Enum.Font.GothamBold
  79. JumpPowerbutton.Text = "Jump Power"
  80. JumpPowerbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. JumpPowerbutton.TextScaled = true
  82. JumpPowerbutton.TextSize = 14.000
  83. JumpPowerbutton.TextWrapped = true
  84. JumpPowerbutton.MouseButton1Down:connect(function()
  85. game:GetService('Players').LocalPlayer.Character.Humanoid.Name = 'Humanoida'
  86. game:GetService('Players').LocalPlayer.Character.Humanoida.JumpPower = 150
  87. end)
  88.  
  89. DirtGUIbutton.Name = "Dirt GUI(button)"
  90. DirtGUIbutton.Parent = main
  91. DirtGUIbutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  92. DirtGUIbutton.Position = UDim2.new(0.0467836261, 0, 0.562929034, 0)
  93. DirtGUIbutton.Size = UDim2.new(0, 200, 0, 50)
  94. DirtGUIbutton.Font = Enum.Font.GothamBold
  95. DirtGUIbutton.Text = "Dirt GUI (old version)"
  96. DirtGUIbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  97. DirtGUIbutton.TextScaled = true
  98. DirtGUIbutton.TextSize = 14.000
  99. DirtGUIbutton.TextWrapped = true
  100. DirtGUIbutton.MouseButton1Down:connect(function()
  101. loadstring(game:HttpGet("https://pastebin.com/raw/wd52g7DC",true)) ()
  102. end)
  103.  
  104. BringWoodGUIbutton.Name = "Bring Wood GUI(button)"
  105. BringWoodGUIbutton.Parent = main
  106. BringWoodGUIbutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  107. BringWoodGUIbutton.Position = UDim2.new(0.563352823, 0, 0.562929034, 0)
  108. BringWoodGUIbutton.Size = UDim2.new(0, 200, 0, 50)
  109. BringWoodGUIbutton.Font = Enum.Font.GothamBold
  110. BringWoodGUIbutton.Text = "Bring Wood GUI"
  111. BringWoodGUIbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. BringWoodGUIbutton.TextScaled = true
  113. BringWoodGUIbutton.TextSize = 14.000
  114. BringWoodGUIbutton.TextWrapped = true
  115. BringWoodGUIbutton.MouseButton1Down:connect(function()
  116. loadstring(game:HttpGet("https://pastebin.com/raw/nfu4Jm2a",true)) ()
  117. end)
  118.  
  119. joindiscord.Name = "joindiscord"
  120. joindiscord.Parent = main
  121. joindiscord.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
  122. joindiscord.BorderColor3 = Color3.fromRGB(44, 44, 44)
  123. joindiscord.Position = UDim2.new(0, 0, 0.77116704, 0)
  124. joindiscord.Size = UDim2.new(0, 513, 0, 50)
  125. joindiscord.Font = Enum.Font.GothamBold
  126. joindiscord.Text = "JOIN MY DISCORD FOR NEW UPDATES ON JAGSPLOIT, AND FURTURE PROJECTS"
  127. joindiscord.TextColor3 = Color3.fromRGB(255, 255, 255)
  128. joindiscord.TextScaled = true
  129. joindiscord.TextSize = 14.000
  130. joindiscord.TextWrapped = true
  131.  
  132. discord.Name = "discord"
  133. discord.Parent = main
  134. discord.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
  135. discord.BorderColor3 = Color3.fromRGB(44, 44, 44)
  136. discord.Position = UDim2.new(0, 0, 0.901601911, 0)
  137. discord.Size = UDim2.new(0, 513, 0, 33)
  138. discord.Font = Enum.Font.GothamSemibold
  139. discord.Text = "https://discord.gg/tZeZhEn"
  140. discord.TextColor3 = Color3.fromRGB(255, 255, 255)
  141. discord.TextScaled = true
  142. discord.TextSize = 14.000
  143. discord.TextWrapped = true
  144.  
  145. closebutton.Name = "close(button)"
  146. closebutton.Parent = main
  147. closebutton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  148. closebutton.Position = UDim2.new(0.877192974, 0, 0, 0)
  149. closebutton.Size = UDim2.new(0, 63, 0, 63)
  150. closebutton.Font = Enum.Font.GothamBold
  151. closebutton.Text = "X"
  152. closebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  153. closebutton.TextScaled = true
  154. closebutton.TextSize = 14.000
  155. closebutton.TextWrapped = true
  156. closebutton.MouseButton1Down:connect(function()
  157. main.Visible = false
  158. openmain.Visible = true
  159. end)
  160.  
  161. openmain.Name = "openmain"
  162. openmain.Parent = ScreenGui
  163. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  164. openmain.Position = UDim2.new(0.477664739, 0, 0.00819671154, 0)
  165. openmain.Size = UDim2.new(0, 100, 0, 31)
  166.  
  167. openbutton.Name = "open(button)"
  168. openbutton.Parent = openmain
  169. openbutton.BackgroundColor3 = Color3.fromRGB(166, 106, 255)
  170. openbutton.Size = UDim2.new(0, 100, 0, 31)
  171. openbutton.Font = Enum.Font.GothamBold
  172. openbutton.Text = "OPEN JAGSPLOIT"
  173. openbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  174. openbutton.TextScaled = true
  175. openbutton.TextSize = 14.000
  176. openbutton.TextWrapped = true
  177. openbutton.MouseButton1Down:connect(function()
  178. openmain.Visible = false
  179. main.Visible = true
  180. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement