Advertisement
Vzurxy

Untitled

Jul 15th, 2018
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.74 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. end)
  182. yolo.Name = "change"
  183. yolo.Parent = page1
  184. yolo.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  185. yolo.BackgroundTransparency = 0.5
  186. yolo.BorderSizePixel = 0
  187. yolo.Position = UDim2.new(0.0796812773, 0, 0.0377358571, 0)
  188. yolo.Size = UDim2.new(0, 200, 0, 50)
  189. yolo.AutoButtonColor = false
  190. yolo.Font = Enum.Font.SourceSansBold
  191. yolo.Text = "Level Change"
  192. yolo.TextColor3 = Color3.new(1, 1, 1)
  193. yolo.TextSize = 14
  194.  
  195.  
  196. exitpage1.Name = "exitpage1"
  197. exitpage1.Parent = page1
  198. exitpage1.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  199. exitpage1.BorderSizePixel = 0
  200. exitpage1.Position = UDim2.new(2.98023224e-08, 0, 0.00314465398, 0)
  201. exitpage1.Size = UDim2.new(0, 10, 0, 13)
  202. exitpage1.Font = Enum.Font.SourceSansBold
  203. exitpage1.Text = "X"
  204. exitpage1.TextColor3 = Color3.new(1, 1, 1)
  205. exitpage1.TextSize = 14
  206.  
  207. gamepasses.Name = "gamepasses"
  208. gamepasses.Parent = page1
  209. gamepasses.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  210. gamepasses.BackgroundTransparency = 0.5
  211. gamepasses.BorderSizePixel = 0
  212. gamepasses.Position = UDim2.new(0.0756972134, 0, 0.226415083, 0)
  213. gamepasses.Size = UDim2.new(0, 200, 0, 50)
  214. gamepasses.AutoButtonColor = false
  215. gamepasses.Font = Enum.Font.SourceSansBold
  216. gamepasses.Text = "Get Gamepasses"
  217. gamepasses.TextColor3 = Color3.new(1, 1, 1)
  218. gamepasses.TextSize = 14
  219.  
  220. gamepasses.MouseButton1Down:connect(function()
  221. click:Play()
  222. game.Players.LocalPlayer.Purchased.SpeedyZombie.Value = true
  223. game.Players.LocalPlayer.Purchased.GhostZombie.Value = true
  224. game.Players.LocalPlayer.Purchased.MageZombie.Value = true
  225. game.Players.LocalPlayer.Purchased.ToxicZombie.Value = true
  226. game.Players.LocalPlayer.Purchased.LightweightZombie.Value = true
  227. game.Players.LocalPlayer.Purchased.CombatZombie.Value = true
  228. game.Players.LocalPlayer.Purchased.CombustionZombie.Value = true
  229. game.Players.LocalPlayer.Purchased.BoomBox.Value = true
  230. game.Players.LocalPlayer.Purchased.BoomBoxPlus.Value = true
  231. end)
  232.  
  233. god.Name = "god"
  234. god.Parent = page1
  235. god.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  236. god.BackgroundTransparency = 0.5
  237. god.BorderSizePixel = 0
  238. god.Position = UDim2.new(0.0717131495, 0, 0.616352201, 0)
  239. god.Size = UDim2.new(0, 200, 0, 50)
  240. god.AutoButtonColor = false
  241. god.Font = Enum.Font.SourceSansBold
  242. god.Text = "God | Freeze zombies"
  243. god.TextColor3 = Color3.new(1, 1, 1)
  244. god.TextSize = 14
  245.  
  246. god.MouseButton1Down:connect(function()
  247. click:Play()
  248. local Player = game.Players.LocalPlayer.Character
  249. Player.Humanoid:Remove()
  250. Instance.new('Humanoid',Player)
  251. end)
  252.  
  253.  
  254. reminder.Name = "reminder"
  255. reminder.Parent = page1
  256. reminder.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  257. reminder.BackgroundTransparency = 0.94999998807907
  258. reminder.BorderSizePixel = 0
  259. reminder.Position = UDim2.new(0.0796812773, 0, 0.902515709, 0)
  260. reminder.Size = UDim2.new(0, 200, 0, 27)
  261. reminder.AutoButtonColor = false
  262. reminder.Font = Enum.Font.SourceSansBold
  263. reminder.Text = "Level Change doesn't replicate"
  264. reminder.TextColor3 = Color3.new(1, 1, 1)
  265. reminder.TextSize = 14
  266.  
  267. exittip.Name = "exittip"
  268. exittip.Parent = page1
  269. exittip.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  270. exittip.BorderSizePixel = 0
  271. exittip.Position = UDim2.new(0.880478144, 0, 0.92452836, 0)
  272. exittip.Size = UDim2.new(0, 10, 0, 13)
  273. exittip.Font = Enum.Font.SourceSansBold
  274. exittip.Text = "X"
  275. exittip.TextColor3 = Color3.new(1, 1, 1)
  276. exittip.TextSize = 14
  277.  
  278. exittip.MouseButton1Down:connect(function()
  279. reminder:Destroy()
  280. exittip:Destroy()
  281. end)
  282.  
  283. walkspeed.Name = "walkspeed"
  284. walkspeed.Parent = page1
  285. walkspeed.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  286. walkspeed.BackgroundTransparency = 0.5
  287. walkspeed.BorderSizePixel = 0
  288. walkspeed.Position = UDim2.new(0.0438247025, 0, 0.795597494, 0)
  289. walkspeed.Size = UDim2.new(0, 103, 0, 33)
  290. walkspeed.Font = Enum.Font.SourceSansBold
  291. walkspeed.Text = "WalkSpeed Change"
  292. walkspeed.TextColor3 = Color3.new(1, 1, 1)
  293. walkspeed.TextScaled = true
  294. walkspeed.TextSize = 14
  295. walkspeed.TextWrapped = true
  296.  
  297. walkspeed.MouseButton1Down:connect(function()
  298. click:Play()
  299. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WS
  300. end)
  301.  
  302. page2.Name = "page2"
  303. page2.Parent = page1
  304. page2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  305. page2.BorderSizePixel = 0
  306. page2.Position = UDim2.new(0.54581672, 0, 0.817610085, 0)
  307. page2.Size = UDim2.new(0, 36, 0, 21)
  308. page2.Font = Enum.Font.SourceSansBold
  309. page2.Text = "->"
  310. page2.TextColor3 = Color3.new(1, 1, 1)
  311. page2.TextSize = 14
  312.  
  313. page2.MouseButton1Down:connect(function()
  314. page3.Active = true
  315. page3.Visible = true
  316. page3.Draggable = true
  317. page3.ResetOnSpawn = false
  318. end)
  319.  
  320. page3.Name = "page2"
  321. page3.Parent = Lesbian
  322. page3.Active = false
  323. page3.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  324. page3.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  325. page3.Position = UDim2.new(0.0425000004, 0, 0.180904523, 0)
  326. page3.Size = UDim2.new(0, 223, 0, 299)
  327. page3.Visible = false
  328. page3.Style = Enum.FrameStyle.DropShadow
  329.  
  330. exitpage2.Name = "exitpage2"
  331. exitpage2.Parent = page3
  332. exitpage2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  333. exitpage2.BorderSizePixel = 0
  334. exitpage2.Position = UDim2.new(2.98023224e-08, 0, 0.00314465398, 0)
  335. exitpage2.Size = UDim2.new(0, 10, 0, 13)
  336. exitpage2.Font = Enum.Font.SourceSansBold
  337. exitpage2.Text = "X"
  338. exitpage2.TextColor3 = Color3.new(1, 1, 1)
  339. exitpage2.TextSize = 14
  340.  
  341. exitpage2.MouseButton1Down:connect(function()
  342. page3:Destroy()
  343. end)
  344.  
  345. bypassfly.Name = "bypassfly"
  346. bypassfly.Parent = page2_2
  347. bypassfly.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  348. bypassfly.BackgroundTransparency = 0.5
  349. bypassfly.BorderSizePixel = 0
  350. bypassfly.Position = UDim2.new(0.0129875615, 0, 0.575708866, 0)
  351. bypassfly.Size = UDim2.new(0, 200, 0, 50)
  352. bypassfly.Font = Enum.Font.SourceSansBold
  353. bypassfly.Text = "Bypass Anti Fly [FE?]"
  354. bypassfly.TextColor3 = Color3.new(1, 1, 1)
  355. bypassfly.TextSize = 14
  356. bypassfly.TextWrapped = true
  357.  
  358. bypassfly.MouseButton1Down:connect(function()
  359. click:Play()
  360. repeat wait()
  361. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  362. local mouse = game.Players.LocalPlayer:GetMouse()
  363. repeat wait() until mouse
  364. local plr = game.Players.LocalPlayer
  365. local chr = plr.Character
  366. local torso = plr.Character.Torso
  367. local flying = true
  368. local deb = true
  369. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  370. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  371. local maxspeed = 50
  372. local speed = 0
  373.  
  374. function Fly()
  375. for i,v in pairs(chr:GetChildren()) do
  376. if v:IsA('BasePart') and v.Name ~= "HumanoidRootPart" then
  377. chr:WaitForChild(v.Name).CollisionGroupId = 99
  378. elseif v:IsA('Accessory') then
  379. for g,c in pairs(v:GetChildren()) do
  380. if c:IsA('BasePart') then
  381. c.CollisionGroupId = 99
  382. end
  383. end
  384. end
  385. end
  386. local bg = Instance.new("BodyGyro", torso)
  387. bg.P = 9e4
  388. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  389. bg.cframe = torso.CFrame
  390. local bv = Instance.new("BodyVelocity", torso)
  391. bv.velocity = Vector3.new(0,0.1,0)
  392. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  393. repeat wait()
  394. plr.Character.Humanoid.PlatformStand = true
  395. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  396. speed = speed+.5+(speed/maxspeed)
  397. if speed > maxspeed then
  398. speed = maxspeed
  399. end
  400. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  401. speed = speed-1
  402. if speed < 0 then
  403. speed = 0
  404. end
  405. end
  406. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  407. 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
  408. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  409. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  410. 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
  411. else
  412. bv.velocity = Vector3.new(0,0.1,0)
  413. end
  414. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  415. until not flying
  416. ctrl = {f = 0, b = 0, l = 0, r = 0}
  417. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  418. speed = 0
  419. bg:Destroy()
  420. bv:Destroy()
  421. plr.Character.Humanoid.PlatformStand = false
  422. for i,v in pairs(chr:GetChildren()) do
  423. if v:IsA('BasePart') and v.Name ~= "HumanoidRootPart" then
  424. chr:WaitForChild(v.Name).CollisionGroupId = 0
  425. elseif v:IsA('Accessory') then
  426. for g,c in pairs(v:GetChildren()) do
  427. if c:IsA('BasePart') then
  428. c.CollisionGroupId = 0
  429. end
  430. end
  431. end
  432. end
  433. end
  434. mouse.KeyDown:connect(function(key)
  435. if key:lower() == "e" then
  436. if flying then flying = false
  437. else
  438. flying = true
  439. Fly()
  440. end
  441. elseif key:lower() == "w" then
  442. ctrl.f = 1
  443. elseif key:lower() == "s" then
  444. ctrl.b = -1
  445. elseif key:lower() == "a" then
  446. ctrl.l = -1
  447. elseif key:lower() == "d" then
  448. ctrl.r = 1
  449. end
  450. end)
  451. mouse.KeyUp:connect(function(key)
  452. if key:lower() == "w" then
  453. ctrl.f = 0
  454. elseif key:lower() == "s" then
  455. ctrl.b = 0
  456. elseif key:lower() == "a" then
  457. ctrl.l = 0
  458. elseif key:lower() == "d" then
  459. ctrl.r = 0
  460. end
  461. end)
  462. Fly()
  463. end)
  464.  
  465. lvlreq.Name = "lvlreq"
  466. lvlreq.Parent = page2_2
  467. lvlreq.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  468. lvlreq.BackgroundTransparency = 0.5
  469. lvlreq.BorderSizePixel = 0
  470. lvlreq.Position = UDim2.new(0.0174718667, 0, 0.124203824, 0)
  471. lvlreq.Size = UDim2.new(0, 200, 0, 50)
  472. lvlreq.Font = Enum.Font.SourceSansBold
  473. lvlreq.Text = "Change all guns to level 1 requirement"
  474. lvlreq.TextColor3 = Color3.new(1, 1, 1)
  475. lvlreq.TextSize = 14
  476. lvlreq.TextWrapped = true
  477.  
  478. lvlreq.MouseButton1Down:connect(function()
  479. click:Play()
  480. for i,v in pairs(game.Players.LocalPlayer.Purchased:GetChildren()) do
  481. v.Value=true
  482. end
  483. for i,c in pairs(game.ReplicatedStorage.Weapons:GetChildren()) do
  484. for i,x in pairs(c:GetChildren()) do
  485. if x:FindFirstChild("LevelRequirement") then x.LevelRequirement.Value=1
  486. end
  487. end
  488. end
  489. end)
  490.  
  491. oppistol.Name = "oppistol"
  492. oppistol.Parent = page2_2
  493. oppistol.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  494. oppistol.BackgroundTransparency = 0.5
  495. oppistol.BorderSizePixel = 0
  496. oppistol.Position = UDim2.new(0.0129875615, 0, 0.368350983, 0)
  497. oppistol.Size = UDim2.new(0, 200, 0, 50)
  498. oppistol.Font = Enum.Font.SourceSansBold
  499. oppistol.Text = "Equip Pistol, then press to boost stats"
  500. oppistol.TextColor3 = Color3.new(1, 1, 1)
  501. oppistol.TextSize = 14
  502. oppistol.TextWrapped = true
  503.  
  504. oppistol.MouseButton1Down:connect(function()
  505. click:Play()
  506. changewalkspeed = true
  507. walkspeed = 17
  508.  
  509. char = game:GetService("Players").LocalPlayer.Character
  510. DISGUN = char:FindFirstChild("Pistol")
  511. if DISGUN then
  512. DISGUN.Configuration.Range.Value = 999999
  513. DISGUN.Configuration.FullAuto.Value = true
  514. DISGUN.Configuration.Spread.Value = 0
  515. DISGUN.Configuration.Burst.Value = 10
  516. DISGUN.Configuration.Damage.Value = 999999
  517. DISGUN.Configuration.Range.Value = 999999
  518. DISGUN.Configuration.Firerate.Value = 80
  519. end
  520. if changewalkspeed then
  521. for i,v in pairs(char:GetChildren()) do
  522. if v.ClassName == "Humanoid" then
  523. v.WalkSpeed = walkspeed
  524. end
  525. end
  526. end
  527. end)
  528.  
  529. finale.Name = "finale"
  530. finale.Parent = page2_2
  531. finale.BackgroundColor3 = Color3.new(1, 1, 1)
  532. finale.BackgroundTransparency = 1
  533. finale.BorderSizePixel = 0
  534. finale.Position = UDim2.new(0.0134529145, 0, 0.806020081, 0)
  535. finale.Size = UDim2.new(0, 200, 0, 50)
  536. finale.Font = Enum.Font.SourceSansBold
  537. finale.Text = "You have reached the end!"
  538. finale.TextColor3 = Color3.new(1, 1, 1)
  539. finale.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement