Advertisement
FurkingBoi

Blox

Mar 20th, 2020
7,772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.15 KB | None | 0 0
  1. -- Blox Hunt Token GUI
  2. -- Izaia x Pytho_n
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Frame_2 = Instance.new("Frame")
  9. local Frame_3 = Instance.new("Frame")
  10. local Start = Instance.new("TextButton")
  11. local Stop = Instance.new("TextButton")
  12. local Main = Instance.new("TextButton")
  13. local Credits = Instance.new("TextButton")
  14. local Toggle = Instance.new("Frame")
  15. local Izaia = Instance.new("TextButton")
  16. local Title = Instance.new("TextButton")
  17. local Python = Instance.new("TextButton")
  18. local Close = Instance.new("TextButton")
  19. local Title_2 = Instance.new("TextButton")
  20.  
  21. --Properties:
  22.  
  23. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. Frame.Parent = ScreenGui
  27. Frame.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  28. Frame.BorderColor3 = Color3.fromRGB(27, 42, 53)
  29. Frame.BorderSizePixel = 0
  30. Frame.Position = UDim2.new(0.427604169, 0, 0.693009079, 0)
  31. Frame.Size = UDim2.new(0.132281005, 0, 0.0207455643, 0)
  32.  
  33. Frame_2.Parent = ScreenGui
  34. Frame_2.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  35. Frame_2.BorderSizePixel = 0
  36. Frame_2.Position = UDim2.new(0.427604169, 0, 0.713754654, 0)
  37. Frame_2.Size = UDim2.new(0.132281005, 0, 0.0750613809, 0)
  38.  
  39. Frame_3.Parent = ScreenGui
  40. Frame_3.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  41. Frame_3.BorderSizePixel = 0
  42. Frame_3.Position = UDim2.new(0.432123333, 0, 0.721778274, 0)
  43. Frame_3.Size = UDim2.new(0.0457214937, 0, 0.0582639351, 0)
  44.  
  45. Start.Name = "Start"
  46. Start.Parent = ScreenGui
  47. Start.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  48. Start.BorderSizePixel = 0
  49. Start.Position = UDim2.new(0.483059555, 0, 0.722391486, 0)
  50. Start.Size = UDim2.new(0.0702015013, 0, 0.0245374925, 0)
  51. Start.Font = Enum.Font.Gotham
  52. Start.Text = "Start"
  53. Start.TextColor3 = Color3.fromRGB(255, 255, 255)
  54. Start.TextSize = 10.000
  55. Start.TextWrapped = true
  56.  
  57. Stop.Name = "Stop"
  58. Stop.Parent = ScreenGui
  59. Stop.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  60. Stop.BorderSizePixel = 0
  61. Stop.Position = UDim2.new(0.483059555, 0, 0.753131568, 0)
  62. Stop.Size = UDim2.new(0.0702015013, 0, 0.0269106291, 0)
  63. Stop.Font = Enum.Font.Gotham
  64. Stop.Text = "Stop"
  65. Stop.TextColor3 = Color3.fromRGB(255, 255, 255)
  66. Stop.TextSize = 10.000
  67. Stop.TextWrapped = true
  68.  
  69. Main.Name = "Main"
  70. Main.Parent = ScreenGui
  71. Main.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  72. Main.BorderSizePixel = 0
  73. Main.Position = UDim2.new(0.43670541, 0, 0.729798853, 0)
  74. Main.Size = UDim2.new(0.0359814353, 0, 0.0171301402, 0)
  75. Main.Font = Enum.Font.Gotham
  76. Main.Text = "Main"
  77. Main.TextColor3 = Color3.fromRGB(255, 255, 255)
  78. Main.TextSize = 10.000
  79. Main.TextWrapped = true
  80.  
  81. Credits.Name = "Credits"
  82. Credits.Parent = ScreenGui
  83. Credits.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  84. Credits.BorderSizePixel = 0
  85. Credits.Position = UDim2.new(0.43670541, 0, 0.753872871, 0)
  86. Credits.Size = UDim2.new(0.0359814353, 0, 0.0171301402, 0)
  87. Credits.Font = Enum.Font.Gotham
  88. Credits.Text = "Credits"
  89. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  90. Credits.TextSize = 10.000
  91. Credits.TextWrapped = true
  92.  
  93. Toggle.Name = "Toggle"
  94. Toggle.Parent = ScreenGui
  95. Toggle.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  96. Toggle.BorderSizePixel = 0
  97. Toggle.Position = UDim2.new(0.477844834, 0, 0.713754654, 0)
  98. Toggle.Size = UDim2.new(0.0820403174, 0, 0.0750613809, 0)
  99. Toggle.Visible = false
  100. Toggle.ZIndex = 3
  101.  
  102. Izaia.Name = "Izaia"
  103. Izaia.Parent = Toggle
  104. Izaia.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  105. Izaia.BorderSizePixel = 0
  106. Izaia.Position = UDim2.new(0.0640000105, 0, 0.339848191, 0)
  107. Izaia.Size = UDim2.new(0, 147, 0, 15)
  108. Izaia.AutoButtonColor = false
  109. Izaia.Font = Enum.Font.Gotham
  110. Izaia.Text = "- Izaia "
  111. Izaia.TextColor3 = Color3.fromRGB(255, 255, 255)
  112. Izaia.TextSize = 10.000
  113. Izaia.TextWrapped = true
  114.  
  115. Title.Name = "Title"
  116. Title.Parent = Toggle
  117. Title.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  118. Title.BorderSizePixel = 0
  119. Title.Position = UDim2.new(0.064000003, 0, 0, 0)
  120. Title.Size = UDim2.new(0, 147, 0, 17)
  121. Title.AutoButtonColor = false
  122. Title.Font = Enum.Font.Gotham
  123. Title.Text = "Credits"
  124. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  125. Title.TextSize = 10.000
  126. Title.TextWrapped = true
  127.  
  128. Python.Name = "Python"
  129. Python.Parent = Toggle
  130. Python.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  131. Python.BorderSizePixel = 0
  132. Python.Position = UDim2.new(0.0640000105, 0, 0.67199266, 0)
  133. Python.Size = UDim2.new(0, 147, 0, 15)
  134. Python.AutoButtonColor = false
  135. Python.Font = Enum.Font.Gotham
  136. Python.Text = "- Pytho_n "
  137. Python.TextColor3 = Color3.fromRGB(255, 255, 255)
  138. Python.TextSize = 10.000
  139. Python.TextWrapped = true
  140.  
  141. Close.Name = "Close"
  142. Close.Parent = ScreenGui
  143. Close.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  144. Close.BorderSizePixel = 0
  145. Close.Position = UDim2.new(0.552479148, 0, 0.694851875, 0)
  146. Close.Size = UDim2.new(0.00714581925, 0, 0.0154372621, 0)
  147. Close.Font = Enum.Font.Gotham
  148. Close.Text = "X"
  149. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  150. Close.TextSize = 10.000
  151. Close.TextWrapped = true
  152.  
  153. Title_2.Name = "Title"
  154. Title_2.Parent = ScreenGui
  155. Title_2.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  156. Title_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  157. Title_2.BorderSizePixel = 0
  158. Title_2.Position = UDim2.new(0.428000003, 0, 0.694851875, 0)
  159. Title_2.Size = UDim2.new(0.0605981275, 0, 0.0181481466, 0)
  160. Title_2.AutoButtonColor = false
  161. Title_2.Font = Enum.Font.Gotham
  162. Title_2.Text = "Blox Hunt - Token GUI"
  163. Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  164. Title_2.TextSize = 10.000
  165. Title_2.TextWrapped = true
  166.  
  167. -- Scripts:
  168.  
  169. local function OJOU_fake_script() -- ScreenGui.LocalScript
  170. local script = Instance.new('LocalScript', ScreenGui)
  171.  
  172. _G.Active = false
  173.  
  174. script.Parent.Start.MouseButton1Click:Connect(function()
  175. _G.Active = true
  176. end)
  177. script.Parent.Stop.MouseButton1Click:Connect(function()
  178. _G.Active = false
  179. end)
  180.  
  181. script.Parent.Credits.MouseButton1Click:Connect(function()
  182. script.Parent.Toggle.Visible = true
  183. end)
  184. script.Parent.Main.MouseButton1Click:Connect(function()
  185. script.Parent.Toggle.Visible = false
  186. end)
  187.  
  188. script.Parent.Close.MouseButton1Click:Connect(function()
  189. script.Parent.Parent.ScreenGui:Destroy()
  190. end)
  191. spawn(function()
  192. while true do wait()
  193. if _G.Active == true then
  194. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-92.9, 61.9, 143.5)
  195. end
  196. end
  197. end)
  198. end
  199. coroutine.wrap(OJOU_fake_script)()
  200.  
  201. -- Made by Furky|Credits: Psykek.
  202. -- Instances:
  203. local ScreenGui = Instance.new("ScreenGui")
  204. local open = Instance.new("Frame")
  205. local ob = Instance.new("TextButton")
  206. local main = Instance.new("Frame")
  207. local name = Instance.new("TextLabel")
  208. local made = Instance.new("TextLabel")
  209. local money = Instance.new("TextButton")
  210. local energy = Instance.new("TextButton")
  211. local hider = Instance.new("TextButton")
  212. local X = Instance.new("TextButton")
  213. local afkon = Instance.new("TextButton")
  214. local taunt = Instance.new("TextButton")
  215. local health = Instance.new("TextButton")
  216. local kill = Instance.new("TextButton")
  217. local gamepasson = Instance.new("TextButton")
  218. local ws = Instance.new("TextButton")
  219. local number = Instance.new("TextBox")
  220. local tele = Instance.new("TextButton")
  221. local username = Instance.new("TextBox")
  222. local noclipon = Instance.new("TextButton")
  223. local noclipoff = Instance.new("TextButton")
  224. local gamepassoff = Instance.new("TextButton")
  225. local afkoff = Instance.new("TextButton")
  226. local credits = Instance.new("TextLabel")
  227. --Properties:
  228. ScreenGui.Parent = game.CoreGui
  229.  
  230. open.Name = "open"
  231. open.Parent = ScreenGui
  232. open.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  233. open.BorderColor3 = Color3.new(1, 1, 1)
  234. open.BorderSizePixel = 3
  235. open.Position = UDim2.new(0, 0, 0.474766344, 0)
  236. open.Size = UDim2.new(0, 81, 0, 20)
  237.  
  238. ob.Name = "ob"
  239. ob.Parent = open
  240. ob.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  241. ob.BorderColor3 = Color3.new(1, 1, 1)
  242. ob.BorderSizePixel = 0
  243. ob.Size = UDim2.new(0, 81, 0, 20)
  244. ob.Font = Enum.Font.Fantasy
  245. ob.Text = "OPEN"
  246. ob.TextColor3 = Color3.new(0, 0, 0)
  247. ob.TextSize = 14
  248. ob.MouseButton1Down:connect(function()
  249. main.Visible = true
  250. open.Visible = false
  251. end)
  252.  
  253. main.Name = "main"
  254. main.Parent = ScreenGui
  255. main.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  256. main.BorderColor3 = Color3.new(1, 1, 1)
  257. main.BorderSizePixel = 5
  258. main.Position = UDim2.new(0.25629124, 0, 0.138317764, 0)
  259. main.Size = UDim2.new(0, 324, 0, 386)
  260. main.Visible = false
  261. main.Active = true
  262. main.Draggable = true
  263.  
  264. name.Name = "name"
  265. name.Parent = main
  266. name.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  267. name.BorderColor3 = Color3.new(1, 1, 1)
  268. name.BorderSizePixel = 3
  269. name.Position = UDim2.new(0.000210219994, 0, 0, 0)
  270. name.Size = UDim2.new(0, 323, 0, 24)
  271. name.Font = Enum.Font.Cartoon
  272. name.Text = "BloxHunt GUI"
  273. name.TextColor3 = Color3.new(0, 0, 0)
  274. name.TextSize = 19
  275.  
  276. made.Name = "made"
  277. made.Parent = main
  278. made.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  279. made.BorderColor3 = Color3.new(1, 1, 1)
  280. made.BorderSizePixel = 3
  281. made.Position = UDim2.new(0.592482567, 0, 0.937165141, 0)
  282. made.Size = UDim2.new(0, 131, 0, 24)
  283. made.Font = Enum.Font.Cartoon
  284. made.Text = "GUI Made By Furky"
  285. made.TextColor3 = Color3.new(0, 0, 0)
  286. made.TextSize = 14
  287.  
  288. money.Name = "money"
  289. money.Parent = main
  290. money.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  291. money.BorderColor3 = Color3.new(1, 1, 1)
  292. money.BorderSizePixel = 2
  293. money.Position = UDim2.new(0, 0, 0.100487396, 0)
  294. money.Size = UDim2.new(0, 91, 0, 32)
  295. money.Font = Enum.Font.Fantasy
  296. money.Text = "Money"
  297. money.TextColor3 = Color3.new(0, 0, 0)
  298. money.TextSize = 14
  299. money.MouseButton1Down:connect(function()
  300. local coin = workspace.Lobby.LobbyObby.Token
  301. coin.CanCollide = false
  302. for i = 1,50,1 do
  303. wait()
  304. coin.CFrame = (game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame)
  305. end
  306. coin.CanCollide = true
  307. end)
  308.  
  309. energy.Name = "energy"
  310. energy.Parent = main
  311. energy.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  312. energy.BorderColor3 = Color3.new(1, 1, 1)
  313. energy.BorderSizePixel = 2
  314. energy.Position = UDim2.new(0.358024687, 0, 0.231908411, 0)
  315. energy.Size = UDim2.new(0, 91, 0, 32)
  316. energy.Font = Enum.Font.Fantasy
  317. energy.Text = "Unlim Energy"
  318. energy.TextColor3 = Color3.new(0, 0, 0)
  319. energy.TextSize = 14
  320. energy.MouseButton1Down:connect(function()
  321. game.ReplicatedStorage.GameFunctions.StatChange:FireServer("Energy", 10000)
  322. end)
  323.  
  324. hider.Name = "hider"
  325. hider.Parent = main
  326. hider.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  327. hider.BorderColor3 = Color3.new(1, 1, 1)
  328. hider.BorderSizePixel = 2
  329. hider.Position = UDim2.new(0, 0, 0.232732117, 0)
  330. hider.Size = UDim2.new(0, 91, 0, 32)
  331. hider.Font = Enum.Font.Fantasy
  332. hider.Text = "View Hider"
  333. hider.TextColor3 = Color3.new(0, 0, 0)
  334. hider.TextSize = 14
  335. hider.MouseButton1Click:Connect(function()
  336. players = game:GetService("Players")
  337. while wait(1) do
  338. for i, v in pairs(players:GetChildren()) do
  339. if v.Name ~= players.LocalPlayer.Name then
  340. if v.Character and v.Character:FindFirstChild("Object") then
  341. for j, k in pairs(v.Character.Object:GetChildren()) do
  342. if k:IsA("Part") then
  343. k.BrickColor = BrickColor.new("Hot pink")
  344. end
  345. end
  346. end
  347. end
  348. end
  349. end
  350. end)
  351.  
  352. X.Name = "X"
  353. X.Parent = main
  354. X.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  355. X.BorderColor3 = Color3.new(1, 1, 1)
  356. X.BorderSizePixel = 2
  357. X.Position = UDim2.new(0.929168344, 0, 0, 0)
  358. X.Size = UDim2.new(0, 22, 0, 24)
  359. X.Font = Enum.Font.Fantasy
  360. X.Text = "X"
  361. X.TextColor3 = Color3.new(0, 0, 0)
  362. X.TextSize = 14
  363. X.MouseButton1Down:connect(function()
  364. open.Visible = true
  365. main.Visible = false
  366. end)
  367.  
  368. afkon.Name = "afkon"
  369. afkon.Parent = main
  370. afkon.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  371. afkon.BorderColor3 = Color3.new(1, 1, 1)
  372. afkon.BorderSizePixel = 2
  373. afkon.Position = UDim2.new(0, 0, 0.357164294, 0)
  374. afkon.Size = UDim2.new(0, 91, 0, 32)
  375. afkon.Visible = false
  376. afkon.Font = Enum.Font.Fantasy
  377. afkon.Text = "AFK: ON"
  378. afkon.TextColor3 = Color3.new(0, 0, 0)
  379. afkon.TextSize = 14
  380. afkon.MouseButton1Down:connect(function()
  381. game.Players.LocalPlayer.Information.AFK.Value = false
  382. afkoff.Visible = true
  383. afkon.Visible = false
  384. end)
  385.  
  386. taunt.Name = "taunt"
  387. taunt.Parent = main
  388. taunt.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  389. taunt.BorderColor3 = Color3.new(1, 1, 1)
  390. taunt.BorderSizePixel = 2
  391. taunt.Position = UDim2.new(0.358884186, 0, 0.100687623, 0)
  392. taunt.Size = UDim2.new(0, 91, 0, 32)
  393. taunt.Font = Enum.Font.Fantasy
  394. taunt.Text = "Spam Taunt"
  395. taunt.TextColor3 = Color3.new(0, 0, 0)
  396. taunt.TextSize = 14
  397. taunt.MouseButton1Click:Connect(function()
  398. while true do
  399. game.ReplicatedStorage.GameFunctions.Taunt:FireServer()
  400. wait()
  401. game.ReplicatedStorage.GameFunctions.Taunt:FireServer()
  402. wait()
  403. game.ReplicatedStorage.GameFunctions.Taunt:FireServer()
  404. wait()
  405. game.ReplicatedStorage.GameFunctions.Taunt:FireServer()
  406. wait()
  407. game.ReplicatedStorage.GameFunctions.Taunt:FireServer()
  408. wait()
  409. end
  410. end)
  411.  
  412. health.Name = "health"
  413. health.Parent = main
  414. health.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  415. health.BorderColor3 = Color3.new(1, 1, 1)
  416. health.BorderSizePixel = 2
  417. health.Position = UDim2.new(0.719135821, 0, 0.230021074, 0)
  418. health.Size = UDim2.new(0, 91, 0, 32)
  419. health.Font = Enum.Font.Fantasy
  420. health.Text = "Unlim Health"
  421. health.TextColor3 = Color3.new(0, 0, 0)
  422. health.TextSize = 14
  423. health.MouseButton1Down:connect(function()
  424. game.ReplicatedStorage.GameFunctions.StatChange:FireServer("Health", 10000)
  425. end)
  426.  
  427. kill.Name = "kill"
  428. kill.Parent = main
  429. kill.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  430. kill.BorderColor3 = Color3.new(1, 1, 1)
  431. kill.BorderSizePixel = 2
  432. kill.Position = UDim2.new(0.719135821, 0, 0.100487396, 0)
  433. kill.Size = UDim2.new(0, 91, 0, 32)
  434. kill.Font = Enum.Font.Fantasy
  435. kill.Text = "Autokill"
  436. kill.TextColor3 = Color3.new(0, 0, 0)
  437. kill.TextSize = 14
  438. kill.MouseButton1Down:connect(function()
  439. local shock = game.ReplicatedStorage.GameFunctions.Shock
  440. local refill = game.ReplicatedStorage.GameFunctions.StatChange
  441.  
  442. for _, v in pairs(game.Players:GetPlayers()) do
  443. if v.Character and v.Character:FindFirstChild'Object' then
  444. for i=1, 3 do
  445. shock:FireServer("Hit", v.Character)
  446. for i=1, 2 do
  447. refill:FireServer("Energy", 2)
  448. end
  449. end
  450. end
  451. end
  452. end)
  453.  
  454. gamepasson.Name = "gamepasson"
  455. gamepasson.Parent = main
  456. gamepasson.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  457. gamepasson.BorderColor3 = Color3.new(1, 1, 1)
  458. gamepasson.BorderSizePixel = 2
  459. gamepasson.Position = UDim2.new(0.358024687, 0, 0.357164294, 0)
  460. gamepasson.Size = UDim2.new(0, 91, 0, 32)
  461. gamepasson.Visible = false
  462. gamepasson.Font = Enum.Font.Fantasy
  463. gamepasson.Text = "Gamepass: ON"
  464. gamepasson.TextColor3 = Color3.new(0, 0, 0)
  465. gamepasson.TextSize = 14
  466. gamepasson.MouseButton1Down:connect(function()
  467. game.Players.LocalPlayer.Information.Gamepasses.FaceChanger.Value = false
  468. game.Players.LocalPlayer.Information.Gamepasses.Vanish.Value = false
  469. game.Players.LocalPlayer.Information.Gamepasses.Cloner.Value = false
  470. game.Players.LocalPlayer.Information.Gamepasses.InstantHide.Value = false
  471. game.Players.LocalPlayer.Information.Gamepasses.Radar.Value = false
  472. game.Players.LocalPlayer.Information.Gamepasses.Walkspeed.Value = false
  473. game.Players.LocalPlayer.Information.Gamepasses.AutoSeeker.Value = false
  474. game.Players.LocalPlayer.Information.Gamepasses.SeekerPoints.Value = false
  475. gamepassoff.Visible = true
  476. gamepasson.Visible = false
  477. end)
  478.  
  479. ws.Name = "ws"
  480. ws.Parent = main
  481. ws.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  482. ws.BorderColor3 = Color3.new(1, 1, 1)
  483. ws.BorderSizePixel = 2
  484. ws.Position = UDim2.new(0, 0, 0.618822336, 0)
  485. ws.Size = UDim2.new(0, 135, 0, 32)
  486. ws.Font = Enum.Font.Fantasy
  487. ws.Text = "Set WS"
  488. ws.TextColor3 = Color3.new(0, 0, 0)
  489. ws.TextSize = 12
  490. ws.MouseButton1Down:connect(function()
  491. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (number.Text) --What the walkspeed is as you click [SHIFT]
  492. end)
  493.  
  494. number.Name = "number"
  495. number.Parent = ws
  496. number.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  497. number.BorderColor3 = Color3.new(1, 1, 1)
  498. number.BorderSizePixel = 2
  499. number.Position = UDim2.new(0, 0, -1.4375, 0)
  500. number.Size = UDim2.new(0, 135, 0, 37)
  501. number.Font = Enum.Font.SourceSans
  502. number.Text = "Number"
  503. number.TextColor3 = Color3.new(0, 0, 0)
  504. number.TextSize = 14
  505.  
  506. tele.Name = "tele"
  507. tele.Parent = main
  508. tele.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  509. tele.BorderColor3 = Color3.new(1, 1, 1)
  510. tele.BorderSizePixel = 2
  511. tele.Position = UDim2.new(0.583333433, 0, 0.618822336, 0)
  512. tele.Size = UDim2.new(0, 135, 0, 32)
  513. tele.Font = Enum.Font.Fantasy
  514. tele.Text = "Teleport"
  515. tele.TextColor3 = Color3.new(0, 0, 0)
  516. tele.TextSize = 14
  517. tele.MouseButton1Click:Connect(function()
  518. getplr = function(plxr)
  519. for i, v in pairs(game.Players:GetPlayers()) do
  520. if string.find(v.Name, plxr) then
  521. return v
  522. elseif v.Name:sub(1, plxr:len()):lower()== plxr:lower() then
  523. return v
  524. end
  525. end
  526. end
  527. local plr = getplr(username.Text)
  528. game.Players.LocalPlayer.Character:MoveTo(plr.Character.Torso.Position)
  529. end)
  530.  
  531. username.Name = "username"
  532. username.Parent = tele
  533. username.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  534. username.BorderColor3 = Color3.new(1, 1, 1)
  535. username.BorderSizePixel = 2
  536. username.Position = UDim2.new(0, 0, -1.4375, 0)
  537. username.Size = UDim2.new(0, 135, 0, 37)
  538. username.Font = Enum.Font.SourceSans
  539. username.Text = "Username"
  540. username.TextColor3 = Color3.new(0, 0, 0)
  541. username.TextSize = 14
  542.  
  543. gamepassoff.Name = "gamepassoff"
  544. gamepassoff.Parent = main
  545. gamepassoff.BackgroundColor3 = Color3.new(1, 0, 0)
  546. gamepassoff.BorderColor3 = Color3.new(1, 1, 1)
  547. gamepassoff.BorderSizePixel = 2
  548. gamepassoff.Position = UDim2.new(0.358024687, 0, 0.357164294, 0)
  549. gamepassoff.Size = UDim2.new(0, 91, 0, 32)
  550. gamepassoff.Font = Enum.Font.Fantasy
  551. gamepassoff.Text = "Gamepass: OFF"
  552. gamepassoff.TextColor3 = Color3.new(0, 0, 0)
  553. gamepassoff.TextSize = 14
  554. gamepassoff.MouseButton1Click:Connect(function()
  555. game.Players.LocalPlayer.Information.Gamepasses.FaceChanger.Value = true
  556. game.Players.LocalPlayer.Information.Gamepasses.Vanish.Value = true
  557. game.Players.LocalPlayer.Information.Gamepasses.Cloner.Value = true
  558. game.Players.LocalPlayer.Information.Gamepasses.InstantHide.Value = true
  559. game.Players.LocalPlayer.Information.Gamepasses.Radar.Value = true
  560. game.Players.LocalPlayer.Information.Gamepasses.Walkspeed.Value = true
  561. game.Players.LocalPlayer.Information.Gamepasses.AutoSeeker.Value = true
  562. game.Players.LocalPlayer.Information.Gamepasses.SeekerPoints.Value = true
  563. gamepasson.Visible = true
  564. gamepassoff.Visible = false
  565. end)
  566.  
  567. afkoff.Name = "afkoff"
  568. afkoff.Parent = main
  569. afkoff.BackgroundColor3 = Color3.new(1, 0, 0)
  570. afkoff.BorderColor3 = Color3.new(1, 1, 1)
  571. afkoff.BorderSizePixel = 2
  572. afkoff.Position = UDim2.new(0, 0, 0.357164294, 0)
  573. afkoff.Size = UDim2.new(0, 91, 0, 32)
  574. afkoff.Font = Enum.Font.Fantasy
  575. afkoff.Text = "AFK: OFF"
  576. afkoff.TextColor3 = Color3.new(0, 0, 0)
  577. afkoff.TextSize = 14
  578. afkoff.MouseButton1Click:connect(function()
  579. game.Players.LocalPlayer.Information.AFK.Value = true
  580. afkon.Visible = true
  581. afkoff.Visible = false
  582. end)
  583.  
  584. credits.Name = "credits"
  585. credits.Parent = main
  586. credits.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  587. credits.BorderColor3 = Color3.new(1, 1, 1)
  588. credits.BorderSizePixel = 3
  589. credits.Position = UDim2.new(-0.000110002235, 0, 0.937165141, 0)
  590. credits.Size = UDim2.new(0, 131, 0, 24)
  591. credits.Font = Enum.Font.Cartoon
  592. credits.Text = "Credits: Psykek "
  593. credits.TextColor3 = Color3.new(0, 0, 0)
  594. credits.TextSize = 14
  595. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement