WINX_rblx

Untitled

Oct 1st, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.26 KB | None | 0 0
  1. local Bypass = game:GetService("Players").LocalPlayer.PlayerScripts
  2. Bypass.Name = "Bypass"
  3.  
  4. Bypass:FindFirstChild("LocalScript"):Destroy()
  5. Bypass:FindFirstChild("LocalScript2"):Destroy()
  6.  
  7. Bypass.Name = "PlayerScripts"
  8.  
  9. local ScreenGui = Instance.new("ScreenGui")
  10. local main = Instance.new("Frame")
  11. local EZWinHub = Instance.new("TextLabel")
  12. local TeleportTool = Instance.new("TextButton")
  13. local Walkonwalls = Instance.new("TextButton")
  14. local Credits = Instance.new("TextLabel")
  15. local close = Instance.new("TextButton")
  16. local Misc = Instance.new("TextButton")
  17. local Fly = Instance.new("TextButton")
  18. local openmain = Instance.new("Frame")
  19. local open = Instance.new("TextButton")
  20. local Misc_2 = Instance.new("Frame")
  21. local Title = Instance.new("TextLabel")
  22. local Speed = Instance.new("TextButton")
  23. local JumpPower = Instance.new("TextButton")
  24. local NormalSpeed = Instance.new("TextButton")
  25. local NormalJumpPower = Instance.new("TextButton")
  26. local close_2 = Instance.new("TextButton")
  27.  
  28. --Properties:
  29.  
  30. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31.  
  32. main.Name = "main"
  33. main.Parent = ScreenGui
  34. main.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  35. main.Position = UDim2.new(0.463285387, 0, 0.336609304, 0)
  36. main.Size = UDim2.new(0, 500, 0, 350)
  37. main.Visible = false
  38. main.Active = true
  39. main.Draggable = true
  40.  
  41. EZWinHub.Name = "EZ Win Hub"
  42. EZWinHub.Parent = main
  43. EZWinHub.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  44. EZWinHub.BorderColor3 = Color3.fromRGB(0, 0, 0)
  45. EZWinHub.BorderSizePixel = 2
  46. EZWinHub.Size = UDim2.new(0, 500, 0, 50)
  47. EZWinHub.Font = Enum.Font.Fantasy
  48. EZWinHub.Text = "EZ Win Hub"
  49. EZWinHub.TextColor3 = Color3.fromRGB(0, 0, 0)
  50. EZWinHub.TextScaled = true
  51. EZWinHub.TextSize = 14.000
  52. EZWinHub.TextWrapped = true
  53.  
  54. TeleportTool.Name = "Teleport Tool"
  55. TeleportTool.Parent = main
  56. TeleportTool.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  57. TeleportTool.BorderColor3 = Color3.fromRGB(0, 0, 0)
  58. TeleportTool.Position = UDim2.new(0.0900000036, 0, 0.397142857, 0)
  59. TeleportTool.Size = UDim2.new(0, 410, 0, 50)
  60. TeleportTool.Font = Enum.Font.Fantasy
  61. TeleportTool.Text = "Teleport Tool"
  62. TeleportTool.TextColor3 = Color3.fromRGB(98, 98, 98)
  63. TeleportTool.TextScaled = true
  64. TeleportTool.TextSize = 14.000
  65. TeleportTool.TextWrapped = true
  66. TeleportTool.MouseButton1Down:connect(function()
  67. local plr = game:GetService("Players").LocalPlayer
  68. local mouse = plr:GetMouse()
  69.  
  70. local tool = Instance.new("Tool")
  71. tool.RequiresHandle = false
  72. tool.Name = "Click Teleport"
  73.  
  74. tool.Activated:Connect(function()
  75. local root = plr.Character.HumanoidRootPart
  76. local pos = mouse.Hit.Position+Vector3.new(0,2.5,0)
  77. local offset = pos-root.Position
  78. root.CFrame = root.CFrame+offset
  79. end)
  80.  
  81. tool.Parent = plr.Backpack
  82. end)
  83.  
  84. Walkonwalls.Name = "Walk on walls"
  85. Walkonwalls.Parent = main
  86. Walkonwalls.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  87. Walkonwalls.BorderColor3 = Color3.fromRGB(0, 0, 0)
  88. Walkonwalls.Position = UDim2.new(0.0900000036, 0, 0.568571448, 0)
  89. Walkonwalls.Size = UDim2.new(0, 410, 0, 50)
  90. Walkonwalls.Font = Enum.Font.Fantasy
  91. Walkonwalls.Text = "Walk on walls"
  92. Walkonwalls.TextColor3 = Color3.fromRGB(98, 98, 98)
  93. Walkonwalls.TextScaled = true
  94. Walkonwalls.TextSize = 14.000
  95. Walkonwalls.TextWrapped = true
  96. Walkonwalls.MouseButton1Down:connect(function()
  97. getgenv()["cofiG"] = getgenv()["cofiG"] or {}
  98. local hasToUpdate = true
  99. local alreadyRan = cofiG.gravityController ~= nil
  100.  
  101. local http = game:GetService'HttpService'
  102. local readfile,writefile,fileexists = readfile or syn_io_read,writefile or syn_io_write,isfile or readfile
  103.  
  104. local rawUrl,baseUrl = "https://ixss.keybase.pub/rblx/gravityController/", "https://keybase.pub/ixss/rblx/gravityController/"
  105.  
  106. do
  107. _G.req = [[
  108. local require = function(lol)
  109. lol = "https://raw.githubusercontent.com/msva/lua-htmlparser/master/src/"..lol:gsub("%.","/")..".lua";
  110. return loadstring(_G.req..game:HttpGet(lol))();
  111. end;
  112. ]]
  113.  
  114. local require = function(lol)
  115. lol = "https://raw.githubusercontent.com/msva/lua-htmlparser/master/src/"..lol:gsub("%.","/")..".lua";
  116. return loadstring(_G.req..game:HttpGet(lol))();
  117. end;
  118.  
  119. cofiG.htmlparser = cofiG.htmlparser or require"htmlparser"
  120. end
  121.  
  122. do -- check if exists
  123. if fileexists'gravityController.json' then
  124. local json = readfile'gravityController.json'
  125. if json then
  126. cofiG.gravityController = http:JSONDecode(json)
  127. hasToUpdate = cofiG.gravityController.Version ~= game:HttpGet(rawUrl.."Version.txt")
  128. end
  129. end
  130. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  131. Text = hasToUpdate and "Updating script..." or "Running script!";
  132. Font = Enum.Font.Code;
  133. Color = Color3.fromRGB(255, 60, 60);
  134. FontSize = Enum.FontSize.Size96;
  135. })
  136. end
  137.  
  138.  
  139. if hasToUpdate then -- update/download
  140.  
  141. function getScripts()
  142. local ret = {}
  143. local text = game:HttpGet(baseUrl, false)
  144.  
  145. local root = cofiG.htmlparser.parse(text)
  146. local files = root:select(".file")
  147.  
  148. for i,v in pairs(files) do
  149. if string.sub(v.attributes.href, string.len(v.attributes.href)-3) == ".lua" then
  150. local name = string.sub(v.attributes.href,string.len(baseUrl)+1, string.len(v.attributes.href)-4)
  151. local script = rawUrl..name..".lua"
  152. ret[name] = game:HttpGet(script)
  153. elseif string.sub(v.attributes.href, string.len(v.attributes.href)-3) == ".txt" then
  154. local name = string.sub(v.attributes.href,string.len(baseUrl)+1, string.len(v.attributes.href)-4)
  155. local script = rawUrl..name..".txt"
  156. ret[name] = game:HttpGet(script)
  157. end
  158. end
  159.  
  160. return ret
  161. end
  162. cofiG.gravityController = getScripts()
  163. writefile('gravityController.json', http:JSONEncode(cofiG.gravityController))
  164. warn('Script updated!')
  165. end
  166.  
  167. local a,b = pcall(loadstring(cofiG.gravityController.Loader))
  168.  
  169. if not a then
  170. error('Loader ', b)
  171. end
  172.  
  173. if not alreadyRan then
  174. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  175. Text = game:HttpGet('https://ixss.keybase.pub/Watermark.txt', true)..", originally made by EgoMoose.";
  176. Font = Enum.Font.Code;
  177. Color = Color3.fromRGB(244, 0, 175);
  178. FontSize = Enum.FontSize.Size96;
  179. })
  180. end
  181. end)
  182.  
  183. Credits.Name = "Credits"
  184. Credits.Parent = main
  185. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  186. Credits.BackgroundTransparency = 1.000
  187. Credits.Position = UDim2.new(0, 0, 0.871428549, 0)
  188. Credits.Size = UDim2.new(0, 500, 0, 45)
  189. Credits.Font = Enum.Font.Fantasy
  190. Credits.Text = "Made by Ascending Spongebob"
  191. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  192. Credits.TextScaled = true
  193. Credits.TextSize = 14.000
  194. Credits.TextWrapped = true
  195.  
  196. close.Name = "close"
  197. close.Parent = main
  198. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  199. close.Position = UDim2.new(0.939999998, 0, 0, 0)
  200. close.Size = UDim2.new(0, 30, 0, 20)
  201. close.Font = Enum.Font.Fantasy
  202. close.Text = "X"
  203. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  204. close.TextScaled = true
  205. close.TextSize = 14.000
  206. close.TextWrapped = true
  207. close.MouseButton1Down:connect(function()
  208. main.Visible = false
  209. openmain.Visible = true
  210. end)
  211.  
  212. Misc.Name = "Misc"
  213. Misc.Parent = main
  214. Misc.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  215. Misc.BorderColor3 = Color3.fromRGB(0, 0, 0)
  216. Misc.Position = UDim2.new(0.0900000036, 0, 0.745714247, 0)
  217. Misc.Size = UDim2.new(0, 410, 0, 50)
  218. Misc.Font = Enum.Font.Fantasy
  219. Misc.Text = "Misc"
  220. Misc.TextColor3 = Color3.fromRGB(98, 98, 98)
  221. Misc.TextScaled = true
  222. Misc.TextSize = 14.000
  223. Misc.TextWrapped = true
  224. Misc.MouseButton1Down:connect(function()
  225. Misc_2.Visible = true
  226. end)
  227.  
  228. Fly.Name = "Fly"
  229. Fly.Parent = main
  230. Fly.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  231. Fly.BorderColor3 = Color3.fromRGB(0, 0, 0)
  232. Fly.Position = UDim2.new(0.0900000036, 0, 0.225714296, 0)
  233. Fly.Size = UDim2.new(0, 410, 0, 50)
  234. Fly.Font = Enum.Font.Fantasy
  235. Fly.Text = "Fly (Press E)"
  236. Fly.TextColor3 = Color3.fromRGB(98, 98, 98)
  237. Fly.TextScaled = true
  238. Fly.TextSize = 14.000
  239. Fly.TextWrapped = true
  240. Fly.MouseButton1Down:connect(function()
  241. loadstring(game:HttpGet('https://pastebin.com/raw/q6S4AcxJ'))()
  242. end)
  243.  
  244. openmain.Name = "openmain"
  245. openmain.Parent = ScreenGui
  246. openmain.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  247. openmain.Position = UDim2.new(0.01358895, 0, 0.433882058, 0)
  248. openmain.Size = UDim2.new(0, 110, 0, 35)
  249. openmain.Active = true
  250. openmain.Draggable = true
  251.  
  252. open.Name = "open"
  253. open.Parent = openmain
  254. open.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  255. open.Size = UDim2.new(0, 110, 0, 35)
  256. open.Font = Enum.Font.Fantasy
  257. open.Text = "Open"
  258. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  259. open.TextScaled = true
  260. open.TextSize = 14.000
  261. open.TextWrapped = true
  262. open.MouseButton1Down:connect(function()
  263. main.Visible = true
  264. openmain.Visible = false
  265. end)
  266.  
  267. Misc_2.Name = "Misc"
  268. Misc_2.Parent = ScreenGui
  269. Misc_2.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  270. Misc_2.Position = UDim2.new(0.323239982, 0, 0.335380822, 0)
  271. Misc_2.Size = UDim2.new(0, 185, 0, 351)
  272. Misc_2.Visible = false
  273. Misc_2.Active = true
  274. Misc_2.Draggable = true
  275.  
  276. Title.Name = "Title"
  277. Title.Parent = Misc_2
  278. Title.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  279. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  280. Title.BorderSizePixel = 2
  281. Title.Position = UDim2.new(0, 0, 0.00284891599, 0)
  282. Title.Size = UDim2.new(0, 185, 0, 50)
  283. Title.Font = Enum.Font.Fantasy
  284. Title.Text = "Misc"
  285. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  286. Title.TextScaled = true
  287. Title.TextSize = 14.000
  288. Title.TextWrapped = true
  289.  
  290. Speed.Name = "Speed"
  291. Speed.Parent = Misc_2
  292. Speed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  293. Speed.BorderColor3 = Color3.fromRGB(0, 0, 0)
  294. Speed.Position = UDim2.new(0.0900001302, 0, 0.225714266, 0)
  295. Speed.Size = UDim2.new(0, 151, 0, 50)
  296. Speed.Font = Enum.Font.Fantasy
  297. Speed.Text = "Speed"
  298. Speed.TextColor3 = Color3.fromRGB(98, 98, 98)
  299. Speed.TextScaled = true
  300. Speed.TextSize = 14.000
  301. Speed.TextWrapped = true
  302. Speed.MouseButton1Down:connect(function()
  303. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  304. end)
  305.  
  306. JumpPower.Name = "JumpPower"
  307. JumpPower.Parent = Misc_2
  308. JumpPower.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  309. JumpPower.BorderColor3 = Color3.fromRGB(0, 0, 0)
  310. JumpPower.Position = UDim2.new(0.0900001302, 0, 0.396654427, 0)
  311. JumpPower.Size = UDim2.new(0, 151, 0, 50)
  312. JumpPower.Font = Enum.Font.Fantasy
  313. JumpPower.Text = "JumpPower"
  314. JumpPower.TextColor3 = Color3.fromRGB(98, 98, 98)
  315. JumpPower.TextScaled = true
  316. JumpPower.TextSize = 14.000
  317. JumpPower.TextWrapped = true
  318. JumpPower.MouseButton1Down:connect(function()
  319. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  320. end)
  321.  
  322. NormalSpeed.Name = "NormalSpeed"
  323. NormalSpeed.Parent = Misc_2
  324. NormalSpeed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  325. NormalSpeed.BorderColor3 = Color3.fromRGB(0, 0, 0)
  326. NormalSpeed.Position = UDim2.new(0.0900001302, 0, 0.567594588, 0)
  327. NormalSpeed.Size = UDim2.new(0, 151, 0, 50)
  328. NormalSpeed.Font = Enum.Font.Fantasy
  329. NormalSpeed.Text = "Normal Speed"
  330. NormalSpeed.TextColor3 = Color3.fromRGB(98, 98, 98)
  331. NormalSpeed.TextScaled = true
  332. NormalSpeed.TextSize = 14.000
  333. NormalSpeed.TextWrapped = true
  334. NormalSpeed.MouseButton1Down:connect(function()
  335. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  336. end)
  337.  
  338. NormalJumpPower.Name = "NormalJumpPower"
  339. NormalJumpPower.Parent = Misc_2
  340. NormalJumpPower.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  341. NormalJumpPower.BorderColor3 = Color3.fromRGB(0, 0, 0)
  342. NormalJumpPower.Position = UDim2.new(0.0900001302, 0, 0.744232774, 0)
  343. NormalJumpPower.Size = UDim2.new(0, 151, 0, 50)
  344. NormalJumpPower.Font = Enum.Font.Fantasy
  345. NormalJumpPower.Text = "Normal JumpPower"
  346. NormalJumpPower.TextColor3 = Color3.fromRGB(98, 98, 98)
  347. NormalJumpPower.TextScaled = true
  348. NormalJumpPower.TextSize = 14.000
  349. NormalJumpPower.TextWrapped = true
  350. NormalJumpPower.MouseButton1Down:connect(function()
  351. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  352. end)
  353.  
  354. close_2.Name = "close"
  355. close_2.Parent = Misc_2
  356. close_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  357. close_2.BackgroundTransparency = 1.000
  358. close_2.Position = UDim2.new(-0.00054037571, 0, 0, 0)
  359. close_2.Size = UDim2.new(0, 20, 0, 20)
  360. close_2.Font = Enum.Font.Fantasy
  361. close_2.Text = "X"
  362. close_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  363. close_2.TextScaled = true
  364. close_2.TextSize = 14.000
  365. close_2.TextWrapped = tru
  366. close_2.MouseButton1Down:connect(function()
  367. Misc_2.Visible = false
  368. end)
  369.  
Add Comment
Please, Sign In to add comment