artbarte

FLY AND NOCLIP IN FE GAMES

Apr 26th, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.97 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local TextButton = Instance.new("TextButton")
  3. local ImageLabel = Instance.new("ImageLabel")
  4.  
  5. ScreenGui.Parent = game.CoreGui
  6.  
  7. TextButton.Parent = ScreenGui
  8. TextButton.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  9. TextButton.BackgroundTransparency = 0.75
  10. TextButton.BorderSizePixel = 0
  11. TextButton.Position = UDim2.new(0, 900, 0, 59)
  12. TextButton.Rotation = 20
  13. TextButton.Size = UDim2.new(0, 50, 0, 50)
  14. TextButton.Font = Enum.Font.SourceSans
  15. TextButton.FontSize = Enum.FontSize.Size14
  16. TextButton.Text = ""
  17. TextButton.TextSize = 14
  18.  
  19. ImageLabel.Parent = TextButton
  20. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  21. ImageLabel.BackgroundTransparency = 1
  22. ImageLabel.BorderSizePixel = 0
  23. ImageLabel.Size = UDim2.new(0, 50, 0, 50)
  24. ImageLabel.Image = "rbxassetid://491520223"
  25. ImageLabel.ImageTransparency = 0.5
  26.  
  27. -- Objects
  28.  
  29. local assasinguisheepontherun = Instance.new("ScreenGui")
  30. local panel = Instance.new("Frame")
  31. local bar = Instance.new("Frame")
  32. local TextLabel = Instance.new("TextLabel")
  33. local aim = Instance.new("TextButton")
  34. local btools = Instance.new("TextButton")
  35. local walk60 = Instance.new("TextButton")
  36. local walknorm = Instance.new("TextButton")
  37. local NoClip = Instance.new("TextButton")
  38. local fly = Instance.new("TextButton")
  39. local knife = Instance.new("ImageLabel")
  40. local close =Instance.new("TextButton")
  41.  
  42.  
  43. -- Properties
  44.  
  45. assasinguisheepontherun.Name = "assasinguisheepontherun"
  46. assasinguisheepontherun.Parent = game.CoreGui
  47. assasinguisheepontherun.Enabled = true
  48.  
  49. panel.Name = "panel"
  50. panel.Parent = assasinguisheepontherun
  51. panel.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  52. panel.BackgroundTransparency = 0.25
  53. panel.Draggable = true
  54. panel.Position = UDim2.new(0, 235, 0, 50)
  55. panel.Size = UDim2.new(0, 550, 0, 300)
  56.  
  57. bar.Name = "bar"
  58. bar.Parent = panel
  59. bar.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  60. bar.BackgroundTransparency = 0.25
  61. bar.Draggable = true
  62. bar.Selectable = true
  63. bar.Size = UDim2.new(0, 550, 0, 40)
  64.  
  65. TextLabel.Parent = bar
  66. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  67. TextLabel.BackgroundTransparency = 1
  68. TextLabel.Position = UDim2.new(0, 80, 0, 0)
  69. TextLabel.Size = UDim2.new(0, 200, 0, 40)
  70. TextLabel.Font = Enum.Font.Highway
  71. TextLabel.FontSize = Enum.FontSize.Size24
  72. TextLabel.Text = "SheepOnTheRun's Assasin! GUI"
  73. TextLabel.TextSize = 24
  74. TextLabel.TextStrokeTransparency = 0.80000001192093
  75.  
  76. close.Parent = bar
  77. close.BackgroundColor3 = Color3.new(255, 0, 0)
  78. close.Size = UDim2.new(0, 40, 0, 40)
  79. close.Position = UDim2.new(0, 510, 0, 0)
  80. close.Text = "X"
  81. close.Font = Enum.Font.Highway
  82. close.BackgroundTransparency = 0.7
  83. close.FontSize = Enum.FontSize.Size14
  84.  
  85.  
  86. aim.Name = "aim"
  87. aim.Parent = panel
  88. aim.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  89. aim.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  90. aim.BorderSizePixel = 5
  91. aim.Position = UDim2.new(0, 30, 0, 60)
  92. aim.Size = UDim2.new(0, 100, 0, 30)
  93. aim.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  94. aim.Font = Enum.Font.SourceSans
  95. aim.FontSize = Enum.FontSize.Size14
  96. aim.Text = "Knife Aimbot?"
  97. aim.TextSize = 14
  98.  
  99. btools.Name = "btools"
  100. btools.Parent = panel
  101. btools.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  102. btools.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  103. btools.BorderSizePixel = 5
  104. btools.Position = UDim2.new(0, 130, 0, 60)
  105. btools.Size = UDim2.new(0, 100, 0, 30)
  106. btools.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  107. btools.Font = Enum.Font.SourceSans
  108. btools.FontSize = Enum.FontSize.Size14
  109. btools.Text = "Give BTools"
  110. btools.TextSize = 14
  111.  
  112. walk60.Name = "walk60"
  113. walk60.Parent = panel
  114. walk60.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  115. walk60.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  116. walk60.BorderSizePixel = 5
  117. walk60.Position = UDim2.new(0, 230, 0, 60)
  118. walk60.Size = UDim2.new(0, 100, 0, 30)
  119. walk60.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  120. walk60.Font = Enum.Font.SourceSans
  121. walk60.FontSize = Enum.FontSize.Size14
  122. walk60.Text = "60 WalkSpeed"
  123. walk60.TextSize = 14
  124.  
  125. walknorm.Name = "walknorm"
  126. walknorm.Parent = panel
  127. walknorm.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  128. walknorm.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  129. walknorm.BorderSizePixel = 5
  130. walknorm.Position = UDim2.new(0, 330, 0, 60)
  131. walknorm.Size = UDim2.new(0, 100, 0, 30)
  132. walknorm.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  133. walknorm.Font = Enum.Font.SourceSans
  134. walknorm.FontSize = Enum.FontSize.Size14
  135. walknorm.Text = "Norm. WalkSpeed"
  136. walknorm.TextSize = 14
  137.  
  138. NoClip.Name = "NoClip"
  139. NoClip.Parent = panel
  140. NoClip.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  141. NoClip.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  142. NoClip.BorderSizePixel = 5
  143. NoClip.Position = UDim2.new(0, 430, 0, 60)
  144. NoClip.Size = UDim2.new(0, 100, 0, 30)
  145. NoClip.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  146. NoClip.Font = Enum.Font.SourceSans
  147. NoClip.FontSize = Enum.FontSize.Size14
  148. NoClip.Text = "NoClip"
  149. NoClip.TextSize = 14
  150.  
  151. fly.Name = "fly"
  152. fly.Parent = panel
  153. fly.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  154. fly.BorderColor3 = Color3.new(0.333333, 0.333333, 1)
  155. fly.BorderSizePixel = 5
  156. fly.Position = UDim2.new(0, 30, 0, 90)
  157. fly.Size = UDim2.new(0, 100, 0, 30)
  158. fly.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  159. fly.Font = Enum.Font.SourceSans
  160. fly.FontSize = Enum.FontSize.Size14
  161. fly.Text = "Fly"
  162. fly.TextSize = 14
  163.  
  164. knife.Name = "knife"
  165. knife.Parent = assasinguisheepontherun
  166. knife.BackgroundColor3 = Color3.new(1, 1, 1)
  167. knife.BackgroundTransparency = 1
  168. knife.Position = UDim2.new(0, 207, 0, 10)
  169. knife.Rotation = 20
  170. knife.Size = UDim2.new(0, 100, 0, 100)
  171. knife.Image = "rbxassetid://491520223"
  172.  
  173. game.CoreGui.assasinguisheepontherun.panel.Visible = false
  174. game.CoreGui.assasinguisheepontherun.knife.Visible = false
  175. NoClip.MouseButton1Click:connect(function()
  176. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  177. end)
  178. fly.MouseButton1Click:connect(function()
  179. -- FLY SCRIPT BY RGEENEUS
  180.  
  181.  
  182. local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
  183.  
  184. local c
  185. local h
  186. local bv
  187. local bav
  188. local cam
  189. local flying
  190. local p = game.Players.LocalPlayer
  191. local buttons = {W = false, S = false, A = false, D = false, Moving = false}
  192.  
  193. local startFly = function () -- Call this function to begin flying
  194. if not p.Character or not p.Character.Torso or flying then return end
  195. c = p.Character
  196. h = c.Humanoid
  197. h.PlatformStand = true
  198. cam = workspace:WaitForChild('Camera')
  199. bv = Instance.new("BodyVelocity")
  200. bav = Instance.new("BodyAngularVelocity")
  201. bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  202. bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  203. bv.Parent = c.Torso
  204. bav.Parent = c.Torso
  205. flying = true
  206. h.Died:connect(function() flying = false end)
  207. end
  208.  
  209. local endFly = function () -- Call this function to stop flying
  210. if not p.Character or not flying then return end
  211. h.PlatformStand = false
  212. bv:Destroy()
  213. bav:Destroy()
  214. flying = false
  215. end
  216.  
  217. game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
  218. if GPE then return end
  219. for i, e in pairs(buttons) do
  220. if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
  221. buttons[i] = true
  222. buttons.Moving = true
  223. end
  224. end
  225. end)
  226.  
  227. game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
  228. if GPE then return end
  229. local a = false
  230. for i, e in pairs(buttons) do
  231. if i ~= "Moving" then
  232. if input.KeyCode == Enum.KeyCode[i] then
  233. buttons[i] = false
  234. end
  235. if buttons[i] then a = true end
  236. end
  237. end
  238. buttons.Moving = a
  239. end)
  240.  
  241. local setVec = function (vec)
  242. return vec * (speed / vec.Magnitude)
  243. end
  244.  
  245. game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
  246. if flying and c and c.PrimaryPart then
  247. local p = c.PrimaryPart.Position
  248. local cf = cam.CFrame
  249. local ax, ay, az = cf:toEulerAnglesXYZ()
  250. c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
  251. if buttons.Moving then
  252. local t = Vector3.new()
  253. if buttons.W then t = t + (setVec(cf.lookVector)) end
  254. if buttons.S then t = t - (setVec(cf.lookVector)) end
  255. if buttons.A then t = t - (setVec(cf.rightVector)) end
  256. if buttons.D then t = t + (setVec(cf.rightVector)) end
  257. c:TranslateBy(t * step)
  258. end
  259. end
  260. startFly()
  261. end)
  262.  
  263. end)
  264. TextButton.MouseButton1Click:connect(function()
  265. game.CoreGui.assasinguisheepontherun.panel.Visible = true
  266. game.CoreGui.assasinguisheepontherun.knife.Visible = true
  267.  
  268. end)
  269. close.MouseButton1Click:connect(function()
  270. game.CoreGui.assasinguisheepontherun.panel.Visible = false
  271. game.CoreGui.assasinguisheepontherun.knife.Visible = false
  272. end)
  273.  
  274. walknorm.MouseButton1Click:connect(function()
  275. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 17
  276. end)
  277. walk60.MouseButton1Click:connect(function()
  278. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 60
  279. end)
  280. btools.MouseButton1Click:connect(function()
  281.  
  282. wait(2)
  283. print("Drag Success")
  284. a = Instance.new("HopperBin")
  285. a.BinType = 1
  286. a.Parent = game.Players.LocalPlayer.Backpack
  287. wait(3)
  288. print("Delete Success")
  289. a = Instance.new("HopperBin")
  290. a.BinType = 4
  291. a.Parent = game.Players.LocalPlayer.Backpack
  292. wait(3)
  293. print("Copy Success")
  294. a = Instance.new("HopperBin")
  295. a.BinType = 3
  296. a.Parent = game.Players.LocalPlayer.Backpack
  297. end)
  298. aim.MouseButton1Click:connect(function()
  299. for i = 1, math.huge, 1 do
  300. wait(0.5)
  301. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-651.750, 15.299, -878.219))
  302. yourtarget = game.Players.LocalPlayer.PlayerGui.ScreenGui.UI.Target.Img.PlayerText
  303. plr = game.Players:FindFirstChild(yourtarget.Text)
  304. plr.Character.Head.Position = game.Players.LocalPlayer.Character.Head.Position + Vector3.new(0,-1,2)
  305. end
  306. end)
Add Comment
Please, Sign In to add comment