Advertisement
nabigha

Cheat

Nov 29th, 2021 (edited)
856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.74 KB | None | 0 0
  1. -- Made By Nabigha
  2.  
  3. local Hack10 = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local Delete = Instance.new("TextButton")
  6. local TextLabel = Instance.new("TextLabel")
  7. local PSX = Instance.new("TextButton")
  8. local Dex = Instance.new("TextButton")
  9. local PSX2 = Instance.new("TextButton")
  10. local openmain = Instance.new("Frame")
  11. local OC = Instance.new("TextButton")
  12.  
  13. -- Beta 1.0 (If you have this, Congrats!)
  14.  
  15. Hack10.Name = "Hack1.0"
  16. Hack10.Parent = game.CoreGui
  17. Hack10.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. main.Name = "main"
  20. main.Parent = Hack10
  21. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  22. main.Position = UDim2.new(0.22195892, 0, 0.176961601, 0)
  23. main.Size = UDim2.new(0, 704, 0, 387)
  24. main.Visible = false
  25. main.Active = true
  26. main.Draggable = true
  27.  
  28. Delete.Name = "Delete"
  29. Delete.Parent = main
  30. Delete.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  31. Delete.Position = UDim2.new(0.0170454551, 0, 0.843765438, 0)
  32. Delete.Size = UDim2.new(0, 200, 0, 50)
  33. Delete.Font = Enum.Font.GothamBlack
  34. Delete.Text = "Kill Gui"
  35. Delete.TextColor3 = Color3.fromRGB(255, 255, 255)
  36. Delete.TextScaled = true
  37. Delete.TextSize = 14.000
  38. Delete.TextWrapped = true
  39. Delete.MouseButton1Down:connect(function()
  40.     Hack10:Destroy()
  41. end)
  42.  
  43. TextLabel.Parent = main
  44. TextLabel.BackgroundColor3 = Color3.fromRGB(176, 176, 176)
  45. TextLabel.Size = UDim2.new(0, 704, 0, 72)
  46. TextLabel.Font = Enum.Font.GothamBlack
  47. TextLabel.Text = "Roblox Cheat List"
  48. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  49. TextLabel.TextScaled = true
  50. TextLabel.TextSize = 14.000
  51. TextLabel.TextWrapped = true
  52.  
  53. PSX.Name = "PSX"
  54. PSX.Parent = main
  55. PSX.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  56. PSX.Position = UDim2.new(0.0170454551, 0, 0.248062015, 0)
  57. PSX.Size = UDim2.new(0, 322, 0, 73)
  58. PSX.Font = Enum.Font.GothamBlack
  59. PSX.Text = "Pet Simulator X"
  60. PSX.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. PSX.TextScaled = true
  62. PSX.TextSize = 14.000
  63. PSX.TextWrapped = true
  64. PSX.MouseButton1Down:connect(function()
  65.     loadstring(game:HttpGet('https://pastebin.com/raw/fttSzNs8'))()
  66. end)
  67.  
  68. Dex.Name = "Dex"
  69. Dex.Parent = main
  70. Dex.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. Dex.Position = UDim2.new(0.509943128, 0, 0.248062015, 0)
  72. Dex.Size = UDim2.new(0, 334, 0, 184)
  73. Dex.Font = Enum.Font.GothamBold
  74. Dex.Text = "Dex"
  75. Dex.TextColor3 = Color3.fromRGB(0, 0, 0)
  76. Dex.TextScaled = true
  77. Dex.TextSize = 14.000
  78. Dex.TextWrapped = true
  79. Dex.MouseButton1Down:connect(function()
  80.     loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Dex Explorer V2.txt"))()
  81. end)
  82.  
  83. PSX2.Name = "PSX2"
  84. PSX2.Parent = main
  85. PSX2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  86. PSX2.Position = UDim2.new(0.015625, 0, 0.529715776, 0)
  87. PSX2.Size = UDim2.new(0, 322, 0, 73)
  88. PSX2.Font = Enum.Font.GothamBlack
  89. PSX2.Text = "Pet Simulator X"
  90. PSX2.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. PSX2.TextScaled = true
  92. PSX2.TextSize = 14.000
  93. PSX2.TextWrapped = true
  94. PSX2.MouseButton1Down:connect(function()
  95.     loadstring(game:HttpGet("https://raw.githubusercontent.com/4lve/Roblox/main/PetSimX.lua"))()
  96. end)
  97.  
  98. openmain.Name = "openmain"
  99. openmain.Parent = Hack10
  100. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  101. openmain.BackgroundTransparency = 1.000
  102. openmain.Position = UDim2.new(0, 0, 0.395659447, 0)
  103. openmain.Size = UDim2.new(0, 211, 0, 100)
  104. openmain.Active = true
  105. openmain.Draggable = true
  106.  
  107. OC.Name = "OC"
  108. OC.Parent = openmain
  109. OC.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  110. OC.Position = UDim2.new(0.0236966833, 0, 0.25, 0)
  111. OC.Size = UDim2.new(0, 200, 0, 50)
  112. OC.Font = Enum.Font.GothamBlack
  113. OC.Text = "Open / Close"
  114. OC.TextColor3 = Color3.fromRGB(0, 0, 0)
  115. OC.TextScaled = true
  116. OC.TextSize = 14.000
  117. OC.TextWrapped = true
  118. OC.MouseButton1Down:connect(function()
  119.     main.Visible = not main.Visible
  120. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement