Vzurxy

Untitled

Jul 16th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.72 KB | None | 0 0
  1. local WS = 35 -- Change 35 to a number you want your speed to be when you click the walkspeed change button
  2. local Lesbian = Instance.new("ScreenGui")
  3. local continue = Instance.new("Frame")
  4. local continue2 = Instance.new("TextButton")
  5. local detail = Instance.new("Frame")
  6. local detail2 = Instance.new("ImageLabel")
  7. local change = Instance.new("TextLabel")
  8. local credits = Instance.new("TextLabel")
  9. local page1 = Instance.new("Frame")
  10. local zombied = Instance.new("TextButton")
  11. local yolo = Instance.new("TextButton")
  12. local exitpage1 = Instance.new("TextButton")
  13. local gamepasses = Instance.new("TextButton")
  14. local god = Instance.new("TextButton")
  15. local reminder = Instance.new("TextButton")
  16. local exittip = Instance.new("TextButton")
  17. local walkspeed = Instance.new("TextButton")
  18. local page2 = Instance.new("TextButton")
  19. local page3 = Instance.new("Frame")
  20. local exitpage2 = Instance.new("TextButton")
  21. local bypassfly = Instance.new("TextButton")
  22. local lvlreq = Instance.new("TextButton")
  23. local oppistol = Instance.new("TextButton")
  24. local finale = Instance.new("TextLabel")
  25.  
  26. click = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  27. click.SoundId = "rbxassetid://224347368"
  28. click.Looped = false
  29. click.Pitch = 1
  30. click.Volume = 0.10
  31.  
  32.  
  33. Lesbian.Name = "Lesbian"
  34. Lesbian.Parent = game.Players.LocalPlayer.PlayerGui
  35. Lesbian.Active = true
  36. Lesbian.Draggable = true
  37. Lesbian.ResetOnSpawn = false
  38.  
  39. continue.Name = "continue"
  40. continue.Parent = Lesbian
  41. continue.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  42. continue.BackgroundTransparency = 0.25
  43. continue.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  44. continue.BorderSizePixel = 0
  45. continue.Position = UDim2.new(0.346702576, 0, 0.199604735, 0)
  46. continue.Size = UDim2.new(0, 233, 0, 274)
  47.  
  48. continue2.Name = "continue2"
  49. continue2.Parent = continue
  50. continue2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  51. continue2.BorderSizePixel = 0
  52. continue2.Position = UDim2.new(0.14592275, 0, 0.762773752, 0)
  53. continue2.Size = UDim2.new(0, 164, 0, 42)
  54. continue2.Font = Enum.Font.SourceSansBold
  55. continue2.Text = "Continue"
  56. continue2.TextColor3 = Color3.new(1, 1, 1)
  57. continue2.TextSize = 14
  58.  
  59. detail.Name = "detail"
  60. detail.Parent = continue
  61. detail.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  62. detail.BorderSizePixel = 0
  63. detail.Size = UDim2.new(0, 233, 0, 12)
  64.  
  65. detail2.Name = "detail2"
  66. detail2.Parent = continue
  67. detail2.BackgroundColor3 = Color3.new(1, 1, 1)
  68. detail2.BorderSizePixel = 0
  69. detail2.Position = UDim2.new(0.0686695278, 0, 0.131386861, 0)
  70. detail2.Size = UDim2.new(0, 200, 0, 157)
  71. detail2.Image = "rbxassetid://1574935100"
  72.  
  73. change.Name = "change"
  74. change.Parent = continue
  75. change.BackgroundColor3 = Color3.new(1, 1, 1)
  76. change.BackgroundTransparency = 1
  77. change.BorderSizePixel = 0
  78. change.Position = UDim2.new(0.0858369097, 0, 0.56934309, 0)
  79. change.Size = UDim2.new(0, 193, 0, 37)
  80. change.Font = Enum.Font.SourceSans
  81. change.Text = "Remember you can drag the GUI, and the GUI will still be there if you die"
  82. change.TextColor3 = Color3.new(1, 1, 1)
  83. change.TextScaled = true
  84. change.TextSize = 14
  85. change.TextWrapped = true
  86. while wait(0.2) do
  87. wait(1)
  88. change.Text = "Scripts go to their respective owners"
  89. wait(2)
  90. change.Text = "You're gay if your still reading this"
  91. wait(2)
  92. change.Text = "Did I say gay?, You're lesbian"
  93. wait(1)
  94. change.Text = "Ok That's it."
  95. wait(3)
  96. change.Text = "print'Easter Egg, even though it's July!'"
  97. wait(5)
  98. change.Text = "Bitch for real stop it"
  99. wait(10)
  100. change.Text = "You're a lesbian if your reading the source code!"
  101. end
  102.  
  103.  
  104. credits.Name = "credits"
  105. credits.Parent = continue
  106. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  107. credits.BackgroundTransparency = 1
  108. credits.BorderSizePixel = 0
  109. credits.Position = UDim2.new(0.0686695278, 0, -0.0766423345, 0)
  110. credits.Size = UDim2.new(0, 200, 0, 52)
  111. credits.Font = Enum.Font.SourceSansBold
  112. credits.Text = "Lesbian | BFN#1711"
  113. credits.TextColor3 = Color3.new(1, 1, 1)
  114. credits.TextSize = 12
  115.  
  116. page1.Name = "page1"
  117. page1.Parent = Lesbian
  118. page1.Active = true
  119. page1.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  120. page1.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  121. page1.BorderSizePixel = 0
  122. page1.Position = UDim2.new(0.661249995, 0, 0.165829152, 0)
  123. page1.Size = UDim2.new(0, 251, 0, 315)
  124. page1.Visible = false
  125. page1.Style = Enum.FrameStyle.DropShadow
  126.  
  127. continue2.MouseButton1Down:connect(function()
  128. page1.Visible = true
  129. page1.Active = true
  130. page1.Draggable = true
  131. page1.ResetOnSpawn = false
  132. continue:Destroy()
  133. end)
  134.  
  135. zombied.Name = "zombied"
  136. zombied.Parent = page1
  137. zombied.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  138. zombied.BackgroundTransparency = 0.5
  139. zombied.BorderSizePixel = 0
  140. zombied.Position = UDim2.new(0.0756972134, 0, 0.418238968, 0)
  141. zombied.Size = UDim2.new(0, 200, 0, 50)
  142. zombied.AutoButtonColor = false
  143. zombied.Font = Enum.Font.SourceSansBold
  144. zombied.Text = "KO Zombies"
  145. zombied.TextColor3 = Color3.new(1, 1, 1)
  146. zombied.TextSize = 14
  147. zombied.MouseButton1Down:connect(function()
  148. local hotkey = "e" -- hotkey to turn it on or off
  149.  
  150. local working = true
  151. game:GetService('Players').LocalPlayer:GetMouse().KeyDown:connect(function(key)
  152. if key == string.lower(hotkey) then
  153. working = not working
  154. end
  155. end)
  156.  
  157. while wait(0.2) do
  158. if working == true then
  159. pcall(function()
  160. local ohthatscomplicated = {
  161. ["Name"] = game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").Name,
  162. ["HumanoidTables"] = {
  163. }
  164. }
  165. for i,v in pairs(workspace[".ZombieStorage"]:GetChildren()) do
  166. local hm = {
  167. ["HeadHits"] = math.huge,
  168. ["THumanoid"] = v:FindFirstChildOfClass('Humanoid'),
  169. ["BodyHits"] = 0
  170. }
  171. table.insert(ohthatscomplicated["HumanoidTables"],hm)
  172. end
  173. pcall(function()
  174. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunControllerAlt.RemoteFunction:InvokeServer(ohthatscomplicated)
  175. end)
  176. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunController.RemoteFunction:InvokeServer(ohthatscomplicated)
  177. end)
  178. end
  179. end
  180. end)
  181. yolo.Name = "change"
  182. yolo.Parent = page1
  183. yolo.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  184. yolo.BackgroundTransparency = 0.5
  185. yolo.BorderSizePixel = 0
  186. yolo.Position = UDim2.new(0.0796812773, 0, 0.0377358571, 0)
  187. yolo.Size = UDim2.new(0, 200, 0, 50)
  188. yolo.AutoButtonColor = false
  189. yolo.Font = Enum.Font.SourceSansBold
  190. yolo.Text = "Level Change"
  191. yolo.TextColor3 = Color3.new(1, 1, 1)
  192. yolo.TextSize = 14
  193.  
  194.  
  195. exitpage1.Name = "exitpage1"
  196. exitpage1.Parent = page1
  197. exitpage1.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  198. exitpage1.BorderSizePixel = 0
  199. exitpage1.Position = UDim2.new(2.98023224e-08, 0, 0.00314465398, 0)
  200. exitpage1.Size = UDim2.new(0, 10, 0, 13)
  201. exitpage1.Font = Enum.Font.SourceSansBold
  202. exitpage1.Text = "X"
  203. exitpage1.TextColor3 = Color3.new(1, 1, 1)
  204. exitpage1.TextSize = 14
  205.  
  206. gamepasses.Name = "gamepasses"
  207. gamepasses.Parent = page1
  208. gamepasses.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  209. gamepasses.BackgroundTransparency = 0.5
  210. gamepasses.BorderSizePixel = 0
  211. gamepasses.Position = UDim2.new(0.0756972134, 0, 0.226415083, 0)
  212. gamepasses.Size = UDim2.new(0, 200, 0, 50)
  213. gamepasses.AutoButtonColor = false
  214. gamepasses.Font = Enum.Font.SourceSansBold
  215. gamepasses.Text = "Get Gamepasses"
  216. gamepasses.TextColor3 = Color3.new(1, 1, 1)
  217. gamepasses.TextSize = 14
  218.  
  219. gamepasses.MouseButton1Down:connect(function()
  220. click:Play()
  221. game.Players.LocalPlayer.Purchased.SpeedyZombie.Value = true
  222. game.Players.LocalPlayer.Purchased.GhostZombie.Value = true
  223. game.Players.LocalPlayer.Purchased.MageZombie.Value = true
  224. game.Players.LocalPlayer.Purchased.ToxicZombie.Value = true
  225. game.Players.LocalPlayer.Purchased.LightweightZombie.Value = true
  226. game.Players.LocalPlayer.Purchased.CombatZombie.Value = true
  227. game.Players.LocalPlayer.Purchased.CombustionZombie.Value = true
  228. game.Players.LocalPlayer.Purchased.BoomBox.Value = true
  229. game.Players.LocalPlayer.Purchased.BoomBoxPlus.Value = true
  230. end)
  231.  
  232. god.Name = "god"
  233. god.Parent = page1
  234. god.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  235. god.BackgroundTransparency = 0.5
  236. god.BorderSizePixel = 0
  237. god.Position = UDim2.new(0.0717131495, 0, 0.616352201, 0)
  238. god.Size = UDim2.new(0, 200, 0, 50)
  239. god.AutoButtonColor = false
  240. god.Font = Enum.Font.SourceSansBold
  241. god.Text = "God | Freeze zombies"
  242. god.TextColor3 = Color3.new(1, 1, 1)
  243. god.TextSize = 14
  244.  
  245. god.MouseButton1Down:connect(function()
  246. click:Play()
  247. local Player = game.Players.LocalPlayer.Character
  248. Player.Humanoid:Remove()
  249. Instance.new('Humanoid',Player)
  250. end)
  251.  
  252.  
  253. reminder.Name = "reminder"
  254. reminder.Parent = page1
  255. reminder.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  256. reminder.BackgroundTransparency = 0.94999998807907
  257. reminder.BorderSizePixel = 0
  258. reminder.Position = UDim2.new(0.0796812773, 0, 0.902515709, 0)
  259. reminder.Size = UDim2.new(0, 200, 0, 27)
  260. reminder.AutoButtonColor = false
  261. reminder.Font = Enum.Font.SourceSansBold
  262. reminder.Text = "Level Change doesn't replicate"
  263. reminder.TextColor3 = Color3.new(1, 1, 1)
  264. reminder.TextSize = 14
  265.  
  266. exittip.Name = "exittip"
  267. exittip.Parent = page1
  268. exittip.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  269. exittip.BorderSizePixel = 0
  270. exittip.Position = UDim2.new(0.880478144, 0, 0.92452836, 0)
  271. exittip.Size = UDim2.new(0, 10, 0, 13)
  272. exittip.Font = Enum.Font.SourceSansBold
  273. exittip.Text = "X"
  274. exittip.TextColor3 = Color3.new(1, 1, 1)
  275. exittip.TextSize = 14
  276.  
  277. exittip.MouseButton1Down:connect(function()
  278. reminder:Destroy()
  279. exittip:Destroy()
  280. end)
  281.  
  282. walkspeed.Name = "walkspeed"
  283. walkspeed.Parent = page1
  284. walkspeed.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  285. walkspeed.BackgroundTransparency = 0.5
  286. walkspeed.BorderSizePixel = 0
  287. walkspeed.Position = UDim2.new(0.0438247025, 0, 0.795597494, 0)
  288. walkspeed.Size = UDim2.new(0, 103, 0, 33)
  289. walkspeed.Font = Enum.Font.SourceSansBold
  290. walkspeed.Text = "WalkSpeed Change"
  291. walkspeed.TextColor3 = Color3.new(1, 1, 1)
  292. walkspeed.TextScaled = true
  293. walkspeed.TextSize = 14
  294. walkspeed.TextWrapped = true
  295.  
  296. walkspeed.MouseButton1Down:connect(function()
  297. click:Play()
  298. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WS
  299. end)
  300.  
  301. page2.Name = "page2"
  302. page2.Parent = page1
  303. page2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  304. page2.BorderSizePixel = 0
  305. page2.Position = UDim2.new(0.54581672, 0, 0.817610085, 0)
  306. page2.Size = UDim2.new(0, 36, 0, 21)
  307. page2.Font = Enum.Font.SourceSansBold
  308. page2.Text = "->"
  309. page2.TextColor3 = Color3.new(1, 1, 1)
  310. page2.TextSize = 14
  311.  
  312. page2.MouseButton1Down:connect(function()
  313. page3.Active = true
  314. page3.Visible = true
  315. page3.Draggable = true
  316. page3.ResetOnSpawn = false
  317. end)
  318.  
  319. page3.Name = "page2"
  320. page3.Parent = Lesbian
  321. page3.Active = false
  322. page3.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  323. page3.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  324. page3.Position = UDim2.new(0.0425000004, 0, 0.180904523, 0)
  325. page3.Size = UDim2.new(0, 223, 0, 299)
  326. page3.Visible = false
  327. page3.Style = Enum.FrameStyle.DropShadow
  328.  
  329. exitpage2.Name = "exitpage2"
  330. exitpage2.Parent = page3
  331. exitpage2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  332. exitpage2.BorderSizePixel = 0
  333. exitpage2.Position = UDim2.new(2.98023224e-08, 0, 0.00314465398, 0)
  334. exitpage2.Size = UDim2.new(0, 10, 0, 13)
  335. exitpage2.Font = Enum.Font.SourceSansBold
  336. exitpage2.Text = "X"
  337. exitpage2.TextColor3 = Color3.new(1, 1, 1)
  338. exitpage2.TextSize = 14
  339.  
  340. exitpage2.MouseButton1Down:connect(function()
  341. page3:Destroy()
  342. end)
  343.  
  344. bypassfly.Name = "bypassfly"
  345. bypassfly.Parent = page3
  346. bypassfly.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  347. bypassfly.BackgroundTransparency = 0.5
  348. bypassfly.BorderSizePixel = 0
  349. bypassfly.Position = UDim2.new(0.0129875615, 0, 0.575708866, 0)
  350. bypassfly.Size = UDim2.new(0, 200, 0, 50)
  351. bypassfly.Font = Enum.Font.SourceSansBold
  352. bypassfly.Text = "Bypass Anti Fly [FE?]"
  353. bypassfly.TextColor3 = Color3.new(1, 1, 1)
  354. bypassfly.TextSize = 14
  355. bypassfly.TextWrapped = true
  356.  
  357. bypassfly.MouseButton1Down:connect(function()
  358. click:Play()
  359. repeat wait()
  360. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  361. local mouse = game.Players.LocalPlayer:GetMouse()
  362. repeat wait() until mouse
  363. local plr = game.Players.LocalPlayer
  364. local chr = plr.Character
  365. local torso = plr.Character.Torso
  366. local flying = true
  367. local deb = true
  368. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  369. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  370. local maxspeed = 50
  371. local speed = 0
  372.  
  373. function Fly()
  374. for i,v in pairs(chr:GetChildren()) do
  375. if v:IsA('BasePart') and v.Name ~= "HumanoidRootPart" then
  376. chr:WaitForChild(v.Name).CollisionGroupId = 99
  377. elseif v:IsA('Accessory') then
  378. for g,c in pairs(v:GetChildren()) do
  379. if c:IsA('BasePart') then
  380. c.CollisionGroupId = 99
  381. end
  382. end
  383. end
  384. end
  385. local bg = Instance.new("BodyGyro", torso)
  386. bg.P = 9e4
  387. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  388. bg.cframe = torso.CFrame
  389. local bv = Instance.new("BodyVelocity", torso)
  390. bv.velocity = Vector3.new(0,0.1,0)
  391. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  392. repeat wait()
  393. plr.Character.Humanoid.PlatformStand = true
  394. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  395. speed = speed+.5+(speed/maxspeed)
  396. if speed > maxspeed then
  397. speed = maxspeed
  398. end
  399. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  400. speed = speed-1
  401. if speed < 0 then
  402. speed = 0
  403. end
  404. end
  405. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  406. 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
  407. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  408. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  409. 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
  410. else
  411. bv.velocity = Vector3.new(0,0.1,0)
  412. end
  413. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  414. until not flying
  415. ctrl = {f = 0, b = 0, l = 0, r = 0}
  416. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  417. speed = 0
  418. bg:Destroy()
  419. bv:Destroy()
  420. plr.Character.Humanoid.PlatformStand = false
  421. for i,v in pairs(chr:GetChildren()) do
  422. if v:IsA('BasePart') and v.Name ~= "HumanoidRootPart" then
  423. chr:WaitForChild(v.Name).CollisionGroupId = 0
  424. elseif v:IsA('Accessory') then
  425. for g,c in pairs(v:GetChildren()) do
  426. if c:IsA('BasePart') then
  427. c.CollisionGroupId = 0
  428. end
  429. end
  430. end
  431. end
  432. end
  433. mouse.KeyDown:connect(function(key)
  434. if key:lower() == "e" then
  435. if flying then flying = false
  436. else
  437. flying = true
  438. Fly()
  439. end
  440. elseif key:lower() == "w" then
  441. ctrl.f = 1
  442. elseif key:lower() == "s" then
  443. ctrl.b = -1
  444. elseif key:lower() == "a" then
  445. ctrl.l = -1
  446. elseif key:lower() == "d" then
  447. ctrl.r = 1
  448. end
  449. end)
  450. mouse.KeyUp:connect(function(key)
  451. if key:lower() == "w" then
  452. ctrl.f = 0
  453. elseif key:lower() == "s" then
  454. ctrl.b = 0
  455. elseif key:lower() == "a" then
  456. ctrl.l = 0
  457. elseif key:lower() == "d" then
  458. ctrl.r = 0
  459. end
  460. end)
  461. Fly()
  462. end)
  463.  
  464. lvlreq.Name = "lvlreq"
  465. lvlreq.Parent = page3
  466. lvlreq.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  467. lvlreq.BackgroundTransparency = 0.5
  468. lvlreq.BorderSizePixel = 0
  469. lvlreq.Position = UDim2.new(0.0174718667, 0, 0.124203824, 0)
  470. lvlreq.Size = UDim2.new(0, 200, 0, 50)
  471. lvlreq.Font = Enum.Font.SourceSansBold
  472. lvlreq.Text = "Change all guns to level 1 requirement"
  473. lvlreq.TextColor3 = Color3.new(1, 1, 1)
  474. lvlreq.TextSize = 14
  475. lvlreq.TextWrapped = true
  476.  
  477. lvlreq.MouseButton1Down:connect(function()
  478. click:Play()
  479. for i,v in pairs(game.Players.LocalPlayer.Purchased:GetChildren()) do
  480. v.Value=true
  481. end
  482. for i,c in pairs(game.ReplicatedStorage.Weapons:GetChildren()) do
  483. for i,x in pairs(c:GetChildren()) do
  484. if x:FindFirstChild("LevelRequirement") then x.LevelRequirement.Value=1
  485. end
  486. end
  487. end
  488. end)
  489.  
  490. oppistol.Name = "oppistol"
  491. oppistol.Parent = page3
  492. oppistol.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  493. oppistol.BackgroundTransparency = 0.5
  494. oppistol.BorderSizePixel = 0
  495. oppistol.Position = UDim2.new(0.0129875615, 0, 0.368350983, 0)
  496. oppistol.Size = UDim2.new(0, 200, 0, 50)
  497. oppistol.Font = Enum.Font.SourceSansBold
  498. oppistol.Text = "Equip Pistol, then press to boost stats"
  499. oppistol.TextColor3 = Color3.new(1, 1, 1)
  500. oppistol.TextSize = 14
  501. oppistol.TextWrapped = true
  502.  
  503. oppistol.MouseButton1Down:connect(function()
  504. click:Play()
  505. changewalkspeed = true
  506. walkspeed = 17
  507.  
  508. char = game:GetService("Players").LocalPlayer.Character
  509. DISGUN = char:FindFirstChild("Pistol")
  510. if DISGUN then
  511. DISGUN.Configuration.Range.Value = 999999
  512. DISGUN.Configuration.FullAuto.Value = true
  513. DISGUN.Configuration.Spread.Value = 0
  514. DISGUN.Configuration.Burst.Value = 10
  515. DISGUN.Configuration.Damage.Value = 999999
  516. DISGUN.Configuration.Range.Value = 999999
  517. DISGUN.Configuration.Firerate.Value = 80
  518. end
  519. if changewalkspeed then
  520. for i,v in pairs(char:GetChildren()) do
  521. if v.ClassName == "Humanoid" then
  522. v.WalkSpeed = walkspeed
  523. end
  524. end
  525. end
  526. end)
  527.  
  528. finale.Name = "finale"
  529. finale.Parent = page3
  530. finale.BackgroundColor3 = Color3.new(1, 1, 1)
  531. finale.BackgroundTransparency = 1
  532. finale.BorderSizePixel = 0
  533. finale.Position = UDim2.new(0.0134529145, 0, 0.806020081, 0)
  534. finale.Size = UDim2.new(0, 200, 0, 50)
  535. finale.Font = Enum.Font.SourceSansBold
  536. finale.Text = "You have reached the end!"
  537. finale.TextColor3 = Color3.new(1, 1, 1)
  538. finale.TextSize = 14
Add Comment
Please, Sign In to add comment