Advertisement
DuperBsd

New Ohio h4cker v2 gui!

May 20th, 2023
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Patskorn/GUI/main/Copy-SynapOver.lua"))() local GUI = library:new("Ohio H4cker Gui v2","[ RightControl ]")local Tab1 = GUI:Tap("Menu Tradescam") local Tab2 = GUI:Tap("Menu Dupe") Tab1:Button("Scam v1",function()loadstring(game:HttpGet("https://pastebin.com/raw/pTSjK2T3"))() print("Scam v2")end) Tab1:Label("Label") Tab1:Toggle("Lag Trade",nil,function(value)loadstring(game:HttpGet("https://pastebin.com/raw/pTSjK2T3"))() print(value)end) Tab1:Dropdown("Version?",{"v1","v2"},function(t) print(t)end) Tab1:TextBox("Wait until crash trade than rejoin and boom",function(value) print(value)end) Tab1:Slider("Crash time?",20,100,20,function(value) print(value)end) Tab2:Button("Dupe v1",function()loadstring(game:HttpGet("https://pastebin.com/raw/pTSjK2T3"))() print("Dupe v2")end) Tab2:Label("Duping") Tab2:Toggle("Dupe",nil,function(value)loadstring(game:HttpGet("https://pastebin.com/raw/pTSjK2T3"))() print(value)end) Tab2:Line() Tab2:Dropdown("Version?",{"v1","v2"},function(t) print(t)end) Tab1:TextBox("Wait Timer when press Button than rejoin!",function(value) print(value)end) Tab2:Slider("Time?",50,100,50,function(value) print(value)end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement