Advertisement
Honansik

Giant Survival GUI

Jul 12th, 2021
1,668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.94 KB | None | 0 0
  1. -- Gui Made By zarxzy#3794
  2.  
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Main = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local Credits = Instance.new("TextLabel")
  9. local BestGun = Instance.new("TextButton")
  10. local EXPFarmer = Instance.new("TextButton")
  11. local CashGiver = Instance.new("TextButton")
  12. local Close = Instance.new("TextButton")
  13. local OpenMain = Instance.new("Frame")
  14. local Open = Instance.new("TextButton")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.CoreGui
  19.  
  20. Main.Name = "Main"
  21. Main.Parent = ScreenGui
  22. Main.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  23. Main.BorderSizePixel = 0
  24. Main.Position = UDim2.new(0.374403059, 0, 0.275045544, 0)
  25. Main.Size = UDim2.new(0, 262, 0, 246)
  26. Main.Visible = false
  27. Main.Style = Enum.FrameStyle.RobloxRound
  28. Main.Active = true
  29. Main.Draggable = true
  30.  
  31. Title.Name = "Title"
  32. Title.Parent = Main
  33. Title.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  34. Title.BorderSizePixel = 0
  35. Title.Position = UDim2.new(-0.0323919617, 0, -0.034079019, 0)
  36. Title.Size = UDim2.new(0, 262, 0, 32)
  37. Title.Font = Enum.Font.GothamBold
  38. Title.Text = "Giant Survival"
  39. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  40. Title.TextSize = 14.000
  41.  
  42. Credits.Name = "Credits"
  43. Credits.Parent = Main
  44. Credits.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  45. Credits.BorderSizePixel = 0
  46. Credits.Position = UDim2.new(-0.0340865031, 0, 0.893007338, 0)
  47. Credits.Size = UDim2.new(0, 262, 0, 32)
  48. Credits.Font = Enum.Font.GothamBold
  49. Credits.Text = "Made By zarxzy#3794 (I did not make any of these scripts)"
  50. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  51.  
  52. BestGun.Name = "BestGun"
  53. BestGun.Parent = Main
  54. BestGun.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  55. BestGun.BorderColor3 = Color3.fromRGB(27, 42, 53)
  56. BestGun.BorderSizePixel = 0
  57. BestGun.Position = UDim2.new(0.0765054747, 0, 0.661697745, 0)
  58. BestGun.Size = UDim2.new(0, 206, 0, 46)
  59. BestGun.Style = Enum.ButtonStyle.RobloxButton
  60. BestGun.Font = Enum.Font.GothamBold
  61. BestGun.Text = "Best Gun"
  62. BestGun.TextColor3 = Color3.fromRGB(255, 255, 255)
  63. BestGun.TextSize = 14.000
  64. BestGun.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  65. BestGun.MouseButton1Down:connect(function()
  66. local A_1 =
  67. {
  68.     [1] =
  69. {
  70.     [1] = false
  71. },
  72.     [2] =
  73. {
  74.     [1] = 2
  75. }
  76. }
  77. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].weaponunequipped
  78. Event:FireServer(A_1)
  79. local A_1 =
  80. {
  81.     [1] =
  82. {
  83.     [1] = "Crazy Futuristic Minigun"
  84. },
  85.     [2] =
  86. {
  87.     [1] = false
  88. }
  89. }
  90. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].weaponequipped
  91. Event:FireServer(A_1)
  92.  
  93. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  94. end)
  95.  
  96. EXPFarmer.Name = "EXPFarmer"
  97. EXPFarmer.Parent = Main
  98. EXPFarmer.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  99. EXPFarmer.BorderColor3 = Color3.fromRGB(27, 42, 53)
  100. EXPFarmer.BorderSizePixel = 0
  101. EXPFarmer.Position = UDim2.new(0.0765054747, 0, 0.397470117, 0)
  102. EXPFarmer.Size = UDim2.new(0, 206, 0, 46)
  103. EXPFarmer.Style = Enum.ButtonStyle.RobloxButton
  104. EXPFarmer.Font = Enum.Font.GothamBold
  105. EXPFarmer.Text = "EXP Farm"
  106. EXPFarmer.TextColor3 = Color3.fromRGB(255, 255, 255)
  107. EXPFarmer.TextSize = 14.000
  108. EXPFarmer.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  109. EXPFarmer.MouseButton1Down:connect(function()
  110. getgenv().GSR=true
  111.  
  112. local THINGS=workspace:WaitForChild'__THINGS'
  113. local Remotes=THINGS:WaitForChild'__REMOTES'
  114. local DealDamage=Remotes:WaitForChild'giant_dealdamage'
  115. local Players=game:GetService'Players'
  116. local Player=Players.LocalPlayer
  117. local function GetGiant()
  118.     local Tab=workspace:GetChildren()
  119.     for I=1,#Tab do
  120.         local O=Tab[I]
  121.         if O:IsA'Model' and O.Name:lower():find'giant' and not Players:GetPlayerFromCharacter(O) then
  122.             return O
  123.         end
  124.     end
  125.     return
  126. end
  127. while getgenv().GSR and wait() do
  128.     local Giant=GetGiant()
  129.     if Giant then
  130.         DealDamage.FireServer(DealDamage,{[1]={Giant.Name;15;1};[2]={false;false;false}})
  131.     end
  132. end
  133. end)
  134.  
  135. CashGiver.Name = "CashGiver"
  136. CashGiver.Parent = Main
  137. CashGiver.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  138. CashGiver.BorderColor3 = Color3.fromRGB(27, 42, 53)
  139. CashGiver.BorderSizePixel = 0
  140. CashGiver.Position = UDim2.new(0.0726886764, 0, 0.137307525, 0)
  141. CashGiver.Size = UDim2.new(0, 206, 0, 46)
  142. CashGiver.Style = Enum.ButtonStyle.RobloxButton
  143. CashGiver.Font = Enum.Font.GothamBold
  144. CashGiver.Text = "Cash Giver"
  145. CashGiver.TextColor3 = Color3.fromRGB(255, 255, 255)
  146. CashGiver.TextSize = 14.000
  147. CashGiver.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  148. CashGiver.MouseButton1Down:connect(function()
  149. local args = {{false}, {2}}
  150. _G.d = true
  151.  
  152. while _G.d == true and wait() do
  153. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].currencycollected
  154. Event:FireServer(args)
  155. end
  156. end)
  157.  
  158. Close.Name = "Close"
  159. Close.Parent = Main
  160. Close.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  161. Close.BorderSizePixel = 0
  162. Close.Position = UDim2.new(0.913087785, 0, -0.00816309266, 0)
  163. Close.Size = UDim2.new(0, 20, 0, 20)
  164. Close.Font = Enum.Font.GothamBold
  165. Close.Text = "X"
  166. Close.TextColor3 = Color3.fromRGB(255, 0, 0)
  167. Close.TextSize = 14.000
  168. Close.MouseButton1Down:connect(function()
  169. Main.Visible = false
  170. OpenMain.Visible = true
  171. end)
  172.  
  173. OpenMain.Name = "OpenMain"
  174. OpenMain.Parent = ScreenGui
  175. OpenMain.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  176. OpenMain.BorderSizePixel = 0
  177. OpenMain.Position = UDim2.new(0, 0, 0.579996586, 0)
  178. OpenMain.Size = UDim2.new(0, 112, 0, 31)
  179. OpenMain.Style = Enum.FrameStyle.DropShadow
  180. OpenMain.Active = true
  181. OpenMain.Draggable = true
  182.  
  183. Open.Name = "Open"
  184. Open.Parent = OpenMain
  185. Open.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  186. Open.BorderSizePixel = 0
  187. Open.Position = UDim2.new(-0.0781296715, 0, -0.415623784, 0)
  188. Open.Size = UDim2.new(0, 109, 0, 28)
  189. Open.Style = Enum.ButtonStyle.RobloxButton
  190. Open.Font = Enum.Font.GothamBold
  191. Open.Text = "Open"
  192. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  193. Open.TextSize = 18.000
  194. Open.MouseButton1Down:connect(function()
  195. OpenMain.Visible = false
  196. Main.Visible = true
  197. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement