Advertisement
Guest User

Untitled

a guest
Feb 29th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.46 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local NormalHak = Instance.new("ScreenGui")
  7. local OpenGui = Instance.new("Frame")
  8. local OpenButton = Instance.new("TextButton")
  9. local Credit = Instance.new("TextLabel")
  10. local MainGui = Instance.new("Frame")
  11. local CloseButton = Instance.new("TextButton")
  12. local Setspeed = Instance.new("TextButton")
  13. local Speed = Instance.new("TextBox")
  14. local NormalHak_2 = Instance.new("TextLabel")
  15. local MadCityGui = Instance.new("TextButton")
  16. local ultimatetrollgui = Instance.new("TextButton")
  17. local Notbyme = Instance.new("TextLabel")
  18. local Setjump = Instance.new("TextButton")
  19. local Speed_2 = Instance.new("TextBox")
  20. local Workatpizzaplacegui = Instance.new("TextButton")
  21.  
  22. --Properties:
  23.  
  24. NormalHak.Name = "NormalHak"
  25. NormalHak.Parent = game.CoreGui
  26. NormalHak.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. OpenGui.Name = "OpenGui"
  29. OpenGui.Parent = NormalHak
  30. OpenGui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  31. OpenGui.BorderColor3 = Color3.fromRGB(170, 255, 0)
  32. OpenGui.BorderSizePixel = 10
  33. OpenGui.ClipsDescendants = true
  34. OpenGui.Position = UDim2.new(0.798733652, 0, 0.529345393, 0)
  35. OpenGui.Size = UDim2.new(0, 231, 0, 92)
  36.  
  37. OpenButton.Name = "OpenButton"
  38. OpenButton.Parent = OpenGui
  39. OpenButton.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
  40. OpenButton.Position = UDim2.new(0.0723404288, 0, 0.347826093, 0)
  41. OpenButton.Size = UDim2.new(0, 200, 0, 50)
  42. OpenButton.Font = Enum.Font.SourceSans
  43. OpenButton.Text = "Open"
  44. OpenButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  45. OpenButton.TextScaled = true
  46. OpenButton.TextSize = 20.000
  47. OpenButton.TextWrapped = true
  48.  
  49. Credit.Name = "Credit"
  50. Credit.Parent = OpenGui
  51. Credit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  52. Credit.Position = UDim2.new(0.0703994632, 0, 0.0938512087, 0)
  53. Credit.Size = UDim2.new(0, 200, 0, 16)
  54. Credit.Font = Enum.Font.SourceSans
  55. Credit.Text = "By Gamer1212"
  56. Credit.TextColor3 = Color3.fromRGB(170, 255, 0)
  57. Credit.TextSize = 30.000
  58.  
  59. MainGui.Name = "MainGui"
  60. MainGui.Parent = NormalHak
  61. MainGui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  62. MainGui.BackgroundTransparency = 0.100
  63. MainGui.BorderColor3 = Color3.fromRGB(170, 255, 0)
  64. MainGui.BorderSizePixel = 30
  65. MainGui.Position = UDim2.new(0.478438914, 0, 0.0835978389, 0)
  66. MainGui.Size = UDim2.new(0, 593, 0, 680)
  67. MainGui.Visible = false
  68.  
  69. CloseButton.Name = "CloseButton"
  70. CloseButton.Parent = MainGui
  71. CloseButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  72. CloseButton.Position = UDim2.new(0.910569131, 0, -0.0577617325, 0)
  73. CloseButton.Size = UDim2.new(0, 86, 0, 74)
  74. CloseButton.Font = Enum.Font.SourceSans
  75. CloseButton.Text = "X"
  76. CloseButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. CloseButton.TextSize = 60.000
  78.  
  79. Setspeed.Name = "Setspeed"
  80. Setspeed.Parent = MainGui
  81. Setspeed.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  82. Setspeed.Position = UDim2.new(0.0535544492, 0, 0.149509013, 0)
  83. Setspeed.Size = UDim2.new(0, 200, 0, 50)
  84. Setspeed.Font = Enum.Font.SourceSans
  85. Setspeed.Text = "Set speed"
  86. Setspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  87. Setspeed.TextSize = 40.000
  88.  
  89. Speed.Name = "Speed"
  90. Speed.Parent = Setspeed
  91. Speed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. Speed.Position = UDim2.new(-0.0030484423, 0, -0.993855476, 0)
  93. Speed.Size = UDim2.new(0, 200, 0, 50)
  94. Speed.Font = Enum.Font.SourceSans
  95. Speed.Text = ""
  96. Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  97. Speed.TextSize = 30.000
  98.  
  99. NormalHak_2.Name = "NormalHak"
  100. NormalHak_2.Parent = MainGui
  101. NormalHak_2.BackgroundColor3 = Color3.fromRGB(30, 170, 40)
  102. NormalHak_2.Position = UDim2.new(0.0759030357, 0, -0.0589553043, 0)
  103. NormalHak_2.Size = UDim2.new(0, 467, 0, 44)
  104. NormalHak_2.Font = Enum.Font.SourceSans
  105. NormalHak_2.Text = "NormalHak"
  106. NormalHak_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  107. NormalHak_2.TextSize = 40.000
  108.  
  109. MadCityGui.Name = "MadCityGui"
  110. MadCityGui.Parent = MainGui
  111. MadCityGui.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  112. MadCityGui.Position = UDim2.new(0.0535544753, 0, 0.3012003, 0)
  113. MadCityGui.Size = UDim2.new(0, 200, 0, 50)
  114. MadCityGui.Font = Enum.Font.SourceSans
  115. MadCityGui.Text = "MadCityGui (PATCHED)"
  116. MadCityGui.TextColor3 = Color3.fromRGB(0, 0, 0)
  117. MadCityGui.TextSize = 40.000
  118.  
  119. ultimatetrollgui.Name = "ultimatetrollgui"
  120. ultimatetrollgui.Parent = MainGui
  121. ultimatetrollgui.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  122. ultimatetrollgui.Position = UDim2.new(0.547652304, 0, 0.301460713, 0)
  123. ultimatetrollgui.Size = UDim2.new(0, 200, 0, 50)
  124. ultimatetrollgui.Font = Enum.Font.SourceSans
  125. ultimatetrollgui.Text = "ultimatetrollgui"
  126. ultimatetrollgui.TextColor3 = Color3.fromRGB(0, 0, 0)
  127. ultimatetrollgui.TextSize = 35.000
  128. ultimatetrollgui.TextWrapped = true
  129. ultimatetrollgui.MouseButton1Down:connect(function()
  130. loadstring(game:HttpGet("https://pastebin.com/raw/RNWgaqCE", true))()
  131. end)
  132.  
  133. Notbyme.Name = "Not by me"
  134. Notbyme.Parent = MainGui
  135. Notbyme.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
  136. Notbyme.BorderSizePixel = 0
  137. Notbyme.Position = UDim2.new(-0.00173010386, 0, 1, 0)
  138. Notbyme.Size = UDim2.new(0, 579, 0, 30)
  139. Notbyme.Font = Enum.Font.SourceSans
  140. Notbyme.Text = "Scripts not by me"
  141. Notbyme.TextColor3 = Color3.fromRGB(0, 0, 0)
  142. Notbyme.TextSize = 30.000
  143.  
  144. Setjump.Name = "Setjump"
  145. Setjump.Parent = MainGui
  146. Setjump.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  147. Setjump.Position = UDim2.new(0.550094247, 0, 0.149509013, 0)
  148. Setjump.Size = UDim2.new(0, 200, 0, 50)
  149. Setjump.Font = Enum.Font.SourceSans
  150. Setjump.Text = "Set jump"
  151. Setjump.TextColor3 = Color3.fromRGB(0, 0, 0)
  152. Setjump.TextSize = 40.000
  153.  
  154. Speed_2.Name = "Speed"
  155. Speed_2.Parent = Setjump
  156. Speed_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  157. Speed_2.Position = UDim2.new(-0.0030484423, 0, -0.993855476, 0)
  158. Speed_2.Size = UDim2.new(0, 200, 0, 50)
  159. Speed_2.Font = Enum.Font.SourceSans
  160. Speed_2.Text = ""
  161. Speed_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  162. Speed_2.TextSize = 30.000
  163.  
  164. Workatpizzaplacegui.Name = "Workatpizzaplacegui"
  165. Workatpizzaplacegui.Parent = MainGui
  166. Workatpizzaplacegui.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  167. Workatpizzaplacegui.Position = UDim2.new(0.0518681332, 0, 0.462965012, 0)
  168. Workatpizzaplacegui.Size = UDim2.new(0, 200, 0, 50)
  169. Workatpizzaplacegui.Font = Enum.Font.SourceSans
  170. Workatpizzaplacegui.Text = "WorkAtPizzaPlaceGui"
  171. Workatpizzaplacegui.TextColor3 = Color3.fromRGB(0, 0, 0)
  172. Workatpizzaplacegui.TextSize = 25.000
  173. Workatpizzaplacegui.MouseButton1Down:connect(function()
  174. spawn(loadstring(game:HttpGet("https://pastebin.com/raw/q817HYb9",true)))
  175. end)
  176.  
  177. -- Scripts:
  178.  
  179. local function SKKKZ_fake_script() -- OpenButton.Script
  180. local script = Instance.new('Script', OpenButton)
  181.  
  182. script.Parent.MouseButton1Down:connect(function()
  183. script.Parent.Parent.Parent.MainGui.Visible = true -- Makes the gui visible
  184. script.Parent.Parent.Visible = false -- Makes the open button invisible
  185. end)
  186.  
  187. end
  188. coroutine.wrap(SKKKZ_fake_script)()
  189. local function UTFSW_fake_script() -- CloseButton.Script
  190. local script = Instance.new('Script', CloseButton)
  191.  
  192. script.Parent.MouseButton1Down:connect(function()
  193. script.Parent.Parent.Visible = false-- Makes the gui visible
  194. script.Parent.Parent.Parent.OpenGui.Visible = true-- Makes the open button invisible
  195. end)
  196. end
  197. coroutine.wrap(UTFSW_fake_script)()
  198. local function KIJRUN_fake_script() -- Setspeed.LocalScript
  199. local script = Instance.new('LocalScript', Setspeed)
  200.  
  201. script.Parent.MouseButton1Down:connect(function()
  202. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = script.Parent.Speed.Text
  203. end)
  204. end
  205. coroutine.wrap(KIJRUN_fake_script)()
  206. local function KQGYP_fake_script() -- Setjump.LocalScript
  207. local script = Instance.new('LocalScript', Setjump)
  208.  
  209. script.Parent.MouseButton1Down:connect(function()
  210. game.Players.LocalPlayer.Character.Humanoid.JumpPower = script.Parent.Speed.Text
  211. end)
  212. end
  213. coroutine.wrap(KQGYP_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement