Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.35 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ProjectFireV101 = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local beautyA = Instance.new("Frame")
  9. local Name = Instance.new("TextLabel")
  10. local beautyB = Instance.new("Frame")
  11. local credits = Instance.new("TextLabel")
  12. local Exit = Instance.new("TextButton")
  13. local Noclip = Instance.new("TextButton")
  14. local BTools = Instance.new("TextButton")
  15. local Invisble = Instance.new("TextButton")
  16. local Kill = Instance.new("TextButton")
  17. local Fly = Instance.new("TextButton")
  18. local Fling = Instance.new("TextButton")
  19. --Properties:
  20. ProjectFireV101.Name = "Project Fire V1.01"
  21. ProjectFireV101.Parent = game.CoreGui
  22. ProjectFireV101.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. OpenFrame.Name = "OpenFrame"
  25. OpenFrame.Parent = ProjectFireV101
  26. OpenFrame.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  27. OpenFrame.BorderSizePixel = 0
  28. OpenFrame.Position = UDim2.new(0, 0, 0.476580799, 0)
  29. OpenFrame.Size = UDim2.new(0, 111, 0, 39)
  30.  
  31. Open.Name = "Open"
  32. Open.Parent = OpenFrame
  33. Open.BackgroundColor3 = Color3.new(0.321569, 0.968628, 0)
  34. Open.BorderSizePixel = 0
  35. Open.Position = UDim2.new(0, 0, 0.15384616, 0)
  36. Open.Size = UDim2.new(0, 105, 0, 27)
  37. Open.Font = Enum.Font.Cartoon
  38. Open.Text = "Open"
  39. Open.TextColor3 = Color3.new(1, 1, 1)
  40. Open.TextSize = 35
  41. Open.MouseButton1Down:connect(function()
  42. Main.Visible = true
  43. OpenFrame.Visible = false
  44. end)
  45.  
  46. Main.Name = "Main"
  47. Main.Parent = ProjectFireV101
  48. Main.Active = true
  49. Main.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  50. Main.BackgroundTransparency = 0.20000000298023
  51. Main.Position = UDim2.new(0.32264033, 0, 0.296252906, 0)
  52. Main.Size = UDim2.new(0, 575, 0, 346)
  53. Main.Visible = false
  54. Main.Draggable = true
  55.  
  56. beautyA.Name = "beautyA"
  57. beautyA.Parent = Main
  58. beautyA.BackgroundColor3 = Color3.new(1, 1, 1)
  59. beautyA.Size = UDim2.new(0, 575, 0, 40)
  60.  
  61. Name.Name = "Name"
  62. Name.Parent = beautyA
  63. Name.BackgroundColor3 = Color3.new(0.321569, 0.968628, 0)
  64. Name.BorderSizePixel = 0
  65. Name.Size = UDim2.new(0, 575, 0, 40)
  66. Name.Font = Enum.Font.Cartoon
  67. Name.Text = "Project Fire V1.01"
  68. Name.TextColor3 = Color3.new(1, 1, 1)
  69. Name.TextSize = 30
  70.  
  71. beautyB.Name = "beautyB"
  72. beautyB.Parent = Main
  73. beautyB.BackgroundColor3 = Color3.new(1, 1, 1)
  74. beautyB.Position = UDim2.new(0, 0, 0.884393036, 0)
  75. beautyB.Size = UDim2.new(0, 575, 0, 40)
  76.  
  77. credits.Name = "credits"
  78. credits.Parent = beautyB
  79. credits.BackgroundColor3 = Color3.new(0.321569, 0.968628, 0)
  80. credits.BorderSizePixel = 0
  81. credits.Size = UDim2.new(0, 575, 0, 40)
  82. credits.Font = Enum.Font.Cartoon
  83. credits.Text = "Scripts aren`t mine, GUI made by Senn"
  84. credits.TextColor3 = Color3.new(1, 1, 1)
  85. credits.TextSize = 30
  86.  
  87. Exit.Name = "Exit"
  88. Exit.Parent = Main
  89. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  90. Exit.BackgroundTransparency = 100
  91. Exit.BorderSizePixel = 0
  92. Exit.Position = UDim2.new(0.930434763, 0, 0, 0)
  93. Exit.Size = UDim2.new(0, 40, 0, 40)
  94. Exit.Font = Enum.Font.Cartoon
  95. Exit.Text = "X"
  96. Exit.TextColor3 = Color3.new(1, 1, 1)
  97. Exit.TextSize = 30
  98. Exit.MouseButton1Down:connect(function()
  99. Open.Visible = true
  100. Main.Visible = false
  101. end
  102.  
  103. Noclip.Name = "Noclip"
  104. Noclip.Parent = Main
  105. Noclip.BackgroundColor3 = Color3.new(0.321569, 0.968628, 0)
  106. Noclip.BorderSizePixel = 0
  107. Noclip.Position = UDim2.new(0.0250771716, 0, 0.417381763, 0)
  108. Noclip.Size = UDim2.new(0, 240, 0, 56)
  109. Noclip.Font = Enum.Font.Cartoon
  110. Noclip.Text = "Noclip"
  111. Noclip.TextColor3 = Color3.new(1, 1, 1)
  112. Noclip.TextSize = 40
  113. Noclip.MouseButton1Down:connect(function()
  114. noclip = false
  115. game:GetService('RunService').Stepped:connect(function()
  116. if noclip then
  117. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  118. end
  119. end)
  120. plr = game.Players.LocalPlayer
  121. mouse = plr:GetMouse()
  122. mouse.KeyDown:connect(function(key)
  123.  
  124. if key == "e" then
  125. noclip = not noclip
  126. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  127. end
  128. end)
  129. print('Loaded')
  130. print('Press "E" to noclip')
  131. end)
  132.  
  133. BTools.Name = "BTools"
  134. BTools.Parent = Noclip
  135. BTools.BackgroundColor3 = Color3.new(0.321569, 0.968628, 0)
  136. BTools.BorderSizePixel = 0
  137. BTools.Position = UDim2.new(-0.000532022677, 0, -1.49426043, 0)
  138. BTools.Size = UDim2.new(0, 240, 0, 56)
  139. BTools.Font = Enum.Font.Cartoon
  140. BTools.Text = "BTools"
  141. BTools.TextColor3 = Color3.new(1, 1, 1)
  142. BTools.TextSize = 40
  143. BTools.MouseButton1Down:connect(function()
  144. local rawrxd = workspace.CurrentCamera:Clone()
  145. rawrxd:ClearAllChildren()
  146. workspace.CurrentCamera:Destroy()
  147. rawrxd.Parent = workspace
  148. for i=2,4 do
  149. Instance.new("HopperBin", game:GetService'Players'.LocalPlayer.Backpack).BinType = i
  150. end
  151. end)
  152.  
  153. Invisble.Name = "Invisble"
  154. Invisble.Parent = Noclip
  155. Invisble.BackgroundColor3 = Color3.new(0.321569, 0.968628, 0)
  156. Invisble.BorderSizePixel = 0
  157. Invisble.Position = UDim2.new(1.25297654, 0, -1.4910208, 0)
  158. Invisble.Size = UDim2.new(0, 240, 0, 56)
  159. Invisble.Font = Enum.Font.Cartoon
  160. Invisble.Text = "Invisble"
  161. Invisble.TextColor3 = Color3.new(1, 1, 1)
  162. Invisble.TextSize = 40
  163. Invisble.MouseButton1Down:connect(function()
  164. Local = game:GetService('Players').LocalPlayer
  165. Char = Local.Character
  166. touched,tpdback = false, false
  167. Local.CharacterAdded:connect(function(char)
  168. if script.Disabled ~= true then
  169. wait(.25)
  170. loc = Char.HumanoidRootPart.Position
  171. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  172. end
  173. end)
  174. game:GetService('UserInputService').InputBegan:connect(function(key)
  175. if key.KeyCode == Enum.KeyCode.Equals then
  176. if script.Disabled ~= true then
  177. script.Disabled = true
  178. print'you may re-execute'
  179. end
  180. end
  181. end)
  182. box = Instance.new('Part',workspace)
  183. box.Anchored = true
  184. box.CanCollide = true
  185. box.Size = Vector3.new(10,1,10)
  186. box.Position = Vector3.new(0,10000,0)
  187. box.Touched:connect(function(part)
  188. if (part.Parent.Name == Local.Name) then
  189. if touched == false then
  190. touched = true
  191. function apply()
  192. if script.Disabled ~= true then
  193. no = Char.HumanoidRootPart:Clone()
  194. wait(.25)
  195. Char.HumanoidRootPart:Destroy()
  196. no.Parent = Char
  197. Char:MoveTo(loc)
  198. touched = false
  199. end end
  200. if Char then
  201. apply()
  202. end
  203. end
  204. end
  205. end)
  206. repeat wait() until Char
  207. loc = Char.HumanoidRootPart.Position
  208. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  209. end)
  210.  
  211. Kill.Name = "Kill"
  212. Kill.Parent = Noclip
  213. Kill.BackgroundColor3 = Color3.new(0.321569, 0.968628, 0)
  214. Kill.BorderSizePixel = 0
  215. Kill.Position = UDim2.new(1.25196934, 0, -0.0018337795, 0)
  216. Kill.Size = UDim2.new(0, 240, 0, 56)
  217. Kill.Font = Enum.Font.Cartoon
  218. Kill.Text = "Kill"
  219. Kill.TextColor3 = Color3.new(1, 1, 1)
  220. Kill.TextSize = 40
  221. Kill.MouseButton1Down:connect(function()
  222. -- illremember's cool new kill script for fe
  223. -- requires 2 tools, replace TARGET name with person you want
  224. -- NO FE GODMODE!!
  225. TARGET = "PUT PLAYER NAME HERE"
  226.  
  227. lplayer = game:GetService("Players").LocalPlayer
  228. for i,v in pairs(lplayer.Backpack:GetChildren())do
  229. lplayer.Character.Humanoid:EquipTool(v)
  230. end
  231. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  232. if v:IsA("Tool") then
  233. v.Parent = lplayer.Character
  234. wait()
  235. v.Parent = game:GetService("Players")[TARGET].Character
  236. end
  237. end
  238. wait(1)
  239. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
  240. end)
  241.  
  242. Fly.Name = "Fly"
  243. Fly.Parent = Noclip
  244. Fly.BackgroundColor3 = Color3.new(0.321569, 0.968628, 0)
  245. Fly.BorderSizePixel = 0
  246. Fly.Position = UDim2.new(-0.00469851494, 0, 1.43431091, 0)
  247. Fly.Size = UDim2.new(0, 240, 0, 56)
  248. Fly.Font = Enum.Font.Cartoon
  249. Fly.Text = "Fly"
  250. Fly.TextColor3 = Color3.new(1, 1, 1)
  251. Fly.TextSize = 40
  252. Fly.MouseButton1Down:connect(function()
  253. loadstring(game:HttpGet(('https://pastebin.com/raw/5CwUesB7'),true))()
  254. end)
  255.  
  256. Fling.Name = "Fling"
  257. Fling.Parent = Noclip
  258. Fling.BackgroundColor3 = Color3.new(0.321569, 0.968628, 0)
  259. Fling.BorderSizePixel = 0
  260. Fling.Position = UDim2.new(1.24974394, 0, 1.4468956, 0)
  261. Fling.Size = UDim2.new(0, 240, 0, 56)
  262. Fling.Font = Enum.Font.Cartoon
  263. Fling.Text = "Fling"
  264. Fling.TextColor3 = Color3.new(1, 1, 1)
  265. Fling.TextSize = 40
  266. Fling.MouseButton1Down:connect(function()
  267. loadstring(game:HttpGet(('https://pastebin.com/raw/Uc8VT219'),true))()
  268. end)
  269. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement