Advertisement
Guest User

Untitled

a guest
May 25th, 2019
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.89 KB | None | 0 0
  1. print("Teloma GUI is now activated")
  2.  
  3. local Telomafixx = Instance.new("ScreenGui")
  4. local OpenFrame = Instance.new("Frame")
  5. local Open = Instance.new("TextButton")
  6. local Main = Instance.new("Frame")
  7. local BeautyA = Instance.new("Frame")
  8. local Name = Instance.new("TextLabel")
  9. local Credit = Instance.new("TextLabel")
  10. local BeautyB = Instance.new("Frame")
  11. local Discord = Instance.new("TextLabel")
  12. local _1Hit = Instance.new("TextButton")
  13. local Commingsoon = Instance.new("TextButton")
  14. local Commingsoon_2 = Instance.new("TextButton")
  15. local MoneyOFF = Instance.new("TextButton")
  16. local Commingsoon_3 = Instance.new("TextButton")
  17. local MoneyON = Instance.new("TextButton")
  18. local Removename = Instance.new("TextButton")
  19. local Removeslowjump = Instance.new("TextButton")
  20. local Commingsoon_4 = Instance.new("TextButton")
  21. local Commingsoon_5 = Instance.new("TextButton")
  22. local Commingsoon_6 = Instance.new("TextButton")
  23. local Close = Instance.new("TextButton")
  24.  
  25. Telomafixx.Name = "Telomafixx"
  26. Telomafixx.Parent = game.CoreGui
  27.  
  28. OpenFrame.Name = "OpenFrame"
  29. OpenFrame.Parent = Telomafixx
  30. OpenFrame.Active = true
  31. OpenFrame.BackgroundColor3 = Color3.new(0.968628, 0, 1)
  32. OpenFrame.BorderSizePixel = 0
  33. OpenFrame.Position = UDim2.new(0, 0, 0.417954147, 0)
  34. OpenFrame.Size = UDim2.new(0, 95, 0, 40)
  35.  
  36. Open.Name = "Open"
  37. Open.Parent = OpenFrame
  38. Open.BackgroundColor3 = Color3.new(0.968628, 0, 1)
  39. Open.BorderSizePixel = 0
  40. Open.Size = UDim2.new(0, 95, 0, 40)
  41. Open.Font = Enum.Font.Cartoon
  42. Open.Text = "Open"
  43. Open.TextColor3 = Color3.new(1, 1, 1)
  44. Open.TextSize = 35
  45. Open.MouseButton1Down:connect(function()
  46. Main.Visible = true
  47. OpenFrame.Visible = false
  48. end)
  49.  
  50. Main.Name = "Main"
  51. Main.Parent = Telomafixx
  52. Main.Active = true
  53. Main.BackgroundColor3 = Color3.new(0.772549, 0, 0.8)
  54. Main.BackgroundTransparency = 0.10000000149012
  55. Main.BorderColor3 = Color3.new(0.968628, 0, 1)
  56. Main.BorderSizePixel = 0
  57. Main.Position = UDim2.new(0.272656232, 0, 0.276393861, 0)
  58. Main.Size = UDim2.new(0, 582, 0, 320)
  59. Main.Draggable = true
  60.  
  61. BeautyA.Name = "BeautyA"
  62. BeautyA.Parent = Main
  63. BeautyA.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  64. BeautyA.BorderSizePixel = 0
  65. BeautyA.Size = UDim2.new(0, 582, 0, 34)
  66.  
  67. Name.Name = "Name"
  68. Name.Parent = BeautyA
  69. Name.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  70. Name.BorderColor3 = Color3.new(1, 0.333333, 0)
  71. Name.BorderSizePixel = 0
  72. Name.Position = UDim2.new(0.0143227382, 0, 0.0898392573, 0)
  73. Name.Size = UDim2.new(0, 191, 0, 27)
  74. Name.Font = Enum.Font.Antique
  75. Name.Text = "Teloma GUI"
  76. Name.TextColor3 = Color3.new(0, 0.333333, 1)
  77. Name.TextSize = 40
  78.  
  79. Credit.Name = "Credit"
  80. Credit.Parent = BeautyA
  81. Credit.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  82. Credit.BorderColor3 = Color3.new(1, 0.333333, 0)
  83. Credit.BorderSizePixel = 0
  84. Credit.Position = UDim2.new(0.408729672, 0, 0.0898392722, 0)
  85. Credit.Size = UDim2.new(0, 235, 0, 27)
  86. Credit.Font = Enum.Font.Cartoon
  87. Credit.Text = "Made by missfixx & chung"
  88. Credit.TextColor3 = Color3.new(1, 1, 1)
  89. Credit.TextSize = 30
  90. Credit.TextStrokeColor3 = Color3.new(1, 1, 1)
  91.  
  92. BeautyB.Name = "BeautyB"
  93. BeautyB.Parent = Main
  94. BeautyB.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  95. BeautyB.BorderSizePixel = 0
  96. BeautyB.Position = UDim2.new(0, 0, 0.890938401, 0)
  97. BeautyB.Size = UDim2.new(0, 582, 0, 34)
  98.  
  99. Discord.Name = "Discord"
  100. Discord.Parent = BeautyB
  101. Discord.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  102. Discord.BorderColor3 = Color3.new(1, 0.333333, 0)
  103. Discord.BorderSizePixel = 0
  104. Discord.Position = UDim2.new(0.18534185, 0, 0.0807477161, 0)
  105. Discord.Size = UDim2.new(0, 366, 0, 31)
  106. Discord.Font = Enum.Font.Cartoon
  107. Discord.Text = "https://discord.gg/3HJVEJE"
  108. Discord.TextColor3 = Color3.new(1, 1, 1)
  109. Discord.TextSize = 30
  110.  
  111. _1Hit.Name = "1 Hit"
  112. _1Hit.Parent = Main
  113. _1Hit.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  114. _1Hit.BorderColor3 = Color3.new(1, 0.333333, 0)
  115. _1Hit.BorderSizePixel = 0
  116. _1Hit.Position = UDim2.new(0.349001288, 0, 0.369442165, 0)
  117. _1Hit.Size = UDim2.new(0, 174, 0, 45)
  118. _1Hit.Font = Enum.Font.Cartoon
  119. _1Hit.Text = "1 Hit & Rapid fire"
  120. _1Hit.TextColor3 = Color3.new(0, 0, 0)
  121. _1Hit.TextSize = 23
  122. _1Hit.MouseButton1Down:connect(function()
  123. local mouse = game.Players.LocalPlayer:GetMouse()
  124.  
  125. mouse.Button1Down:connect(function()
  126. if game.Players.LocalPlayer.Character:FindFirstChildOfClass('Tool') then
  127. local thing = game.Players.LocalPlayer.Character:FindFirstChildOfClass('Tool')
  128. local A_1 = (mouse.Hit).p
  129. local A_2 = math.huge
  130. local A_3 = 0
  131. local A_4 = thing
  132. local Event = game:GetService("ReplicatedStorage").shooty
  133. Event:FireServer(A_1, A_2, A_3, A_4)
  134. end
  135. end)
  136. end)
  137.  
  138. Commingsoon.Name = "Comming soon"
  139. Commingsoon.Parent = Main
  140. Commingsoon.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  141. Commingsoon.BorderColor3 = Color3.new(1, 0.333333, 0)
  142. Commingsoon.BorderSizePixel = 0
  143. Commingsoon.Position = UDim2.new(0.349001288, 0, 0.550692201, 0)
  144. Commingsoon.Size = UDim2.new(0, 174, 0, 45)
  145. Commingsoon.Font = Enum.Font.Cartoon
  146. Commingsoon.Text = "Comming soon"
  147. Commingsoon.TextColor3 = Color3.new(0, 1, 1)
  148. Commingsoon.TextSize = 23
  149.  
  150. Commingsoon_2.Name = "Comming soon"
  151. Commingsoon_2.Parent = Main
  152. Commingsoon_2.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  153. Commingsoon_2.BorderColor3 = Color3.new(1, 0.333333, 0)
  154. Commingsoon_2.BorderSizePixel = 0
  155. Commingsoon_2.Position = UDim2.new(0.670307159, 0, 0.550692201, 0)
  156. Commingsoon_2.Size = UDim2.new(0, 174, 0, 45)
  157. Commingsoon_2.Font = Enum.Font.Cartoon
  158. Commingsoon_2.Text = "Comming soon"
  159. Commingsoon_2.TextColor3 = Color3.new(0, 1, 1)
  160. Commingsoon_2.TextSize = 23
  161.  
  162. MoneyOFF.Name = "Money OFF"
  163. MoneyOFF.Parent = Main
  164. MoneyOFF.BackgroundColor3 = Color3.new(0.384314, 1, 0)
  165. MoneyOFF.BorderColor3 = Color3.new(1, 0.333333, 0)
  166. MoneyOFF.BorderSizePixel = 0
  167. MoneyOFF.Position = UDim2.new(0.513949811, 0, 0.172567189, 0)
  168. MoneyOFF.Size = UDim2.new(0, 174, 0, 45)
  169. MoneyOFF.Font = Enum.Font.Cartoon
  170. MoneyOFF.Text = "Money OFF"
  171. MoneyOFF.TextColor3 = Color3.new(0, 0, 0)
  172. MoneyOFF.TextSize = 23
  173. MoneyOFF.MouseButton1Down:connect(function()
  174. _G.toggle = false
  175. end)
  176.  
  177. Commingsoon_3.Name = "Comming soon"
  178. Commingsoon_3.Parent = Main
  179. Commingsoon_3.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  180. Commingsoon_3.BorderColor3 = Color3.new(1, 0.333333, 0)
  181. Commingsoon_3.BorderSizePixel = 0
  182. Commingsoon_3.Position = UDim2.new(0.0276954472, 0, 0.550692201, 0)
  183. Commingsoon_3.Size = UDim2.new(0, 174, 0, 45)
  184. Commingsoon_3.Font = Enum.Font.Cartoon
  185. Commingsoon_3.Text = "Comming soon"
  186. Commingsoon_3.TextColor3 = Color3.new(0, 1, 1)
  187. Commingsoon_3.TextSize = 23
  188.  
  189. MoneyON.Name = "Money ON"
  190. MoneyON.Parent = Main
  191. MoneyON.BackgroundColor3 = Color3.new(0.384314, 1, 0)
  192. MoneyON.BorderColor3 = Color3.new(1, 0.333333, 0)
  193. MoneyON.BorderSizePixel = 0
  194. MoneyON.Position = UDim2.new(0.18405284, 0, 0.172567189, 0)
  195. MoneyON.Size = UDim2.new(0, 174, 0, 45)
  196. MoneyON.Font = Enum.Font.Cartoon
  197. MoneyON.Text = "Money ON"
  198. MoneyON.TextColor3 = Color3.new(0, 0, 0)
  199. MoneyON.TextSize = 23
  200. MoneyON.MouseButton1Down:connect(function()
  201. --Teloma farming script made by missfixx & chung
  202.  
  203. _G.toggle = true
  204.  
  205. local plr = game.Players.LocalPlayer
  206.  
  207. local hum = plr.Character.HumanoidRootPart
  208.  
  209. plr.Character.AntiTP.Disabled = true -- bypass anticheat
  210.  
  211. function buy()
  212. for i,v in next,workspace:GetDescendants() do
  213. if v:IsA('SurfaceGui') and v.Parent:FindFirstChild('ClickDetector') and v:FindFirstChild("TextLabel") then
  214. if v.TextLabel.Text == "BUY CRATE $115" then
  215. fireclickdetector(v.Parent.ClickDetector)
  216. end
  217. end
  218. end
  219. end
  220.  
  221.  
  222. local missfixx = hum
  223.  
  224. function bringsell()
  225. local thing = workspace:FindFirstChild('Delivery / Sell for Money')
  226. thing.Head.CanCollide = false
  227. thing.Head.Transparency = 1
  228. thing.Head.CFrame = missfixx.CFrame
  229. wait(.1)
  230. thing.Head.CFrame = plr.Character.Head.CFrame
  231. end
  232.  
  233. while wait(.0000000000000001) do
  234. if _G.toggle == true then
  235. spawn(function()
  236. buy()
  237. bringsell()
  238. end)
  239. end
  240. end
  241. end)
  242.  
  243. Removename.Name = "Remove name"
  244. Removename.Parent = Main
  245. Removename.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  246. Removename.BorderColor3 = Color3.new(1, 0.333333, 0)
  247. Removename.BorderSizePixel = 0
  248. Removename.Position = UDim2.new(0.0276954472, 0, 0.369442165, 0)
  249. Removename.Size = UDim2.new(0, 174, 0, 45)
  250. Removename.Font = Enum.Font.Cartoon
  251. Removename.Text = "Remove name"
  252. Removename.TextColor3 = Color3.new(0, 0, 0)
  253. Removename.TextSize = 23
  254. Removename.MouseButton1Down:connect(function()
  255. game.Players.LocalPlayer.Character.Head.Rank.Frame.Name1:Remove()
  256.  
  257. end)
  258.  
  259. Removeslowjump.Name = "Remove slowjump"
  260. Removeslowjump.Parent = Main
  261. Removeslowjump.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  262. Removeslowjump.BorderColor3 = Color3.new(1, 0.333333, 0)
  263. Removeslowjump.BorderSizePixel = 0
  264. Removeslowjump.Position = UDim2.new(0.670307159, 0, 0.369442165, 0)
  265. Removeslowjump.Size = UDim2.new(0, 174, 0, 45)
  266. Removeslowjump.Font = Enum.Font.Cartoon
  267. Removeslowjump.Text = "Remove slowjump"
  268. Removeslowjump.TextColor3 = Color3.new(0, 0, 0)
  269. Removeslowjump.TextSize = 23
  270. Removeslowjump.MouseButton1Down:connect(function()
  271. game.Players.LocalPlayer.Character.JumpSlower:Remove()
  272. end)
  273.  
  274. Commingsoon_4.Name = "Comming soon"
  275. Commingsoon_4.Parent = Main
  276. Commingsoon_4.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  277. Commingsoon_4.BorderColor3 = Color3.new(1, 0.333333, 0)
  278. Commingsoon_4.BorderSizePixel = 0
  279. Commingsoon_4.Position = UDim2.new(0.0276954472, 0, 0.725692213, 0)
  280. Commingsoon_4.Size = UDim2.new(0, 174, 0, 45)
  281. Commingsoon_4.Font = Enum.Font.Cartoon
  282. Commingsoon_4.Text = "Comming soon"
  283. Commingsoon_4.TextColor3 = Color3.new(0, 1, 1)
  284. Commingsoon_4.TextSize = 23
  285.  
  286. Commingsoon_5.Name = "Comming soon"
  287. Commingsoon_5.Parent = Main
  288. Commingsoon_5.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  289. Commingsoon_5.BorderColor3 = Color3.new(1, 0.333333, 0)
  290. Commingsoon_5.BorderSizePixel = 0
  291. Commingsoon_5.Position = UDim2.new(0.670307159, 0, 0.725692213, 0)
  292. Commingsoon_5.Size = UDim2.new(0, 174, 0, 45)
  293. Commingsoon_5.Font = Enum.Font.Cartoon
  294. Commingsoon_5.Text = "Comming soon"
  295. Commingsoon_5.TextColor3 = Color3.new(0, 1, 1)
  296. Commingsoon_5.TextSize = 23
  297.  
  298. Commingsoon_6.Name = "Comming soon"
  299. Commingsoon_6.Parent = Main
  300. Commingsoon_6.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  301. Commingsoon_6.BorderColor3 = Color3.new(1, 0.333333, 0)
  302. Commingsoon_6.BorderSizePixel = 0
  303. Commingsoon_6.Position = UDim2.new(0.349001288, 0, 0.725692213, 0)
  304. Commingsoon_6.Size = UDim2.new(0, 174, 0, 45)
  305. Commingsoon_6.Font = Enum.Font.Cartoon
  306. Commingsoon_6.Text = "Comming soon"
  307. Commingsoon_6.TextColor3 = Color3.new(0, 1, 1)
  308. Commingsoon_6.TextSize = 23
  309.  
  310. Close.Name = "Close"
  311. Close.Parent = Main
  312. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  313. Close.BackgroundTransparency = 1
  314. Close.BorderSizePixel = 0
  315. Close.Position = UDim2.new(0.929308712, 0, 0.00108471513, 0)
  316. Close.Size = UDim2.new(0, 32, 0, 32)
  317. Close.Font = Enum.Font.Fantasy
  318. Close.Text = "X"
  319. Close.TextColor3 = Color3.new(0, 0, 0)
  320. Close.TextSize = 40
  321. Close.MouseButton1Down:connect(function()
  322. OpenFrame.Visible = true
  323. Main.Visible = false
  324. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement