nootisarseeres

HEXA GAME SCRIPT PASTEBIN

Nov 1st, 2021
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.67 KB | None | 0 0
  1. for i,a in pairs(game:GetDescendants()) do
  2. if a.Name == "SquidGameGui" then
  3. a:Destroy()
  4. end
  5. end
  6.  
  7. local SquidGameGui = Instance.new("ScreenGui")
  8. local Frame = Instance.new("Frame")
  9. local SquidGameLogo = Instance.new("ImageLabel")
  10. local ScrollingFrame = Instance.new("ScrollingFrame")
  11. local InstantTpRedGreenLight = Instance.new("TextButton")
  12. local TpWinShape = Instance.new("TextButton")
  13. local PullRope = Instance.new("TextButton")
  14. local ToggeablePunish = Instance.new("TextButton")
  15. local FakeGlassNamer = Instance.new("TextButton")
  16. local PunchReach = Instance.new("TextButton")
  17. local FixJPWS = Instance.new("TextButton")
  18. local Platform = Instance.new("TextButton")
  19. local active = true
  20. local on = true
  21.  
  22. SquidGameGui.Name = "SquidGameGui"
  23. SquidGameGui.Parent = game:WaitForChild("CoreGui")
  24. SquidGameGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25. SquidGameGui.ResetOnSpawn = false
  26.  
  27. Frame.Parent = SquidGameGui
  28. Frame.Active = true
  29. Frame.BackgroundColor3 = Color3.fromRGB(64, 64, 64)
  30. Frame.BorderColor3 = Color3.fromRGB(64, 64, 64)
  31. Frame.Position = UDim2.new(0.755256534, 0, 0.410684466, 0)
  32. Frame.Size = UDim2.new(0, 194, 0, 61)
  33. Frame.Draggable = true
  34.  
  35. SquidGameLogo.Name = "SquidGameLogo"
  36. SquidGameLogo.Parent = Frame
  37. SquidGameLogo.Active = true
  38. SquidGameLogo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  39. SquidGameLogo.BorderColor3 = Color3.fromRGB(64, 64, 64)
  40. SquidGameLogo.Position = UDim2.new(0.0635346472, 0, 0.0788446516, 0)
  41. SquidGameLogo.Size = UDim2.new(0, 169, 0, 51)
  42. SquidGameLogo.Image = "http://www.roblox.com/asset/?id=7572531023"
  43.  
  44. ScrollingFrame.Parent = Frame
  45. ScrollingFrame.Active = true
  46. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(64, 64, 64)
  47. ScrollingFrame.BackgroundTransparency = 0.500
  48. ScrollingFrame.BorderColor3 = Color3.fromRGB(64, 64, 64)
  49. ScrollingFrame.Position = UDim2.new(0, 0, 1, 0)
  50. ScrollingFrame.Size = UDim2.new(0, 194, 0, 167)
  51. ScrollingFrame.CanvasPosition = Vector2.new(0, 150)
  52. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  53.  
  54. InstantTpRedGreenLight.Name = "Instant Tp Red & Green Light"
  55. InstantTpRedGreenLight.Parent = ScrollingFrame
  56. InstantTpRedGreenLight.BackgroundColor3 = Color3.fromRGB(64, 64, 64)
  57. InstantTpRedGreenLight.BorderColor3 = Color3.fromRGB(64, 64, 64)
  58. InstantTpRedGreenLight.Position = UDim2.new(0.0618556701, 0, 0, 0)
  59. InstantTpRedGreenLight.Size = UDim2.new(0, 169, 0, 32)
  60. InstantTpRedGreenLight.Font = Enum.Font.SourceSans
  61. InstantTpRedGreenLight.Text = "Red & Green Light TP"
  62. InstantTpRedGreenLight.TextColor3 = Color3.fromRGB(255, 255, 255)
  63. InstantTpRedGreenLight.TextSize = 18.000
  64. InstantTpRedGreenLight.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  65. InstantTpRedGreenLight.TextWrapped = true
  66.  
  67. TpWinShape.Name = "TpWinShape"
  68. TpWinShape.Parent = ScrollingFrame
  69. TpWinShape.BackgroundColor3 = Color3.fromRGB(64, 64, 64)
  70. TpWinShape.BorderColor3 = Color3.fromRGB(64, 64, 64)
  71. TpWinShape.Position = UDim2.new(0.0618556701, 0, 0.0688524395, 0)
  72. TpWinShape.Size = UDim2.new(0, 169, 0, 32)
  73. TpWinShape.Font = Enum.Font.SourceSans
  74. TpWinShape.Text = "Shape Line Instant Win"
  75. TpWinShape.TextColor3 = Color3.fromRGB(255, 255, 255)
  76. TpWinShape.TextSize = 18.000
  77. TpWinShape.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  78.  
  79. PullRope.Name = "PullRope"
  80. PullRope.Parent = ScrollingFrame
  81. PullRope.BackgroundColor3 = Color3.fromRGB(64, 64, 64)
  82. PullRope.BorderColor3 = Color3.fromRGB(64, 64, 64)
  83. PullRope.Position = UDim2.new(0.0618556701, 0, 0.137704879, 0)
  84. PullRope.Size = UDim2.new(0, 169, 0, 32)
  85. PullRope.Font = Enum.Font.SourceSans
  86. PullRope.Text = "Toggle Rope Pull"
  87. PullRope.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. PullRope.TextSize = 18.000
  89. PullRope.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  90.  
  91. ToggeablePunish.Name = "Toggeable Punish"
  92. ToggeablePunish.Parent = ScrollingFrame
  93. ToggeablePunish.BackgroundColor3 = Color3.fromRGB(64, 64, 64)
  94. ToggeablePunish.BorderColor3 = Color3.fromRGB(64, 64, 64)
  95. ToggeablePunish.Position = UDim2.new(0.0618556701, 0, 0.208196685, 0)
  96. ToggeablePunish.Size = UDim2.new(0, 169, 0, 32)
  97. ToggeablePunish.Font = Enum.Font.SourceSans
  98. ToggeablePunish.Text = "Toggeable Punish"
  99. ToggeablePunish.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. ToggeablePunish.TextSize = 18.000
  101. ToggeablePunish.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  102.  
  103. FakeGlassNamer.Name = "Fake Glass Namer"
  104. FakeGlassNamer.Parent = ScrollingFrame
  105. FakeGlassNamer.BackgroundColor3 = Color3.fromRGB(64, 64, 64)
  106. FakeGlassNamer.BorderColor3 = Color3.fromRGB(64, 64, 64)
  107. FakeGlassNamer.Position = UDim2.new(0.0618556701, 0, 0.275409788, 0)
  108. FakeGlassNamer.Size = UDim2.new(0, 169, 0, 32)
  109. FakeGlassNamer.Font = Enum.Font.SourceSans
  110. FakeGlassNamer.Text = "Fake Glass Namer"
  111. FakeGlassNamer.TextColor3 = Color3.fromRGB(255, 255, 255)
  112. FakeGlassNamer.TextSize = 18.000
  113. FakeGlassNamer.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  114.  
  115. PunchReach.Name = "PunchReach"
  116. PunchReach.Parent = ScrollingFrame
  117. PunchReach.BackgroundColor3 = Color3.fromRGB(64, 64, 64)
  118. PunchReach.BorderColor3 = Color3.fromRGB(64, 64, 64)
  119. PunchReach.Position = UDim2.new(0.0618556701, 0, 0.480327815, 0)
  120. PunchReach.Size = UDim2.new(0, 169, 0, 32)
  121. PunchReach.Font = Enum.Font.SourceSans
  122. PunchReach.Text = "Infinite Punch Reach"
  123. PunchReach.TextColor3 = Color3.fromRGB(255, 255, 255)
  124. PunchReach.TextSize = 18.000
  125. PunchReach.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  126.  
  127. FixJPWS.Name = "FixJP&WS"
  128. FixJPWS.Parent = ScrollingFrame
  129. FixJPWS.BackgroundColor3 = Color3.fromRGB(64, 64, 64)
  130. FixJPWS.BorderColor3 = Color3.fromRGB(64, 64, 64)
  131. FixJPWS.Position = UDim2.new(0.0618556701, 0, 0.413114697, 0)
  132. FixJPWS.Size = UDim2.new(0, 169, 0, 32)
  133. FixJPWS.Font = Enum.Font.SourceSans
  134. FixJPWS.Text = "Fix Jump & Speed"
  135. FixJPWS.TextColor3 = Color3.fromRGB(255, 255, 255)
  136. FixJPWS.TextSize = 18.000
  137. FixJPWS.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  138.  
  139. Platform.Name = "Platform"
  140. Platform.Parent = ScrollingFrame
  141. Platform.BackgroundColor3 = Color3.fromRGB(64, 64, 64)
  142. Platform.BorderColor3 = Color3.fromRGB(64, 64, 64)
  143. Platform.Position = UDim2.new(0.0618556701, 0, 0.344262242, 0)
  144. Platform.Size = UDim2.new(0, 169, 0, 32)
  145. Platform.Font = Enum.Font.SourceSans
  146. Platform.Text = "Platform Trolling"
  147. Platform.TextColor3 = Color3.fromRGB(255, 255, 255)
  148. Platform.TextSize = 18.000
  149. Platform.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  150.  
  151. InstantTpRedGreenLight.MouseButton1Down:connect(function()
  152. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-576.481506, 20.1353817, 304.144165, -0.707134247, 0, -0.707079291, 0, 1, 0, 0.707079291, 0, -0.707134247)
  153. end)
  154.  
  155. TpWinShape.MouseButton1Down:connect(function()
  156. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  157. if v.Name == "Star" or v.Name == "Circle" or v.Name == "Square" or v.Name == "Triangle" or v.Name == "Umbrella" then
  158. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.Part.CFrame
  159. end
  160. end
  161. end)
  162.  
  163. PullRope.MouseButton1Click:Connect(function()
  164. if not on then on = true
  165. _G.ON = true
  166. while _G.ON and wait(0.1) do
  167. game:GetService("ReplicatedStorage").RE.Pull:FireServer()
  168. end
  169. else on = false
  170. _G.ON = false
  171. while _G.ON and wait(0.1) do
  172. game:GetService("ReplicatedStorage").RE.Pull:FireServer()
  173. end
  174. end
  175. end)
  176.  
  177. ToggeablePunish.MouseButton1Click:Connect(function()
  178. if not active then active = true
  179. game.Players.LocalPlayer.Character.Parent = nil
  180. else active = false
  181. game.Players.LocalPlayer.Character.Parent = workspace
  182. end
  183. end)
  184.  
  185. FakeGlassNamer.MouseButton1Down:connect(function()
  186.  
  187. for i,v in pairs(game:GetService("Workspace").Glass:GetDescendants()) do
  188. if v.ClassName == "TouchTransmitter" then
  189. local BillboardGui = Instance.new("BillboardGui")
  190. local TextLabel = Instance.new("TextLabel")
  191.  
  192. BillboardGui.Parent = v.Parent
  193. BillboardGui.AlwaysOnTop = true
  194. BillboardGui.LightInfluence = 1
  195. BillboardGui.Size = UDim2.new(0, 50, 0, 50)
  196. BillboardGui.StudsOffset = Vector3.new(0, 2, 0)
  197.  
  198. TextLabel.Parent = BillboardGui
  199. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  200. TextLabel.BackgroundTransparency = 1
  201. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  202. TextLabel.Text = "FakeGlass"
  203. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  204. TextLabel.TextScaled = true
  205. end
  206. end
  207. end)
  208.  
  209. PunchReach.MouseButton1Down:connect(function()
  210.  
  211. -- Credits: https://v3rmillion.net/member.php?action=profile&uid=1594530
  212.  
  213. while wait() do
  214. pcall(function()
  215. for i, v in next, game.Players:GetChildren() do
  216. if v.Character and v.Character:FindFirstChild"HumanoidRootPart" and v ~= game.Players.LocalPlayer then
  217. local punch = game.Players.LocalPlayer.Character.Punch
  218. firetouchinterest(punch.Handle, v.Character.HumanoidRootPart, 0)
  219. firetouchinterest(punch.Handle, v.Character.HumanoidRootPart, 1)
  220. end
  221. end
  222. end)
  223. end
  224. end)
  225.  
  226. FixJPWS.MouseButton1Down:connect(function()
  227.  
  228. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50
  229. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16
  230. end)
  231.  
  232. Platform.MouseButton1Down:connect(function()
  233.  
  234. local part = Instance.new("Part")
  235. part.Parent = game.Workspace.Glass["1"].RealGlass;
  236. part.CFrame = CFrame.new(-540.05, -150.2, -367.15);
  237. part.Size = Vector3.new(100, 0.2, 225);
  238. part.Transparency = 0.3;
  239. part.Anchored = true;
  240. part.CanCollide = true;
  241. part.Material = "ForceField";
  242. end)
Add Comment
Please, Sign In to add comment