User158ForAReason

Torlled GUI V1

Aug 29th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.44 KB | None | 0 0
  1. -- These arent my scripts lol im a bad scripter
  2. -- Version 1
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local Close = Instance.new("TextButton")
  8. local CreeperR15 = Instance.new("TextButton")
  9. local CreeperR6 = Instance.new("TextButton")
  10. local ESP = Instance.new("TextButton")
  11. local Inventory = Instance.new("TextButton")
  12. local ChatTroll = Instance.new("TextButton")
  13. local Jump = Instance.new("TextButton")
  14. local Speed = Instance.new("TextButton")
  15. local Btools = Instance.new("TextButton")
  16. local TPTool = Instance.new("TextButton")
  17. local Noclip = Instance.new("TextButton")
  18. local Open = Instance.new("TextButton")
  19. --Properties:
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21.  
  22. Main.Name = "Main"
  23. Main.Parent = ScreenGui
  24. Main.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  25. Main.BackgroundTransparency = 0.60000002384186
  26. Main.Position = UDim2.new(0.735159814, 0, 0.182108626, 0)
  27. Main.Size = UDim2.new(0, 276, 0, 420)
  28. Main.Visible = false
  29.  
  30. Title.Name = "Title"
  31. Title.Parent = Main
  32. Title.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  33. Title.Position = UDim2.new(-0.000514566898, 0, 0, 0)
  34. Title.Size = UDim2.new(0, 276, 0, 37)
  35. Title.Font = Enum.Font.Code
  36. Title.Text = "Torlled"
  37. Title.TextColor3 = Color3.new(0.764706, 0.764706, 0.764706)
  38. Title.TextScaled = true
  39. Title.TextSize = 14
  40. Title.TextWrapped = true
  41.  
  42. Close.Name = "Close"
  43. Close.Parent = Main
  44. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  45. Close.BackgroundTransparency = 1
  46. Close.Size = UDim2.new(0, 37, 0, 37)
  47. Close.Font = Enum.Font.SourceSans
  48. Close.Text = "X"
  49. Close.TextColor3 = Color3.new(1, 1, 1)
  50. Close.TextScaled = true
  51. Close.TextSize = 14
  52. Close.TextWrapped = true
  53. Close.MouseButton1Down:connect(function()
  54. Main.Visible = false
  55. Open.Visible = true
  56. end)
  57.  
  58. CreeperR15.Name = "Creeper R15"
  59. CreeperR15.Parent = Main
  60. CreeperR15.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  61. CreeperR15.Position = UDim2.new(0, 0, 0.0857282728, 0)
  62. CreeperR15.Size = UDim2.new(0, 97, 0, 50)
  63. CreeperR15.Font = Enum.Font.Fantasy
  64. CreeperR15.Text = "Creeper R15"
  65. CreeperR15.TextColor3 = Color3.new(1, 1, 1)
  66. CreeperR15.TextScaled = true
  67. CreeperR15.TextSize = 14
  68. CreeperR15.TextWrapped = true
  69. CreeperR15.MouseButton1Down:connect(function()
  70. -->>Creeper R15<<--
  71. -->>___Made By Infinity#3369___<--
  72.  
  73. local lol = game:GetService('Players').LocalPlayer
  74. lol.Character["Head"].Mesh:Destroy()
  75. lol.Character["LeftUpperArm"]:Destroy()
  76. lol.Character["RightUpperArm"]:Destroy()
  77.  
  78. for i,v in pairs(game:GetService('Players').LocalPlayer.Character:GetDescendants()) do
  79. if v:IsA'Hat' or v:IsA'Accessory' then
  80. v.Parent = game:GetService'Workspace'
  81. end
  82. end
  83.  
  84. local fuck = game:GetService('Players').LocalPlayer
  85. if game.Players.LocalPlayer == fuck then
  86. print("succesfully creeped u! enjoy!")
  87. end
  88. end)
  89.  
  90. CreeperR6.Name = "Creeper R6"
  91. CreeperR6.Parent = Main
  92. CreeperR6.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  93. CreeperR6.Position = UDim2.new(0.648550749, 0, 0.0857282728, 0)
  94. CreeperR6.Size = UDim2.new(0, 97, 0, 50)
  95. CreeperR6.Font = Enum.Font.Fantasy
  96. CreeperR6.Text = "Creeper R6"
  97. CreeperR6.TextColor3 = Color3.new(1, 1, 1)
  98. CreeperR6.TextScaled = true
  99. CreeperR6.TextSize = 14
  100. CreeperR6.TextWrapped = true
  101. CreeperR6.MouseButton1Down:connect(function()
  102. -->>Creeper R6<<--
  103. -->>___Made By Infinity#3369___<--
  104.  
  105. local lol = game:GetService('Players').LocalPlayer
  106. lol.Character["Head"].Mesh:Destroy()
  107. lol.Character["Left Arm"]:Destroy()
  108. lol.Character["Right Arm"]:Destroy()
  109.  
  110. for i,v in pairs(game:GetService('Players').LocalPlayer.Character:GetDescendants()) do
  111. if v:IsA'Hat' or v:IsA'Accessory' then
  112. v.Parent = game:GetService'Workspace'
  113. end
  114. end
  115.  
  116. local fuck = game:GetService('Players').LocalPlayer
  117. if game.Players.LocalPlayer == fuck then
  118. print("succesfully creeped u! enjoy!")
  119. end
  120. end)
  121.  
  122. ESP.Name = "ESP"
  123. ESP.Parent = Main
  124. ESP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  125. ESP.Position = UDim2.new(0, 0, 0.403623343, 0)
  126. ESP.Size = UDim2.new(0, 97, 0, 50)
  127. ESP.Font = Enum.Font.Fantasy
  128. ESP.Text = "ESP"
  129. ESP.TextColor3 = Color3.new(1, 1, 1)
  130. ESP.TextScaled = true
  131. ESP.TextSize = 14
  132. ESP.TextWrapped = true
  133. ESP.MouseButton1Down:connect(function()
  134. -- Made by Clifford from Intriga Discord -- Edited by Foxxy#2439 --
  135.  
  136. local localPlayer=game.Players.LocalPlayer
  137.  
  138. function highlightModel(objObject)
  139. for i,v in pairs(objObject:children())do
  140. if v:IsA'BasePart'and v.Name~='HumanoidRootPart'then
  141. local bHA=Instance.new('BoxHandleAdornment',v)
  142. bHA.Adornee=v
  143. bHA.Size= v.Name=='Head' and Vector3.new(1.25,1.25,1.25) or v.Size
  144. bHA.Color3=v.Name=='Head'and Color3.new(1,0,0)or v.Name=='Torso'and Color3.new(0,1,0)or Color3.new(0,0,1)
  145. bHA.Transparency=.5
  146. bHA.ZIndex=1
  147. bHA.AlwaysOnTop=true
  148. end
  149. if #v:children()>0 then
  150. highlightModel(v)
  151. end
  152. end
  153. end
  154.  
  155. function unHighlightModel(objObject)
  156. for i,v in pairs(objObject:children())do
  157. if v:IsA'BasePart' and v:findFirstChild'BoxHandleAdornment' then
  158. v.BoxHandleAdornment:Destroy()
  159. end
  160. if #v:children()>0 then
  161. unHighlightModel(v)
  162. end
  163. end
  164. end
  165.  
  166. function sortTeamHighlights(objPlayer)
  167. repeat wait() until objPlayer.Character
  168. if objPlayer.TeamColor~=localPlayer.TeamColor then
  169. highlightModel(objPlayer.Character)
  170. else
  171. unHighlightModel(objPlayer.Character)
  172. end
  173. if objPlayer~=localPlayer then
  174. objPlayer.Changed:connect(function(strProp)
  175. if strProp=='TeamColor'then
  176. if objPlayer.TeamColor~=localPlayer.TeamColor then
  177. unHighlightModel(objPlayer.Character)
  178. highlightModel(objPlayer.Character)
  179. else
  180. unHighlightModel(objPlayer.Character)
  181. end
  182. end
  183. end)
  184. else
  185. objPlayer.Changed:connect(function(strProp)
  186. if strProp=='TeamColor'then
  187. wait(.5)
  188. for i,v in pairs(game.Players:GetPlayers())do
  189. unHighlightModel(v)
  190. if v.TeamColor~=localPlayer.TeamColor then
  191. highlightModel(v.Character)
  192. end
  193. end
  194. end
  195. end)
  196. end
  197. end
  198.  
  199. for i,v in pairs(game.Players:GetPlayers())do
  200. v.CharacterAdded:connect(function()
  201. sortTeamHighlights(v)
  202. end)
  203. sortTeamHighlights(v)
  204. end
  205. game.Players.PlayerAdded:connect(function(objPlayer)
  206. objPlayer.CharacterAdded:connect(function(objChar)
  207. sortTeamHighlights(objPlayer)
  208. end)
  209. end)
  210. end)
  211.  
  212. Inventory.Name = "OPFinality"
  213. Inventory.Parent = Main
  214. Inventory.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  215. Inventory.Position = UDim2.new(0.648550749, 0, 0.245005727, 0)
  216. Inventory.Size = UDim2.new(0, 97, 0, 50)
  217. Inventory.Font = Enum.Font.Fantasy
  218. Inventory.Text = "Enable Inventory"
  219. Inventory.TextColor3 = Color3.new(1, 1, 1)
  220. Inventory.TextScaled = true
  221. Inventory.TextWrapped = true
  222. Inventory.MouseButton1Down:connect(function()
  223. game.StarterGui:SetCoreGuiEnabled(2, true)
  224. end)
  225.  
  226.  
  227. ChatTroll.Name = "Chat Troll"
  228. ChatTroll.Parent = Main
  229. ChatTroll.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  230. ChatTroll.Position = UDim2.new(0.648550749, 0, 0.402778327, 0)
  231. ChatTroll.Size = UDim2.new(0, 97, 0, 50)
  232. ChatTroll.Font = Enum.Font.Fantasy
  233. ChatTroll.Text = "Chat Troll"
  234. ChatTroll.TextColor3 = Color3.new(1, 1, 1)
  235. ChatTroll.TextScaled = true
  236. ChatTroll.TextSize = 14
  237. ChatTroll.TextWrapped = true
  238. ChatTroll.MouseButton1Down:connect(function()
  239. local Action = game.Players:GetPlayers()
  240. for i = 1,#Action do
  241. Action[i].Chatted:connect(function(Message)
  242. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..Action[i].Name.."]".." "..Message, "All")
  243. end)
  244. end
  245. end)
  246.  
  247. Jump.Name = "Jump"
  248. Jump.Parent = Main
  249. Jump.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  250. Jump.Position = UDim2.new(0.648550749, 0, 0.58089149, 0)
  251. Jump.Size = UDim2.new(0, 97, 0, 50)
  252. Jump.Font = Enum.Font.Fantasy
  253. Jump.Text = "Jump Power"
  254. Jump.TextColor3 = Color3.new(1, 1, 1)
  255. Jump.TextScaled = true
  256. Jump.TextSize = 14
  257. Jump.TextWrapped = true
  258. Jump.MouseButton1Down:connect(function()
  259. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
  260. end)
  261.  
  262. Speed.Name = "Speed"
  263. Speed.Parent = Main
  264. Speed.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  265. Speed.Position = UDim2.new(0, 0, 0.58089149, 0)
  266. Speed.Size = UDim2.new(0, 97, 0, 50)
  267. Speed.Font = Enum.Font.Fantasy
  268. Speed.Text = "Speed"
  269. Speed.TextColor3 = Color3.new(1, 1, 1)
  270. Speed.TextScaled = true
  271. Speed.TextSize = 14
  272. Speed.TextWrapped = true
  273. Speed.MouseButton1Down:connect(function()
  274. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
  275. end)
  276.  
  277. Btools.Name = "Btools"
  278. Btools.Parent = Main
  279. Btools.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  280. Btools.Position = UDim2.new(0, 0, 0.749939084, 0)
  281. Btools.Size = UDim2.new(0, 97, 0, 50)
  282. Btools.Font = Enum.Font.Fantasy
  283. Btools.Text = "Btools"
  284. Btools.TextColor3 = Color3.new(1, 1, 1)
  285. Btools.TextScaled = true
  286. Btools.TextSize = 14
  287. Btools.TextWrapped = true
  288. Btools.MouseButton1Down:connect(function()
  289. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  290. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  291. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  292. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  293. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  294. tool1.BinType = "Clone"
  295. tool2.BinType = "GameTool"
  296. tool3.BinType = "Hammer"
  297. tool4.BinType = "Script"
  298. tool5.BinType = "Grab"
  299. end)
  300.  
  301. TPTool.Name = "TP Tool"
  302. TPTool.Parent = Main
  303. TPTool.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  304. TPTool.Position = UDim2.new(0.648550749, 0, 0.749939084, 0)
  305. TPTool.Size = UDim2.new(0, 97, 0, 50)
  306. TPTool.Font = Enum.Font.Fantasy
  307. TPTool.Text = "TP Tool"
  308. TPTool.TextColor3 = Color3.new(1, 1, 1)
  309. TPTool.TextScaled = true
  310. TPTool.TextSize = 14
  311. TPTool.TextWrapped = true
  312. TPTool.MouseButton1Down:connect(function()
  313. mouse = game.Players.LocalPlayer:GetMouse()
  314. tool = Instance.new("Tool")
  315. tool.RequiresHandle = false
  316. tool.Name = "Click Teleport"
  317. tool.Activated:connect(function()
  318. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  319. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  320. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  321. end)
  322. tool.Parent = game.Players.LocalPlayer.Backpack
  323. end)
  324.  
  325. Noclip.Name = "Noclip"
  326. Noclip.Parent = Main
  327. Noclip.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  328. Noclip.Position = UDim2.new(0, 0, 0.245850727, 0)
  329. Noclip.Size = UDim2.new(0, 97, 0, 50)
  330. Noclip.Font = Enum.Font.Fantasy
  331. Noclip.Text = "Noclip (press e)"
  332. Noclip.TextColor3 = Color3.new(1, 1, 1)
  333. Noclip.TextScaled = true
  334. Noclip.TextSize = 14
  335. Noclip.TextWrapped = true
  336. Noclip.MouseButton1Down:connect(function()
  337. noclip = false
  338. game:GetService('RunService').Stepped:connect(function()
  339. if noclip then
  340. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  341. end
  342. end)
  343. plr = game.Players.LocalPlayer
  344. mouse = plr:GetMouse()
  345. mouse.KeyDown:connect(function(key)
  346.  
  347. if key == "e" then
  348. noclip = not noclip
  349. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  350. end
  351. end)
  352. print('Loaded')
  353. print('Press "E" to noclip')
  354. end)
  355.  
  356. Open.Name = "Open"
  357. Open.Parent = ScreenGui
  358. Open.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  359. Open.BackgroundTransparency = 0.5
  360. Open.Position = UDim2.new(0, 0, 0.442492008, 0)
  361. Open.Size = UDim2.new(0, 106, 0, 46)
  362. Open.Font = Enum.Font.Code
  363. Open.Text = "OPEN"
  364. Open.TextColor3 = Color3.new(1, 1, 1)
  365. Open.TextSize = 27
  366. Open.TextWrapped = true
  367. Open.MouseButton1Down:connect(function()
  368. Open.Visible = false
  369. Main.Visible = true
  370. end)
Add Comment
Please, Sign In to add comment