Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 12.52 KB | None | 0 0
  1. --- Triller
  2.  
  3. local Triller = Instance.new("ScreenGui")
  4. local Commands = Instance.new("Frame")
  5. local WalkSpeed = Instance.new("TextButton")
  6. local JumpPower = Instance.new("TextButton")
  7. local RocketJump = Instance.new("TextButton")
  8. local FlashSpeed = Instance.new("TextButton")
  9. local God = Instance.new("TextButton")
  10. local UnGod = Instance.new("TextButton")
  11. local Sit = Instance.new("TextButton")
  12. local Bug = Instance.new("TextButton")
  13. local Name = Instance.new("TextLabel")
  14. local UnBug = Instance.new("TextButton")
  15. local NormalJump = Instance.new("TextButton")
  16. local NormalSpeed = Instance.new("TextButton")
  17. local Reset = Instance.new("TextButton")
  18. local Descripcion = Instance.new("TextLabel")
  19. local Fly = Instance.new("TextButton")
  20. local UnFly = Instance.new("TextButton")
  21. --Properties:
  22. Triller.Name = "Triller"
  23. Triller.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24. Triller.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25. Triller.ResetOnSpawn = false
  26.  
  27. Commands.Name = "Commands"
  28. Commands.Parent = Triller
  29. Commands.Active = true
  30. Commands.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  31. Commands.BorderColor3 = Color3.new(1, 0, 0)
  32. Commands.BorderSizePixel = 2
  33. Commands.Draggable = true
  34. Commands.Position = UDim2.new(0.266880244, -263, 0.0489126444, -19)
  35. Commands.Size = UDim2.new(0, 372, 0, 352)
  36. Commands.Style = Enum.FrameStyle.DropShadow
  37.  
  38. WalkSpeed.Name = "WalkSpeed"
  39. WalkSpeed.Parent = Commands
  40. WalkSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  41. WalkSpeed.Position = UDim2.new(0.0499768853, 0, 0.177556828, 0)
  42. WalkSpeed.Size = UDim2.new(0, 90, 0, 27)
  43. WalkSpeed.Style = Enum.ButtonStyle.RobloxButtonDefault
  44. WalkSpeed.Font = Enum.Font.SourceSans
  45. WalkSpeed.Text = "WalkSpeed"
  46. WalkSpeed.TextColor3 = Color3.new(0.227451, 0.6, 0.996078)
  47. WalkSpeed.TextSize = 14
  48.  
  49. JumpPower.Name = "JumpPower"
  50. JumpPower.Parent = Commands
  51. JumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
  52. JumpPower.Position = UDim2.new(0.359116673, 0, 0.177556828, 0)
  53. JumpPower.Size = UDim2.new(0, 90, 0, 27)
  54. JumpPower.Style = Enum.ButtonStyle.RobloxButtonDefault
  55. JumpPower.Font = Enum.Font.SourceSans
  56. JumpPower.Text = "JumpPower"
  57. JumpPower.TextColor3 = Color3.new(0.227451, 0.6, 0.996078)
  58. JumpPower.TextSize = 14
  59.  
  60. RocketJump.Name = "Rocket Jump"
  61. RocketJump.Parent = Commands
  62. RocketJump.BackgroundColor3 = Color3.new(1, 1, 1)
  63. RocketJump.Position = UDim2.new(0.356428504, 0, 0.424715906, 0)
  64. RocketJump.Size = UDim2.new(0, 90, 0, 27)
  65. RocketJump.Style = Enum.ButtonStyle.RobloxButtonDefault
  66. RocketJump.Font = Enum.Font.SourceSans
  67. RocketJump.Text = "Rocket Jump"
  68. RocketJump.TextColor3 = Color3.new(0.227451, 0.6, 0.996078)
  69. RocketJump.TextSize = 14
  70.  
  71. FlashSpeed.Name = "Flash Speed"
  72. FlashSpeed.Parent = Commands
  73. FlashSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  74. FlashSpeed.Position = UDim2.new(0.0499769188, 0, 0.305397719, 0)
  75. FlashSpeed.Size = UDim2.new(0, 90, 0, 27)
  76. FlashSpeed.Style = Enum.ButtonStyle.RobloxButtonDefault
  77. FlashSpeed.Font = Enum.Font.SourceSans
  78. FlashSpeed.Text = "Flash Speed"
  79. FlashSpeed.TextColor3 = Color3.new(0.227451, 0.6, 0.996078)
  80. FlashSpeed.TextSize = 14
  81.  
  82. God.Name = "God"
  83. God.Parent = Commands
  84. God.BackgroundColor3 = Color3.new(1, 1, 1)
  85. God.Position = UDim2.new(0.0499769226, 0, 0.54687506, 0)
  86. God.Size = UDim2.new(0, 90, 0, 27)
  87. God.Style = Enum.ButtonStyle.RobloxButtonDefault
  88. God.Font = Enum.Font.SourceSans
  89. God.Text = "God"
  90. God.TextColor3 = Color3.new(0.227451, 0.6, 0.996078)
  91. God.TextSize = 14
  92.  
  93. UnGod.Name = "UnGod"
  94. UnGod.Parent = Commands
  95. UnGod.BackgroundColor3 = Color3.new(1, 1, 1)
  96. UnGod.Position = UDim2.new(0.665568352, 0, 0.42187497, 0)
  97. UnGod.Size = UDim2.new(0, 90, 0, 27)
  98. UnGod.Style = Enum.ButtonStyle.RobloxButtonDefault
  99. UnGod.Font = Enum.Font.SourceSans
  100. UnGod.Text = "UnGod"
  101. UnGod.TextColor3 = Color3.new(0.227451, 0.6, 0.996078)
  102. UnGod.TextSize = 14
  103.  
  104. Sit.Name = "Sit"
  105. Sit.Parent = Commands
  106. Sit.BackgroundColor3 = Color3.new(1, 1, 1)
  107. Sit.Position = UDim2.new(0.356428474, 0, 0.546875, 0)
  108. Sit.Size = UDim2.new(0, 90, 0, 27)
  109. Sit.Style = Enum.ButtonStyle.RobloxButtonDefault
  110. Sit.Font = Enum.Font.SourceSans
  111. Sit.Text = "Sit"
  112. Sit.TextColor3 = Color3.new(0.227451, 0.6, 0.996078)
  113. Sit.TextSize = 14
  114.  
  115. Bug.Name = "Bug"
  116. Bug.Parent = Commands
  117. Bug.BackgroundColor3 = Color3.new(1, 1, 1)
  118. Bug.Position = UDim2.new(0.668256402, 0, 0.302556813, 0)
  119. Bug.Size = UDim2.new(0, 90, 0, 27)
  120. Bug.Style = Enum.ButtonStyle.RobloxButtonDefault
  121. Bug.Font = Enum.Font.SourceSans
  122. Bug.Text = "Bug"
  123. Bug.TextColor3 = Color3.new(0.227451, 0.6, 0.996078)
  124. Bug.TextSize = 14
  125.  
  126. Name.Name = "Name"
  127. Name.Parent = Commands
  128. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  129. Name.BackgroundTransparency = 1
  130. Name.Position = UDim2.new(0.00461810827, 0, -0.00515016075, 0)
  131. Name.Size = UDim2.new(0, 378, 0, 27)
  132. Name.Font = Enum.Font.SourceSans
  133. Name.Text = "Triller "
  134. Name.TextColor3 = Color3.new(1, 0.968628, 0.0117647)
  135. Name.TextSize = 24
  136.  
  137. UnBug.Name = "UnBug"
  138. UnBug.Parent = Commands
  139. UnBug.BackgroundColor3 = Color3.new(1, 1, 1)
  140. UnBug.Position = UDim2.new(0.0499768034, 0, 0.424715906, 0)
  141. UnBug.Size = UDim2.new(0, 90, 0, 27)
  142. UnBug.Style = Enum.ButtonStyle.RobloxButtonDefault
  143. UnBug.Font = Enum.Font.SourceSans
  144. UnBug.Text = "UnBug"
  145. UnBug.TextColor3 = Color3.new(0.227451, 0.6, 0.996078)
  146. UnBug.TextSize = 14
  147.  
  148. NormalJump.Name = "Normal Jump"
  149. NormalJump.Parent = Commands
  150. NormalJump.BackgroundColor3 = Color3.new(1, 1, 1)
  151. NormalJump.Position = UDim2.new(0.673632801, 0, 0.174715921, 0)
  152. NormalJump.Size = UDim2.new(0, 90, 0, 27)
  153. NormalJump.Style = Enum.ButtonStyle.RobloxButtonDefault
  154. NormalJump.Font = Enum.Font.SourceSans
  155. NormalJump.Text = "Normal Jump"
  156. NormalJump.TextColor3 = Color3.new(0.227451, 0.6, 0.996078)
  157. NormalJump.TextSize = 14
  158.  
  159. NormalSpeed.Name = "Normal Speed"
  160. NormalSpeed.Parent = Commands
  161. NormalSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  162. NormalSpeed.Position = UDim2.new(0.356428504, 0, 0.302556843, 0)
  163. NormalSpeed.Size = UDim2.new(0, 90, 0, 27)
  164. NormalSpeed.Style = Enum.ButtonStyle.RobloxButtonDefault
  165. NormalSpeed.Font = Enum.Font.SourceSans
  166. NormalSpeed.Text = "Normal Speed"
  167. NormalSpeed.TextColor3 = Color3.new(0.227451, 0.6, 0.996078)
  168. NormalSpeed.TextSize = 14
  169.  
  170. Reset.Name = "Reset"
  171. Reset.Parent = Commands
  172. Reset.BackgroundColor3 = Color3.new(1, 1, 1)
  173. Reset.Position = UDim2.new(0.665568233, 0, 0.546875, 0)
  174. Reset.Size = UDim2.new(0, 90, 0, 27)
  175. Reset.Style = Enum.ButtonStyle.RobloxButtonDefault
  176. Reset.Font = Enum.Font.SourceSans
  177. Reset.Text = "Reset"
  178. Reset.TextColor3 = Color3.new(0.227451, 0.6, 0.996078)
  179. Reset.TextSize = 14
  180.  
  181. Descripcion.Name = "Descripcion"
  182. Descripcion.Parent = Commands
  183. Descripcion.BackgroundColor3 = Color3.new(1, 1, 1)
  184. Descripcion.BackgroundTransparency = 1
  185. Descripcion.Position = UDim2.new(0.22514163, 0, 0.0643077791, 0)
  186. Descripcion.Size = UDim2.new(0, 212, 0, 22)
  187. Descripcion.Font = Enum.Font.SourceSans
  188. Descripcion.Text = "Triller Te Permite Hacer Muchas Cosas que te permite el Mismo Hack "
  189. Descripcion.TextColor3 = Color3.new(0.137255, 0.929412, 1)
  190. Descripcion.TextSize = 14
  191.  
  192. Fly.Name = "Fly"
  193. Fly.Parent = Commands
  194. Fly.BackgroundColor3 = Color3.new(1, 1, 1)
  195. Fly.Position = UDim2.new(0.0499768853, 0, 0.660511374, 0)
  196. Fly.Size = UDim2.new(0, 90, 0, 27)
  197. Fly.Style = Enum.ButtonStyle.RobloxButtonDefault
  198. Fly.Font = Enum.Font.SourceSans
  199. Fly.Text = "Fly"
  200. Fly.TextColor3 = Color3.new(0.227451, 0.6, 0.996078)
  201. Fly.TextSize = 14
  202.  
  203. UnFly.Name = "UnFly"
  204. UnFly.Parent = Commands
  205. UnFly.BackgroundColor3 = Color3.new(1, 1, 1)
  206. UnFly.Position = UDim2.new(0.359116673, 0, 0.660511374, 0)
  207. UnFly.Size = UDim2.new(0, 90, 0, 27)
  208. UnFly.Style = Enum.ButtonStyle.RobloxButtonDefault
  209. UnFly.Font = Enum.Font.SourceSans
  210. UnFly.Text = "UnFly"
  211. UnFly.TextColor3 = Color3.new(0.227451, 0.6, 0.996078)
  212. UnFly.TextSize = 14
  213. -- Scripts:
  214. function SCRIPT_RYLL72_FAKESCRIPT() -- WalkSpeed.LocalScript
  215.     local script = Instance.new('LocalScript')
  216.     script.Parent = WalkSpeed
  217.     local player = game.Players.LocalPlayer
  218.    
  219.     script.Parent.MouseButton1Click:Connect(function()
  220.         player.Character.Humanoid.WalkSpeed = 200
  221.     end)
  222.  
  223. end
  224. coroutine.resume(coroutine.create(SCRIPT_RYLL72_FAKESCRIPT))
  225. function SCRIPT_BRAK75_FAKESCRIPT() -- JumpPower.LocalScript
  226.     local script = Instance.new('LocalScript')
  227.     script.Parent = JumpPower
  228.     local player = game.Players.LocalPlayer
  229.    
  230.     script.Parent.MouseButton1Click:Connect(function()
  231.         player.Character.Humanoid.JumpPower = 200
  232.     end)
  233.  
  234. end
  235. coroutine.resume(coroutine.create(SCRIPT_BRAK75_FAKESCRIPT))
  236. function SCRIPT_DBFU79_FAKESCRIPT() -- RocketJump.LocalScript
  237.     local script = Instance.new('LocalScript')
  238.     script.Parent = RocketJump
  239.     local player = game.Players.LocalPlayer
  240.    
  241.     script.Parent.MouseButton1Click:Connect(function()
  242.         player.Character.Humanoid.JumpPower = 1000000
  243.     end)
  244.  
  245. end
  246. coroutine.resume(coroutine.create(SCRIPT_DBFU79_FAKESCRIPT))
  247. function SCRIPT_KHOH65_FAKESCRIPT() -- FlashSpeed.LocalScript
  248.     local script = Instance.new('LocalScript')
  249.     script.Parent = FlashSpeed
  250.     local player = game.Players.LocalPlayer
  251.    
  252.     script.Parent.MouseButton1Click:Connect(function()
  253.         player.Character.Humanoid.WalkSpeed = 1000000
  254.     end)
  255.  
  256. end
  257. coroutine.resume(coroutine.create(SCRIPT_KHOH65_FAKESCRIPT))
  258. function SCRIPT_VANM86_FAKESCRIPT() -- God.LocalScript
  259.     local script = Instance.new('LocalScript')
  260.     script.Parent = God
  261.     local player = game.Players.LocalPlayer
  262.    
  263.     script.Parent.MouseButton1Click:Connect(function()
  264.         player.Character.Humanoid.Health = math.huge
  265.         player.Character.Humanoid.MaxHealth = math.huge
  266.     end)
  267.  
  268. end
  269. coroutine.resume(coroutine.create(SCRIPT_VANM86_FAKESCRIPT))
  270. function SCRIPT_ZFKL78_FAKESCRIPT() -- UnGod.LocalScript
  271.     local script = Instance.new('LocalScript')
  272.     script.Parent = UnGod
  273.     local player = game.Players.LocalPlayer
  274.    
  275.     script.Parent.MouseButton1Click:Connect(function()
  276.         player.Character.Humanoid.Health = 100
  277.         player.Character.Humanoid.MaxHealth = 100
  278.     end)
  279.  
  280. end
  281. coroutine.resume(coroutine.create(SCRIPT_ZFKL78_FAKESCRIPT))
  282. function SCRIPT_JWGR85_FAKESCRIPT() -- Sit.LocalScript
  283.     local script = Instance.new('LocalScript')
  284.     script.Parent = Sit
  285.     local player = game.Players.LocalPlayer
  286.    
  287.     script.Parent.MouseButton1Click:Connect(function()
  288.         player.Character.Humanoid.Sit = true
  289.     end)
  290.  
  291. end
  292. coroutine.resume(coroutine.create(SCRIPT_JWGR85_FAKESCRIPT))
  293. function SCRIPT_SIOM87_FAKESCRIPT() -- Bug.LocalScript
  294.     local script = Instance.new('LocalScript')
  295.     script.Parent = Bug
  296.     local player = game.Players.LocalPlayer
  297.    
  298.     script.Parent.MouseButton1Click:Connect(function()
  299.         player.Character.Humanoid.PlatformStand = true
  300.     end)
  301.  
  302. end
  303. coroutine.resume(coroutine.create(SCRIPT_SIOM87_FAKESCRIPT))
  304. function SCRIPT_DGHD81_FAKESCRIPT() -- UnBug.LocalScript
  305.     local script = Instance.new('LocalScript')
  306.     script.Parent = UnBug
  307.     local player = game.Players.LocalPlayer
  308.    
  309.     script.Parent.MouseButton1Click:Connect(function()
  310.         player.Character.Humanoid.PlatformStand = false
  311.     end)
  312.  
  313. end
  314. coroutine.resume(coroutine.create(SCRIPT_DGHD81_FAKESCRIPT))
  315. function SCRIPT_EKMK66_FAKESCRIPT() -- NormalJump.LocalScript
  316.     local script = Instance.new('LocalScript')
  317.     script.Parent = NormalJump
  318.     local player = game.Players.LocalPlayer
  319.    
  320.     script.Parent.MouseButton1Click:Connect(function()
  321.         player.Character.Humanoid.JumpPower = 50
  322.     end)
  323.  
  324. end
  325. coroutine.resume(coroutine.create(SCRIPT_EKMK66_FAKESCRIPT))
  326. function SCRIPT_FPOU86_FAKESCRIPT() -- NormalSpeed.LocalScript
  327.     local script = Instance.new('LocalScript')
  328.     script.Parent = NormalSpeed
  329.     local player = game.Players.LocalPlayer
  330.    
  331.     script.Parent.MouseButton1Click:Connect(function()
  332.         player.Character.Humanoid.WalkSpeed = 16
  333.     end)
  334.  
  335. end
  336. coroutine.resume(coroutine.create(SCRIPT_FPOU86_FAKESCRIPT))
  337. function SCRIPT_SBYY67_FAKESCRIPT() -- Reset.LocalScript
  338.     local script = Instance.new('LocalScript')
  339.     script.Parent = Reset
  340.     local player = game.Players.LocalPlayer
  341.    
  342.     script.Parent.MouseButton1Click:Connect(function()
  343.         player.Character.Humanoid.Health = 0
  344.     end)
  345.  
  346. end
  347. coroutine.resume(coroutine.create(SCRIPT_SBYY67_FAKESCRIPT))
  348. function SCRIPT_OACS78_FAKESCRIPT() -- Fly.LocalScript
  349.     local script = Instance.new('LocalScript')
  350.     script.Parent = Fly
  351.     local player = game.Players.LocalPlayer
  352.    
  353.     script.Parent.MouseButton1Click:Connect(function()
  354.         player.Character.Humanoid.HipHeight = 100
  355.     end)
  356.  
  357. end
  358. coroutine.resume(coroutine.create(SCRIPT_OACS78_FAKESCRIPT))
  359. function SCRIPT_SVKD73_FAKESCRIPT() -- UnFly.LocalScript
  360.     local script = Instance.new('LocalScript')
  361.     script.Parent = UnFly
  362.     local player = game.Players.LocalPlayer
  363.    
  364.     script.Parent.MouseButton1Click:Connect(function()
  365.         player.Character.Humanoid.HipHeight = 0
  366.     end)
  367.  
  368. end
  369. coroutine.resume(coroutine.create(SCRIPT_SVKD73_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement