Advertisement
VaLoExploits

SimpleTools

Sep 25th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.57 KB | None | 0 0
  1. -- SimpleTools
  2. -- Version: 2.82
  3. -- Instances:
  4. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  5. Text = "SimpleTools Loading.";
  6. Color = Color3.new(1, 0, 0);
  7. Font = Enum.Font.SciFi;
  8. FontSize = Enum.FontSize.Size24;
  9. })
  10. wait(1)
  11. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  12. Text = "Welcome to SimpleTools!";
  13. Color = Color3.new(1, 1, 1);
  14. Font = Enum.Font.SciFi;
  15. FontSize = Enum.FontSize.Size24;
  16. })
  17. wait(1)
  18. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  19. Text = "Login Details: Username: Trial Password: Trial";
  20. Color = Color3.new(1, 1, 1);
  21. Font = Enum.Font.SciFi;
  22. FontSize = Enum.FontSize.Size24;
  23. })
  24. game.StarterGui:SetCore("SendNotification", {
  25. Title = "Almost there.";
  26. Text = "Version Trial";
  27. })a
  28. wait(3)
  29. game.StarterGui:SetCore("SendNotification", {
  30. Title = "SimpleTools Loaded!";
  31. Text = "Created by VaLo#4165";
  32. })
  33.  
  34.  
  35. local SimpleTools = Instance.new("ScreenGui")
  36. local logingui = Instance.new("Frame")
  37. local submit = Instance.new("TextButton")
  38. local user = Instance.new("TextBox")
  39. local nameofexploit = Instance.new("TextLabel")
  40. local pass = Instance.new("TextBox")
  41. local TextLabel = Instance.new("TextLabel")
  42. local maingui = Instance.new("Frame")
  43. local btools = Instance.new("TextButton")
  44. local close = Instance.new("TextButton")
  45. local toolteleport = Instance.new("TextButton")
  46. local chattroll = Instance.new("TextButton")
  47. local god = Instance.new("TextButton")
  48. local noclip = Instance.new("TextButton")
  49. local Text = Instance.new("TextLabel")
  50. local icon = Instance.new("ImageLabel")
  51. local Text_2 = Instance.new("TextLabel")
  52. local Text_3 = Instance.new("TextLabel")
  53. local opengui = Instance.new("Frame")
  54. local open = Instance.new("TextButton")
  55. --Properties:
  56. SimpleTools.Name = "SimpleTools"
  57. SimpleTools.Parent = game.CoreGui
  58.  
  59. logingui.Name = "logingui"
  60. logingui.Parent = SimpleTools
  61. logingui.BackgroundColor3 = Color3.new(1, 1, 1)
  62. logingui.Position = UDim2.new(0.442453176, 0, 0.313704461, 0)
  63. logingui.Size = UDim2.new(0, 337, 0, 435)
  64. logingui.Style = Enum.FrameStyle.DropShadow
  65.  
  66. submit.Name = "submit"
  67. submit.Parent = logingui
  68. submit.BackgroundColor3 = Color3.new(1, 1, 1)
  69. submit.Position = UDim2.new(0.178041548, 0, 0.801932395, 0)
  70. submit.Size = UDim2.new(0, 200, 0, 50)
  71. submit.Style = Enum.ButtonStyle.RobloxRoundButton
  72. submit.Font = Enum.Font.SourceSans
  73. submit.Text = "Submit"
  74. submit.TextColor3 = Color3.new(1, 1, 1)
  75. submit.TextSize = 23
  76. submit.MouseButton1Down:connect(function()
  77. if user.Text == "Trial" and pass.Text == "Trial" then
  78. logingui.Visible = false
  79. maingui.Visible = true
  80. end
  81. end)
  82.  
  83. user.Name = "user"
  84. user.Parent = logingui
  85. user.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  86. user.BackgroundTransparency = 0.60000002384186
  87. user.Position = UDim2.new(0.0741839707, 0, 0.149758458, 0)
  88. user.Size = UDim2.new(0, 269, 0, 74)
  89. user.Font = Enum.Font.SourceSans
  90. user.Text = "Username"
  91. user.TextColor3 = Color3.new(1, 1, 1)
  92. user.TextSize = 25
  93. user.TextWrapped = true
  94.  
  95. nameofexploit.Name = "nameofexploit"
  96. nameofexploit.Parent = logingui
  97. nameofexploit.BackgroundColor3 = Color3.new(1, 1, 1)
  98. nameofexploit.BackgroundTransparency = 1
  99. nameofexploit.Position = UDim2.new(0.289789587, 0, -0.000932866707, 0)
  100. nameofexploit.Size = UDim2.new(0, 124, 0, 40)
  101. nameofexploit.Font = Enum.Font.Garamond
  102. nameofexploit.Text = "Simple Tools"
  103. nameofexploit.TextColor3 = Color3.new(0.596078, 0.596078, 0.596078)
  104. nameofexploit.TextSize = 45
  105.  
  106. pass.Name = "pass"
  107. pass.Parent = logingui
  108. pass.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  109. pass.BackgroundTransparency = 0.60000002384186
  110. pass.Position = UDim2.new(0.0682492554, 0, 0.396135271, 0)
  111. pass.Size = UDim2.new(0, 269, 0, 74)
  112. pass.Font = Enum.Font.SourceSans
  113. pass.Text = "Password"
  114. pass.TextColor3 = Color3.new(1, 1, 1)
  115. pass.TextSize = 25
  116. pass.TextWrapped = true
  117.  
  118. TextLabel.Parent = logingui
  119. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  120. TextLabel.BackgroundTransparency = 1
  121. TextLabel.Position = UDim2.new(0.156209856, 0, 0.899378002, 0)
  122. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  123. TextLabel.Font = Enum.Font.SourceSans
  124. TextLabel.Text = "Version: Trial"
  125. TextLabel.TextColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  126. TextLabel.TextSize = 25
  127.  
  128. maingui.Name = "maingui"
  129. maingui.Parent = SimpleTools
  130. maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  131. maingui.Position = UDim2.new(0.389696956, 0, 0.342612386, 0)
  132. maingui.Size = UDim2.new(0, 496, 0, 382)
  133. maingui.Visible = false
  134. maingui.Style = Enum.FrameStyle.DropShadow
  135. maingui.Active = true
  136. maingui.Draggable = true
  137.  
  138. btools.Name = "btools"
  139. btools.Parent = maingui
  140. btools.BackgroundColor3 = Color3.new(1, 1, 1)
  141. btools.Position = UDim2.new(0.0161290336, 0, 0.0994764417, 0)
  142. btools.Size = UDim2.new(0, 201, 0, 55)
  143. btools.Style = Enum.ButtonStyle.RobloxRoundButton
  144. btools.Font = Enum.Font.SourceSans
  145. btools.Text = "Btools"
  146. btools.TextColor3 = Color3.new(1, 1, 1)
  147. btools.TextSize = 23
  148. btools.MouseButton1Down:connect(function()
  149. loadstring(game:GetObjects("rbxassetid://730927001")[1].Source)()
  150. end)
  151.  
  152. close.Name = "close"
  153. close.Parent = maingui
  154. close.BackgroundColor3 = Color3.new(1, 1, 1)
  155. close.BackgroundTransparency = 1
  156. close.Position = UDim2.new(0.908141971, 0, -0.0227920227, 0)
  157. close.Size = UDim2.new(0, 50, 0, 53)
  158. close.Font = Enum.Font.SourceSans
  159. close.Text = "x"
  160. close.TextColor3 = Color3.new(0, 0, 0)
  161. close.TextSize = 23
  162. close.MouseButton1Down:connect(function()
  163. maingui.Visible = false
  164. opengui.Visible = true
  165. end)
  166.  
  167. toolteleport.Name = "toolteleport"
  168. toolteleport.Parent = maingui
  169. toolteleport.BackgroundColor3 = Color3.new(1, 1, 1)
  170. toolteleport.Position = UDim2.new(0.0181451607, 0, 0.272251308, 0)
  171. toolteleport.Size = UDim2.new(0, 201, 0, 55)
  172. toolteleport.Style = Enum.ButtonStyle.RobloxRoundButton
  173. toolteleport.Font = Enum.Font.SourceSans
  174. toolteleport.Text = "Tool Teleport"
  175. toolteleport.TextColor3 = Color3.new(1, 1, 1)
  176. toolteleport.TextSize = 23
  177. toolteleport.MouseButton1Down:connect(function()
  178. mouse = game.Players.LocalPlayer:GetMouse()
  179. tool = Instance.new("Tool")
  180. tool.RequiresHandle = false
  181. tool.Name = "Click Teleport"
  182. tool.Activated:connect(function()
  183. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  184. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  185. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  186. end)
  187. tool.Parent = game.Players.LocalPlayer.Backpack
  188. end)
  189.  
  190. chattroll.Name = "chattroll"
  191. chattroll.Parent = maingui
  192. chattroll.BackgroundColor3 = Color3.new(1, 1, 1)
  193. chattroll.Position = UDim2.new(0.0201612897, 0, 0.463350743, 0)
  194. chattroll.Size = UDim2.new(0, 201, 0, 55)
  195. chattroll.Style = Enum.ButtonStyle.RobloxRoundButton
  196. chattroll.Font = Enum.Font.SourceSans
  197. chattroll.Text = "Chat Troll"
  198. chattroll.TextColor3 = Color3.new(1, 1, 1)
  199. chattroll.TextSize = 23
  200. chattroll.MouseButton1Down:connect(function()
  201. local Action = game.Players:GetPlayers()
  202. for i = 1,#Action do
  203. Action[i].Chatted:connect(function(Message)
  204. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..Action[i].Name.."]".." "..Message, "All")
  205. end)
  206. end
  207. end)
  208.  
  209. god.Name = "god"
  210. god.Parent = maingui
  211. god.BackgroundColor3 = Color3.new(1, 1, 1)
  212. god.Position = UDim2.new(0.0221774206, 0, 0.651832461, 0)
  213. god.Size = UDim2.new(0, 405, 0, 53)
  214. god.Style = Enum.ButtonStyle.RobloxRoundButton
  215. god.Font = Enum.Font.SourceSans
  216. god.Text = "God"
  217. god.TextColor3 = Color3.new(1, 1, 1)
  218. god.TextSize = 23
  219. god.MouseButton1Down:connect(function()
  220. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  221. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  222. l.Parent = game.Players.LocalPlayer.Character
  223. l.Name = "Humanoid"
  224. wait(0.1)
  225. game.Players.LocalPlayer.Character["1"]:Destroy()
  226. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  227. game.Players.LocalPlayer.Character.Animate.Disabled = true
  228. wait(0.1)
  229. game.Players.LocalPlayer.Character.Animate.Disabled = false
  230. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  231. end)
  232.  
  233. noclip.Name = "noclip"
  234. noclip.Parent = maingui
  235. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  236. noclip.Position = UDim2.new(0.0302419364, 0, 0.816753924, 0)
  237. noclip.Size = UDim2.new(0, 398, 0, 53)
  238. noclip.Style = Enum.ButtonStyle.RobloxRoundButton
  239. noclip.Font = Enum.Font.SourceSans
  240. noclip.Text = "Noclip [E to Noclip]"
  241. noclip.TextColor3 = Color3.new(1, 1, 1)
  242. noclip.TextSize = 23
  243. noclip.MouseButton1Down:connect(function()
  244. noclip = false
  245. game:GetService('RunService').Stepped:connect(function()
  246. if noclip then
  247. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  248. end
  249. end)
  250. plr = game.Players.LocalPlayer
  251. mouse = plr:GetMouse()
  252. mouse.KeyDown:connect(function(key)
  253.  
  254. if key == "e" then
  255. noclip = not noclip
  256. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  257. end
  258. end)
  259. print('Loaded')
  260. print('Press "E" to noclip')
  261. end)
  262.  
  263. Text.Name = "Text"
  264. Text.Parent = maingui
  265. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  266. Text.BackgroundTransparency = 1
  267. Text.Position = UDim2.new(0.273486435, 0, -0.0227920227, 0)
  268. Text.Size = UDim2.new(0, 200, 0, 50)
  269. Text.Font = Enum.Font.SourceSans
  270. Text.Text = "Simple Tools"
  271. Text.TextColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  272. Text.TextSize = 29
  273.  
  274. icon.Name = "icon"
  275. icon.Parent = maingui
  276. icon.BackgroundColor3 = Color3.new(1, 1, 1)
  277. icon.BackgroundTransparency = 1
  278. icon.Position = UDim2.new(0.53427422, 0, 0.159685865, 0)
  279. icon.Size = UDim2.new(0, 159, 0, 158)
  280. icon.Image = "rbxassetid://1071514685"
  281.  
  282. Text_2.Name = "Text"
  283. Text_2.Parent = maingui
  284. Text_2.BackgroundColor3 = Color3.new(1, 1, 1)
  285. Text_2.BackgroundTransparency = 1
  286. Text_2.Position = UDim2.new(-0.0874007493, 0, -0.0384988673, 0)
  287. Text_2.Size = UDim2.new(0, 200, 0, 50)
  288. Text_2.Font = Enum.Font.SourceSans
  289. Text_2.Text = "#4165"
  290. Text_2.TextColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  291. Text_2.TextSize = 15
  292.  
  293. Text_3.Name = "Text"
  294. Text_3.Parent = maingui
  295. Text_3.BackgroundColor3 = Color3.new(1, 1, 1)
  296. Text_3.BackgroundTransparency = 1
  297. Text_3.Position = UDim2.new(-0.143852353, 0, -0.0384988673, 0)
  298. Text_3.Size = UDim2.new(0, 200, 0, 50)
  299. Text_3.Font = Enum.Font.SourceSans
  300. Text_3.Text = "VaLo"
  301. Text_3.TextColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  302. Text_3.TextSize = 15
  303.  
  304. opengui.Name = "opengui"
  305. opengui.Parent = SimpleTools
  306. opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  307. opengui.Position = UDim2.new(0, 0, 0.632762313, 0)
  308. opengui.Size = UDim2.new(0, 125, 0, 50)
  309. opengui.Visible = false
  310.  
  311. open.Name = "open"
  312. open.Parent = opengui
  313. open.BackgroundColor3 = Color3.new(1, 1, 1)
  314. open.Size = UDim2.new(0, 125, 0, 50)
  315. open.Font = Enum.Font.SourceSans
  316. open.Text = "Simple Tools"
  317. open.TextColor3 = Color3.new(0, 0, 0)
  318. open.TextSize = 23
  319. open.MouseButton1Down:connect(function()
  320. maingui.Visible = true
  321. opengui.Visible = false
  322. end)
  323. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement