Advertisement
unknownexploits

lmao

Aug 30th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. _G.ui = { }
  2. local MyPlr = game.Players.LocalPlayer
  3. function _G.ui:Init()
  4. do -- visuals
  5. _G.ui.visuals = _G.library:CreateWindow("Visuals")
  6. _G.ui.visuals:AddToggle({text = "FullBright", flag = "FullBright", callback = function(a)
  7. _G.library.flags.FullBright = a
  8. _G.main:fullbright()
  9. end})
  10. _G.ui.visuals:AddToggle({text = "ESP", flag = "ESPTog", callback = function(a)
  11. _G.library.flags.ESPEnabled = a
  12. _G.main:esptoggle()
  13. end})
  14. _G.ui.visuals:AddToggle({text = "Chams", flag = "ChamsTog", callback = function(a)
  15. _G.library.flags.ChamsTog = a
  16. _G.main:chamstoggle()
  17. end})
  18. _G.ui.visuals:AddToggle({text = "Tracers", flag = "TracersTog", callback = function(a)
  19. _G.library.flags.TracersTog = a
  20. _G.main:tracerstoggle()
  21. end})
  22. _G.ui.espsettings = _G.ui.visuals:AddFolder("ESP Settings")
  23. _G.ui.espsettings:AddColor({text = "Ally Color", flag = "allycolor", color = Color3.fromRGB(221, 3, 255), callback = function(a)
  24. _G.main.espsettings.Colors.Ally = a
  25. _G.main:updatecolors()
  26. end})
  27. _G.ui.espsettings:AddColor({text = "Enemy Color", flag = "enemycolor", color = Color3.fromRGB(221, 3, 255), callback = function(a)
  28. _G.main.espsettings.Colors.Enemy = a
  29. _G.main:updatecolors()
  30. end})
  31. _G.ui.espsettings:AddColor({text = "Neutral Color", flag = "enemycolor", color = Color3.fromRGB(221, 3, 255), callback = function(a)
  32. _G.main.espsettings.Colors.Neutral = a
  33. _G.main:updatecolors()
  34. end})
  35. end
  36. do -- character
  37. _G.ui.character = _G.library:CreateWindow("Character")
  38. _G.ui.character:AddToggle({text = "SuperSpeed", flag = "SuperSpeed", callback = function(a)
  39. _G.library.flags.SuperSpeed = a
  40. _G.main:superspeed()
  41. end})
  42. _G.ui.character:AddToggle({text = "SuperJump", flag = "JumpPower", callback = function(a)
  43. _G.library.flags.SuperJump = a
  44. _G.main:superjump()
  45. end})
  46. _G.ui.character:AddSlider({text = "WalkSpeed", value = 16, min = 0, max = 150, callback = function(a)
  47. _G.main:walkspeed(a)
  48. end})
  49. _G.ui.character:AddSlider({text = "JumpPower", value = 50, min = 0, max = 200, callback = function(a)
  50. _G.main:jumppower(a)
  51. end})
  52. _G.ui.character:AddToggle({text = "Fly", flag = "flytog", callback = function(a)
  53. _G.library.flags["flytog"] = a
  54. _G.main:flytoggle()
  55. end})
  56. _G.ui.character:AddToggle({text = "Vehicle Fly", flag = "vflytog", callback = function(a)
  57. _G.library.flags["vflytog"] = a
  58. _G.main:vehicleflytoggle()
  59. end})
  60. end
  61. do -- miscellaneous
  62. _G.ui.miscellaneous = _G.library:CreateWindow("Miscellaneous")
  63. _G.ui.miscellaneous:AddToggle({text = "Low Gravity", flag = "lowgrav", callback = function(a)
  64. _G.library.flags["lowgrav"] = a
  65. _G.main:lowgravity()
  66. end})
  67. _G.ui.miscellaneous:AddSlider({text = "Gravity", value = 196, min = 0, max = 196, callback = function(a)
  68. _G.main:gravity(a)
  69. end})
  70. _G.ui.miscellaneous:AddButton({text = "BHop", callback = function()
  71. _G.main:Bhop()
  72. end})
  73. _G.ui.miscellaneous:AddButton({text = "ReJoin", callback = function()
  74. _G.main:ReJoin()
  75. end})
  76. end
  77. do -- _G.ui settings
  78. _G.main.uisettings = _G.library:CreateWindow("_G.ui Settings")
  79. _G.main.uisettings:AddColor({text = "Cursor Color", flag = "cursorcolor", color = Color3.fromRGB(221, 3, 255), callback = function(a)
  80. _G.main:cursorcolor(a)
  81. end})
  82. _G.main.uisettings:AddBind({text = "Toggle ui", key = "Q", callback = function()
  83. _G.library:Close()
  84. end})
  85. if _G.main.creator_accounts[MyPlr.UserId] or _G.main.admin_accounts[MyPlr.UserId] then
  86. _G.main.uisettings:AddToggle({text = "Cursor", state = true, flag = "CursorTog", callback = function(a)
  87. _G.library.flags["CursorTog"] = a
  88. _G.main:CursorTog()
  89. end})
  90. _G.main.uisettings:AddToggle({text = "UI Watermark", state = true, callback = function(a)
  91. game.CoreGui:WaitForChild("uwuware").watermark.Visible = a
  92. end})
  93. end
  94. _G.main.topbar = _G.main.uisettings:AddFolder("Top Bar")
  95. _G.main.topbar:AddColor({text = "Line Colour", flag = "color", color = Color3.fromRGB(221, 3, 255), callback = function(a)
  96. _G.main:splitlinecolor(a)
  97. end})
  98. _G.main.topbar:AddSlider({text = "Transparency", value = 0, min = 0, max = 100, callback = function(a)
  99. _G.main:splitlinetransparency(a)
  100. end})
  101. _G.main.topbar:AddSlider({text = "Line Thickness", value = 1, min = 1, max = 4, callback = function(a)
  102. _G.main:splitlinethickness(a)
  103. end})
  104. end
  105. do -- developer options
  106. if _G.main.creator_accounts[MyPlr.UserId] then
  107. _G.main.developer = _G.library:CreateWindow("Developer")
  108. _G.main.developer:AddButton({text = "Remote Spy", callback = function()
  109. _G.main:loadspy()
  110. end})
  111. _G.main.developer:AddButton({text = "Dark Dex v3", callback = function()
  112. _G.main:darkdex()
  113. end})
  114. _G.main.developer:AddButton({text = "Get Registry", callback = function()
  115. _G.main:getregs()
  116. end})
  117. end
  118. end
  119. end
  120.  
  121. _G.ui:Init()
  122. return _G.ui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement