Advertisement
alek_

StormGUI | isaraw8912

Apr 13th, 2020
587
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.99 KB | None | 0 0
  1. -- StormGUI
  2. -- Made by isaraw8912
  3.  
  4.  
  5. -- $$$
  6. -- $$$$$
  7. -- $$$
  8. --
  9. -- $$$ $$$$$ $$$$$$$$$$$ $$$ $$$$$$$$$$$ $$$ $$$$$$ $$$
  10. -- $$$ $$$$$$$ $$$$ $$$$ $$$ $$$$$$$$$$$$$$ $$$$ $$$$ $$$ $$$ $$$ $$$
  11. -- $$$ $$$ $$ $$$ $$$ $$$$$$$$$$$$$$$$$$$ $$$ $$$ $$$ $$$ $$$ $$$
  12. -- $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$
  13. -- $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$
  14. -- $$$ $$$ $$$$ $$$$ $$$ $$$$ $$$$ $$$ $$$ $$$ $$$
  15. -- $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$ $$$
  16. -- $$$ $$$ $$$$ $$$$ $$$ $$$$ $$$$ $$$ $$$ $$$ $$$
  17. -- $$$ $$ $$$ $$$ $$$$$$ $$$ $$$ $$$$$$ $$$ $$$ $$$ $$$
  18. -- $$$ $$$$$$$ $$$$ $$$$$$$$ $$$ $$$$ $$$$$$$$ $$$ $$$ $$$ $$$
  19. -- $$$ $$$$$ $$$$$$$$$$ $$$$ $$$ $$$$$$$$ $$$$$$ $$$$ $$$$
  20.  
  21.  
  22.  
  23. -- prints
  24.  
  25. print("-////= STORM GUI =\\\\-")
  26. print("Made by isaraw8912")
  27.  
  28. -- Notification box
  29.  
  30. game:GetService("StarterGui"):SetCore("SendNotification",{
  31. Title = "Loaded!";
  32. Text = "StormGUI was loaded";
  33. })
  34.  
  35. -- Instances
  36.  
  37. local StormGUI = Instance.new("ScreenGui")
  38. local open = Instance.new("TextButton")
  39. local main = Instance.new("Frame")
  40. local close = Instance.new("TextButton")
  41. local credbtn = Instance.new("TextButton")
  42. local credits = Instance.new("Frame")
  43. local username = Instance.new("TextLabel")
  44. local discord = Instance.new("TextLabel")
  45. local createdby = Instance.new("TextLabel")
  46. local discordinv = Instance.new("TextLabel")
  47. local scriptbtn = Instance.new("TextButton")
  48. local scripts = Instance.new("Frame")
  49. local reviz = Instance.new("TextButton")
  50. local kv4 = Instance.new("TextButton")
  51. local draw = Instance.new("TextButton")
  52. local iy = Instance.new("TextButton")
  53. local dex = Instance.new("TextButton")
  54. local fk = Instance.new("TextButton")
  55. local jd = Instance.new("TextButton")
  56. local xester = Instance.new("TextButton")
  57. local guibtn = Instance.new("TextButton")
  58. local guis = Instance.new("Frame")
  59. local harked = Instance.new("TextButton")
  60. local mm2 = Instance.new("TextButton")
  61. local arsenal = Instance.new("TextButton")
  62. local topkek = Instance.new("TextButton")
  63. local rose = Instance.new("TextButton")
  64. local plop = Instance.new("TextButton")
  65. local aimbot = Instance.new("TextButton")
  66. local hypertotal = Instance.new("TextButton")
  67. local energize = Instance.new("TextButton")
  68. local functionbtn = Instance.new("TextButton")
  69. local functions = Instance.new("Frame")
  70. local ctp = Instance.new("TextButton")
  71. local ws = Instance.new("TextButton")
  72. local wsframe = Instance.new("Frame")
  73. local wsinput = Instance.new("TextBox")
  74. local wsback = Instance.new("TextButton")
  75. local wsre = Instance.new("TextButton")
  76. local setws = Instance.new("TextButton")
  77. local jp = Instance.new("TextButton")
  78. local jpframe = Instance.new("Frame")
  79. local setjp = Instance.new("TextButton")
  80. local jpre = Instance.new("TextButton")
  81. local jpback = Instance.new("TextButton")
  82. local jpinput = Instance.new("TextBox")
  83. local btools = Instance.new("TextButton")
  84. local ijump = Instance.new("TextButton")
  85. local Fly = Instance.new("TextButton")
  86. local flyframe = Instance.new("Frame")
  87. local r6 = Instance.new("TextButton")
  88. local r15 = Instance.new("TextButton")
  89. local demon = Instance.new("TextButton")
  90. local flyback = Instance.new("TextButton")
  91. local noclip = Instance.new("TextButton")
  92. local tpto = Instance.new("TextButton")
  93. local teleport = Instance.new("Frame")
  94. local tpset = Instance.new("TextButton")
  95. local tpinput = Instance.new("TextBox")
  96. local mainbtn = Instance.new("TextButton")
  97. local adfr = Instance.new("Frame")
  98. local ad = Instance.new("TextLabel")
  99. local welcome = Instance.new("TextLabel")
  100. local infobtn = Instance.new("TextButton")
  101. local instructions = Instance.new("Frame")
  102. local infoijump = Instance.new("TextLabel")
  103. local infofly = Instance.new("TextLabel")
  104. local infoctp = Instance.new("TextLabel")
  105. local infodemon = Instance.new("TextLabel")
  106. local infonoclip = Instance.new("TextLabel")
  107. local title = Instance.new("TextLabel")
  108. local tpback = Instance.new("TextButton")
  109. local r15frame = Instance.new("Frame")
  110. local r15on = Instance.new("TextButton")
  111. local r15off = Instance.new("TextButton")
  112. local r15back = Instance.new("TextButton")
  113. local userpromo = Instance.new("TextLabel")
  114.  
  115. -- Properties:
  116. -- Menu Stuff
  117.  
  118. StormGUI.Name = "StormGUI"
  119. StormGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  120.  
  121. open.Name = "open"
  122. open.Parent = StormGUI
  123. open.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  124. open.Position = UDim2.new(0, 0, 0.950000000, 0)
  125. open.Size = UDim2.new(0, 59, 0, 40)
  126. open.Font = Enum.Font.SourceSans
  127. open.Text = "Open Menu"
  128. open.TextColor3 = Color3.fromRGB(255, 255, 255)
  129. open.TextScaled = true
  130. open.TextSize = 14.000
  131. open.TextWrapped = true
  132. open.Visible = false
  133. open.MouseButton1Click:Connect(function()
  134. main.Visible = true
  135. open.Visible = false
  136. end)
  137.  
  138. userpromo.Name = "userpromo"
  139. userpromo.Parent = adfr
  140. userpromo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  141. userpromo.BackgroundTransparency = 1.000
  142. userpromo.BorderSizePixel = 0
  143. userpromo.Position = UDim2.new(-0.102803737, 0, -0.439999998, 0)
  144. userpromo.Size = UDim2.new(0, 253, 0, 33)
  145. userpromo.Font = Enum.Font.SourceSans
  146. userpromo.Text = "Made by isaraw8912"
  147. userpromo.TextColor3 = Color3.fromRGB(255, 255, 255)
  148. userpromo.TextSize = 14.000
  149.  
  150. main.Name = "main"
  151. main.Parent = StormGUI
  152. main.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  153. main.Position = UDim2.new(0.393668771, 0, 0.330363631, 0)
  154. main.Size = UDim2.new(0, 355, 0, 298)
  155. main.Active = true
  156. main.Draggable = true
  157.  
  158. close.Name = "close"
  159. close.Parent = main
  160. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  161. close.BorderSizePixel = 0
  162. close.Position = UDim2.new(0.915953577, 0, -0.000487461977, 0)
  163. close.Size = UDim2.new(0, 29, 0, 27)
  164. close.Font = Enum.Font.SourceSans
  165. close.Text = "X"
  166. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  167. close.TextScaled = true
  168. close.TextSize = 14.000
  169. close.TextWrapped = true
  170. close.MouseButton1Click:Connect(function()
  171. main.Visible = false
  172. open.Visible = true
  173. end)
  174.  
  175. -- credits
  176.  
  177. credbtn.Name = "credbtn"
  178. credbtn.Parent = main
  179. credbtn.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  180. credbtn.Position = UDim2.new(0.842470944, 0, 0.832669318, 0)
  181. credbtn.Size = UDim2.new(0, 44, 0, 33)
  182. credbtn.Font = Enum.Font.SourceSans
  183. credbtn.Text = "Credits"
  184. credbtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  185. credbtn.TextScaled = true
  186. credbtn.TextSize = 14.000
  187. credbtn.TextWrapped = true
  188. credbtn.MouseButton1Click:Connect(function()
  189. credits.Visible = true
  190. adfr.Visible = false
  191. scripts.Visible = false
  192. instructions.Visible = false
  193. guis.Visible = false
  194. functions.Visible = false
  195. title.Visible = false
  196. end)
  197.  
  198. credits.Name = "credits"
  199. credits.Parent = credbtn
  200. credits.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  201. credits.BorderSizePixel = 0
  202. credits.Position = UDim2.new(-6.52637005, 0, -6.4545455, 0)
  203. credits.Size = UDim2.new(0, 331, 0, 202)
  204. credits.Visible = false
  205.  
  206. username.Name = "username"
  207. username.Parent = credits
  208. username.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  209. username.BackgroundTransparency = 1.000
  210. username.BorderSizePixel = 0
  211. username.Position = UDim2.new(0, 0, 0.306930691, 0)
  212. username.Size = UDim2.new(0, 154, 0, 50)
  213. username.Font = Enum.Font.SourceSans
  214. username.Text = "isaraw8912"
  215. username.TextColor3 = Color3.fromRGB(0, 0, 0)
  216. username.TextScaled = true
  217. username.TextSize = 14.000
  218. username.TextWrapped = true
  219.  
  220. discord.Name = "discord"
  221. discord.Parent = credits
  222. discord.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  223. discord.BackgroundTransparency = 1.000
  224. discord.BorderSizePixel = 0
  225. discord.Position = UDim2.new(0.552870095, 0, 0.306930691, 0)
  226. discord.Size = UDim2.new(0, 148, 0, 50)
  227. discord.Font = Enum.Font.SourceSans
  228. discord.Text = "Aleksandar#2880"
  229. discord.TextColor3 = Color3.fromRGB(0, 0, 0)
  230. discord.TextScaled = true
  231. discord.TextSize = 14.000
  232. discord.TextWrapped = true
  233.  
  234. createdby.Name = "createdby"
  235. createdby.Parent = credits
  236. createdby.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  237. createdby.BackgroundTransparency = 1.000
  238. createdby.BorderSizePixel = 0
  239. createdby.Position = UDim2.new(0.196374625, 0, 0, 0)
  240. createdby.Size = UDim2.new(0, 200, 0, 50)
  241. createdby.Font = Enum.Font.SourceSans
  242. createdby.Text = "Created By : "
  243. createdby.TextColor3 = Color3.fromRGB(0, 0, 0)
  244. createdby.TextScaled = true
  245. createdby.TextSize = 14.000
  246. createdby.TextWrapped = true
  247.  
  248. discordinv.Name = "discordinv"
  249. discordinv.Parent = credits
  250. discordinv.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  251. discordinv.BackgroundTransparency = 1.000
  252. discordinv.BorderSizePixel = 0
  253. discordinv.Position = UDim2.new(0.196374625, 0, 0.623762369, 0)
  254. discordinv.Size = UDim2.new(0, 200, 0, 50)
  255. discordinv.Font = Enum.Font.SourceSans
  256. discordinv.Text = "discord.gg/xy6uHhu"
  257. discordinv.TextColor3 = Color3.fromRGB(0, 255, 255)
  258. discordinv.TextScaled = true
  259. discordinv.TextSize = 14.000
  260. discordinv.TextWrapped = true
  261.  
  262. -- scripts
  263.  
  264. scriptbtn.Name = "scriptbtn"
  265. scriptbtn.Parent = main
  266. scriptbtn.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  267. scriptbtn.Position = UDim2.new(0.344976723, 0, 0.832669318, 0)
  268. scriptbtn.Size = UDim2.new(0, 44, 0, 33)
  269. scriptbtn.Font = Enum.Font.SourceSans
  270. scriptbtn.Text = "Scripts"
  271. scriptbtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  272. scriptbtn.TextScaled = true
  273. scriptbtn.TextSize = 14.000
  274. scriptbtn.TextWrapped = true
  275. scriptbtn.MouseButton1Click:Connect(function()
  276. credits.Visible = false
  277. adfr.Visible = false
  278. scripts.Visible = true
  279. instructions.Visible = false
  280. guis.Visible = false
  281. functions.Visible = false
  282. title.Visible = false
  283. end)
  284.  
  285. scripts.Name = "scripts"
  286. scripts.Parent = scriptbtn
  287. scripts.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  288. scripts.BorderSizePixel = 0
  289. scripts.Position = UDim2.new(-2.52272725, 0, -6.5151515, 0)
  290. scripts.Size = UDim2.new(0, 331, 0, 201)
  291. scripts.Visible = false
  292.  
  293. reviz.Name = "reviz"
  294. reviz.Parent = scripts
  295. reviz.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  296. reviz.Position = UDim2.new(0.580060422, 0, 0.537313461, 0)
  297. reviz.Size = UDim2.new(0, 121, 0, 35)
  298. reviz.Font = Enum.Font.SourceSans
  299. reviz.Text = "Reviz"
  300. reviz.TextColor3 = Color3.fromRGB(0, 0, 0)
  301. reviz.TextSize = 14.000
  302. reviz.MouseButton1Click:Connect(function()
  303. loadstring(game:HttpGet("https://pastebin.com/raw/ibFPdiF7", true))()
  304. end)
  305.  
  306. kv4.Name = "kv4"
  307. kv4.Parent = scripts
  308. kv4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  309. kv4.Position = UDim2.new(0.580060422, 0, 0.273631841, 0)
  310. kv4.Size = UDim2.new(0, 121, 0, 35)
  311. kv4.Font = Enum.Font.SourceSans
  312. kv4.Text = "Grab Knife V4"
  313. kv4.TextColor3 = Color3.fromRGB(0, 0, 0)
  314. kv4.TextSize = 14.000
  315. kv4.MouseButton1Click:Connect(function()
  316. loadstring(game:HttpGet("https://pastebin.com/raw/iHgU71Df", true))()
  317. end)
  318.  
  319. draw.Name = "draw"
  320. draw.Parent = scripts
  321. draw.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  322. draw.Position = UDim2.new(0.580060422, 0, 0.0348258689, 0)
  323. draw.Size = UDim2.new(0, 121, 0, 35)
  324. draw.Font = Enum.Font.SourceSans
  325. draw.Text = "Draw"
  326. draw.TextColor3 = Color3.fromRGB(0, 0, 0)
  327. draw.TextSize = 14.000
  328. draw.MouseButton1Click:Connect(function()
  329. loadstring(game:HttpGet("https://pastebin.com/raw/XxRpcmSR", true))()
  330. end)
  331.  
  332. iy.Name = "iy"
  333. iy.Parent = scripts
  334. iy.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  335. iy.Position = UDim2.new(0.0483383685, 0, 0.537313461, 0)
  336. iy.Size = UDim2.new(0, 121, 0, 35)
  337. iy.Font = Enum.Font.SourceSans
  338. iy.Text = "Infinite Yield"
  339. iy.TextColor3 = Color3.fromRGB(0, 0, 0)
  340. iy.TextSize = 14.000
  341. iy.MouseButton1Click:Connect(function()
  342. loadstring(game:HttpGet("https://pastebin.com/raw/X8uEMy7T", true))()
  343. end)
  344.  
  345. dex.Name = "dex"
  346. dex.Parent = scripts
  347. dex.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  348. dex.Position = UDim2.new(0.0483383685, 0, 0.273631841, 0)
  349. dex.Size = UDim2.new(0, 121, 0, 35)
  350. dex.Font = Enum.Font.SourceSans
  351. dex.Text = "Dex Explorer V2"
  352. dex.TextColor3 = Color3.fromRGB(0, 0, 0)
  353. dex.TextSize = 14.000
  354. dex.MouseButton1Click:Connect(function()
  355. loadstring(game:HttpGet("https://pastebin.com/raw/Ht4zRXj8", true))()
  356. end)
  357.  
  358. fk.Name = "fk"
  359. fk.Parent = scripts
  360. fk.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  361. fk.Position = UDim2.new(0.0483383685, 0, 0.0348258689, 0)
  362. fk.Size = UDim2.new(0, 121, 0, 35)
  363. fk.Font = Enum.Font.SourceSans
  364. fk.Text = "Fling / Kill"
  365. fk.TextColor3 = Color3.fromRGB(0, 0, 0)
  366. fk.TextSize = 14.000
  367. fk.MouseButton1Click:Connect(function()
  368. loadstring(game:HttpGet("https://pastebin.com/raw/mm0bU3eP", true))()
  369. end)
  370.  
  371. jd.Name = "jd"
  372. jd.Parent = scripts
  373. jd.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  374. jd.Position = UDim2.new(0.580060422, 0, 0.786069632, 0)
  375. jd.Size = UDim2.new(0, 121, 0, 35)
  376. jd.Font = Enum.Font.SourceSans
  377. jd.Text = "John Doe"
  378. jd.TextColor3 = Color3.fromRGB(0, 0, 0)
  379. jd.TextSize = 14.000
  380. jd.MouseButton1Click:Connect(function()
  381. loadstring(game:HttpGet("https://pastebin.com/raw/qTNhDCdv", true))()
  382. end)
  383.  
  384. xester.Name = "xester"
  385. xester.Parent = scripts
  386. xester.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  387. xester.Position = UDim2.new(0.0483383685, 0, 0.786069632, 0)
  388. xester.Size = UDim2.new(0, 121, 0, 35)
  389. xester.Font = Enum.Font.SourceSans
  390. xester.Text = "Xester"
  391. xester.TextColor3 = Color3.fromRGB(0, 0, 0)
  392. xester.TextSize = 14.000
  393. xester.MouseButton1Click:Connect(function()
  394. loadstring(game:HttpGet("https://pastebin.com/raw/ti1g3XWQ", true))()
  395. end)
  396.  
  397. -- Guis
  398.  
  399. guibtn.Name = "guibtn"
  400. guibtn.Parent = main
  401. guibtn.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  402. guibtn.Position = UDim2.new(0.663196146, 0, 0.832669258, 0)
  403. guibtn.Size = UDim2.new(0, 52, 0, 33)
  404. guibtn.Font = Enum.Font.SourceSans
  405. guibtn.Text = "GUIs"
  406. guibtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  407. guibtn.TextScaled = true
  408. guibtn.TextSize = 14.000
  409. guibtn.TextWrapped = true
  410. guibtn.MouseButton1Click:Connect(function()
  411. credits.Visible = false
  412. adfr.Visible = false
  413. scripts.Visible = false
  414. instructions.Visible = false
  415. guis.Visible = true
  416. functions.Visible = false
  417. title.Visible = false
  418. end)
  419.  
  420. guis.Name = "guis"
  421. guis.Parent = guibtn
  422. guis.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  423. guis.BorderSizePixel = 0
  424. guis.Position = UDim2.new(-4.29841852, 0, -6.4545455, 0)
  425. guis.Size = UDim2.new(0, 330, 0, 196)
  426. guis.Visible = false
  427.  
  428. harked.Name = "harked"
  429. harked.Parent = guis
  430. harked.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  431. harked.Position = UDim2.new(0.0303030312, 0, 0.362244874, 0)
  432. harked.Size = UDim2.new(0, 80, 0, 38)
  433. harked.Font = Enum.Font.SourceSans
  434. harked.Text = "Harked"
  435. harked.TextColor3 = Color3.fromRGB(0, 0, 0)
  436. harked.TextSize = 14.000
  437. harked.MouseButton1Click:Connect(function()
  438. loadstring(game:HttpGet("https://pastebin.com/raw/LXJjrh2L", true))()
  439. end)
  440.  
  441. mm2.Name = "mm2"
  442. mm2.Parent = guis
  443. mm2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  444. mm2.Position = UDim2.new(0.378787875, 0, 0.362244874, 0)
  445. mm2.Size = UDim2.new(0, 80, 0, 38)
  446. mm2.Font = Enum.Font.SourceSans
  447. mm2.Text = "Vynixu's MM2"
  448. mm2.TextColor3 = Color3.fromRGB(0, 0, 0)
  449. mm2.TextSize = 14.000
  450. mm2.MouseButton1Click:Connect(function()
  451. loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
  452. end)
  453.  
  454. arsenal.Name = "arsenal"
  455. arsenal.Parent = guis
  456. arsenal.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  457. arsenal.Position = UDim2.new(0.706060588, 0, 0.0510204099, 0)
  458. arsenal.Size = UDim2.new(0, 80, 0, 34)
  459. arsenal.Font = Enum.Font.SourceSans
  460. arsenal.Text = "Arsenal"
  461. arsenal.TextColor3 = Color3.fromRGB(0, 0, 0)
  462. arsenal.TextSize = 14.000
  463. arsenal.MouseButton1Click:Connect(function()
  464. loadstring(game:HttpGet("https://pastebin.com/raw/s1C5zKAj", true))()
  465. end)
  466.  
  467. topkek.Name = "topkek"
  468. topkek.Parent = guis
  469. topkek.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  470. topkek.Position = UDim2.new(0.378787875, 0, 0.0510204099, 0)
  471. topkek.Size = UDim2.new(0, 80, 0, 34)
  472. topkek.Font = Enum.Font.SourceSans
  473. topkek.Text = "TopKek"
  474. topkek.TextColor3 = Color3.fromRGB(0, 0, 0)
  475. topkek.TextSize = 14.000
  476. topkek.MouseButton1Click:Connect(function()
  477. loadstring(game:HttpGet("https://pastebin.com/raw/MTb6pqvm", true))()
  478. end)
  479.  
  480. rose.Name = "rose"
  481. rose.Parent = guis
  482. rose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  483. rose.Position = UDim2.new(0.0303030312, 0, 0.0510204099, 0)
  484. rose.Size = UDim2.new(0, 80, 0, 34)
  485. rose.Font = Enum.Font.SourceSans
  486. rose.Text = "RoseHub"
  487. rose.TextColor3 = Color3.fromRGB(0, 0, 0)
  488. rose.TextSize = 14.000
  489. rose.MouseButton1Click:Connect(function()
  490. loadstring(game:HttpGet("https://pastebin.com/raw/m4zFshVx", true))()
  491. end)
  492.  
  493. plop.Name = "plop"
  494. plop.Parent = guis
  495. plop.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  496. plop.Position = UDim2.new(0.706060588, 0, 0.362244874, 0)
  497. plop.Size = UDim2.new(0, 80, 0, 38)
  498. plop.Font = Enum.Font.SourceSans
  499. plop.Text = "Prison Life"
  500. plop.TextColor3 = Color3.fromRGB(0, 0, 0)
  501. plop.TextSize = 14.000
  502. plop.MouseButton1Click:Connect(function()
  503. loadstring(game:HttpGet("https://pastebin.com/raw/yHuqYsYn", true))()
  504. end)
  505.  
  506. aimbot.Name = "aimbot"
  507. aimbot.Parent = guis
  508. aimbot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  509. aimbot.Position = UDim2.new(0.0303030014, 0, 0.709183693, 0)
  510. aimbot.Size = UDim2.new(0, 80, 0, 38)
  511. aimbot.Font = Enum.Font.SourceSans
  512. aimbot.Text = "Aimbot, ESP & Chams"
  513. aimbot.TextColor3 = Color3.fromRGB(0, 0, 0)
  514. aimbot.TextScaled = true
  515. aimbot.TextSize = 14.000
  516. aimbot.TextWrapped = true
  517. aimbot.MouseButton1Click:Connect(function()
  518. loadstring(game:HttpGet("https://pastebin.com/raw/x0vqjWXT", true))()
  519. end)
  520.  
  521. hypertotal.Name = "hypertotal"
  522. hypertotal.Parent = guis
  523. hypertotal.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  524. hypertotal.Position = UDim2.new(0.378787875, 0, 0.709183693, 0)
  525. hypertotal.Size = UDim2.new(0, 80, 0, 38)
  526. hypertotal.Font = Enum.Font.SourceSans
  527. hypertotal.Text = "HyperTotal"
  528. hypertotal.TextColor3 = Color3.fromRGB(0, 0, 0)
  529. hypertotal.TextSize = 14.000
  530. hypertotal.MouseButton1Click:Connect(function()
  531. loadstring(game:HttpGet("https://pastebin.com/raw/KUxb6KbY", true))()
  532. end)
  533.  
  534. energize.Name = "energize"
  535. energize.Parent = guis
  536. energize.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  537. energize.Position = UDim2.new(0.706060588, 0, 0.709183693, 0)
  538. energize.Size = UDim2.new(0, 80, 0, 38)
  539. energize.Font = Enum.Font.SourceSans
  540. energize.Text = "Energize"
  541. energize.TextColor3 = Color3.fromRGB(0, 0, 0)
  542. energize.TextSize = 14.000
  543. energize.MouseButton1Click:Connect(function()
  544. loadstring(game:HttpGet("https://pastebin.com/raw/0MLPL32f", true))()
  545. end)
  546.  
  547. -- functions
  548.  
  549. functionbtn.Name = "functionbtn"
  550. functionbtn.Parent = main
  551. functionbtn.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  552. functionbtn.Position = UDim2.new(0.500167251, 0, 0.832669318, 0)
  553. functionbtn.Size = UDim2.new(0, 45, 0, 33)
  554. functionbtn.Font = Enum.Font.SourceSans
  555. functionbtn.Text = "Functions"
  556. functionbtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  557. functionbtn.TextScaled = true
  558. functionbtn.TextSize = 14.000
  559. functionbtn.TextWrapped = true
  560. functionbtn.MouseButton1Click:Connect(function()
  561. credits.Visible = false
  562. adfr.Visible = false
  563. scripts.Visible = false
  564. instructions.Visible = false
  565. guis.Visible = false
  566. functions.Visible = true
  567. title.Visible = true
  568. end)
  569.  
  570. functions.Name = "functions"
  571. functions.Parent = functionbtn
  572. functions.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  573. functions.BorderSizePixel = 0
  574. functions.Position = UDim2.new(-3.94576406, 0, -6.70547581, 0)
  575. functions.Size = UDim2.new(0, 354, 0, 212)
  576. functions.Visible = false
  577.  
  578. ctp.Name = "ctp"
  579. ctp.Parent = functions
  580. ctp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  581. ctp.Position = UDim2.new(0.0892203382, 0, 0.26886794, 0)
  582. ctp.Size = UDim2.new(0, 68, 0, 38)
  583. ctp.Font = Enum.Font.SourceSans
  584. ctp.Text = "Click Teleport"
  585. ctp.TextColor3 = Color3.fromRGB(0, 0, 0)
  586. ctp.TextScaled = true
  587. ctp.TextSize = 14.000
  588. ctp.TextWrapped = true
  589. ctp.MouseButton1Click:Connect(function()
  590. ctp.TextColor3 = Color3.fromRGB(0, 255, 50)
  591. ctp.Text = "Loading"
  592. wait(0.5)
  593. ctp.Text = "Loading."
  594. wait(0.5)
  595. ctp.Text = "Loading.."
  596. wait(0.5)
  597. ctp.Text = "Loading..."
  598. wait(0.5)
  599. ctp.Text = "Checking..."
  600. wait(1)
  601. noclip = false
  602. local UIS = game:GetService("UserInputService")
  603. local Player = game.Players.LocalPlayer
  604. local Mouse = Player:GetMouse()
  605.  
  606.  
  607. function GetCharacter()
  608. return game.Players.LocalPlayer.Character
  609. end
  610.  
  611. function Teleport(pos)
  612. local Char = GetCharacter()
  613. if Char then
  614. Char:MoveTo(pos)
  615. end
  616. end
  617.  
  618.  
  619. UIS.InputBegan:Connect(function(input)
  620. if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
  621. Teleport(Mouse.Hit.p)
  622. end
  623. end)
  624. ctp.Text = "Loaded!"
  625. wait(2)
  626. ctp.TextColor3 = Color3.fromRGB(0, 0, 0)
  627. ctp.Text = "Click Teleport"
  628. end)
  629.  
  630. -- Walkspeed
  631.  
  632. ws.Name = "ws"
  633. ws.Parent = functions
  634. ws.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  635. ws.Position = UDim2.new(0.310734451, 0, 0.509433985, 0)
  636. ws.Size = UDim2.new(0, 67, 0, 42)
  637. ws.Font = Enum.Font.SourceSans
  638. ws.Text = "Walk Speed"
  639. ws.TextColor3 = Color3.fromRGB(0, 0, 0)
  640. ws.TextScaled = true
  641. ws.TextSize = 14.000
  642. ws.TextWrapped = true
  643. ws.MouseButton1Click:Connect(function()
  644. wsframe.Visible = true
  645. adfr.Visible = false
  646. teleport.Visible = false
  647. jpframe.Visible = false
  648. credits.Visible = false
  649. scripts.Visible = false
  650. instructions.Visible = false
  651. guis.Visible = false
  652. jp.Visible = false
  653. ijump.Visible = false
  654. btools.Visible = false
  655. Fly.Visible = false
  656. tpto.Visible = false
  657. noclip.Visible = false
  658. end)
  659.  
  660. wsframe.Name = "wsframe"
  661. wsframe.Parent = ws
  662. wsframe.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  663. wsframe.BorderSizePixel = 0
  664. wsframe.Position = UDim2.new(-1.45168805, 0, -2.71428561, 0)
  665. wsframe.Size = UDim2.new(0, 290, 0, 198)
  666. wsframe.Visible = false
  667.  
  668. wsinput.Name = "wsinput"
  669. wsinput.Parent = wsframe
  670. wsinput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  671. wsinput.Position = UDim2.new(0.196374625, 0, 0.267676771, 0)
  672. wsinput.Size = UDim2.new(0, 200, 0, 50)
  673. wsinput.Font = Enum.Font.SourceSans
  674. wsinput.Text = "Enter Desired Speed Value"
  675. wsinput.TextColor3 = Color3.fromRGB(255, 255, 255)
  676. wsinput.TextSize = 20.000
  677.  
  678. wsback.Name = "wsback"
  679. wsback.Parent = wsframe
  680. wsback.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  681. wsback.Position = UDim2.new(0.03125, 0, 0.0424528308, 0)
  682. wsback.Size = UDim2.new(0, 22, 0, 22)
  683. wsback.Font = Enum.Font.SourceSans
  684. wsback.Text = "X"
  685. wsback.TextColor3 = Color3.fromRGB(255, 255, 255)
  686. wsback.TextScaled = true
  687. wsback.TextSize = 14.000
  688. wsback.TextWrapped = true
  689. wsback.MouseButton1Click:Connect(function()
  690. wsframe.Visible = false
  691. adfr.Visible = false
  692. teleport.Visible = false
  693. jpframe.Visible = false
  694. credits.Visible = false
  695. scripts.Visible = false
  696. instructions.Visible = false
  697. guis.Visible = false
  698. jp.Visible = true
  699. ijump.Visible = true
  700. btools.Visible = true
  701. Fly.Visible = true
  702. tpto.Visible = true
  703. noclip.Visible = true
  704. end)
  705.  
  706. wsre.Name = "wsre"
  707. wsre.Parent = wsframe
  708. wsre.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  709. wsre.Position = UDim2.new(0.565564096, 0, 0.672098398, 0)
  710. wsre.Size = UDim2.new(0, 123, 0, 50)
  711. wsre.Font = Enum.Font.SourceSans
  712. wsre.Text = "Reset"
  713. wsre.TextColor3 = Color3.fromRGB(0, 0, 0)
  714. wsre.TextScaled = true
  715. wsre.TextSize = 14.000
  716. wsre.TextWrapped = true
  717. wsre.MouseButton1Click:Connect(function()
  718. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  719. end)
  720.  
  721. setws.Name = "setws"
  722. setws.Parent = wsframe
  723. setws.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  724. setws.Position = UDim2.new(0.0608349368, 0, 0.672098339, 0)
  725. setws.Size = UDim2.new(0, 123, 0, 50)
  726. setws.Font = Enum.Font.SourceSans
  727. setws.Text = "Set Walk Speed Value"
  728. setws.TextColor3 = Color3.fromRGB(0, 0, 0)
  729. setws.TextScaled = true
  730. setws.TextSize = 14.000
  731. setws.TextWrapped = true
  732. setws.MouseButton1Click:Connect(function()
  733. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = wsinput.text
  734. end)
  735.  
  736. -- Jump Power
  737.  
  738. jp.Name = "jp"
  739. jp.Parent = functions
  740. jp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  741. jp.Position = UDim2.new(0.0847457647, 0, 0.509433985, 0)
  742. jp.Size = UDim2.new(0, 71, 0, 42)
  743. jp.Font = Enum.Font.SourceSans
  744. jp.Text = "Jump Power"
  745. jp.TextColor3 = Color3.fromRGB(0, 0, 0)
  746. jp.TextScaled = true
  747. jp.TextSize = 14.000
  748. jp.TextWrapped = true
  749. jp.MouseButton1Click:Connect(function()
  750. wsframe.Visible = false
  751. adfr.Visible = false
  752. teleport.Visible = false
  753. jpframe.Visible = true
  754. credits.Visible = false
  755. scripts.Visible = false
  756. instructions.Visible = false
  757. guis.Visible = false
  758. ijump.Visible = false
  759. btools.Visible = false
  760. Fly.Visible = false
  761. tpto.Visible = false
  762. noclip.Visible = false
  763. end)
  764.  
  765. jpframe.Name = "jpframe"
  766. jpframe.Parent = jp
  767. jpframe.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  768. jpframe.BorderSizePixel = 0
  769. jpframe.Position = UDim2.new(-0.254013628, 0, -2.71428561, 0)
  770. jpframe.Size = UDim2.new(0, 290, 0, 198)
  771. jpframe.Visible = false
  772.  
  773. setjp.Name = "setjp"
  774. setjp.Parent = jpframe
  775. setjp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  776. setjp.Position = UDim2.new(0.0608349368, 0, 0.672098339, 0)
  777. setjp.Size = UDim2.new(0, 123, 0, 50)
  778. setjp.Font = Enum.Font.SourceSans
  779. setjp.Text = "Set Jump Power"
  780. setjp.TextColor3 = Color3.fromRGB(0, 0, 0)
  781. setjp.TextScaled = true
  782. setjp.TextSize = 14.000
  783. setjp.TextWrapped = true
  784. setjp.MouseButton1Click:Connect(function()
  785. game.Players.LocalPlayer.Character.Humanoid.JumpPower = jpinput.Text
  786. end)
  787.  
  788. jpre.Name = "jpre"
  789. jpre.Parent = jpframe
  790. jpre.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  791. jpre.Position = UDim2.new(0.565564096, 0, 0.672098398, 0)
  792. jpre.Size = UDim2.new(0, 123, 0, 50)
  793. jpre.Font = Enum.Font.SourceSans
  794. jpre.Text = "Reset"
  795. jpre.TextColor3 = Color3.fromRGB(0, 0, 0)
  796. jpre.TextScaled = true
  797. jpre.TextSize = 14.000
  798. jpre.TextWrapped = true
  799. jpre.MouseButton1Click:Connect(function()
  800. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  801. end)
  802.  
  803. jpback.Name = "jpback"
  804. jpback.Parent = jpframe
  805. jpback.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  806. jpback.Position = UDim2.new(0.03125, 0, 0.0424528308, 0)
  807. jpback.Size = UDim2.new(0, 22, 0, 22)
  808. jpback.Font = Enum.Font.SourceSans
  809. jpback.Text = "X"
  810. jpback.TextColor3 = Color3.fromRGB(255, 255, 255)
  811. jpback.TextScaled = true
  812. jpback.TextSize = 14.000
  813. jpback.TextWrapped = true
  814. jpback.MouseButton1Click:Connect(function()
  815. wsframe.Visible = false
  816. adfr.Visible = false
  817. teleport.Visible = false
  818. jpframe.Visible = false
  819. credits.Visible = false
  820. scripts.Visible = false
  821. instructions.Visible = false
  822. guis.Visible = false
  823. ijump.Visible = true
  824. btools.Visible = true
  825. Fly.Visible = true
  826. tpto.Visible = true
  827. noclip.Visible = true
  828. end)
  829.  
  830. jpinput.Name = "jpinput"
  831. jpinput.Parent = jpframe
  832. jpinput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  833. jpinput.Position = UDim2.new(0.196374625, 0, 0.267676771, 0)
  834. jpinput.Size = UDim2.new(0, 200, 0, 50)
  835. jpinput.Font = Enum.Font.SourceSans
  836. jpinput.Text = "Enter Desired Power Value"
  837. jpinput.TextColor3 = Color3.fromRGB(255, 255, 255)
  838. jpinput.TextSize = 20.000
  839.  
  840. --
  841.  
  842. btools.Name = "btools"
  843. btools.Parent = functions
  844. btools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  845. btools.Position = UDim2.new(0.51977402, 0, 0.26886791, 0)
  846. btools.Size = UDim2.new(0, 58, 0, 38)
  847. btools.Font = Enum.Font.SourceSans
  848. btools.Text = "BTools"
  849. btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  850. btools.TextScaled = true
  851. btools.TextSize = 14.000
  852. btools.TextWrapped = true
  853. btools.MouseButton1Click:Connect(function()
  854. btools.TextColor3 = Color3.fromRGB(0, 255, 50)
  855. btools.Text = "Loading"
  856. wait(0.5)
  857. btools.Text = "Loading."
  858. wait(0.5)
  859. btools.Text = "Loading.."
  860. wait(0.5)
  861. btools.Text = "Checking..."
  862. wait(1)
  863. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  864. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  865. if child.ClassName == "Part" then
  866. child.Locked = false
  867. end
  868. if child.ClassName == "MeshPart" then
  869. child.Locked = false
  870. end
  871. if child.ClassName == "UnionOperation" then
  872. child.Locked = false
  873. end
  874. if child.ClassName == "Model" then
  875. for index, chil in pairs(child:GetChildren()) do
  876. if chil.ClassName == "Part" then
  877. chil.Locked = false
  878. end
  879. if chil.ClassName == "MeshPart" then
  880. chil.Locked = false
  881. end
  882. if chil.ClassName == "UnionOperation" then
  883. chil.Locked = false
  884. end
  885. if chil.ClassName == "Model" then
  886. for index, childe in pairs(chil:GetChildren()) do
  887. if childe.ClassName == "Part" then
  888. childe.Locked = false
  889. end
  890. if childe.ClassName == "MeshPart" then
  891. childe.Locked = false
  892. end
  893. if childe.ClassName == "UnionOperation" then
  894. childe.Locked = false
  895. end
  896. if childe.ClassName == "Model" then
  897. for index, childeo in pairs(childe:GetChildren()) do
  898. if childeo.ClassName == "Part" then
  899. childeo.Locked = false
  900. end
  901. if childeo.ClassName == "MeshPart" then
  902. childeo.Locked = false
  903. end
  904. if childeo.ClassName == "UnionOperation" then
  905. childeo.Locked = false
  906. end
  907. if childeo.ClassName == "Model" then
  908. end
  909. end
  910. end
  911. end
  912. end
  913. end
  914. end
  915. end
  916. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  917. c.BinType = Enum.BinType.Hammer
  918. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  919. c.BinType = Enum.BinType.Clone
  920. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  921. c.BinType = Enum.BinType.Grab
  922.  
  923. btools.Text = "Loaded!"
  924. wait(2)
  925. btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  926. btools.Text = "BTools"
  927. end)
  928.  
  929. ijump.Name = "ijump"
  930. ijump.Parent = functions
  931. ijump.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  932. ijump.Position = UDim2.new(0.310734451, 0, 0.26886791, 0)
  933. ijump.Size = UDim2.new(0, 67, 0, 38)
  934. ijump.Font = Enum.Font.SourceSans
  935. ijump.Text = "Infinite Jump"
  936. ijump.TextColor3 = Color3.fromRGB(0, 0, 0)
  937. ijump.TextScaled = true
  938. ijump.TextSize = 14.000
  939. ijump.TextWrapped = true
  940. ijump.MouseButton1Click:Connect(function()
  941. ijump.TextColor3 = Color3.fromRGB(0, 255, 50)
  942. ijump.Text = "Loading"
  943. wait(0.5)
  944. ijump.Text = "Loading."
  945. wait(0.5)
  946. ijump.Text = "Loading.."
  947. wait(0.5)
  948. ijump.Text = "Loading..."
  949. wait(0.5)
  950. ijump.Text = "Checking..."
  951. wait(1)
  952. loadstring(game:HttpGet("https://pastebin.com/raw/HQsQysa8", true))()
  953. ijump.Text = "Loaded!"
  954. wait(2)
  955. ijump.TextColor3 = Color3.fromRGB(0, 0, 0)
  956. ijump.Text = "Infinite Jump"
  957. end)
  958.  
  959. -- Fly
  960.  
  961. Fly.Name = "Fly"
  962. Fly.Parent = functions
  963. Fly.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  964. Fly.Position = UDim2.new(0.51977402, 0, 0.509433985, 0)
  965. Fly.Size = UDim2.new(0, 58, 0, 42)
  966. Fly.Font = Enum.Font.SourceSans
  967. Fly.Text = "Fly"
  968. Fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  969. Fly.TextScaled = true
  970. Fly.TextSize = 14.000
  971. Fly.TextWrapped = true
  972. Fly.MouseButton1Click:Connect(function()
  973. wsframe.Visible = false
  974. flyframe.Visible = true
  975. adfr.Visible = false
  976. teleport.Visible = false
  977. jpframe.Visible = false
  978. credits.Visible = false
  979. scripts.Visible = false
  980. instructions.Visible = false
  981. guis.Visible = false
  982. noclip.Visible = false
  983. tpto.Visible = false
  984. end)
  985.  
  986. flyframe.Name = "flyframe"
  987. flyframe.Parent = Fly
  988. flyframe.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  989. flyframe.BorderSizePixel = 0
  990. flyframe.Position = UDim2.new(-3.02451181, 0, -2.35714293, 0)
  991. flyframe.Size = UDim2.new(0, 335, 0, 212)
  992. flyframe.Visible = false
  993.  
  994. r6.Name = "r6"
  995. r6.Parent = flyframe
  996. r6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  997. r6.Position = UDim2.new(0.194029853, 0, 0.226415098, 0)
  998. r6.Size = UDim2.new(0, 200, 0, 38)
  999. r6.Font = Enum.Font.SourceSans
  1000. r6.Text = "R6 Fly"
  1001. r6.TextColor3 = Color3.fromRGB(0, 0, 0)
  1002. r6.TextScaled = true
  1003. r6.TextSize = 14.000
  1004. r6.TextWrapped = true
  1005. r6.MouseButton1Click:Connect(function()
  1006. r6.TextColor3 = Color3.fromRGB(0, 255, 50)
  1007. r6.Text = "Loading"
  1008. wait(0.5)
  1009. r6.Text = "Loading."
  1010. wait(0.5)
  1011. r6.Text = "Loading.."
  1012. wait(0.5)
  1013. r6.Text = "Loading..."
  1014. wait(0.5)
  1015. r6.Text = "Checking..."
  1016. wait(1)
  1017. repeat wait()
  1018. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Head") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1019. local mouse = game.Players.LocalPlayer:GetMouse()
  1020. repeat wait() until mouse
  1021. local plr = game.Players.LocalPlayer
  1022. local torso = plr.Character.Head
  1023. local flying = false
  1024. local deb = true
  1025. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1026. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1027. local maxspeed = 400
  1028. local speed = 5000
  1029.  
  1030. function Fly()
  1031. local bg = Instance.new("BodyGyro", torso)
  1032. bg.P = 9e4
  1033. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1034. bg.cframe = torso.CFrame
  1035. local bv = Instance.new("BodyVelocity", torso)
  1036. bv.velocity = Vector3.new(0,0.1,0)
  1037. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1038. repeat wait()
  1039. plr.Character.Humanoid.PlatformStand = true
  1040. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1041. speed = speed+.5+(speed/maxspeed)
  1042. if speed > maxspeed then
  1043. speed = maxspeed
  1044. end
  1045. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1046. speed = speed-1
  1047. if speed < 0 then
  1048. speed = 0
  1049. end
  1050. end
  1051. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1052. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1053. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1054. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1055. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1056. else
  1057. bv.velocity = Vector3.new(0,0.1,0)
  1058. end
  1059. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1060. until not flying
  1061. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1062. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1063. speed = 0
  1064. bg:Destroy()
  1065. bv:Destroy()
  1066. plr.Character.Humanoid.PlatformStand = false
  1067. end
  1068. mouse.KeyDown:connect(function(key)
  1069. if key:lower() == "f" then
  1070. if flying then flying = false
  1071. else
  1072. flying = true
  1073. Fly()
  1074. end
  1075. elseif key:lower() == "w" then
  1076. ctrl.f = 1
  1077. elseif key:lower() == "s" then
  1078. ctrl.b = -1
  1079. elseif key:lower() == "a" then
  1080. ctrl.l = -1
  1081. elseif key:lower() == "d" then
  1082. ctrl.r = 1
  1083. end
  1084. end)
  1085. mouse.KeyUp:connect(function(key)
  1086. if key:lower() == "w" then
  1087. ctrl.f = 0
  1088. elseif key:lower() == "s" then
  1089. ctrl.b = 0
  1090. elseif key:lower() == "a" then
  1091. ctrl.l = 0
  1092. elseif key:lower() == "d" then
  1093. ctrl.r = 0
  1094. end
  1095. end)
  1096. Fly()
  1097. r6.Text = "Loaded!"
  1098. wait(2)
  1099. r6.TextColor3 = Color3.fromRGB(0, 0, 0)
  1100. r6.Text = "R6 Fly"
  1101. end)
  1102. -- r15 fly
  1103.  
  1104. r15.Name = "r15"
  1105. r15.Parent = flyframe
  1106. r15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1107. r15.Position = UDim2.new(0.194029853, 0, 0.485849053, 0)
  1108. r15.Size = UDim2.new(0, 200, 0, 34)
  1109. r15.Font = Enum.Font.SourceSans
  1110. r15.Text = "R15 Fly"
  1111. r15.TextColor3 = Color3.fromRGB(0, 0, 0)
  1112. r15.TextScaled = true
  1113. r15.TextSize = 14.000
  1114. r15.TextWrapped = true
  1115. r15.MouseButton1Click:Connect(function()
  1116. r15frame.Visible = true
  1117. flyback.Visible = false
  1118. demon.Visible = false
  1119. end)
  1120.  
  1121. r15frame.Name = "r15frame"
  1122. r15frame.Parent = r15
  1123. r15frame.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  1124. r15frame.Position = UDim2.new(-0.230000004, 0, -2.55882359, 0)
  1125. r15frame.BorderColor3 = Color3.fromRGB(62, 62, 62)
  1126. r15frame.Size = UDim2.new(0, 299, 0, 183)
  1127. r15frame.Visible = false
  1128.  
  1129. r15on.Name = "r15on"
  1130. r15on.Parent = r15frame
  1131. r15on.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
  1132. r15on.Position = UDim2.new(0.284280926, 0, 0.174863383, 0)
  1133. r15on.Size = UDim2.new(0, 129, 0, 43)
  1134. r15on.Font = Enum.Font.SourceSans
  1135. r15on.Text = "Toggle ON"
  1136. r15on.TextScaled = true
  1137. r15on.TextColor3 = Color3.fromRGB(255, 255, 255)
  1138. r15on.TextSize = 14.000
  1139. r15on.MouseButton1Click:Connect(function()
  1140. loadstring(game:HttpGet("https://pastebin.com/raw/D6iJWXLm", true))()
  1141. end)
  1142.  
  1143. r15off.Name = "r15off"
  1144. r15off.Parent = r15frame
  1145. r15off.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1146. r15off.Position = UDim2.new(0.277591974, 0, 0.535519123, 0)
  1147. r15off.Size = UDim2.new(0, 134, 0, 37)
  1148. r15off.Font = Enum.Font.SourceSans
  1149. r15off.Text = "Toggle OFF"
  1150. r15off.TextColor3 = Color3.fromRGB(255, 255, 255)
  1151. r15off.TextSize = 14.000
  1152. r15off.TextScaled = true
  1153. r15off.MouseButton1Click:Connect(function()
  1154. loadstring(game:HttpGet("https://pastebin.com/raw/82w7CzCL", true))()
  1155. end)
  1156.  
  1157. r15back.Name = "r15back"
  1158. r15back.Parent = r15frame
  1159. r15back.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1160. r15back.Size = UDim2.new(0, 22, 0, 22)
  1161. r15back.Font = Enum.Font.SourceSans
  1162. r15back.Text = "X"
  1163. r15back.TextColor3 = Color3.fromRGB(255, 255, 255)
  1164. r15back.TextScaled = true
  1165. r15back.TextSize = 14.000
  1166. r15back.TextWrapped = true
  1167. r15back.MouseButton1Click:Connect(function()
  1168. r15frame.Visible = false
  1169. flyback.Visible = true
  1170. flyframe.Visible = true
  1171. demon.Visible = true
  1172. end)
  1173.  
  1174. --
  1175.  
  1176. demon.Name = "demon"
  1177. demon.Parent = flyframe
  1178. demon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1179. demon.Position = UDim2.new(0.194029853, 0, 0.73113209, 0)
  1180. demon.Size = UDim2.new(0, 200, 0, 34)
  1181. demon.Font = Enum.Font.SourceSans
  1182. demon.Text = "Demonic Fly"
  1183. demon.TextColor3 = Color3.fromRGB(0, 0, 0)
  1184. demon.TextScaled = true
  1185. demon.TextSize = 14.000
  1186. demon.TextWrapped = true
  1187. demon.MouseButton1Click:Connect(function()
  1188. demon.TextColor3 = Color3.fromRGB(0, 255, 50)
  1189. demon.Text = "Loading"
  1190. wait(0.5)
  1191. demon.Text = "Loading."
  1192. wait(0.5)
  1193. demon.Text = "Loading.."
  1194. wait(0.5)
  1195. demon.Text = "Loading..."
  1196. wait(0.5)
  1197. demon.Text = "Checking..."
  1198. wait(1)
  1199. loadstring(game:HttpGet("https://pastebin.com/raw/i0bF06V2", true))()
  1200. demon.Text = "Loaded!"
  1201. wait(2)
  1202. demon.TextColor3 = Color3.fromRGB(0, 0, 0)
  1203. demon.Text = "Demonic Fly"
  1204. end)
  1205.  
  1206. flyback.Name = "flyback"
  1207. flyback.Parent = flyframe
  1208. flyback.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1209. flyback.Size = UDim2.new(0, 22, 0, 22)
  1210. flyback.Font = Enum.Font.SourceSans
  1211. flyback.Text = "X"
  1212. flyback.TextColor3 = Color3.fromRGB(255, 255, 255)
  1213. flyback.TextScaled = true
  1214. flyback.TextSize = 14.000
  1215. flyback.TextWrapped = true
  1216. flyback.MouseButton1Click:Connect(function()
  1217. wsframe.Visible = false
  1218. flyframe.Visible = false
  1219. adfr.Visible = false
  1220. teleport.Visible = false
  1221. jpframe.Visible = false
  1222. credits.Visible = false
  1223. scripts.Visible = false
  1224. instructions.Visible = false
  1225. guis.Visible = false
  1226. noclip.Visible = true
  1227. tpto.Visible = true
  1228. end)
  1229.  
  1230. noclip.Name = "noclip"
  1231. noclip.Parent = functions
  1232. noclip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1233. noclip.Position = UDim2.new(0.697740078, 0, 0.26886791, 0)
  1234. noclip.Size = UDim2.new(0, 72, 0, 38)
  1235. noclip.Font = Enum.Font.SourceSans
  1236. noclip.Text = "NoClip"
  1237. noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  1238. noclip.TextScaled = true
  1239. noclip.TextSize = 14.000
  1240. noclip.TextWrapped = true
  1241. noclip.MouseButton1Click:Connect(function()
  1242. noclip.TextColor3 = Color3.fromRGB(0, 255, 50)
  1243. noclip.Text = "Loading"
  1244. wait(0.5)
  1245. noclip.Text = "Loading."
  1246. wait(0.5)
  1247. noclip.Text = "Checking.."
  1248. wait(0.2)
  1249. noclip.Text = "Checking..."
  1250. wait(1)
  1251. game:GetService('RunService').Stepped:connect(function()
  1252. if noclip then
  1253. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1254. end
  1255. end)
  1256. plr = game.Players.LocalPlayer
  1257. mouse = plr:GetMouse()
  1258. mouse.KeyDown:connect(function(key)
  1259.  
  1260. if key == "e" then
  1261. noclip = not noclip
  1262. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1263. end
  1264. end)
  1265. noclip.Text = "Loaded!"
  1266. wait(1)
  1267. noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  1268. noclip.Text = "NoClip"
  1269. end)
  1270.  
  1271. -- Teleport
  1272.  
  1273. tpto.Name = "tpto"
  1274. tpto.Parent = functions
  1275. tpto.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1276. tpto.Position = UDim2.new(0.697740138, 0, 0.509433985, 0)
  1277. tpto.Size = UDim2.new(0, 72, 0, 42)
  1278. tpto.Font = Enum.Font.SourceSans
  1279. tpto.Text = "Teleport"
  1280. tpto.TextColor3 = Color3.fromRGB(0, 0, 0)
  1281. tpto.TextScaled = true
  1282. tpto.TextSize = 14.000
  1283. tpto.TextWrapped = true
  1284. tpto.MouseButton1Click:Connect(function()
  1285. wsframe.Visible = false
  1286. adfr.Visible = false
  1287. teleport.Visible = true
  1288. jpframe.Visible = false
  1289. credits.Visible = false
  1290. scripts.Visible = false
  1291. instructions.Visible = false
  1292. guis.Visible = false
  1293. end)
  1294.  
  1295. teleport.Name = "teleport"
  1296. teleport.Parent = tpto
  1297. teleport.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  1298. teleport.BorderSizePixel = 0
  1299. teleport.Position = UDim2.new(-3.29166675, 0, -1.66666663, 0)
  1300. teleport.Size = UDim2.new(0, 333, 0, 167)
  1301. teleport.Visible = false
  1302.  
  1303. tpset.Name = "tpset"
  1304. tpset.Parent = teleport
  1305. tpset.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1306. tpset.Position = UDim2.new(0.198198199, 0, 0.598802388, 0)
  1307. tpset.Size = UDim2.new(0, 200, 0, 50)
  1308. tpset.Font = Enum.Font.SourceSans
  1309. tpset.Text = "Teleport To Player"
  1310. tpset.TextColor3 = Color3.fromRGB(0, 0, 0)
  1311. tpset.TextScaled = true
  1312. tpset.TextSize = 14.000
  1313. tpset.TextWrapped = true
  1314. tpset.MouseButton1Click:Connect(function()
  1315. local Victim = tpinput.Text
  1316. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Victim].Character.HumanoidRootPart.CFrame
  1317. end)
  1318.  
  1319. tpinput.Name = "tpinput"
  1320. tpinput.Parent = teleport
  1321. tpinput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1322. tpinput.Position = UDim2.new(0.2012012, 0, 0.155688614, 0)
  1323. tpinput.Size = UDim2.new(0, 200, 0, 50)
  1324. tpinput.Font = Enum.Font.SourceSans
  1325. tpinput.Text = "Enter player username"
  1326. tpinput.TextColor3 = Color3.fromRGB(255, 255, 255)
  1327. tpinput.TextSize = 20.000
  1328.  
  1329. tpback.Name = "tpback"
  1330. tpback.Parent = teleport
  1331. tpback.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1332. jpback.Position = UDim2.new(0.03125, 0, 0.0424528308, 0)
  1333. tpback.Size = UDim2.new(0, 22, 0, 22)
  1334. tpback.Font = Enum.Font.SourceSans
  1335. tpback.Text = "X"
  1336. tpback.TextColor3 = Color3.fromRGB(255, 255, 255)
  1337. tpback.TextScaled = true
  1338. tpback.TextSize = 14.000
  1339. tpback.TextWrapped = true
  1340. tpback.MouseButton1Click:Connect(function()
  1341. wsframe.Visible = false
  1342. adfr.Visible = false
  1343. teleport.Visible = false
  1344. jpframe.Visible = false
  1345. credits.Visible = false
  1346. scripts.Visible = false
  1347. instructions.Visible = false
  1348. guis.Visible = false
  1349. end)
  1350.  
  1351. -- Main Menu button
  1352.  
  1353. mainbtn.Name = "mainbtn"
  1354. mainbtn.Parent = main
  1355. mainbtn.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  1356. mainbtn.Position = UDim2.new(0.0335686356, 0, 0.832669318, 0)
  1357. mainbtn.Size = UDim2.new(0, 44, 0, 33)
  1358. mainbtn.Font = Enum.Font.SourceSans
  1359. mainbtn.Text = "Main"
  1360. mainbtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  1361. mainbtn.TextScaled = true
  1362. mainbtn.TextSize = 14.000
  1363. mainbtn.TextWrapped = true
  1364. mainbtn.MouseButton1Click:Connect(function()
  1365. credits.Visible = false
  1366. adfr.Visible = true
  1367. scripts.Visible = false
  1368. instructions.Visible = false
  1369. guis.Visible = false
  1370. functions.Visible = false
  1371. title.Visible = false
  1372. end)
  1373.  
  1374. -- Storm GUI picture frame
  1375.  
  1376. adfr.Name = "adfr"
  1377. adfr.Parent = main
  1378. adfr.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1379. adfr.Position = UDim2.new(0.209494457, 0, 0.260488272, 0)
  1380. adfr.Size = UDim2.new(0, 214, 0, 100)
  1381.  
  1382. ad.Name = "ad"
  1383. ad.Parent = adfr
  1384. ad.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1385. ad.BackgroundTransparency = 1.000
  1386. ad.Position = UDim2.new(-0.00173148513, 0, -9.31322575e-09, 0)
  1387. ad.Size = UDim2.new(0, 215, 0, 99)
  1388. ad.Font = Enum.Font.Code
  1389. ad.Text = "Storm GUI"
  1390. ad.TextColor3 = Color3.fromRGB(0, 0, 0)
  1391. ad.TextScaled = true
  1392. ad.TextSize = 14.000
  1393. ad.TextWrapped = true
  1394.  
  1395. -- Welcome ( Parent : Main )
  1396.  
  1397. welcome.Name = "welcome"
  1398. welcome.Parent = adfr
  1399. welcome.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1400. welcome.BackgroundTransparency = 1.000
  1401. welcome.BorderSizePixel = 0
  1402. welcome.Position = UDim2.new(-0.257009357, 0, 1.05999994, 0)
  1403. welcome.Size = UDim2.new(0, 312, 0, 50)
  1404. welcome.Font = Enum.Font.SourceSans
  1405. welcome.Text = "Welcome, good to see you..."
  1406. welcome.TextColor3 = Color3.fromRGB(255, 255, 255)
  1407. welcome.TextSize = 14.000
  1408.  
  1409. -- Instructions
  1410.  
  1411. infobtn.Name = "infobtn"
  1412. infobtn.Parent = main
  1413. infobtn.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  1414. infobtn.Position = UDim2.new(0.186959252, 0, 0.832669318, 0)
  1415. infobtn.Size = UDim2.new(0, 44, 0, 33)
  1416. infobtn.Font = Enum.Font.SourceSans
  1417. infobtn.Text = "Instructions"
  1418. infobtn.TextColor3 = Color3.fromRGB(255, 255, 255)
  1419. infobtn.TextScaled = true
  1420. infobtn.TextSize = 14.000
  1421. infobtn.TextWrapped = true
  1422. infobtn.MouseButton1Click:Connect(function()
  1423. credits.Visible = false
  1424. scripts.Visible = false
  1425. instructions.Visible = true
  1426. guis.Visible = false
  1427. functions.Visible = false
  1428. title.Visible = false
  1429. end)
  1430.  
  1431. instructions.Name = "instructions"
  1432. instructions.Parent = infobtn
  1433. instructions.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  1434. instructions.BorderSizePixel = 0
  1435. instructions.Position = UDim2.new(-1.23758352, 0, -6.5151515, 0)
  1436. instructions.Size = UDim2.new(0, 331, 0, 201)
  1437. instructions.Visible = false
  1438.  
  1439. infoijump.Name = "infoijump"
  1440. infoijump.Parent = instructions
  1441. infoijump.BackgroundColor3 = Color3.fromRGB(62,62,62)
  1442. infoijump.BorderSizePixel = 0
  1443. infoijump.Position = UDim2.new(0, 0, 0.820895493, 0)
  1444. infoijump.Size = UDim2.new(0, 254, 0, 36)
  1445. infoijump.Font = Enum.Font.SourceSans
  1446. infoijump.Text = "- To use Infinite Jump press [R] to toggle off and to toggle on. Then spam [SPACE]."
  1447. infoijump.TextColor3 = Color3.fromRGB(255, 255, 255)
  1448. infoijump.TextScaled = true
  1449. infoijump.TextSize = 10.000
  1450. infoijump.TextWrapped = true
  1451.  
  1452. infofly.Name = "infofly"
  1453. infofly.Parent = instructions
  1454. infofly.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  1455. infofly.BorderSizePixel = 0
  1456. infofly.Position = UDim2.new(0, 0, 0.144278601, 0)
  1457. infofly.Size = UDim2.new(0, 254, 0, 47)
  1458. infofly.Font = Enum.Font.SourceSans
  1459. infofly.Text = "- To use Fly press [F] to toggle on and [F] to toggle off, Do not use Fly and Noclip at the same time."
  1460. infofly.TextColor3 = Color3.fromRGB(255, 255, 255)
  1461. infofly.TextScaled = true
  1462. infofly.TextSize = 14.000
  1463. infofly.TextWrapped = true
  1464.  
  1465. infoctp.Name = "infoctp"
  1466. infoctp.Parent = instructions
  1467. infoctp.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  1468. infoctp.BorderSizePixel = 0
  1469. infoctp.Position = UDim2.new(0, 0, 0.378109455, 0)
  1470. infoctp.Size = UDim2.new(0, 254, 0, 46)
  1471. infoctp.Font = Enum.Font.SourceSans
  1472. infoctp.Text = "- To use Click Teleport hold [CTRL] point your mouse cursor at the position where you want to teleport to then click."
  1473. infoctp.TextColor3 = Color3.fromRGB(255, 255, 255)
  1474. infoctp.TextScaled = true
  1475. infoctp.TextSize = 14.000
  1476. infoctp.TextWrapped = true
  1477.  
  1478. infodemon.Name = "infodemon"
  1479. infodemon.Parent = instructions
  1480. infodemon.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  1481. infodemon.BorderSizePixel = 0
  1482. infodemon.Position = UDim2.new(0, 0, 0.606965184, 0)
  1483. infodemon.Size = UDim2.new(0, 254, 0, 43)
  1484. infodemon.Font = Enum.Font.SourceSans
  1485. infodemon.Text = "- To use Demonic Fly equip the tool provided in your backpack, aim your mouse at the position where you want to fly to and hold [MB1]."
  1486. infodemon.TextColor3 = Color3.fromRGB(255, 255, 255)
  1487. infodemon.TextScaled = true
  1488. infodemon.TextSize = 14.000
  1489. infodemon.TextWrapped = true
  1490.  
  1491. infonoclip.Name = "infonoclip"
  1492. infonoclip.Parent = instructions
  1493. infonoclip.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  1494. infonoclip.BorderSizePixel = 0
  1495. infonoclip.Size = UDim2.new(0, 254, 0, 29)
  1496. infonoclip.Font = Enum.Font.SourceSans
  1497. infonoclip.Text = "- To use NoClip press [E] to toggle on and [E] to toggle off."
  1498. infonoclip.TextColor3 = Color3.fromRGB(255, 255, 255)
  1499. infonoclip.TextScaled = true
  1500. infonoclip.TextSize = 14.000
  1501. infonoclip.TextWrapped = true
  1502.  
  1503. -- Title ( " Storm GUI " )
  1504.  
  1505. title.Name = "title"
  1506. title.Parent = main
  1507. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1508. title.BackgroundTransparency = 1.000
  1509. title.BorderSizePixel = 0
  1510. title.Position = UDim2.new(0, 0, 0.0901165679, 0)
  1511. title.Size = UDim2.new(0, 355, 0, 38)
  1512. title.Visible = false
  1513. title.Font = Enum.Font.SourceSans
  1514. title.Text = "Storm GUI"
  1515. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  1516. title.TextScaled = true
  1517. title.TextSize = 14.000
  1518. title.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement