imtoofat3322

Untitled

Apr 2nd, 2018
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.67 KB | None | 0 0
  1. -- Made by Creamiies
  2. -- v1.1 (UPDATES COMING SOON)
  3.  
  4. local GUI = Instance.new("ScreenGui")
  5. local Menu = Instance.new("Frame")
  6. local Teleport1 = Instance.new("TextButton")
  7. local Teleport2 = Instance.new("TextButton")
  8. local Teleport3 = Instance.new("TextButton")
  9. local Teleport4 = Instance.new("TextButton")
  10. local TeleportSalvation = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local NoClip = Instance.new("TextButton")
  13. local InfAmmo = Instance.new("TextButton")
  14. local Spam = Instance.new("TextButton")
  15. local Exit = Instance.new("TextButton")
  16. local Min = Instance.new("TextButton")
  17.  
  18.  
  19. GUI.Name = "GUI"
  20. GUI.Parent = game.CoreGui
  21.  
  22. Menu.Name = "Menu"
  23. Menu.Parent = GUI
  24. Menu.Active = true
  25. Menu.BackgroundColor3 = Color3.new(0, 0, 0)
  26. Menu.BorderSizePixel = 0
  27. Menu.BackgroundTransparency = 0.5
  28. Menu.Draggable = true
  29. Menu.Position = UDim2.new(0, 1202, 0, 453)
  30. Menu.Selectable = true
  31. Menu.Size = UDim2.new(0, 362, 0, 363)
  32.  
  33. Exit.Name = "Exit"
  34. Exit.Parent = Menu
  35. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  36. Exit.BorderSizePixel = 0
  37. Exit.Position = UDim2.new(0.02, 0, 0.02, 0)
  38. Exit.Size = UDim2.new(0, 20, 0, 20)
  39. Exit.Font = Enum.Font.Highway
  40. Exit.FontSize = Enum.FontSize.Size24
  41. Exit.Text = "x"
  42. Exit.TextColor3 = Color3.new(0, 0, 0)
  43. Exit.TextSize = 15
  44.  
  45. Min.Name = "Minimize"
  46. Min.Parent = Menu
  47. Min.BackgroundColor3 = Color3.new(1, 1, 1)
  48. Min.BorderSizePixel = 0
  49. Min.Position = UDim2.new(0.09, 0, 0.02, 0)
  50. Min.Size = UDim2.new(0, 20, 0, 20)
  51. Min.Font = Enum.Font.Highway
  52. Min.FontSize = Enum.FontSize.Size24
  53. Min.Text = "-"
  54. Min.TextColor3 = Color3.new(0, 0, 0)
  55. Min.TextSize = 15
  56.  
  57. Spam.Name = "Spam"
  58. Spam.Parent = Menu
  59. Spam.BackgroundColor3 = Color3.new(1, 1, 1)
  60. Spam.BorderSizePixel = 0
  61. Spam.Position = UDim2.new(0, 16, 0, 60)
  62. Spam.Size = UDim2.new(0, 90, 0, 28)
  63. Spam.Font = Enum.Font.Highway
  64. Spam.FontSize = Enum.FontSize.Size24
  65. Spam.Text = "Spam Chat"
  66. Spam.TextColor3 = Color3.new(0, 0, 0)
  67. Spam.TextSize = 20
  68.  
  69. Teleport1.Name = "TP1"
  70. Teleport1.Parent = Menu
  71. Teleport1.BackgroundColor3 = Color3.new(1, 1, 1)
  72. Teleport1.BorderSizePixel = 0
  73. Teleport1.Position = UDim2.new(0, 116, 0, 15)
  74. Teleport1.Size = UDim2.new(0, 130, 0, 28)
  75. Teleport1.Font = Enum.Font.Highway
  76. Teleport1.FontSize = Enum.FontSize.Size24
  77. Teleport1.Text = "Park"
  78. Teleport1.TextColor3 = Color3.new(0, 0, 0)
  79. Teleport1.TextSize = 20
  80.  
  81. Teleport2.Name = "TP2"
  82. Teleport2.Parent = Menu
  83. Teleport2.BackgroundColor3 = Color3.new(1, 1, 1)
  84. Teleport2.BorderSizePixel = 0
  85. Teleport2.Position = UDim2.new(0, 116, 0, 60)
  86. Teleport2.Size = UDim2.new(0, 130, 0, 28)
  87. Teleport2.Font = Enum.Font.Highway
  88. Teleport2.FontSize = Enum.FontSize.Size24
  89. Teleport2.Text = "Sniping Spot"
  90. Teleport2.TextColor3 = Color3.new(0, 0, 0)
  91. Teleport2.TextSize = 20
  92.  
  93. Teleport3.Name = "TP3"
  94. Teleport3.Parent = Menu
  95. Teleport3.BackgroundColor3 = Color3.new(1, 1, 1)
  96. Teleport3.BorderSizePixel = 0
  97. Teleport3.Position = UDim2.new(0, 116, 0, 105)
  98. Teleport3.Size = UDim2.new(0, 130, 0, 28)
  99. Teleport3.Font = Enum.Font.Highway
  100. Teleport3.FontSize = Enum.FontSize.Size24
  101. Teleport3.Text = "Sniper Tower"
  102. Teleport3.TextColor3 = Color3.new(0, 0, 0)
  103. Teleport3.TextSize = 20
  104.  
  105. Teleport4.Name = "TP4"
  106. Teleport4.Parent = Menu
  107. Teleport4.BackgroundColor3 = Color3.new(1, 1, 1)
  108. Teleport4.BorderSizePixel = 0
  109. Teleport4.Position = UDim2.new(0, 116, 0, 150)
  110. Teleport4.Size = UDim2.new(0, 130, 0, 28)
  111. Teleport4.Font = Enum.Font.Highway
  112. Teleport4.FontSize = Enum.FontSize.Size24
  113. Teleport4.Text = "Hospital"
  114. Teleport4.TextColor3 = Color3.new(0, 0, 0)
  115. Teleport4.TextSize = 20
  116.  
  117. TeleportSalvation.Name = "TPHome"
  118. TeleportSalvation.Parent = Menu
  119. TeleportSalvation.BackgroundColor3 = Color3.new(1, 1, 1)
  120. TeleportSalvation.BorderSizePixel = 0
  121. TeleportSalvation.Position = UDim2.new(0, 116, 0, 195)
  122. TeleportSalvation.Size = UDim2.new(0, 130, 0, 28)
  123. TeleportSalvation.Font = Enum.Font.Highway
  124. TeleportSalvation.FontSize = Enum.FontSize.Size24
  125. TeleportSalvation.Text = "Salvation"
  126. TeleportSalvation.TextColor3 = Color3.new(0, 0, 0)
  127. TeleportSalvation.TextSize = 20
  128.  
  129. TextLabel.Parent = Menu
  130. TextLabel.Active = true
  131. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  132. TextLabel.BackgroundTransparency = 1
  133. TextLabel.Position = UDim2.new(0, 116, 0, 332)
  134. TextLabel.Size = UDim2.new(0, 100, 0, 23)
  135. TextLabel.Font = Enum.Font.Highway
  136. TextLabel.FontSize = Enum.FontSize.Size24
  137. TextLabel.Text = "Alone Gui by Creamiies"
  138. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  139. TextLabel.TextSize = 20
  140.  
  141. NoClip.Name = "NoClip"
  142. NoClip.Parent = Menu
  143. NoClip.BackgroundColor3 = Color3.new(1, 1, 1)
  144. NoClip.BorderSizePixel = 0
  145. NoClip.Position = UDim2.new(0, 116, 0, 242)
  146. NoClip.Size = UDim2.new(0, 130, 0, 28)
  147. NoClip.Font = Enum.Font.Highway
  148. NoClip.FontSize = Enum.FontSize.Size24
  149. NoClip.Text = "Enable Noclip"
  150. NoClip.TextColor3 = Color3.new(0, 0, 0)
  151. NoClip.TextSize = 20
  152.  
  153. InfAmmo.Name = "InfAmmo"
  154. InfAmmo.Parent = Menu
  155. InfAmmo.BackgroundColor3 = Color3.new(1, 1, 1)
  156. InfAmmo.BorderSizePixel = 0
  157. InfAmmo.Position = UDim2.new(0, 116, 0, 290)
  158. InfAmmo.Size = UDim2.new(0, 130, 0, 28)
  159. InfAmmo.Font = Enum.Font.Highway
  160. InfAmmo.FontSize = Enum.FontSize.Size24
  161. InfAmmo.Text = "Infinite Ammo"
  162. InfAmmo.TextColor3 = Color3.new(0, 0, 0)
  163. InfAmmo.TextSize = 20
  164.  
  165. -- Exit and Minimize Buttons
  166.  
  167. Exit.MouseButton1Click:connect(function()
  168. Menu:Destroy()
  169. end)
  170.  
  171. Minim = false
  172.  
  173. Min.MouseButton1Click:connect(function()
  174. if Minim == false then
  175. Minim = true
  176. Min.Text = "+"
  177. Menu.Size = UDim2.new(0, 75, 0, 30)
  178. Teleport1.Visible = false
  179. Teleport2.Visible = false
  180. Teleport3.Visible = false
  181. Teleport4.Visible = false
  182. TeleportSalvation.Visible = false
  183. Spam.Visible = false
  184. TextLabel.Visible = false
  185. NoClip.Visible = false
  186. Exit.Visible = false
  187. InfAmmo.Visible = false
  188. elseif Minim == true then
  189. Minim = false
  190. Min.Text = "-"
  191. Menu.Size = UDim2.new(0, 362, 0, 363)
  192. Teleport1.Visible = true
  193. Teleport2.Visible = true
  194. Spam.Visible = true
  195. Teleport3.Visible = true
  196. Teleport4.Visible = true
  197. TeleportSalvation.Visible = true
  198. TextLabel.Visible = true
  199. NoClip.Visible = true
  200. Exit.Visible = true
  201. InfAmmo.Visible = true
  202. end
  203. end)
  204.  
  205. -- Spam Chat (does it 100 times)
  206. Spam.MouseButton1Click:connect(function()
  207. for y=1,100 do
  208. wait(.2)
  209. game.ReplicatedStorage.Remotes.Chat:FireServer({["Message"] = "Creamiies is a beast.", ["Player"] = game.Players.Creamiies,["Character"] = game.Workspace.Characters.Creamiies})
  210. end
  211. end)
  212.  
  213. -- Teleport Buttons
  214.  
  215. Teleport1.MouseButton1Click:connect(function()
  216. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-700, 10, -30) + Vector3.new(1,0,0)
  217. end)
  218.  
  219. Teleport2.MouseButton1Click:connect(function()
  220. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-210, 65, -10) + Vector3.new(1,0,0)
  221. end)
  222.  
  223. Teleport3.MouseButton1Click:connect(function()
  224. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(360, 62, 85) + Vector3.new(1,0,0)
  225. end)
  226.  
  227. Teleport4.MouseButton1Click:connect(function()
  228. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1130, 14, 10) + Vector3.new(1,0,0)
  229. end)
  230.  
  231. TeleportSalvation.MouseButton1Click:connect(function()
  232. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5, 10, 30) + Vector3.new(1,0,0)
  233. end)
  234.  
  235. -- Misc. Buttons
  236.  
  237. noclip = false
  238. game:GetService('RunService').Stepped:connect(function()
  239. if noclip then
  240. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  241. end
  242. end)
  243.  
  244. NoClip.MouseButton1Click:connect(function()
  245. noclip = not noclip
  246. if Button.Text == "Enable Noclip" then
  247. Button.Text = "Disable Noclip"
  248. else
  249. Button.Text = "Enable Noclip"
  250. end
  251. end)
  252.  
  253. InfAmmo.MouseButton1Click:connect(function()
  254. while true do
  255. game["Run Service"].RenderStepped:wait()
  256. wait(0.45)
  257. game.ReplicatedStorage.Remotes.Inventory:FireServer("Reload")
  258. end
  259. end)
Add Comment
Please, Sign In to add comment