Advertisement
Tsaka

Tegaezla

Jun 1st, 2018
9,013
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1. -- Tezla X
  2. -- i love DoomShop
  3.  
  4. -- down here is the bypass
  5. game.ReplicatedStorage.Name = "RepStorage"
  6. wait(0.5)
  7.  
  8. local TezlaX = Instance.new("ScreenGui")
  9. local Frame = Instance.new("Frame")
  10. local Openguibutton = Instance.new("TextButton")
  11. local MainframeGUI = Instance.new("Frame")
  12. local TextLabel = Instance.new("TextLabel")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. local Button1 = Instance.new("TextButton")
  15. local Button2 = Instance.new("TextButton")
  16. local Button3 = Instance.new("TextButton")
  17. local Button4 = Instance.new("TextButton")
  18. local Button5 = Instance.new("TextButton")
  19. local Button6 = Instance.new("TextButton")
  20. local Xclosesymbole = Instance.new("TextButton")
  21. --Properties:
  22. TezlaX.Name = "Tezla X"
  23. TezlaX.Parent = game.CoreGui
  24.  
  25. Frame.Parent = TezlaX
  26. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  27. Frame.Position = UDim2.new(0, 0, 0.426010281, 0)
  28. Frame.Size = UDim2.new(0, 145, 0, 47)
  29. Frame.Style = Enum.FrameStyle.DropShadow
  30.  
  31. Openguibutton.Name = "Open gui button"
  32. Openguibutton.Parent = Frame
  33. Openguibutton.BackgroundColor3 = Color3.new(0, 0, 0)
  34. Openguibutton.Position = UDim2.new(0.0839855373, 0, 0.163388804, 0)
  35. Openguibutton.Size = UDim2.new(0, 106, 0, 21)
  36. Openguibutton.Font = Enum.Font.Code
  37. Openguibutton.Text = "Open Tezla X"
  38. Openguibutton.TextColor3 = Color3.new(0.666667, 0, 0)
  39. Openguibutton.TextSize = 14
  40. Openguibutton.TextWrapped = true
  41. Openguibutton.MouseButton1Down:connect(function()
  42. MainframeGUI.Visible = true
  43. end)
  44.  
  45. MainframeGUI.Name = "Main frame GUI"
  46. MainframeGUI.Parent = Openguibutton
  47. MainframeGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  48. MainframeGUI.Position = UDim2.new(1.25471675, 0, -8.38095284, 0)
  49. MainframeGUI.Size = UDim2.new(0, 447, 0, 396)
  50. MainframeGUI.Visible = false
  51. MainframeGUI.Style = Enum.FrameStyle.DropShadow
  52. MainframeGUI.Active = true
  53. MainframeGUI.Draggable = true
  54.  
  55. TextLabel_2.Parent = MainframeGUI
  56. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  57. TextLabel_2.Position = UDim2.new(0.242405429, 0, 0.011850955, 0)
  58. TextLabel_2.Size = UDim2.new(0, 214, 0, 50)
  59. TextLabel_2.Font = Enum.Font.Antique
  60. TextLabel_2.Text = "Tezla X"
  61. TextLabel_2.TextColor3 = Color3.new(0.666667, 0, 0)
  62. TextLabel_2.TextScaled = true
  63. TextLabel_2.TextSize = 30
  64. TextLabel_2.TextWrapped = true
  65.  
  66. TextLabel.Parent = MainframeGUI
  67. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  68. TextLabel.Position = UDim2.new(0.244151279, 0, 0.815120995, 0)
  69. TextLabel.Size = UDim2.new(0, 209, 0, 50)
  70. TextLabel.Font = Enum.Font.Antique
  71. TextLabel.Text = "Made by Poof#6505\n"
  72. TextLabel.TextColor3 = Color3.new(0.666667, 0, 0)
  73. TextLabel.TextSize = 30
  74. TextLabel.TextWrapped = true
  75.  
  76. Button1.Name = "Button 1"
  77. Button1.Parent = MainframeGUI
  78. Button1.BackgroundColor3 = Color3.new(0, 0, 0)
  79. Button1.Position = UDim2.new(0.243934169, 0, 0.198374465, 0)
  80. Button1.Size = UDim2.new(0, 88, 0, 57)
  81. Button1.Font = Enum.Font.Arcade
  82. Button1.TextColor3 = Color3.new(0.666667, 0, 0)
  83. Button1.Text = "Admin"
  84. Button1.TextSize = 22
  85. Button1.MouseButton1Down:connect(function()
  86. loadstring(game:HttpGet(('https://pastebin.com/raw/y38nWXML'),true))()
  87. end)
  88.  
  89. Button2.Name = "Button 2"
  90. Button2.Parent = MainframeGUI
  91. Button2.BackgroundColor3 = Color3.new(0, 0, 0)
  92. Button2.Position = UDim2.new(0.536999047, 0, 0.198374465, 0)
  93. Button2.Size = UDim2.new(0, 88, 0, 57)
  94. Button2.Font = Enum.Font.Arcade
  95. Button2.TextColor3 = Color3.new(0.666667, 0, 0)
  96. Button2.Text = "STGUI"
  97. Button2.TextSize = 22
  98. Button2.MouseButton1Down:connect(function()
  99. loadstring(game:HttpGet(('https://pastebin.com/raw/NfBGm5ZP'),true))()
  100. end)
  101.  
  102. Button3.Name = "Button 3"
  103. Button3.Parent = MainframeGUI
  104. Button3.BackgroundColor3 = Color3.new(0, 0, 0)
  105. Button3.Position = UDim2.new(0.243934169, 0, 0.415546179, 0)
  106. Button3.Size = UDim2.new(0, 88, 0, 57)
  107. Button3.Font = Enum.Font.Arcade
  108. Button3.TextColor3 = Color3.new(0.666667, 0, 0)
  109. Button3.Text = "InfAmmo"
  110. Button3.TextSize = 22
  111. Button3.MouseButton1Down:connect(function()
  112. loadstring(game:HttpGet(('https://pastebin.com/raw/uFaKhEmU'),true))()
  113. end)
  114.  
  115. Button4.Name = "Button 4"
  116. Button4.Parent = MainframeGUI
  117. Button4.BackgroundColor3 = Color3.new(0, 0, 0)
  118. Button4.Position = UDim2.new(0.534761906, 0, 0.415546179, 0)
  119. Button4.Size = UDim2.new(0, 88, 0, 57)
  120. Button4.Font = Enum.Font.Arcade
  121. Button4.TextColor3 = Color3.new(0.666667, 0, 0)
  122. Button4.Text = "Button"
  123. Button4.TextSize = 22
  124. Button4.MouseButton1Down:connect(function()
  125. loadstring(game:HttpGet(('https://pastebin.com/raw/DELETED'),true))()
  126. end)
  127.  
  128. Button5.Name = "Button 5"
  129. Button5.Parent = MainframeGUI
  130. Button5.BackgroundColor3 = Color3.new(0, 0, 0)
  131. Button5.Position = UDim2.new(0.243934169, 0, 0.622616887, 0)
  132. Button5.Size = UDim2.new(0, 88, 0, 57)
  133. Button5.Font = Enum.Font.Arcade
  134. Button5.TextColor3 = Color3.new(0.666667, 0, 0)
  135. Button5.Text = "Button"
  136. Button5.TextSize = 22
  137. Button5.MouseButton1Down:connect(function()
  138. loadstring(game:HttpGet(('https://pastebin.com/raw/DELETED'),true))()
  139. end)
  140.  
  141. Button6.Name = "Button 6"
  142. Button6.Parent = MainframeGUI
  143. Button6.BackgroundColor3 = Color3.new(0, 0, 0)
  144. Button6.Position = UDim2.new(0.525813401, 0, 0.622616887, 0)
  145. Button6.Size = UDim2.new(0, 88, 0, 57)
  146. Button6.Font = Enum.Font.Arcade
  147. Button6.TextColor3 = Color3.new(0.666667, 0, 0)
  148. Button6.Text = "Button"
  149. Button6.TextSize = 22
  150. Button6.MouseButton1Down:connect(function()
  151. loadstring(game:HttpGet(('https://pastebin.com/raw/DELETED'),true))()
  152. end)
  153.  
  154. Xclosesymbole.Name = "X (close symbole)"
  155. Xclosesymbole.Parent = MainframeGUI
  156. Xclosesymbole.BackgroundColor3 = Color3.new(0, 0, 0)
  157. Xclosesymbole.Position = UDim2.new(0.869680822, 0, 0.860304654, 0)
  158. Xclosesymbole.Size = UDim2.new(0, 35, 0, 33)
  159. Xclosesymbole.Font = Enum.Font.Cartoon
  160. Xclosesymbole.Text = "x"
  161. Xclosesymbole.TextColor3 = Color3.new(0.666667, 0, 0)
  162. Xclosesymbole.TextSize = 40
  163. Xclosesymbole.TextWrapped = true
  164. Xclosesymbole.MouseButton1Down:connect(function()
  165. Frame.Visible = true
  166. MainframeGUI.Visible = false
  167. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement