Advertisement
DaOMEGAa32

reaear

Dec 29th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.59 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. ScreenGui0 = Instance.new("ScreenGui")
  20. Frame1 = Instance.new("Frame")
  21. TextButton2 = Instance.new("TextButton")
  22. LocalScript3 = Instance.new("LocalScript")
  23. ImageLabel4 = Instance.new("ImageLabel")
  24. ImageLabel5 = Instance.new("ImageLabel")
  25. LocalScript6 = Instance.new("LocalScript")
  26. TextButton7 = Instance.new("TextButton")
  27. LocalScript8 = Instance.new("LocalScript")
  28. TextButton9 = Instance.new("TextButton")
  29. LocalScript10 = Instance.new("LocalScript")
  30. TextButton11 = Instance.new("TextButton")
  31. LocalScript12 = Instance.new("LocalScript")
  32. TextButton13 = Instance.new("TextButton")
  33. LocalScript14 = Instance.new("LocalScript")
  34. TextButton15 = Instance.new("TextButton")
  35. LocalScript16 = Instance.new("LocalScript")
  36. TextButton17 = Instance.new("TextButton")
  37. LocalScript18 = Instance.new("LocalScript")
  38. ScreenGui0.Parent = mas
  39. ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  40. Frame1.Name = "menu"
  41. Frame1.Parent = ScreenGui0
  42. Frame1.Position = UDim2.new(0.168750003, 0, 0.120833337, 0)
  43. Frame1.Size = UDim2.new(0, 398, 0, 171)
  44. Frame1.BackgroundColor = BrickColor.new("Dark Royal blue")
  45. Frame1.BackgroundColor3 = Color3.new(0.0509804, 0.219608, 0.580392)
  46. TextButton2.Name = "Drag"
  47. TextButton2.Parent = Frame1
  48. TextButton2.Position = UDim2.new(0, 0, 0, -49)
  49. TextButton2.Size = UDim2.new(0, 397, 0, 49)
  50. TextButton2.BackgroundColor = BrickColor.new("Storm blue")
  51. TextButton2.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  52. TextButton2.BackgroundTransparency = -0.0099999997764826
  53. TextButton2.BorderColor = BrickColor.new("Institutional white")
  54. TextButton2.BorderColor3 = Color3.new(1, 1, 1)
  55. TextButton2.AutoButtonColor = false
  56. TextButton2.Font = Enum.Font.Arcade
  57. TextButton2.FontSize = Enum.FontSize.Size18
  58. TextButton2.Text = "Ultimate bear gui"
  59. TextButton2.TextColor = BrickColor.new("Really black")
  60. TextButton2.TextColor3 = Color3.new(0, 0, 0)
  61. TextButton2.TextSize = 18
  62. TextButton2.TextWrap = true
  63. TextButton2.TextWrapped = true
  64. LocalScript3.Parent = TextButton2
  65. table.insert(cors,sandbox(LocalScript3,function()
  66. wanttobemoved=script.Parent.Parent
  67. X=wanttobemoved.Position.X.Offset
  68. Y=wanttobemoved.Position.Y.Offset
  69. XS=wanttobemoved.Position.X.Scale
  70. YS=wanttobemoved.Position.Y.Scale
  71. function down(posX,posY)--the positions of the mouse
  72. drag=true--activate the drag function
  73. X=wanttobemoved.Position.X.Offset--redefines the value "X"
  74. Y=wanttobemoved.Position.Y.Offset--redefines the value "Y"
  75. XS=wanttobemoved.Position.X.Scale
  76. YS=wanttobemoved.Position.Y.Scale
  77. DposX=posX-X--the mouse's X position offset by the frame's X position.
  78. DposY=posY-Y--the mouse's Y position offset by the frame's Y position.
  79. print(""..DposX..","..DposY.."")--remembers the values DposX and DposY in the output toolbar.
  80. end
  81. function up()
  82. drag=false--deactivate the drag
  83. end
  84. function move(posX,posY)--again, the positions of the mouse
  85. if drag then--if held down then
  86. wanttobemoved.Position=UDim2.new(XS,posX - DposX,YS,posY - DposY)
  87. end
  88. end
  89. script.Parent.MouseButton1Down:connect(down)
  90. script.Parent.MouseButton1Up:connect(up)
  91. script.Parent.MouseLeave:connect(up)
  92. script.Parent.MouseMoved:connect(move)
  93. end))
  94. ImageLabel4.Parent = TextButton2
  95. ImageLabel4.Position = UDim2.new(0, 0, -0.0261986256, 0)
  96. ImageLabel4.Size = UDim2.new(0, 59, 0, 51)
  97. ImageLabel4.BackgroundColor = BrickColor.new("Institutional white")
  98. ImageLabel4.BackgroundColor3 = Color3.new(1, 1, 1)
  99. ImageLabel4.BackgroundTransparency = 1
  100. ImageLabel4.Image = "http://www.roblox.com/asset/?id=5600840998"
  101. ImageLabel5.Parent = TextButton2
  102. ImageLabel5.Position = UDim2.new(0.848866522, 0, -0.00579046272, 0)
  103. ImageLabel5.Size = UDim2.new(0, 59, 0, 51)
  104. ImageLabel5.BackgroundColor = BrickColor.new("Institutional white")
  105. ImageLabel5.BackgroundColor3 = Color3.new(1, 1, 1)
  106. ImageLabel5.BackgroundTransparency = 1
  107. ImageLabel5.Image = "http://www.roblox.com/asset/?id=5600840998"
  108. LocalScript6.Name = "PositioningScript"
  109. LocalScript6.Parent = Frame1
  110. table.insert(cors,sandbox(LocalScript6,function()
  111. --//Scripted by Sochi\\
  112. script.Parent.Position = UDim2.new(0, 100, 0, -1000)
  113. script.Parent:TweenPosition(UDim2.new(0, 100, 1, -400), "Out", "Quad", 2)
  114. script.Parent.Draggable = true
  115. end))
  116. TextButton7.Parent = Frame1
  117. TextButton7.Position = UDim2.new(0.176672846, 0, -5.96046448e-08, 0)
  118. TextButton7.Size = UDim2.new(0, 72, 0, 40)
  119. TextButton7.BackgroundColor = BrickColor.new("Institutional white")
  120. TextButton7.BackgroundColor3 = Color3.new(1, 1, 1)
  121. TextButton7.BackgroundTransparency = 0.85000002384186
  122. TextButton7.Font = Enum.Font.Arcade
  123. TextButton7.FontSize = Enum.FontSize.Size28
  124. TextButton7.Text = "Teleport to lobby"
  125. TextButton7.TextColor = BrickColor.new("Really black")
  126. TextButton7.TextColor3 = Color3.new(0, 0, 0)
  127. TextButton7.TextScaled = true
  128. TextButton7.TextSize = 28
  129. TextButton7.TextWrap = true
  130. TextButton7.TextWrapped = true
  131. LocalScript8.Parent = TextButton7
  132. table.insert(cors,sandbox(LocalScript8,function()
  133. function onClick()
  134. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Lobby.SpawnLocation.CFrame
  135. wait(1)
  136.  
  137.  
  138. end
  139.  
  140. script.Parent.MouseButton1Up:connect(onClick)
  141. end))
  142. TextButton9.Parent = Frame1
  143. TextButton9.Position = UDim2.new(0.358033061, 0, -5.96046448e-08, 0)
  144. TextButton9.Size = UDim2.new(0, 72, 0, 40)
  145. TextButton9.BackgroundColor = BrickColor.new("Institutional white")
  146. TextButton9.BackgroundColor3 = Color3.new(1, 1, 1)
  147. TextButton9.BackgroundTransparency = 0.85000002384186
  148. TextButton9.Font = Enum.Font.Arcade
  149. TextButton9.FontSize = Enum.FontSize.Size28
  150. TextButton9.Text = "ESP [All players]"
  151. TextButton9.TextColor = BrickColor.new("Really black")
  152. TextButton9.TextColor3 = Color3.new(0, 0, 0)
  153. TextButton9.TextScaled = true
  154. TextButton9.TextSize = 28
  155. TextButton9.TextWrap = true
  156. TextButton9.TextWrapped = true
  157. LocalScript10.Parent = TextButton9
  158. table.insert(cors,sandbox(LocalScript10,function()
  159. function onClick()
  160. print()
  161. wait(0.1)
  162. local function esp()
  163. for i,v in pairs(game.Players:GetChildren()) do
  164. if v ~= game.Players.LocalPlayer.Character.Head then
  165.  
  166. local base = Instance.new("BillboardGui", workspace.Camera)
  167. local esP = Instance.new("Frame", base)
  168. -- Billboard
  169. base.AlwaysOnTop = true
  170. base.Enabled = true
  171. base.Size = UDim2.new(4.5,0,6,0)
  172. base.Name = "ESP"
  173. base.Adornee = v.Character.Head
  174. base.StudsOffset = Vector3.new(0, -0.6, 0)
  175. -- Frame
  176. esP.BackgroundColor3 = Color3.new(170, 255, 0)
  177. esP.BackgroundTransparency = 0.8
  178. esP.BorderColor3 = Color3.new(0,0,0)
  179. esP.BorderSizePixel = 1
  180. esP.Size = UDim2.new(1,0,1,0)
  181. --Names
  182. local name = Instance.new("TextLabel",base)
  183. name.Size = UDim2.new(1,0,1,0)
  184. name.BackgroundTransparency = 1
  185. name.Position = UDim2.new(0,0,0,0)
  186. name.Text = v.Name
  187. name.TextScaled = true
  188. name.TextColor3 = Color3.new(255,255,255)
  189. name.TextXAlignment = "Center"
  190. name.TextYAlignment = "Top"
  191. name.Font = "Highway"
  192. name.Position = UDim2.new(0,0,0,-100)
  193. end
  194. end
  195. print("ESP Loaded!")
  196. print("Created by Kid Atlaas/FileExplorer")
  197. end
  198.  
  199. game.Players.LocalPlayer.CharacterAdded:connect(esp)
  200.  
  201. esp()
  202.  
  203. end
  204.  
  205. script.Parent.MouseButton1Up:connect(onClick)
  206. end))
  207. TextButton11.Parent = Frame1
  208. TextButton11.Position = UDim2.new(-0.0021684505, 0, -5.96046448e-08, 0)
  209. TextButton11.Size = UDim2.new(0, 72, 0, 40)
  210. TextButton11.BackgroundColor = BrickColor.new("Institutional white")
  211. TextButton11.BackgroundColor3 = Color3.new(1, 1, 1)
  212. TextButton11.BackgroundTransparency = 0.85000002384186
  213. TextButton11.Font = Enum.Font.Arcade
  214. TextButton11.FontSize = Enum.FontSize.Size28
  215. TextButton11.Text = "Quidz farm"
  216. TextButton11.TextColor = BrickColor.new("Really black")
  217. TextButton11.TextColor3 = Color3.new(0, 0, 0)
  218. TextButton11.TextScaled = true
  219. TextButton11.TextSize = 28
  220. TextButton11.TextWrap = true
  221. TextButton11.TextWrapped = true
  222. LocalScript12.Parent = TextButton11
  223. table.insert(cors,sandbox(LocalScript12,function()
  224. function onClick()
  225. while true do
  226. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Obby.WinPart.CFrame
  227. wait(00)
  228. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Obby.WinPart.CFrame
  229. wait(00)
  230. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Obby.WinPart.CFrame
  231. wait(00)
  232.  
  233. end
  234.  
  235. end
  236.  
  237. script.Parent.MouseButton1Up:connect(onClick)
  238. end))
  239. TextButton13.Parent = Frame1
  240. TextButton13.Position = UDim2.new(0.539393246, 0, -5.96046448e-08, 0)
  241. TextButton13.Size = UDim2.new(0, 72, 0, 40)
  242. TextButton13.BackgroundColor = BrickColor.new("Institutional white")
  243. TextButton13.BackgroundColor3 = Color3.new(1, 1, 1)
  244. TextButton13.BackgroundTransparency = 0.85000002384186
  245. TextButton13.Font = Enum.Font.Arcade
  246. TextButton13.FontSize = Enum.FontSize.Size28
  247. TextButton13.Text = "Noclip toggle (press e)"
  248. TextButton13.TextColor = BrickColor.new("Really black")
  249. TextButton13.TextColor3 = Color3.new(0, 0, 0)
  250. TextButton13.TextScaled = true
  251. TextButton13.TextSize = 28
  252. TextButton13.TextWrap = true
  253. TextButton13.TextWrapped = true
  254. LocalScript14.Parent = TextButton13
  255. table.insert(cors,sandbox(LocalScript14,function()
  256. function onClick()
  257. --found this on a [req]
  258. noclip = false
  259. game:GetService('RunService').Stepped:connect(function()
  260. if noclip then
  261. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  262. end
  263. end)
  264. plr = game.Players.LocalPlayer
  265. mouse = plr:GetMouse()
  266. mouse.KeyDown:connect(function(key)
  267.  
  268. if key == "e" then
  269. noclip = not noclip
  270. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  271. end
  272. end)
  273. print('Created by FileExplorer')
  274. print('Credits to Peyton for the ChangeState part of this script')
  275.  
  276. end
  277.  
  278. script.Parent.MouseButton1Up:connect(onClick)
  279. end))
  280. TextButton15.Parent = Frame1
  281. TextButton15.Position = UDim2.new(0.718234539, 0, 0.00584789366, 0)
  282. TextButton15.Size = UDim2.new(0, 72, 0, 40)
  283. TextButton15.BackgroundColor = BrickColor.new("Institutional white")
  284. TextButton15.BackgroundColor3 = Color3.new(1, 1, 1)
  285. TextButton15.BackgroundTransparency = 0.85000002384186
  286. TextButton15.Font = Enum.Font.Arcade
  287. TextButton15.FontSize = Enum.FontSize.Size28
  288. TextButton15.Text = "Become fast"
  289. TextButton15.TextColor = BrickColor.new("Really black")
  290. TextButton15.TextColor3 = Color3.new(0, 0, 0)
  291. TextButton15.TextScaled = true
  292. TextButton15.TextSize = 28
  293. TextButton15.TextWrap = true
  294. TextButton15.TextWrapped = true
  295. LocalScript16.Parent = TextButton15
  296. table.insert(cors,sandbox(LocalScript16,function()
  297. function onClick()
  298. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  299.  
  300.  
  301. end
  302.  
  303. script.Parent.MouseButton1Up:connect(onClick)
  304. end))
  305. TextButton17.Parent = Frame1
  306. TextButton17.Position = UDim2.new(-0.000358425081, 0, 0.239766032, 0)
  307. TextButton17.Size = UDim2.new(0, 72, 0, 40)
  308. TextButton17.BackgroundColor = BrickColor.new("Institutional white")
  309. TextButton17.BackgroundColor3 = Color3.new(1, 1, 1)
  310. TextButton17.BackgroundTransparency = 0.85000002384186
  311. TextButton17.Font = Enum.Font.Arcade
  312. TextButton17.FontSize = Enum.FontSize.Size28
  313. TextButton17.Text = "Fly"
  314. TextButton17.TextColor = BrickColor.new("Really black")
  315. TextButton17.TextColor3 = Color3.new(0, 0, 0)
  316. TextButton17.TextScaled = true
  317. TextButton17.TextSize = 28
  318. TextButton17.TextWrap = true
  319. TextButton17.TextWrapped = true
  320. LocalScript18.Parent = TextButton17
  321. table.insert(cors,sandbox(LocalScript18,function()
  322. function onClick()
  323. --By lindsay on v3rmillion
  324. _G.FLYING = false
  325. local LP = game:service('Players').LocalPlayer
  326. local T = LP.Character.UpperTorso
  327. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  328. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  329. local SPEED = 5
  330. local MOUSE = LP:GetMouse()
  331.  
  332.  
  333. local function FLY()
  334. _G.FLYING = true
  335. local BG = Instance.new('BodyGyro', T)
  336. local BV = Instance.new('BodyVelocity', T)
  337. BG.P = 9e4
  338. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  339. BG.cframe = T.CFrame
  340. BV.velocity = Vector3.new(0, 0.1, 0)
  341. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  342.  
  343.  
  344. spawn(function()
  345. repeat wait()
  346. LP.Character.Humanoid.PlatformStand = true
  347. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  348. SPEED = 50
  349. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  350. SPEED = 0
  351. end
  352. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  353. BV.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  354. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  355. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  356. BV.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  357. else
  358. BV.velocity = Vector3.new(0, 0.1, 0)
  359. end
  360. BG.cframe = game.Workspace.CurrentCamera.CoordinateFrame
  361. until not _G.FLYING
  362. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  363. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  364. SPEED = 0
  365. BG:destroy()
  366. BV:destroy()
  367. LP.Character.Humanoid.PlatformStand = false
  368. end)
  369. end
  370.  
  371. MOUSE.KeyDown:connect(function(KEY)
  372. if KEY:lower() == 'w' then
  373. CONTROL.F = 1
  374. elseif KEY:lower() == 's' then
  375. CONTROL.B = -1
  376. elseif KEY:lower() == 'a' then
  377. CONTROL.L = -1
  378. elseif KEY:lower() == 'd' then
  379. CONTROL.R = 1
  380. end
  381. end)
  382.  
  383. MOUSE.KeyUp:connect(function(KEY)
  384. if KEY:lower() == 'w' then
  385. CONTROL.F = 0
  386. elseif KEY:lower() == 's' then
  387. CONTROL.B = 0
  388. elseif KEY:lower() == 'a' then
  389. CONTROL.L = 0
  390. elseif KEY:lower() == 'd' then
  391. CONTROL.R = 0
  392. end
  393. end)
  394.  
  395.  
  396.  
  397.  
  398. FLY()
  399. end
  400.  
  401. script.Parent.MouseButton1Up:connect(onClick)
  402. end))
  403. for i,v in pairs(mas:GetChildren()) do
  404. v.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  405. pcall(function() v:MakeJoints() end)
  406. end
  407. mas:Destroy()
  408. for i,v in pairs(cors) do
  409. spawn(function()
  410. pcall(v)
  411. end)
  412. end
  413.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement