Advertisement
xennyYT

Alone GUI

Nov 19th, 2019
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.31 KB | None | 0 0
  1. --Made by someone idk just vouch i didnt make it tho lolololololool
  2. local ALONE_GUI = Instance.new("ScreenGui")
  3. local MainFrame = Instance.new("Frame")
  4. local Bar = Instance.new("Frame")
  5. local Exit = Instance.new("TextLabel")
  6. local Title = Instance.new("TextLabel")
  7. local PawnShop = Instance.new("TextButton")
  8. local Teleports = Instance.new("TextLabel")
  9. local Factory = Instance.new("TextButton")
  10. local GunShop = Instance.new("TextButton")
  11. local TactVestFarm = Instance.new("TextButton")
  12. local SpawnTP = Instance.new("TextButton")
  13. local Credits = Instance.new("TextLabel")
  14. local Credits_Frame = Instance.new("Frame")
  15. local TextLabel = Instance.new("TextLabel")
  16. local TextLabel_2 = Instance.new("TextLabel")
  17. local TextLabel_3 = Instance.new("TextLabel")
  18. local RandomTP = Instance.new("TextButton")
  19. local Misc = Instance.new("TextLabel")
  20. local InfAmmo = Instance.new("TextButton")
  21. local Information = Instance.new("TextLabel")
  22. local Information_2 = Instance.new("TextLabel")
  23. local ChatSpam = Instance.new("TextButton")
  24. local Information_3 = Instance.new("TextLabel")
  25. local OpenClose = Instance.new("TextButton")
  26.  
  27. -- Properties
  28.  
  29. ALONE_GUI.Name = "ALONE_GUI"
  30. ALONE_GUI.Parent = game.CoreGui
  31.  
  32. MainFrame.Name = "MainFrame"
  33. MainFrame.Parent = ALONE_GUI
  34. MainFrame.Draggable = true
  35. MainFrame.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  36. MainFrame.BorderColor3 = Color3.new(1, 1, 1)
  37. MainFrame.BorderSizePixel = 0
  38. MainFrame.Position = UDim2.new(0.210387349, 0, 0.313479602, 0)
  39. MainFrame.Size = UDim2.new(0, 308, 0, 355)
  40.  
  41. Bar.Name = "Bar"
  42. Bar.Parent = MainFrame
  43. Bar.BackgroundColor3 = Color3.new(0, 0.45098, 0.678431)
  44. Bar.BorderColor3 = Color3.new(1, 1, 1)
  45. Bar.BorderSizePixel = 0
  46. Bar.Position = UDim2.new(0, 0, -0.0732394382, 0)
  47. Bar.Size = UDim2.new(0, 308, 0, 26)
  48.  
  49. Exit.Name = "Exit"
  50. Exit.Parent = Bar
  51. Exit.BackgroundColor3 = Color3.new(0, 0.415686, 0.623529)
  52. Exit.BorderSizePixel = 0
  53. Exit.Position = UDim2.new(0.909090936, 0, 0, 0)
  54. Exit.Size = UDim2.new(0, 28, 0, 25)
  55. Exit.Font = Enum.Font.Highway
  56. Exit.Text = "X"
  57. Exit.TextScaled = true
  58. Exit.TextSize = 14
  59. Exit.TextWrapped = true
  60.  
  61. Title.Name = "Title"
  62. Title.Parent = Bar
  63. Title.BackgroundColor3 = Color3.new(0, 0.415686, 0.623529)
  64. Title.BorderSizePixel = 0
  65. Title.Size = UDim2.new(0, 150, 0, 25)
  66. Title.Font = Enum.Font.Highway
  67. Title.Text = "ALONE GUI"
  68. Title.TextColor3 = Color3.new(1, 1, 1)
  69. Title.TextScaled = true
  70. Title.TextSize = 14
  71. Title.TextWrapped = true
  72.  
  73. PawnShop.Name = "PawnShop"
  74. PawnShop.Parent = MainFrame
  75. PawnShop.BackgroundColor3 = Color3.new(1, 1, 1)
  76. PawnShop.Position = UDim2.new(0.019480519, 0, 0.104225352, 0)
  77. PawnShop.Size = UDim2.new(0, 121, 0, 30)
  78. PawnShop.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  79. PawnShop.Font = Enum.Font.Highway
  80. PawnShop.Text = "Pawn Shop"
  81. PawnShop.TextSize = 20
  82. PawnShop.TextWrapped = true
  83.  
  84. Teleports.Name = "Teleports"
  85. Teleports.Parent = MainFrame
  86. Teleports.BackgroundColor3 = Color3.new(0, 0.435294, 0.654902)
  87. Teleports.BorderSizePixel = 0
  88. Teleports.Position = UDim2.new(0.019480519, 0, 0.0197183099, 0)
  89. Teleports.Size = UDim2.new(0, 121, 0, 23)
  90. Teleports.Font = Enum.Font.Highway
  91. Teleports.Text = "TELEPORTS"
  92. Teleports.TextColor3 = Color3.new(1, 1, 1)
  93. Teleports.TextSize = 20
  94. Teleports.TextWrapped = true
  95.  
  96. Factory.Name = "Factory"
  97. Factory.Parent = MainFrame
  98. Factory.BackgroundColor3 = Color3.new(1, 1, 1)
  99. Factory.Position = UDim2.new(0.019480519, 0, 0.188732386, 0)
  100. Factory.Size = UDim2.new(0, 121, 0, 30)
  101. Factory.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  102. Factory.Font = Enum.Font.Highway
  103. Factory.Text = "Factory"
  104. Factory.TextSize = 20
  105. Factory.TextWrapped = true
  106.  
  107. GunShop.Name = "GunShop"
  108. GunShop.Parent = MainFrame
  109. GunShop.BackgroundColor3 = Color3.new(1, 1, 1)
  110. GunShop.Position = UDim2.new(0.019480519, 0, 0.273239434, 0)
  111. GunShop.Size = UDim2.new(0, 121, 0, 30)
  112. GunShop.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  113. GunShop.Font = Enum.Font.Highway
  114. GunShop.Text = "Gun Shop"
  115. GunShop.TextSize = 20
  116. GunShop.TextWrapped = true
  117.  
  118. TactVestFarm.Name = "TactVestFarm"
  119. TactVestFarm.Parent = MainFrame
  120. TactVestFarm.BackgroundColor3 = Color3.new(1, 1, 1)
  121. TactVestFarm.Position = UDim2.new(0.019480519, 0, 0.357746482, 0)
  122. TactVestFarm.Size = UDim2.new(0, 121, 0, 30)
  123. TactVestFarm.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  124. TactVestFarm.Font = Enum.Font.Highway
  125. TactVestFarm.Text = "Tact Vest"
  126. TactVestFarm.TextSize = 20
  127. TactVestFarm.TextWrapped = true
  128.  
  129. SpawnTP.Name = "SpawnTP"
  130. SpawnTP.Parent = MainFrame
  131. SpawnTP.BackgroundColor3 = Color3.new(1, 1, 1)
  132. SpawnTP.Position = UDim2.new(0.019480519, 0, 0.44225353, 0)
  133. SpawnTP.Size = UDim2.new(0, 121, 0, 30)
  134. SpawnTP.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  135. SpawnTP.Font = Enum.Font.Highway
  136. SpawnTP.Text = "Spawn TP"
  137. SpawnTP.TextSize = 20
  138. SpawnTP.TextWrapped = true
  139.  
  140. Credits.Name = "Credits"
  141. Credits.Parent = MainFrame
  142. Credits.BackgroundColor3 = Color3.new(0, 0.435294, 0.654902)
  143. Credits.BorderSizePixel = 0
  144. Credits.Position = UDim2.new(0.587662339, 0, 0.0197183099, 0)
  145. Credits.Size = UDim2.new(0, 121, 0, 23)
  146. Credits.Font = Enum.Font.Highway
  147. Credits.Text = "CREDITS"
  148. Credits.TextColor3 = Color3.new(1, 1, 1)
  149. Credits.TextSize = 20
  150. Credits.TextWrapped = true
  151.  
  152. Credits_Frame.Name = "Credits_Frame"
  153. Credits_Frame.Parent = MainFrame
  154. Credits_Frame.BackgroundColor3 = Color3.new(0, 0.443137, 0.666667)
  155. Credits_Frame.BorderSizePixel = 0
  156. Credits_Frame.Position = UDim2.new(0.587662339, 0, 0.104225352, 0)
  157. Credits_Frame.Size = UDim2.new(0, 121, 0, 198)
  158.  
  159. TextLabel.Parent = Credits_Frame
  160. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  161. TextLabel.BackgroundTransparency = 1
  162. TextLabel.BorderSizePixel = 0
  163. TextLabel.Size = UDim2.new(0, 121, 0, 30)
  164. TextLabel.Font = Enum.Font.Highway
  165. TextLabel.Text = "UI By: Raezai"
  166. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  167. TextLabel.TextScaled = true
  168. TextLabel.TextSize = 14
  169. TextLabel.TextWrapped = true
  170.  
  171. TextLabel_2.Parent = Credits_Frame
  172. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  173. TextLabel_2.BackgroundTransparency = 1
  174. TextLabel_2.BorderSizePixel = 0
  175. TextLabel_2.Position = UDim2.new(0, 0, 0.151515156, 0)
  176. TextLabel_2.Size = UDim2.new(0, 121, 0, 30)
  177. TextLabel_2.Font = Enum.Font.Highway
  178. TextLabel_2.Text = "Scripts from V3rm"
  179. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  180. TextLabel_2.TextScaled = true
  181. TextLabel_2.TextSize = 14
  182. TextLabel_2.TextWrapped = true
  183.  
  184. TextLabel_3.Parent = Credits_Frame
  185. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  186. TextLabel_3.BackgroundTransparency = 1
  187. TextLabel_3.BorderSizePixel = 0
  188. TextLabel_3.Position = UDim2.new(0, 0, 0.303030312, 0)
  189. TextLabel_3.Size = UDim2.new(0, 121, 0, 30)
  190. TextLabel_3.Font = Enum.Font.Highway
  191. TextLabel_3.Text = "Discord: https://discord.gg/bJtMUkG"
  192. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  193. TextLabel_3.TextScaled = true
  194. TextLabel_3.TextSize = 14
  195. TextLabel_3.TextWrapped = true
  196.  
  197. RandomTP.Name = "RandomTP"
  198. RandomTP.Parent = MainFrame
  199. RandomTP.BackgroundColor3 = Color3.new(1, 1, 1)
  200. RandomTP.Position = UDim2.new(0.019480519, 0, 0.895774662, 0)
  201. RandomTP.Size = UDim2.new(0, 121, 0, 30)
  202. RandomTP.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  203. RandomTP.Font = Enum.Font.Highway
  204. RandomTP.Text = "TP TO RANDOM ITEMS"
  205. RandomTP.TextSize = 10
  206. RandomTP.TextWrapped = true
  207.  
  208. Misc.Name = "Misc"
  209. Misc.Parent = MainFrame
  210. Misc.BackgroundColor3 = Color3.new(0, 0.435294, 0.654902)
  211. Misc.BorderSizePixel = 0
  212. Misc.Position = UDim2.new(0.019480519, 0, 0.597183108, 0)
  213. Misc.Size = UDim2.new(0, 169, 0, 23)
  214. Misc.Font = Enum.Font.Highway
  215. Misc.Text = "MISC"
  216. Misc.TextColor3 = Color3.new(1, 1, 1)
  217. Misc.TextSize = 20
  218. Misc.TextWrapped = true
  219.  
  220. InfAmmo.Name = "InfAmmo"
  221. InfAmmo.Parent = MainFrame
  222. InfAmmo.BackgroundColor3 = Color3.new(1, 1, 1)
  223. InfAmmo.Position = UDim2.new(0.019480519, 0, 0.794366241, 0)
  224. InfAmmo.Size = UDim2.new(0, 121, 0, 30)
  225. InfAmmo.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  226. InfAmmo.Font = Enum.Font.Highway
  227. InfAmmo.Text = "Inf Ammo"
  228. InfAmmo.TextSize = 20
  229. InfAmmo.TextWrapped = true
  230.  
  231. Information.Name = "Information"
  232. Information.Parent = MainFrame
  233. Information.BackgroundColor3 = Color3.new(0, 0.435294, 0.654902)
  234. Information.BorderSizePixel = 0
  235. Information.Position = UDim2.new(0.431818187, 0, 0.804225326, 0)
  236. Information.Size = UDim2.new(0, 175, 0, 23)
  237. Information.Font = Enum.Font.Highway
  238. Information.Text = "Will give you inf ammo."
  239. Information.TextColor3 = Color3.new(1, 1, 1)
  240. Information.TextScaled = true
  241. Information.TextSize = 20
  242. Information.TextWrapped = true
  243.  
  244. Information_2.Name = "Information"
  245. Information_2.Parent = MainFrame
  246. Information_2.BackgroundColor3 = Color3.new(0, 0.435294, 0.654902)
  247. Information_2.BorderSizePixel = 0
  248. Information_2.Position = UDim2.new(0.431818187, 0, 0.904225349, 0)
  249. Information_2.Size = UDim2.new(0, 175, 0, 23)
  250. Information_2.Font = Enum.Font.Highway
  251. Information_2.Text = "Will enable a keybind to teleport to random items. [E]"
  252. Information_2.TextColor3 = Color3.new(1, 1, 1)
  253. Information_2.TextScaled = true
  254. Information_2.TextSize = 20
  255. Information_2.TextWrapped = true
  256.  
  257. ChatSpam.Name = "ChatSpam"
  258. ChatSpam.Parent = MainFrame
  259. ChatSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  260. ChatSpam.Position = UDim2.new(0.019480519, 0, 0.690140843, 0)
  261. ChatSpam.Size = UDim2.new(0, 121, 0, 30)
  262. ChatSpam.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  263. ChatSpam.Font = Enum.Font.Highway
  264. ChatSpam.Text = "Chat Spam"
  265. ChatSpam.TextSize = 20
  266. ChatSpam.TextWrapped = true
  267.  
  268. Information_3.Name = "Information"
  269. Information_3.Parent = MainFrame
  270. Information_3.BackgroundColor3 = Color3.new(0, 0.435294, 0.654902)
  271. Information_3.BorderSizePixel = 0
  272. Information_3.Position = UDim2.new(0.431818187, 0, 0.699999988, 0)
  273. Information_3.Size = UDim2.new(0, 175, 0, 23)
  274. Information_3.Font = Enum.Font.Highway
  275. Information_3.Text = "Spams the chat (lol)"
  276. Information_3.TextColor3 = Color3.new(1, 1, 1)
  277. Information_3.TextScaled = true
  278. Information_3.TextSize = 20
  279. Information_3.TextWrapped = true
  280.  
  281. OpenClose.Name = "Open/Close"
  282. OpenClose.Parent = ALONE_GUI
  283. OpenClose.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  284. OpenClose.BorderColor3 = Color3.new(0, 0.427451, 0.639216)
  285. OpenClose.BorderSizePixel = 5
  286. OpenClose.Position = UDim2.new(0, 0, 0.537617564, 0)
  287. OpenClose.Size = UDim2.new(0, 195, 0, 44)
  288. OpenClose.Font = Enum.Font.Highway
  289. OpenClose.Text = "Open/Close"
  290. OpenClose.TextColor3 = Color3.new(1, 1, 1)
  291. OpenClose.TextSize = 30
  292. OpenClose.TextWrapped = true
  293.  
  294. -- functions lol
  295.  
  296. PawnShop.MouseButton1Click:connect(function()
  297. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(31.7124729, 5.39661455, 50.5575943))
  298. end)
  299. GunShop.MouseButton1Click:connect(function()
  300. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-114.510422, 6.13872433, 55.7958412))
  301. end)
  302. TactVestFarm.MouseButton1Click:connect(function()
  303. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(445.367828, 5.02908754, -1412.38513))
  304. end)
  305. Factory.MouseButton1Click:connect(function()
  306. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-515.606689, 3.73840618, -973.149658))
  307. end)
  308. SpawnTP.MouseButton1Click:connect(function()
  309. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-32.6829491, 5.59872007, -7.1303215))
  310. end)
  311.  
  312. -- misc functions
  313.  
  314. ChatSpam.MouseButton1Click:connect(function()
  315. for y=1,100 do
  316. wait(.2)
  317. game.ReplicatedStorage.Remotes.Chat:FireServer({["Message"] = "hueeeeeeeeeeeeeeeeeeeeeeeee", ["Player"] = game.Players.Creamiies,["Character"] = game.Workspace.Characters.Creamiies})
  318. end
  319. end)
  320.  
  321. InfAmmo.MouseButton1Click:connect(function()
  322. while true do
  323. game["Run Service"].RenderStepped:wait()
  324. wait(0.45)
  325. game.ReplicatedStorage.Remotes.Inventory:FireServer("Reload")
  326. end
  327. end)
  328.  
  329. RandomTP.MouseButton1Click:connect(function()
  330. plr = game.Players.LocalPlayer
  331. hum = plr.Character.HumanoidRootPart
  332. mouse = game.Players.LocalPlayer:GetMouse()
  333.  
  334. mouse.KeyDown:connect(function(key)
  335. if key == "e" then
  336. if mouse.Target then
  337. for i,v in pairs(workspace.WorldItems:GetChildren())do
  338. if v.Name == "BulletVest2" or v.Name == "BulletVest1" or v.Name == "BulletVest3" or v.Name == "BulletVest4" or v.Name == "Medkit" or v.Name == "MRE" or v.Name == "Hammer" or v.Name == "SteelPipe" or v.Name == "PoliceBaton" then
  339. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.MainPart.Position)
  340. end
  341. end
  342. end
  343. end
  344. end)
  345. end)
  346.  
  347. -- open & close functions
  348.  
  349. local open = false
  350.  
  351. OpenClose.MouseButton1Click:connect(function()
  352. if MainFrame.Visible == false then
  353. MainFrame.Visible = true
  354. else
  355. MainFrame.Visible = false
  356. end
  357. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement