Advertisement
Jared4V8Roblox

CripGuiv2

Aug 5th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.99 KB | None | 0 0
  1. local Wunbo = Instance.new("ScreenGui")
  2. local OPENED = Instance.new("Frame")
  3. local WS = Instance.new("TextButton")
  4. local JP = Instance.new("TextButton")
  5. local Btools = Instance.new("TextButton")
  6. local GrabKnife = Instance.new("TextButton")
  7. local Killall = Instance.new("TextButton")
  8. local Killothers = Instance.new("TextButton")
  9. local Flying = Instance.new("TextButton")
  10. local DexExplorerV2 = Instance.new("TextButton")
  11. local WIP = Instance.new("TextButton")
  12. local GodPlayer = Instance.new("TextButton")
  13. local Overlord = Instance.new("TextLabel")
  14. local Close = Instance.new("TextButton")
  15. local OpenFrame = Instance.new("Frame")
  16. local Opener = Instance.new("TextButton")
  17.  
  18.  
  19. Wunbo.Name = "Wunbo"
  20. Wunbo.Parent = game.CoreGui
  21.  
  22. OPENED.Name = "OPENED"
  23. OPENED.Parent = Wunbo
  24. OPENED.BackgroundColor3 = Color3.new(0, 0, 0)
  25. OPENED.BorderColor3 = Color3.new(1, 0, 0)
  26. OPENED.Draggable = true
  27. OPENED.Position = UDim2.new(0.585209012, -374, 0.358574599, -115)
  28. OPENED.Size = UDim2.new(0.50803858, 0, 0.583518922, 0)
  29. OPENED.Visible = false
  30.  
  31. WS.Name = "WS"
  32. WS.Parent = OPENED
  33. WS.BackgroundColor3 = Color3.new(1, 0, 0)
  34. WS.BorderColor3 = Color3.new(0, 0, 0)
  35. WS.Position = UDim2.new(0, 0, 0.347328246, 0)
  36. WS.Size = UDim2.new(0.291139245, 0, 0.0839694664, 0)
  37. WS.Font = Enum.Font.Fantasy
  38. WS.FontSize = Enum.FontSize.Size14
  39. WS.Text = "Walkspeed"
  40. WS.TextColor3 = Color3.new(0, 0, 0)
  41. WS.TextSize = 14
  42.  
  43. JP.Name = "JP"
  44. JP.Parent = OPENED
  45. JP.BackgroundColor3 = Color3.new(1, 0, 0)
  46. JP.BorderColor3 = Color3.new(0, 0, 0)
  47. JP.Position = UDim2.new(0, 0, 0.484732836, 0)
  48. JP.Size = UDim2.new(0.291139245, 0, 0.0839694664, 0)
  49. JP.Font = Enum.Font.Fantasy
  50. JP.FontSize = Enum.FontSize.Size14
  51. JP.Text = "Jump Power"
  52. JP.TextColor3 = Color3.new(0, 0, 0)
  53. JP.TextSize = 14
  54.  
  55. Btools.Name = "Btools"
  56. Btools.Parent = OPENED
  57. Btools.BackgroundColor3 = Color3.new(1, 0, 0)
  58. Btools.BorderColor3 = Color3.new(0, 0, 0)
  59. Btools.Position = UDim2.new(0, 0, 0.622137427, 0)
  60. Btools.Size = UDim2.new(0.291139245, 0, 0.0839694664, 0)
  61. Btools.Font = Enum.Font.Fantasy
  62. Btools.FontSize = Enum.FontSize.Size14
  63. Btools.Text = "BTools"
  64. Btools.TextColor3 = Color3.new(0, 0, 0)
  65. Btools.TextSize = 14
  66.  
  67. GrabKnife.Name = "GrabKnife"
  68. GrabKnife.Parent = OPENED
  69. GrabKnife.BackgroundColor3 = Color3.new(1, 0, 0)
  70. GrabKnife.BorderColor3 = Color3.new(0, 0, 0)
  71. GrabKnife.Position = UDim2.new(0.354430377, 0, 0.351145029, 0)
  72. GrabKnife.Size = UDim2.new(0.291139245, 0, 0.0839694664, 0)
  73. GrabKnife.Font = Enum.Font.Fantasy
  74. GrabKnife.FontSize = Enum.FontSize.Size14
  75. GrabKnife.Text = "GrabKnifeV3/FIXING"
  76. GrabKnife.TextColor3 = Color3.new(0, 0, 0)
  77. GrabKnife.TextSize = 14
  78.  
  79. Killall.Name = "Killall"
  80. Killall.Parent = OPENED
  81. Killall.BackgroundColor3 = Color3.new(1, 0, 0)
  82. Killall.BorderColor3 = Color3.new(0, 0, 0)
  83. Killall.Position = UDim2.new(0, 0, 0.759541988, 0)
  84. Killall.Size = UDim2.new(0.291139245, 0, 0.0839694664, 0)
  85. Killall.Font = Enum.Font.Fantasy
  86. Killall.FontSize = Enum.FontSize.Size14
  87. Killall.Text = "Kill All"
  88. Killall.TextColor3 = Color3.new(0, 0, 0)
  89. Killall.TextSize = 14
  90.  
  91. Killothers.Name = "Killothers"
  92. Killothers.Parent = OPENED
  93. Killothers.BackgroundColor3 = Color3.new(1, 0, 0)
  94. Killothers.BorderColor3 = Color3.new(0, 0, 0)
  95. Killothers.Position = UDim2.new(0.354430377, 0, 0.217557251, 0)
  96. Killothers.Size = UDim2.new(0.291139245, 0, 0.0839694664, 0)
  97. Killothers.Font = Enum.Font.Fantasy
  98. Killothers.FontSize = Enum.FontSize.Size14
  99. Killothers.Text = "Kill Others"
  100. Killothers.TextColor3 = Color3.new(0, 0, 0)
  101. Killothers.TextSize = 14
  102.  
  103. Flying.Name = "Flying"
  104. Flying.Parent = OPENED
  105. Flying.BackgroundColor3 = Color3.new(1, 0, 0)
  106. Flying.BorderColor3 = Color3.new(0, 0, 0)
  107. Flying.Position = UDim2.new(0.354430377, 0, 0.496183217, 0)
  108. Flying.Size = UDim2.new(0.291139245, 0, 0.0839694664, 0)
  109. Flying.Font = Enum.Font.Fantasy
  110. Flying.FontSize = Enum.FontSize.Size14
  111. Flying.Text = "Fly"
  112. Flying.TextColor3 = Color3.new(0, 0, 0)
  113. Flying.TextSize = 14
  114.  
  115. DexExplorerV2.Name = "DexExplorerV2"
  116. DexExplorerV2.Parent = OPENED
  117. DexExplorerV2.BackgroundColor3 = Color3.new(1, 0, 0)
  118. DexExplorerV2.BorderColor3 = Color3.new(0, 0, 0)
  119. DexExplorerV2.Position = UDim2.new(0.354430377, 0, 0.629770994, 0)
  120. DexExplorerV2.Size = UDim2.new(0.291139245, 0, 0.0839694664, 0)
  121. DexExplorerV2.Font = Enum.Font.Fantasy
  122. DexExplorerV2.FontSize = Enum.FontSize.Size14
  123. DexExplorerV2.Text = "DexExplorer"
  124. DexExplorerV2.TextColor3 = Color3.new(0, 0, 0)
  125. DexExplorerV2.TextSize = 14
  126.  
  127. WIP.Name = "WIP"
  128. WIP.Parent = OPENED
  129. WIP.BackgroundColor3 = Color3.new(1, 0, 0)
  130. WIP.BorderColor3 = Color3.new(0, 0, 0)
  131. WIP.Position = UDim2.new(0.354430377, 0, 0.759541988, 0)
  132. WIP.Size = UDim2.new(0.291139245, 0, 0.0839694664, 0)
  133. WIP.Font = Enum.Font.Fantasy
  134. WIP.FontSize = Enum.FontSize.Size14
  135. WIP.Text = "W.I.P"
  136. WIP.TextColor3 = Color3.new(0, 0, 0)
  137. WIP.TextSize = 14
  138.  
  139. GodPlayer.Name = "GodPlayer"
  140. GodPlayer.Parent = OPENED
  141. GodPlayer.BackgroundColor3 = Color3.new(1, 0, 0)
  142. GodPlayer.BorderColor3 = Color3.new(0, 0, 0)
  143. GodPlayer.Position = UDim2.new(0, 0, 0.214000002, 0)
  144. GodPlayer.Size = UDim2.new(0.291139245, 0, 0.0839694664, 0)
  145. GodPlayer.Font = Enum.Font.Fantasy
  146. GodPlayer.FontSize = Enum.FontSize.Size14
  147. GodPlayer.Text = "God"
  148. GodPlayer.TextColor3 = Color3.new(0, 0, 0)
  149. GodPlayer.TextSize = 14
  150.  
  151. Overlord.Name = "Overlord"
  152. Overlord.Parent = OPENED
  153. Overlord.Active = true
  154. Overlord.BackgroundColor3 = Color3.new(0, 0, 0)
  155. Overlord.BorderColor3 = Color3.new(1, 0, 0)
  156. Overlord.Size = UDim2.new(0, 513, 0, 50)
  157. Overlord.FontSize = Enum.FontSize.Size32
  158. Overlord.Text = "Overlord"
  159. Overlord.TextColor3 = Color3.new(1, 0, 0)
  160. Overlord.TextSize = 30
  161. Overlord.TextStrokeColor3 = Color3.new(1, 0, 0)
  162.  
  163. Close.Name = "Close"
  164. Close.Parent = OPENED
  165. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  166. Close.BorderColor3 = Color3.new(0, 0, 0)
  167. Close.Position = UDim2.new(0.888506413, 0, 0, 0)
  168. Close.SelectionImageObject = Overlord
  169. Close.Size = UDim2.new(0.111493573, 0, 0.109331854, 0)
  170. Close.FontSize = Enum.FontSize.Size48
  171. Close.Text = "X"
  172. Close.TextSize = 40
  173.  
  174. OpenFrame.Name = "OpenFrame"
  175. OpenFrame.Parent = Wunbo
  176. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  177. OpenFrame.BorderColor3 = Color3.new(1, 0, 0)
  178. OpenFrame.Draggable = true
  179. OpenFrame.Position = UDim2.new(0, 0, 0.717149198, 0)
  180. OpenFrame.Size = UDim2.new(0.167202577, 0, 0.0824053437, 0)
  181.  
  182. Opener.Name = "Opener"
  183. Opener.Parent = OpenFrame
  184. Opener.BackgroundColor3 = Color3.new(0, 0, 0)
  185. Opener.BorderColor3 = Color3.new(1, 0, 0)
  186. Opener.Size = UDim2.new(1, 0, 1, 0)
  187. Opener.Font = Enum.Font.Fantasy
  188. Opener.FontSize = Enum.FontSize.Size32
  189. Opener.Text = "OPEN"
  190. Opener.TextColor3 = Color3.new(1, 0, 0)
  191. Opener.TextSize = 30
  192.  
  193.  
  194. Opener.MouseButton1Down:connect(function() -- MADE BY ME
  195. game.CoreGui.Wunbo.OPENED.Visible = true
  196. game.CoreGui.Wunbo.OpenFrame.Visible = false
  197. game.CoreGui.Wunbo.Opener.Visible = false
  198. end)
  199.  
  200. Close.MouseButton1Down:connect(function() -- MADE BY ME
  201. game.CoreGui.Wunbo.OPENED.Visible = false
  202. game.CoreGui.Wunbo.OpenFrame.Visible = true
  203. game.CoreGui.Wunbo.OpenFrame.Visible = true
  204. end)
  205.  
  206. GodPlayer.MouseButton1Down:connect(function()
  207. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
  208. game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  209. end)
  210.  
  211. Btools.MouseButton1Down:connect(function()
  212. a = Instance.new("HopperBin")
  213. a.BinType = 1
  214. a.Parent = game.Players.LocalPlayer.Backpack
  215. a = Instance.new("HopperBin")
  216. a.BinType = 4
  217. a.Parent = game.Players.LocalPlayer.Backpack
  218. a = Instance.new("HopperBin")
  219. a.BinType = 3
  220. a.Parent = game.Players.LocalPlayer.Backpack
  221. end)
  222.  
  223. WS.MouseButton1Down:connect(function()
  224. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  225. end)
  226.  
  227. Killall.MouseButton1Down:connect(function()
  228. for v,i in pairs(game.Players:GetChildren()) do
  229. i.Character.Humanoid.MaxHealth = 0
  230. end
  231. end)
  232.  
  233. Killothers.MouseButton1Down:connect(function()
  234. for i,v in pairs (game.Players:GetChildren()) do
  235. if v.Name == game.Players.LocalPlayer.Name then
  236. else
  237. v.Character:BreakJoints()
  238. end
  239. end
  240.  
  241. end)
  242.  
  243. JP.MouseButton1Down:connect(function()
  244. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 110
  245. end)
  246.  
  247. Flying.MouseButton1Down:connect(function()
  248. repeat wait()
  249. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  250. local mouse = game.Players.LocalPlayer:GetMouse()
  251. repeat wait() until mouse
  252. local plr = game.Players.LocalPlayer
  253. local torso = plr.Character.Torso
  254. local flying = true
  255. local deb = true
  256. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  257. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  258. local maxspeed = 50
  259. local speed = 0
  260.  
  261. function Fly()
  262. local bg = Instance.new("BodyGyro", torso)
  263. bg.P = 9e4
  264. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  265. bg.cframe = torso.CFrame
  266. local bv = Instance.new("BodyVelocity", torso)
  267. bv.velocity = Vector3.new(0,0.1,0)
  268. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  269. repeat wait()
  270. plr.Character.Humanoid.PlatformStand = true
  271. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  272. speed = speed+.5+(speed/maxspeed)
  273. if speed > maxspeed then
  274. speed = maxspeed
  275. end
  276. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  277. speed = speed-1
  278. if speed < 0 then
  279. speed = 0
  280. end
  281. end
  282. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  283. 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
  284. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  285. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  286. 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
  287. else
  288. bv.velocity = Vector3.new(0,0.1,0)
  289. end
  290. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  291. until not flying
  292. ctrl = {f = 0, b = 0, l = 0, r = 0}
  293. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  294. speed = 0
  295. bg:Destroy()
  296. bv:Destroy()
  297. plr.Character.Humanoid.PlatformStand = false
  298. end
  299. mouse.KeyDown:connect(function(key)
  300. if key:lower() == "e" then
  301. if flying then flying = false
  302. else
  303. flying = true
  304. Fly()
  305. end
  306. elseif key:lower() == "w" then
  307. ctrl.f = 1
  308. elseif key:lower() == "s" then
  309. ctrl.b = -1
  310. elseif key:lower() == "a" then
  311. ctrl.l = -1
  312. elseif key:lower() == "d" then
  313. ctrl.r = 1
  314. end
  315. end)
  316. mouse.KeyUp:connect(function(key)
  317. if key:lower() == "w" then
  318. ctrl.f = 0
  319. elseif key:lower() == "s" then
  320. ctrl.b = 0
  321. elseif key:lower() == "a" then
  322. ctrl.l = 0
  323. elseif key:lower() == "d" then
  324. ctrl.r = 0
  325. end
  326. end)
  327. Fly()
  328. end)
  329.  
  330. DexExplorerV2.MouseButton1Down:connect(function()
  331. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  332. end)
  333.  
  334. print("Loading...")
  335. wait(2)
  336. print("Successfully loaded! Enjoy! ^.^")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement