Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.89 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Ak47 = Instance.new("TextButton")
  10. local Shotgun = Instance.new("TextButton")
  11. local Noclip = Instance.new("TextButton")
  12. local KIll = Instance.new("TextButton")
  13. local WS = Instance.new("TextButton")
  14. local Gravity = Instance.new("TextButton")
  15. local Frame = Instance.new("Frame")
  16. local TextLabel_2 = Instance.new("TextLabel")
  17. local Guns = Instance.new("TextButton")
  18.  
  19. --Properties:
  20.  
  21. ScreenGui.Parent = game.CoreGui
  22.  
  23. main.Name = "main"
  24. main.Parent = ScreenGui
  25. main.Active = true
  26. main.BackgroundColor3 = Color3.fromRGB(74, 74, 74)
  27. main.BorderSizePixel = 0
  28. main.Position = UDim2.new(0.3223207, 0, 0.403010041, 0)
  29. main.Size = UDim2.new(0, 332, 0, 219)
  30. main.Active = true
  31. main.Draggable = true
  32.  
  33. TextLabel.Parent = main
  34. TextLabel.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  35. TextLabel.BorderSizePixel = 0
  36. TextLabel.Size = UDim2.new(0, 332, 0, 19)
  37. TextLabel.Font = Enum.Font.GothamSemibold
  38. TextLabel.Text = "Unnamed Hub"
  39. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  40. TextLabel.TextSize = 14.000
  41.  
  42. Ak47.Name = "Ak47"
  43. Ak47.Parent = main
  44. Ak47.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  45. Ak47.BorderSizePixel = 0
  46. Ak47.Position = UDim2.new(0.120481931, 0, 0.178082198, 0)
  47. Ak47.Size = UDim2.new(0, 117, 0, 38)
  48. Ak47.Font = Enum.Font.GothamSemibold
  49. Ak47.Text = "AK 47"
  50. Ak47.TextColor3 = Color3.fromRGB(0, 0, 0)
  51. Ak47.TextSize = 14.000
  52. Ak47.MouseButton1Down:connect(function()
  53. -- Script generated by R2Sv2
  54. -- R2Sv2 developed by Luckyxero
  55.  
  56. local A_1 = game:GetService("Workspace")["Prison_ITEMS"].giver["AK-47"].ITEMPICKUP
  57. local Event = game:GetService("Workspace").Remote.ItemHandler
  58. Event:InvokeServer(A_1)
  59.  
  60. end)
  61.  
  62. Shotgun.Name = "Shotgun"
  63. Shotgun.Parent = main
  64. Shotgun.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  65. Shotgun.BorderSizePixel = 0
  66. Shotgun.Position = UDim2.new(0.527108431, 0, 0.178082198, 0)
  67. Shotgun.Size = UDim2.new(0, 117, 0, 38)
  68. Shotgun.Font = Enum.Font.GothamSemibold
  69. Shotgun.Text = "Remignation 870"
  70. Shotgun.TextColor3 = Color3.fromRGB(0, 0, 0)
  71. Shotgun.TextSize = 14.000
  72. Shotgun.MouseButton1Down:connect(function()
  73. -- Script generated by R2Sv2
  74. -- R2Sv2 developed by Luckyxero
  75.  
  76. local A_1 = game:GetService("Workspace")["Prison_ITEMS"].giver["Remington 870"].ITEMPICKUP
  77. local Event = game:GetService("Workspace").Remote.ItemHandler
  78. Event:InvokeServer(A_1)
  79.  
  80. end)
  81.  
  82. Noclip.Name = "Noclip"
  83. Noclip.Parent = main
  84. Noclip.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  85. Noclip.BorderSizePixel = 0
  86. Noclip.Position = UDim2.new(0.120481931, 0, 0.410958916, 0)
  87. Noclip.Size = UDim2.new(0, 117, 0, 38)
  88. Noclip.Font = Enum.Font.GothamSemibold
  89. Noclip.Text = "Noclip"
  90. Noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. Noclip.TextSize = 14.000
  92. Noclip.MouseButton1Down:connect(function()
  93. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  94. end)
  95.  
  96. KIll.Name = "KIll"
  97. KIll.Parent = main
  98. KIll.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  99. KIll.BorderSizePixel = 0
  100. KIll.Position = UDim2.new(0.527108431, 0, 0.410958916, 0)
  101. KIll.Size = UDim2.new(0, 117, 0, 38)
  102. KIll.Font = Enum.Font.GothamSemibold
  103. KIll.Text = "Kill all"
  104. KIll.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. KIll.TextSize = 14.000
  106. KIll.MouseButton1Down:connect(function()
  107. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  108.  
  109. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  110.  
  111. wait(0.5)
  112. function kill(a)
  113. local A_1 =
  114. {
  115. [1] =
  116. {
  117. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  118. ["Distance"] = 3.2524313926697,
  119. ["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576),
  120. ["Hit"] = a.Character.Head
  121. },
  122. [2] =
  123. {
  124. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  125. ["Distance"] = 3.2699294090271,
  126. ["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377),
  127. ["Hit"] = a.Character.Head
  128. },
  129. [3] =
  130. {
  131. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  132. ["Distance"] = 3.1665518283844,
  133. ["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652),
  134. ["Hit"] = a.Character.Head
  135. },
  136. [4] =
  137. {
  138. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  139. ["Distance"] = 3.3218522071838,
  140. ["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611),
  141. ["Hit"] = a.Character.Head
  142. },
  143. [5] =
  144. {
  145. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  146. ["Distance"] = 3.222757101059,
  147. ["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302),
  148. ["Hit"] = a.Character.Head
  149. }
  150. }
  151. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  152. local Event = game:GetService("ReplicatedStorage").ShootEvent
  153. Event:FireServer(A_1, A_2)
  154. Event:FireServer(A_1, A_2)
  155. end
  156.  
  157. for i,v in pairs(game.Players:GetChildren())do
  158. if v.Name ~= game.Players.LocalPlayer.Name then
  159. kill(v)
  160. end
  161. end
  162. wait(1)
  163. end)
  164.  
  165. WS.Name = "WS"
  166. WS.Parent = main
  167. WS.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  168. WS.BorderSizePixel = 0
  169. WS.Position = UDim2.new(0.120481931, 0, 0.643835604, 0)
  170. WS.Size = UDim2.new(0, 117, 0, 38)
  171. WS.Font = Enum.Font.GothamSemibold
  172. WS.Text = "Walkspeed"
  173. WS.TextColor3 = Color3.fromRGB(0, 0, 0)
  174. WS.TextSize = 14.000
  175. WS.MouseButton1Down:connect(function()
  176. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 100
  177. end)
  178.  
  179. Gravity.Name = "Gravity"
  180. Gravity.Parent = main
  181. Gravity.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  182. Gravity.BorderSizePixel = 0
  183. Gravity.Position = UDim2.new(0.527108431, 0, 0.643835604, 0)
  184. Gravity.Size = UDim2.new(0, 117, 0, 38)
  185. Gravity.Font = Enum.Font.GothamSemibold
  186. Gravity.Text = "Gravity"
  187. Gravity.TextColor3 = Color3.fromRGB(0, 0, 0)
  188. Gravity.TextSize = 14.000
  189. Gravity.MouseButton1Down:connect(function()
  190. game.Workspace.Gravity = 15
  191. end)
  192.  
  193. Frame.Parent = main
  194. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  195. Frame.BorderSizePixel = 0
  196. Frame.Position = UDim2.new(0, 0, 0.0867579877, 0)
  197. Frame.Size = UDim2.new(0, 332, 0, 1)
  198.  
  199. TextLabel_2.Parent = main
  200. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  201. TextLabel_2.BackgroundTransparency = 1.000
  202. TextLabel_2.Position = UDim2.new(-0.00602409616, 0, 0.917808235, 0)
  203. TextLabel_2.Size = UDim2.new(0, 92, 0, 18)
  204. TextLabel_2.Font = Enum.Font.Cartoon
  205. TextLabel_2.Text = "Made by Or_zx"
  206. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  207. TextLabel_2.TextSize = 14.000
  208.  
  209. Guns.Name = "Guns"
  210. Guns.Parent = main
  211. Guns.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  212. Guns.BorderSizePixel = 0
  213. Guns.Position = UDim2.new(0.322289169, 0, 0.849315047, 0)
  214. Guns.Size = UDim2.new(0, 117, 0, 27)
  215. Guns.Font = Enum.Font.GothamSemibold
  216. Guns.Text = "Guns & Mod"
  217. Guns.TextColor3 = Color3.fromRGB(0, 0, 0)
  218. Guns.TextSize = 14.000
  219. Guns.MouseButton1Down:connect(function()
  220. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS:findFirstChild('M9', true).ITEMPICKUP)
  221. wait(0.1)
  222. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS:findFirstChild('Remington 870', true).ITEMPICKUP)
  223. wait(0.1)
  224. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS:findFirstChild('AK-47', true).ITEMPICKUP)
  225. for i, v in next, debug.getregistry() do
  226. if type(v) == "table" then
  227. if v.Bullets then
  228. v.AutoFire = true
  229. v.FireRate = 0
  230. v.Bullets = 20
  231. v.Range = math.huge
  232. v.MaxAmmo = math.huge
  233. v.CurrentAmmo = math.huge
  234. v.StoredAmmo = math.huge
  235. end
  236. end
  237. end
  238. end)
  239.  
  240. -- Scripts:
  241.  
  242. local function EVFG_fake_script() -- Frame.LocalScript
  243. local script = Instance.new('LocalScript', Frame)
  244.  
  245. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  246.  
  247. counter = 0
  248.  
  249. while wait(0.1)do
  250. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  251.  
  252. counter = counter + 0.01
  253. end
  254. end
  255. coroutine.wrap(EVFG_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement