kio00

Suis

Sep 7th, 2021
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.03 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Border = Instance.new("Frame")
  8. local Nav = Instance.new("Frame")
  9. local HomeBtn = Instance.new("TextButton")
  10. local PetBtn = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local Home = Instance.new("Frame")
  13. local NoAfk = Instance.new("TextButton")
  14. local NoClip = Instance.new("TextButton")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local PetSimulator = Instance.new("Frame")
  17. local AutoFarm = Instance.new("TextButton")
  18. local TextLabel_3 = Instance.new("TextLabel")
  19. local TextLabel_4 = Instance.new("TextLabel")
  20. local okJump = Instance.new("TextButton")
  21. local Jump = Instance.new("TextBox")
  22. local okSpeed = Instance.new("TextButton")
  23. local Speed = Instance.new("TextBox")
  24. local reset = Instance.new("TextButton")
  25. local ZombieAttack = Instance.new("Frame")
  26. local AutoFarm_2 = Instance.new("TextButton")
  27. local TextLabel_5 = Instance.new("TextLabel")
  28. local ZombieBtn = Instance.new("TextButton")
  29. local infoBtn = Instance.new("TextButton")
  30. local info = Instance.new("Frame")
  31. local infoTxt = Instance.new("TextLabel")
  32. local TextLabel_6 = Instance.new("TextLabel")
  33. local TextButton = Instance.new("TextButton")
  34. local BackBtn = Instance.new("TextButton")
  35. local CheatAttivi = Instance.new("Frame")
  36. local UIListLayout = Instance.new("UIListLayout")
  37. local AntiAfkTxt = Instance.new("TextLabel")
  38. local NoClipTxt = Instance.new("TextLabel")
  39. local ResetTxt = Instance.new("TextLabel")
  40. local SpeedTxt = Instance.new("TextLabel")
  41. local JumpTxt = Instance.new("TextLabel")
  42. local AutoFPet = Instance.new("TextLabel")
  43. local AutoFZombie = Instance.new("TextLabel")
  44. local ScrollingFrame = Instance.new("ScrollingFrame")
  45. local playerBtn = Instance.new("TextButton")
  46. local TpPl = Instance.new("TextButton")
  47. local TpPoint = Instance.new("TextButton")
  48. local Hack = Instance.new("TextButton")
  49. local TextLabel_7 = Instance.new("TextLabel")
  50. local BigPaintball = Instance.new("Frame")
  51. local Hack_2 = Instance.new("TextButton")
  52. local TextLabel_8 = Instance.new("TextLabel")
  53. local RincoilBtn = Instance.new("TextButton")
  54. local PaintballBtn = Instance.new("TextButton")
  55. local Rincoil = Instance.new("Frame")
  56. --Properties:
  57. rconsoleprint('@@GREEN@@')
  58. rconsoleprint("Kio's GUI Loaded!")
  59. local string = [[
  60. __ __ _
  61. / //_/(_)___
  62. / ,< / / __ \
  63. / /| |/ / /_/ /
  64. /_/ |_/_/\____/
  65. ]]
  66. rconsoleprint("\n")
  67. rconsoleprint(string)
  68.  
  69.  
  70. local UserInputService = game:GetService("UserInputService")
  71. UserInputService.InputBegan:Connect(function(InputObject, Processed)
  72. if InputObject.KeyCode == Enum.KeyCode.RightShift then
  73. if Border.Visible == false then
  74. Border.Visible = true
  75. CheatAttivi.Visible = true
  76. else
  77. Border.Visible = false
  78. CheatAttivi.Visible = false
  79.  
  80. end
  81. end
  82. end)
  83.  
  84. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  85.  
  86. counter = 0
  87.  
  88.  
  89. ScreenGui.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
  90. ScreenGui.ResetOnSpawn = false
  91.  
  92. Border.Name = "Border"
  93. Border.Parent = ScreenGui
  94. Border.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  95. Border.BorderColor3 = Color3.fromRGB(53, 53, 53)
  96. Border.BorderSizePixel = 2
  97. Border.Position = UDim2.new(0.0357408784, 0, 0.577914119, 0)
  98. Border.Size = UDim2.new(0, 524, 0, 302)
  99. Border.Active = true
  100. Border.Draggable = true
  101.  
  102. ScrollingFrame.Parent = Border
  103. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  104. ScrollingFrame.BackgroundTransparency = 0.500
  105. ScrollingFrame.BorderColor3 = Color3.fromRGB(6, 4, 7)
  106. ScrollingFrame.Position = UDim2.new(1.05321193, 0, -0.00155609846, 0)
  107. ScrollingFrame.Size = UDim2.new(0, 186, 0, 302)
  108. ScrollingFrame.ScrollBarImageColor3 = Color3.fromRGB(20, 7, 7)
  109. ScrollingFrame.Visible = false
  110.  
  111. playerBtn.Name = "playerBtn"
  112. playerBtn.Parent = ScrollingFrame
  113. playerBtn.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  114. playerBtn.BorderColor3 = Color3.fromRGB(255, 0, 0)
  115. playerBtn.BorderSizePixel = 3
  116. playerBtn.Size = UDim2.new(0, 173, 0, 43)
  117. playerBtn.AutoButtonColor = false
  118. playerBtn.Font = Enum.Font.Sarpanch
  119. playerBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  120. playerBtn.TextSize = 23.000
  121.  
  122. local Plr = game:GetService("Players")
  123. local PlrFold = ScrollingFrame
  124.  
  125. local playerBtn = PlrFold.playerBtn:Clone()
  126. PlrFold.playerBtn:Destroy()
  127.  
  128. function update()
  129.  
  130. PlrFold:ClearAllChildren()
  131.  
  132. local CurrentPlayer = 0
  133.  
  134. for i,v in pairs(Plr:GetPlayers()) do
  135. if v.Character ~= game:GetService("Players").LocalPlayer.Character then
  136. CurrentPlayer = CurrentPlayer + 1
  137.  
  138. local newButton = playerBtn:Clone()
  139.  
  140. newButton.Position = UDim2.new( 0, 0, 0, newButton.Size.Y.Offset * ( CurrentPlayer - 1 ) )
  141. newButton.Text = v.Name
  142.  
  143. newButton.MouseButton1Down:connect(function()
  144. if v and v.Character then
  145. local character = v.Character
  146. game.Players.LocalPlayer.Character:MoveTo(character.HumanoidRootPart.Position)
  147. end
  148. end)
  149.  
  150. newButton.Parent = PlrFold
  151. end
  152. end
  153.  
  154. end
  155.  
  156. Plr.PlayerAdded:connect(update)
  157. Plr.PlayerRemoving:connect(update)
  158.  
  159. update()
  160.  
  161. CheatAttivi.Name = "CheatAttivi"
  162. CheatAttivi.Parent = ScreenGui
  163. CheatAttivi.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  164. CheatAttivi.BackgroundTransparency = 1.000
  165. CheatAttivi.Position = UDim2.new(0.809381962, 0, 0, 0)
  166. CheatAttivi.Size = UDim2.new(0, 256, 0, 815)
  167.  
  168. UIListLayout.Parent = CheatAttivi
  169. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  170. UIListLayout.VerticalAlignment = Enum.VerticalAlignment.Top
  171.  
  172. Nav.Name = "Nav"
  173. Nav.Parent = Border
  174. Nav.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  175. Nav.BorderSizePixel = 0
  176. Nav.Position = UDim2.new(0.00600000005, 0, 0.200000003, 0)
  177. Nav.Size = UDim2.new(0, 84, 0, 240)
  178.  
  179. HomeBtn.Name = "HomeBtn"
  180. HomeBtn.Parent = Nav
  181. HomeBtn.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  182. HomeBtn.BorderSizePixel = 0
  183. HomeBtn.Size = UDim2.new(0, 84, 0, 35)
  184. HomeBtn.Font = Enum.Font.SourceSans
  185. HomeBtn.Text = "Home"
  186. HomeBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  187. HomeBtn.TextSize = 14.000
  188. HomeBtn.MouseButton1Down:connect(function()
  189. Home.Visible = true
  190. PetSimulator.Visible = false
  191. ZombieAttack.Visible = false
  192. Rincoil.Visible = false
  193. BigPaintball.Visible = false
  194. end)
  195.  
  196. PetBtn.Name = "PetBtn"
  197. PetBtn.Parent = Nav
  198. PetBtn.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  199. PetBtn.BorderSizePixel = 0
  200. PetBtn.Position = UDim2.new(0, 0, 0.124555282, 0)
  201. PetBtn.Size = UDim2.new(0, 84, 0, 35)
  202. PetBtn.Font = Enum.Font.SourceSans
  203. PetBtn.Text = "PetSimulatorX"
  204. PetBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  205. PetBtn.TextSize = 14.000
  206. PetBtn.MouseButton1Down:connect(function()
  207. PetSimulator.Visible = true
  208. Home.Visible = false
  209. ZombieAttack.Visible = false
  210. Rincoil.Visible = false
  211. BigPaintball.Visible = false
  212. end)
  213.  
  214. ZombieBtn.Name = "ZombieBtn"
  215. ZombieBtn.Parent = Nav
  216. ZombieBtn.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  217. ZombieBtn.BorderSizePixel = 0
  218. ZombieBtn.Position = UDim2.new(0, 0, 0.270388603, 0)
  219. ZombieBtn.Size = UDim2.new(0, 84, 0, 35)
  220. ZombieBtn.Font = Enum.Font.SourceSans
  221. ZombieBtn.Text = "Zombie Attack"
  222. ZombieBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  223. ZombieBtn.TextSize = 14.000
  224. ZombieBtn.MouseButton1Down:connect(function()
  225. ZombieAttack.Visible = true
  226. PetSimulator.Visible = false
  227. Home.Visible = false
  228. Rincoil.Visible = false
  229. BigPaintball.Visible = false
  230. end)
  231.  
  232. RincoilBtn.Name = "RincoilBtn"
  233. RincoilBtn.Parent = Nav
  234. RincoilBtn.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  235. RincoilBtn.BorderSizePixel = 0
  236. RincoilBtn.Position = UDim2.new(0, 0, 0.416221946, 0)
  237. RincoilBtn.Size = UDim2.new(0, 84, 0, 35)
  238. RincoilBtn.Font = Enum.Font.SourceSans
  239. RincoilBtn.Text = "Rincoil | BETA"
  240. RincoilBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  241. RincoilBtn.TextSize = 14.000
  242. RincoilBtn.MouseButton1Down:connect(function()
  243. Rincoil.Visible = true
  244. PetSimulator.Visible = false
  245. Home.Visible = false
  246. BigPaintball.Visible = false
  247. ZombieAttack.Visible = false
  248. end)
  249.  
  250. PaintballBtn.Name = "PaintballBtn"
  251. PaintballBtn.Parent = Nav
  252. PaintballBtn.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  253. PaintballBtn.BorderSizePixel = 0
  254. PaintballBtn.Position = UDim2.new(0, 0, 0.56205529, 0)
  255. PaintballBtn.Size = UDim2.new(0, 84, 0, 35)
  256. PaintballBtn.Font = Enum.Font.SourceSans
  257. PaintballBtn.Text = "Big Paintball"
  258. PaintballBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  259. PaintballBtn.TextSize = 14.000
  260. PaintballBtn.MouseButton1Down:connect(function()
  261. BigPaintball.Visible = true
  262. PetSimulator.Visible = false
  263. Home.Visible = false
  264. ZombieAttack.Visible = false
  265. Rincoil.Visible = false
  266. end)
  267.  
  268. TextLabel.Parent = Border
  269. TextLabel.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  270. TextLabel.Position = UDim2.new(0.00899999961, 0, 0.057, 0)
  271. TextLabel.Size = UDim2.new(0, 515, 0, 37)
  272. TextLabel.Font = Enum.Font.SciFi
  273. TextLabel.Text = "All-One Gui"
  274. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  275. TextLabel.TextSize = 31.000
  276.  
  277.  
  278. okJump.Name = "okJump"
  279. okJump.Parent = Home
  280. okJump.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  281. okJump.BorderColor3 = Color3.fromRGB(255, 255, 255)
  282. okJump.BorderSizePixel = 2
  283. okJump.Position = UDim2.new(0.638921142, 0, 0.414745092, 0)
  284. okJump.Size = UDim2.new(0, 32, 0, 32)
  285. okJump.Font = Enum.Font.SourceSans
  286. okJump.Text = "set"
  287. okJump.TextColor3 = Color3.fromRGB(255, 255, 255)
  288. okJump.TextSize = 14.000
  289. okJump.MouseButton1Down:connect(function()
  290. local jump = Jump.Text
  291.  
  292. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = jump
  293.  
  294. JumpTxt.Visible = true
  295. JumpTxt.Text = "Jump: " + game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower
  296. end)
  297.  
  298. Jump.Name = "Jump"
  299. Jump.Parent = Home
  300. Jump.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  301. Jump.BorderColor3 = Color3.fromRGB(255, 255, 255)
  302. Jump.BorderSizePixel = 2
  303. Jump.Position = UDim2.new(0.388888896, 0, 0.415967315, 0)
  304. Jump.Size = UDim2.new(0, 94, 0, 32)
  305. Jump.Font = Enum.Font.SourceSans
  306. Jump.PlaceholderText = "Jump Number"
  307. Jump.Text = ""
  308. Jump.TextColor3 = Color3.fromRGB(255, 255, 255)
  309. Jump.TextSize = 14.000
  310.  
  311. okSpeed.Name = "okSpeed"
  312. okSpeed.Parent = Home
  313. okSpeed.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  314. okSpeed.BorderColor3 = Color3.fromRGB(255, 255, 255)
  315. okSpeed.BorderSizePixel = 2
  316. okSpeed.Position = UDim2.new(0.641235948, 0, 0.214745119, 0)
  317. okSpeed.Size = UDim2.new(0, 32, 0, 32)
  318. okSpeed.Font = Enum.Font.SourceSans
  319. okSpeed.Text = "set"
  320. okSpeed.TextColor3 = Color3.fromRGB(255, 255, 255)
  321. okSpeed.TextSize = 14.000
  322. okSpeed.MouseButton1Down:connect(function()
  323. local speed = Speed.Text
  324.  
  325. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = speed
  326.  
  327. SpeedTxt.Visible = true
  328. SpeedTxt.Text = "Speed: " + game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed
  329. end)
  330.  
  331. Speed.Name = "Speed"
  332. Speed.Parent = Home
  333. Speed.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  334. Speed.BorderColor3 = Color3.fromRGB(255, 255, 255)
  335. Speed.BorderSizePixel = 2
  336. Speed.Position = UDim2.new(0.388888896, 0, 0.215967312, 0)
  337. Speed.Size = UDim2.new(0, 94, 0, 32)
  338. Speed.Font = Enum.Font.SourceSans
  339. Speed.PlaceholderText = "Speed Number"
  340. Speed.Text = ""
  341. Speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  342. Speed.TextSize = 14.000
  343.  
  344.  
  345. reset.Name = "reset"
  346. reset.Parent = Home
  347. reset.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  348. reset.BorderColor3 = Color3.fromRGB(255, 255, 255)
  349. reset.BorderSizePixel = 2
  350. reset.Position = UDim2.new(0.0393841341, 0, 0.618911862, 0)
  351. reset.Size = UDim2.new(0, 94, 0, 32)
  352. reset.Font = Enum.Font.SourceSans
  353. reset.Text = "Enable Reset Char"
  354. reset.TextColor3 = Color3.fromRGB(255, 255, 255)
  355. reset.TextSize = 14.000
  356. reset.MouseButton1Down:connect(function()
  357.  
  358. ResetTxt.Visible = true
  359.  
  360. while true do
  361. game:GetService("StarterGui"):SetCore("ResetButtonCallback", true)
  362. game:GetService("RunService").RenderStepped:Wait()
  363. end
  364.  
  365. end)
  366.  
  367. TpPl.Name = "TpPl"
  368. TpPl.Parent = Home
  369. TpPl.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  370. TpPl.BorderColor3 = Color3.fromRGB(255, 255, 255)
  371. TpPl.BorderSizePixel = 2
  372. TpPl.Position = UDim2.new(0.388921142, 0, 0.618911862, 0)
  373. TpPl.Size = UDim2.new(0, 94, 0, 32)
  374. TpPl.Font = Enum.Font.SourceSans
  375. TpPl.Text = "Tp to player"
  376. TpPl.TextColor3 = Color3.fromRGB(255, 255, 255)
  377. TpPl.TextSize = 14.000
  378. TpPl.MouseButton1Down:connect(function()
  379.  
  380. if ScrollingFrame.Visible == false then
  381. ScrollingFrame.Visible = true
  382. else
  383. ScrollingFrame.Visible = false
  384.  
  385. end
  386.  
  387. end)
  388.  
  389. TpPoint.Name = "TpPoint"
  390. TpPoint.Parent = Home
  391. TpPoint.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  392. TpPoint.BorderColor3 = Color3.fromRGB(255, 255, 255)
  393. TpPoint.BorderSizePixel = 2
  394. TpPoint.Position = UDim2.new(0.0393840969, 0, 0.814745188, 0)
  395. TpPoint.Size = UDim2.new(0, 94, 0, 32)
  396. TpPoint.Font = Enum.Font.SourceSans
  397. TpPoint.Text = "Tp to point see"
  398. TpPoint.TextColor3 = Color3.fromRGB(255, 255, 255)
  399. TpPoint.TextSize = 14.000
  400. TpPoint.MouseButton1Down:connect(function()
  401.  
  402. local plr = game.Players.LocalPlayer
  403. local hum = plr.Character.HumanoidRootPart
  404. local mouse = plr:GetMouse()
  405.  
  406. mouse.KeyDown:connect(function(key)
  407. if key == "f" then
  408. if mouse.Target then
  409. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  410. end
  411. end
  412. end)
  413.  
  414. end)
  415.  
  416. Home.Name = "Home"
  417. Home.Parent = Border
  418. Home.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  419. Home.BorderSizePixel = 0
  420. Home.Position = UDim2.new(0.169, 0, 0.199000001, 0)
  421. Home.Size = UDim2.new(0, 432, 0, 240)
  422.  
  423. NoAfk.Name = "NoAfk"
  424. NoAfk.Parent = Home
  425. NoAfk.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  426. NoAfk.BorderColor3 = Color3.fromRGB(255, 255, 255)
  427. NoAfk.BorderSizePixel = 2
  428. NoAfk.Position = UDim2.new(0.0393841341, 0, 0.22013405, 0)
  429. NoAfk.Size = UDim2.new(0, 94, 0, 32)
  430. NoAfk.Font = Enum.Font.SourceSans
  431. NoAfk.Text = "Anti AFK"
  432. NoAfk.TextColor3 = Color3.fromRGB(255, 255, 255)
  433. NoAfk.TextSize = 14.000
  434. NoAfk.MouseButton1Down:connect(function()
  435. local vu = game:GetService("VirtualUser")
  436. game:GetService("Players").LocalPlayer.Idled:connect(function()
  437. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  438. wait(1)
  439. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  440. end)
  441. AntiAfkTxt.Visible = true
  442. end)
  443.  
  444. NoClip.Name = "NoClip"
  445. NoClip.Parent = Home
  446. NoClip.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  447. NoClip.BorderColor3 = Color3.fromRGB(255, 255, 255)
  448. NoClip.BorderSizePixel = 2
  449. NoClip.Position = UDim2.new(0.0393841341, 0, 0.418911874, 0)
  450. NoClip.Size = UDim2.new(0, 94, 0, 32)
  451. NoClip.Font = Enum.Font.SourceSans
  452. NoClip.Text = "No Clip (Walk)"
  453. NoClip.TextColor3 = Color3.fromRGB(255, 255, 255)
  454. NoClip.TextSize = 14.000
  455. NoClip.MouseButton1Down:connect(function()
  456. local noclip = false
  457. game:GetService('RunService').Stepped:connect(function()
  458. if noclip then
  459. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  460. end
  461. end)
  462. local plr = game.Players.LocalPlayer
  463. local mouse = plr:GetMouse()
  464. mouse.KeyDown:connect(function(key)
  465. if key == "e" then
  466. noclip = not noclip
  467. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  468. end
  469. end)
  470.  
  471. NoClipTxt.Visible = true
  472.  
  473. end)
  474.  
  475. TextLabel_2.Parent = Home
  476. TextLabel_2.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  477. TextLabel_2.BorderColor3 = Color3.fromRGB(47, 47, 47)
  478. TextLabel_2.BorderSizePixel = 0
  479. TextLabel_2.Size = UDim2.new(0, 431, 0, 35)
  480. TextLabel_2.Font = Enum.Font.SourceSans
  481. TextLabel_2.Text = "Generic Script"
  482. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  483. TextLabel_2.TextSize = 20.000
  484.  
  485. PetSimulator.Name = "PetSimulator"
  486. PetSimulator.Parent = Border
  487. PetSimulator.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  488. PetSimulator.BorderSizePixel = 0
  489. PetSimulator.Position = UDim2.new(0.169, 0, 0.199000001, 0)
  490. PetSimulator.Size = UDim2.new(0, 432, 0, 240)
  491. PetSimulator.Visible = false
  492.  
  493. Rincoil.Name = "Rincoil"
  494. Rincoil.Parent = Border
  495. Rincoil.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  496. Rincoil.BorderSizePixel = 0
  497. Rincoil.Position = UDim2.new(0.169, 0, 0.199000001, 0)
  498. Rincoil.Size = UDim2.new(0, 432, 0, 240)
  499. Rincoil.Visible = false
  500.  
  501. Hack.Name = "Hack"
  502. Hack.Parent = Rincoil
  503. Hack.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  504. Hack.BorderColor3 = Color3.fromRGB(255, 255, 255)
  505. Hack.BorderSizePixel = 2
  506. Hack.Position = UDim2.new(0.0393841341, 0, 0.22013405, 0)
  507. Hack.Size = UDim2.new(0, 94, 0, 32)
  508. Hack.Font = Enum.Font.SourceSans
  509. Hack.Text = "Hack by Kio"
  510. Hack.TextColor3 = Color3.fromRGB(255, 255, 255)
  511. Hack.TextSize = 14.000
  512. Hack.MouseButton1Down:connect(function()
  513.  
  514. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  515.  
  516. mouse.KeyDown:connect(function(key)
  517. if key == "l" then
  518. local player = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  519.  
  520. for i, v in pairs(game.Workspace:GetChildren()) do
  521. if v.Name == "Map" then--or v.Name == "TerrainPart" or v.Name == "Walls" then
  522. v:Destroy()
  523. end
  524. end
  525.  
  526. local BuildPart = Instance.new("Part",game.Workspace) --Directory of The Part
  527. BuildPart.Size = Vector3.new(6000,1,6000) --The Size of the Part
  528. BuildPart.Position = Vector3.new(player.Position.x,player.Position.y - 25,player.Position.z) --The Position of The Part
  529. BuildPart.Anchored = true
  530. end
  531. end)
  532.  
  533. end)
  534.  
  535. TextLabel_7.Parent = Rincoil
  536. TextLabel_7.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  537. TextLabel_7.BorderColor3 = Color3.fromRGB(47, 47, 47)
  538. TextLabel_7.BorderSizePixel = 0
  539. TextLabel_7.Size = UDim2.new(0, 431, 0, 35)
  540. TextLabel_7.Font = Enum.Font.SourceSans
  541. TextLabel_7.Text = "Rincss | BETA Scripts"
  542. TextLabel_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  543. TextLabel_7.TextSize = 20.000
  544.  
  545. BigPaintball.Name = "BigPaintball"
  546. BigPaintball.Parent = Border
  547. BigPaintball.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  548. BigPaintball.BorderSizePixel = 0
  549. BigPaintball.Position = UDim2.new(0.169, 0, 0.199000001, 0)
  550. BigPaintball.Size = UDim2.new(0, 432, 0, 240)
  551. BigPaintball.Visible = false
  552.  
  553. Hack_2.Name = "Hack"
  554. Hack_2.Parent = BigPaintball
  555. Hack_2.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  556. Hack_2.BorderColor3 = Color3.fromRGB(255, 255, 255)
  557. Hack_2.BorderSizePixel = 2
  558. Hack_2.Position = UDim2.new(0.0393841341, 0, 0.22013405, 0)
  559. Hack_2.Size = UDim2.new(0, 94, 0, 32)
  560. Hack_2.Font = Enum.Font.SourceSans
  561. Hack_2.Text = "Hack by Kio"
  562. Hack_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  563. Hack_2.TextSize = 14.000
  564. Hack_2.MouseButton1Down:connect(function()
  565. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  566.  
  567. mouse.KeyDown:connect(function(key)
  568. if key == "l" then
  569. local player = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  570.  
  571. for i, v in pairs(workspace.__MAP:GetDescendants()) do
  572. v:Destroy()
  573. end
  574.  
  575. for i, v in pairs(workspace.__THINGS.MapCache:GetDescendants()) do
  576. v:Destroy()
  577. end
  578.  
  579.  
  580. local BuildPart = Instance.new("Part",game.Workspace.__MAP) --Directory of The Part
  581. BuildPart.Size = Vector3.new(10000,1,10000) --The Size of the Part
  582. BuildPart.Position = Vector3.new(player.Position.x,player.Position.y - 25,player.Position.z) --The Position of The Part
  583. BuildPart.Anchored = true
  584. end
  585. end)
  586.  
  587. end)
  588.  
  589. TextLabel_8.Parent = BigPaintball
  590. TextLabel_8.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  591. TextLabel_8.BorderColor3 = Color3.fromRGB(47, 47, 47)
  592. TextLabel_8.BorderSizePixel = 0
  593. TextLabel_8.Size = UDim2.new(0, 431, 0, 35)
  594. TextLabel_8.Font = Enum.Font.SourceSans
  595. TextLabel_8.Text = "Big Paintball Scripts"
  596. TextLabel_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  597. TextLabel_8.TextSize = 20.000
  598.  
  599. AutoFarm.Name = "AutoFarm"
  600. AutoFarm.Parent = PetSimulator
  601. AutoFarm.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  602. AutoFarm.BorderColor3 = Color3.fromRGB(255, 255, 255)
  603. AutoFarm.BorderSizePixel = 2
  604. AutoFarm.Position = UDim2.new(0.0393841341, 0, 0.22013405, 0)
  605. AutoFarm.Size = UDim2.new(0, 94, 0, 32)
  606. AutoFarm.Font = Enum.Font.SourceSans
  607. AutoFarm.Text = "Auto Farming"
  608. AutoFarm.TextColor3 = Color3.fromRGB(255, 255, 255)
  609. AutoFarm.TextSize = 14.000
  610. AutoFarm.MouseButton1Down:connect(function()
  611. loadstring(game:HttpGet("https://raw.githubusercontent.com/inceldom/scrip/main/petsimsex",true))()
  612.  
  613. AutoFPet.Visible = true
  614.  
  615. end)
  616.  
  617. TextLabel_3.Parent = PetSimulator
  618. TextLabel_3.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  619. TextLabel_3.BorderColor3 = Color3.fromRGB(47, 47, 47)
  620. TextLabel_3.BorderSizePixel = 0
  621. TextLabel_3.Size = UDim2.new(0, 431, 0, 35)
  622. TextLabel_3.Font = Enum.Font.SourceSans
  623. TextLabel_3.Text = "Pet Simulator X Scripts"
  624. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  625. TextLabel_3.TextSize = 20.000
  626.  
  627. TextLabel_4.Parent = Border
  628. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  629. TextLabel_4.BackgroundTransparency = 1.000
  630. TextLabel_4.Position = UDim2.new(0.318702281, 0, 0, 0)
  631. TextLabel_4.Size = UDim2.new(0, 190, 0, 18)
  632. TextLabel_4.Font = Enum.Font.SourceSans
  633. TextLabel_4.Text = "Powered by Kio"
  634. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  635. TextLabel_4.TextSize = 14.000
  636. TextLabel_4.TextYAlignment = Enum.TextYAlignment.Top
  637.  
  638. ZombieAttack.Name = "ZombieAttack"
  639. ZombieAttack.Parent = Border
  640. ZombieAttack.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  641. ZombieAttack.BorderSizePixel = 0
  642. ZombieAttack.Position = UDim2.new(0.169, 0, 0.199000001, 0)
  643. ZombieAttack.Size = UDim2.new(0, 432, 0, 240)
  644. ZombieAttack.Visible = false
  645.  
  646. AutoFarm_2.Name = "AutoFarm"
  647. AutoFarm_2.Parent = ZombieAttack
  648. AutoFarm_2.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  649. AutoFarm_2.BorderColor3 = Color3.fromRGB(255, 255, 255)
  650. AutoFarm_2.BorderSizePixel = 2
  651. AutoFarm_2.Position = UDim2.new(0.0393841341, 0, 0.22013405, 0)
  652. AutoFarm_2.Size = UDim2.new(0, 94, 0, 32)
  653. AutoFarm_2.Font = Enum.Font.SourceSans
  654. AutoFarm_2.Text = "Auto Tp Zombie"
  655. AutoFarm_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  656. AutoFarm_2.TextSize = 14.000
  657. AutoFarm_2.MouseButton1Down:connect(function()
  658. loadstring(game:HttpGet("https://pastebin.com/J0tPCrA9",true))()
  659.  
  660. AutoFZombie.Visible = true
  661.  
  662. end)
  663.  
  664. TextLabel_5.Parent = ZombieAttack
  665. TextLabel_5.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  666. TextLabel_5.BorderColor3 = Color3.fromRGB(47, 47, 47)
  667. TextLabel_5.BorderSizePixel = 0
  668. TextLabel_5.Size = UDim2.new(0, 431, 0, 35)
  669. TextLabel_5.Font = Enum.Font.SourceSans
  670. TextLabel_5.Text = "Zombie Attack Scripts"
  671. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  672. TextLabel_5.TextSize = 20.000
  673.  
  674.  
  675. infoBtn.Name = "infoBtn"
  676. infoBtn.Parent = Border
  677. infoBtn.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  678. infoBtn.BorderColor3 = Color3.fromRGB(27, 42, 53)
  679. infoBtn.BorderSizePixel = 2
  680. infoBtn.Position = UDim2.new(0.914122164, 0, 0, 0)
  681. infoBtn.Size = UDim2.new(0, 45, 0, 33)
  682. infoBtn.Font = Enum.Font.SciFi
  683. infoBtn.Text = "Info"
  684. infoBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  685. infoBtn.TextSize = 14.000
  686. infoBtn.MouseButton1Down:connect(function()
  687. info.Visible = true
  688. infoBtn.Visible = false
  689. end)
  690.  
  691.  
  692. info.Name = "info"
  693. info.Parent = Border
  694. info.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  695. info.BorderColor3 = Color3.fromRGB(255, 0, 0)
  696. info.BorderSizePixel = 0
  697. info.Position = UDim2.new(0.00680000009, 0, 0.0599999987, 0)
  698. info.Size = UDim2.new(0, 517, 0, 281)
  699. info.Visible = false
  700.  
  701. infoTxt.Name = "infoTxt"
  702. infoTxt.Parent = info
  703. infoTxt.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  704. infoTxt.BorderColor3 = Color3.fromRGB(47, 47, 47)
  705. infoTxt.BorderSizePixel = 0
  706. infoTxt.Size = UDim2.new(0, 517, 0, 35)
  707. infoTxt.Font = Enum.Font.SourceSans
  708. infoTxt.Text = "Info Script"
  709. infoTxt.TextColor3 = Color3.fromRGB(255, 255, 255)
  710. infoTxt.TextSize = 20.000
  711.  
  712. TextLabel_6.Parent = info
  713. TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  714. TextLabel_6.BackgroundTransparency = 1.000
  715. TextLabel_6.Position = UDim2.new(0.0657640249, 0, 0.131672591, 0)
  716. TextLabel_6.Size = UDim2.new(0, 449, 0, 218)
  717. TextLabel_6.Font = Enum.Font.SourceSans
  718. TextLabel_6.Text = "The script updates itself every time!\n\n to join on my Discord\n\nCredits: Designed, Developed by Kio"
  719. TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  720. TextLabel_6.TextSize = 35.000
  721.  
  722. TextButton.Parent = info
  723. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  724. TextButton.BackgroundTransparency = 1.000
  725. TextButton.Position = UDim2.new(0.0657640249, 0, 0.444839865, 0)
  726. TextButton.Size = UDim2.new(0, 143, 0, 41)
  727. TextButton.Font = Enum.Font.SourceSans
  728. TextButton.Text = "Click here"
  729. TextButton.TextColor3 = Color3.fromRGB(255, 78, 78)
  730. TextButton.TextSize = 35.000
  731. TextButton.MouseButton1Down:connect(function()
  732. os.execute("start https://discord.gg/NPv6ZpG")
  733. end)
  734.  
  735. BackBtn.Name = "BackBtn"
  736. BackBtn.Parent = info
  737. BackBtn.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  738. BackBtn.BorderColor3 = Color3.fromRGB(27, 42, 53)
  739. BackBtn.BorderSizePixel = 0
  740. BackBtn.Position = UDim2.new(0.91900003, 0, -0.0659999996, 0)
  741. BackBtn.Size = UDim2.new(0, 45, 0, 33)
  742. BackBtn.Font = Enum.Font.SciFi
  743. BackBtn.Text = "Back"
  744. BackBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  745. BackBtn.TextSize = 14.000
  746. BackBtn.MouseButton1Down:connect(function()
  747. infoBtn.Visible = true
  748. info.Visible = false
  749. end)
  750.  
  751.  
  752.  
  753. AntiAfkTxt.Name = "AntiAfkTxt"
  754. AntiAfkTxt.Parent = game.StarterGui.ScreenGui.CheatAttivi
  755. AntiAfkTxt.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  756. AntiAfkTxt.BackgroundTransparency = 0.650
  757. AntiAfkTxt.Size = UDim2.new(0, 256, 0, 43)
  758. AntiAfkTxt.Visible = false
  759. AntiAfkTxt.Font = Enum.Font.SourceSans
  760. AntiAfkTxt.Text = "Anti Afk"
  761. AntiAfkTxt.TextColor3 = Color3.fromRGB(4, 255, 0)
  762. AntiAfkTxt.TextSize = 22.000
  763.  
  764. AutoFZombie.Name = "AutoFZombie"
  765. AutoFZombie.Parent = game.StarterGui.ScreenGui.CheatAttivi
  766. AutoFZombie.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  767. AutoFZombie.BackgroundTransparency = 0.650
  768. AutoFZombie.Position = UDim2.new(0, 0, 0.316564411, 0)
  769. AutoFZombie.Size = UDim2.new(0, 256, 0, 43)
  770. AutoFZombie.Visible = false
  771. AutoFZombie.Font = Enum.Font.SourceSans
  772. AutoFZombie.Text = "Auto Farm (Zombie Attack"
  773. AutoFZombie.TextColor3 = Color3.fromRGB(4, 255, 0)
  774. AutoFZombie.TextSize = 22.000
  775.  
  776. AutoFPet.Name = "AutoFPet"
  777. AutoFPet.Parent = game.StarterGui.ScreenGui.CheatAttivi
  778. AutoFPet.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  779. AutoFPet.BackgroundTransparency = 0.650
  780. AutoFPet.Position = UDim2.new(0, 0, 0.263803691, 0)
  781. AutoFPet.Size = UDim2.new(0, 256, 0, 43)
  782. AutoFPet.Visible = false
  783. AutoFPet.Font = Enum.Font.SourceSans
  784. AutoFPet.Text = "Auto Farm (Pet Simulator X)"
  785. AutoFPet.TextColor3 = Color3.fromRGB(4, 255, 0)
  786. AutoFPet.TextSize = 22.000
  787.  
  788. NoClipTxt.Name = "NoClipTxt"
  789. NoClipTxt.Parent = game.StarterGui.ScreenGui.CheatAttivi
  790. NoClipTxt.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  791. NoClipTxt.BackgroundTransparency = 0.650
  792. NoClipTxt.Position = UDim2.new(0, 0, 0.0527607426, 0)
  793. NoClipTxt.Size = UDim2.new(0, 256, 0, 43)
  794. NoClipTxt.Visible = false
  795. NoClipTxt.Font = Enum.Font.SourceSans
  796. NoClipTxt.Text = "No Clip (E to active)"
  797. NoClipTxt.TextColor3 = Color3.fromRGB(4, 255, 0)
  798. NoClipTxt.TextSize = 22.000
  799.  
  800. ResetTxt.Name = "ResetTxt"
  801. ResetTxt.Parent = game.StarterGui.ScreenGui.CheatAttivi
  802. ResetTxt.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  803. ResetTxt.BackgroundTransparency = 0.650
  804. ResetTxt.Position = UDim2.new(0, 0, 0.105521485, 0)
  805. ResetTxt.Size = UDim2.new(0, 256, 0, 43)
  806. ResetTxt.Visible = false
  807. ResetTxt.Font = Enum.Font.SourceSans
  808. ResetTxt.Text = "Enable Reset Character"
  809. ResetTxt.TextColor3 = Color3.fromRGB(4, 255, 0)
  810. ResetTxt.TextSize = 22.000
  811.  
  812. SpeedTxt.Name = "SpeedTxt"
  813. SpeedTxt.Parent = game.StarterGui.ScreenGui.CheatAttivi
  814. SpeedTxt.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  815. SpeedTxt.BackgroundTransparency = 0.650
  816. SpeedTxt.Position = UDim2.new(0, 0, 0.158282205, 0)
  817. SpeedTxt.Size = UDim2.new(0, 256, 0, 43)
  818. SpeedTxt.Visible = false
  819. SpeedTxt.Font = Enum.Font.SourceSans
  820. SpeedTxt.Text = "Speed: 0"
  821. SpeedTxt.TextColor3 = Color3.fromRGB(4, 255, 0)
  822. SpeedTxt.TextSize = 22.000
  823.  
  824. JumpTxt.Name = "JumpTxt"
  825. JumpTxt.Parent = game.StarterGui.ScreenGui.CheatAttivi
  826. JumpTxt.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  827. JumpTxt.BackgroundTransparency = 0.650
  828. JumpTxt.Position = UDim2.new(0, 0, 0.21104297, 0)
  829. JumpTxt.Size = UDim2.new(0, 256, 0, 43)
  830. JumpTxt.Visible = false
  831. JumpTxt.Font = Enum.Font.SourceSans
  832. JumpTxt.Text = "Jump: 0"
  833. JumpTxt.TextColor3 = Color3.fromRGB(4, 255, 0)
  834. JumpTxt.TextSize = 22.000
  835.  
  836.  
  837.  
  838. while wait(0.1)do
  839. TextLabel.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  840. TextButton.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  841. Border.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  842. infoBtn.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  843.  
  844. counter = counter + 0.01
  845. end
  846.  
  847.  
Add Comment
Please, Sign In to add comment