Advertisement
pastebinxx

Untitled

Jan 20th, 2025
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.37 KB | None | 0 0
  1. if (not game:IsLoaded()) then
  2. game.Loaded:Wait()
  3. task.wait(3)
  4. end
  5.  
  6. local CCSG = Instance.new('ScreenGui')
  7. CCSG.IgnoreGuiInset = true
  8. CCSG.Name = 'CCSG'
  9. CCSG.Parent = game:GetService('CoreGui')
  10.  
  11. local Main = Instance.new("Frame")
  12. Main["BorderSizePixel"] = 0
  13. Main["AnchorPoint"] =Vector2.new(0.5, 0.5)
  14. Main["BackgroundTransparency"] =0
  15. Main["Position"] =UDim2.new(0.4000000059604645, 0, 0.5, 0)
  16. Main["Size"] =UDim2.new(0, 340, 0, 120)
  17. Main["Name"] ="Main"
  18. Main["BackgroundColor3"] =Color3.fromRGB(22.000000588595867, 22.000000588595867, 22.000000588595867)
  19. Main["Parent"] = CCSG
  20.  
  21. local TopBar = Instance.new("Frame")
  22. TopBar["BorderSizePixel"] = 0
  23. TopBar["AnchorPoint"] =Vector2.new(0.5, 0)
  24. TopBar["BackgroundTransparency"] =0
  25. TopBar["Position"] =UDim2.new(0.5, 0, 0, 0)
  26. TopBar["Size"] =UDim2.new(1, 0, 0, 25)
  27. TopBar["Name"] ="TopBar"
  28. TopBar["BackgroundColor3"] =Color3.fromRGB(16.000000946223736, 16.000000946223736, 16.000000946223736)
  29. TopBar["Parent"] = Main
  30.  
  31. local TopBarCorner = Instance.new("UICorner")
  32. TopBarCorner["Name"] ="TopBarCorner"
  33. TopBarCorner["CornerRadius"] =UDim.new(0, 8)
  34. TopBarCorner["Parent"] = TopBar
  35.  
  36. local TopBarLine = Instance.new("Frame")
  37. TopBarLine["BorderSizePixel"] = 0
  38. TopBarLine["AnchorPoint"] =Vector2.new(0.5, 1)
  39. TopBarLine["BackgroundTransparency"] =0
  40. TopBarLine["Position"] =UDim2.new(0.5, 0, 1, 0)
  41. TopBarLine["Size"] =UDim2.new(1, 0, 0, 3)
  42. TopBarLine["Name"] ="TopBarLine"
  43. TopBarLine["BackgroundColor3"] =Color3.fromRGB(16.000000946223736, 16.000000946223736, 16.000000946223736)
  44. TopBarLine["Parent"] = TopBar
  45.  
  46. local Title = Instance.new("TextLabel")
  47. Title["BorderSizePixel"] = 0
  48. Title["AutomaticSize"] = Enum.AutomaticSize.X
  49. Title["FontFace"] =Font.new("rbxasset://fonts/families/GothamSSm.json", Enum.FontWeight.Regular)
  50. Title["TextColor3"] =Color3.fromRGB(200.00000327825546, 200.00000327825546, 200.00000327825546)
  51. Title["TextTransparency"] =0
  52. Title["Text"] ="Template Text"
  53. Title["AnchorPoint"] =Vector2.new(0, 0)
  54. Title["TextXAlignment"] =Enum.TextXAlignment.Left
  55. Title["BackgroundTransparency"] =1
  56. Title["Position"] =UDim2.new(0, 0, 0, 0)
  57. Title["Name"] ="Title"
  58. Title["Size"] =UDim2.new(1, 0, 1, 0)
  59. Title["TextSize"] =14
  60. Title["BackgroundColor3"] =Color3.fromRGB(255, 255, 255)
  61. Title["Parent"] = TopBar
  62.  
  63. local TitlePadding = Instance.new("UIPadding")
  64. TitlePadding["PaddingTop"] =UDim.new(0, 0)
  65. TitlePadding["Name"] ="TitlePadding"
  66. TitlePadding["PaddingBottom"] =UDim.new(0, 0)
  67. TitlePadding["PaddingLeft"] =UDim.new(0, 6)
  68. TitlePadding["PaddingRight"] =UDim.new(0, 6)
  69. TitlePadding["Parent"] = Title
  70.  
  71. local TitleStroke = Instance.new("UIStroke")
  72. TitleStroke["Color"] =Color3.fromRGB(0, 0, 0)
  73. TitleStroke["Transparency"] =0
  74. TitleStroke["Name"] ="TitleStroke"
  75. TitleStroke["Thickness"] =1
  76. TitleStroke["Parent"] = Title
  77.  
  78. local TopBarGradient = Instance.new("UIGradient")
  79. TopBarGradient["Color"] =ColorSequence.new{
  80. ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)),
  81. ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))
  82. }
  83. TopBarGradient["Name"] ="TopBarGradient"
  84. TopBarGradient["Rotation"] =-90
  85. TopBarGradient["Parent"] = TopBar
  86.  
  87. local MainStroke = Instance.new("UIStroke")
  88. MainStroke["Color"] =Color3.fromRGB(200.00000327825546, 200.00000327825546, 200.00000327825546)
  89. MainStroke["Transparency"] =0
  90. MainStroke["Name"] ="MainStroke"
  91. MainStroke["Thickness"] =1.2999999523162842
  92. MainStroke["Parent"] = Main
  93.  
  94. local MainCorner = Instance.new("UICorner")
  95. MainCorner["Name"] ="MainCorner"
  96. MainCorner["CornerRadius"] =UDim.new(0, 8)
  97. MainCorner["Parent"] = Main
  98.  
  99. local CounterText = Instance.new("TextLabel")
  100. CounterText["BorderSizePixel"] = 0
  101. CounterText["FontFace"] =Font.new("rbxasset://fonts/families/GothamSSm.json", Enum.FontWeight.Regular)
  102. CounterText["TextColor3"] =Color3.fromRGB(200.00000327825546, 200.00000327825546, 200.00000327825546)
  103. CounterText["TextTransparency"] =0
  104. CounterText["Text"] ="$999,999,999"
  105. CounterText["AnchorPoint"] =Vector2.new(0.5, 1)
  106. CounterText["TextXAlignment"] =Enum.TextXAlignment.Center
  107. CounterText["BackgroundTransparency"] =1
  108. CounterText["Position"] =UDim2.new(0.5, 0, 1, 0)
  109. CounterText["Name"] ="CounterText"
  110. CounterText["Size"] =UDim2.new(1, 0, 1, 0)
  111. CounterText["TextSize"] =35
  112. CounterText["BackgroundColor3"] =Color3.fromRGB(255, 255, 255)
  113. CounterText["Parent"] = Main
  114.  
  115. local CounterTextPadding = Instance.new("UIPadding")
  116. CounterTextPadding["PaddingTop"] =UDim.new(0, 15)
  117. CounterTextPadding["Name"] ="CounterTextPadding"
  118. CounterTextPadding["PaddingBottom"] =UDim.new(0, 0)
  119. CounterTextPadding["PaddingLeft"] =UDim.new(0, 12)
  120. CounterTextPadding["PaddingRight"] =UDim.new(0, 12)
  121. CounterTextPadding["Parent"] = CounterText
  122.  
  123. local CounterTextStroke = Instance.new("UIStroke")
  124. CounterTextStroke["Color"] =Color3.fromRGB(0, 0, 0)
  125. CounterTextStroke["Transparency"] =0
  126. CounterTextStroke["Name"] ="CounterTextStroke"
  127. CounterTextStroke["Thickness"] =1
  128. CounterTextStroke["Parent"] = CounterText
  129.  
  130. local BackImage = Instance.new("ImageLabel")
  131. BackImage["ImageColor3"] =Color3.fromRGB(255, 255, 255)
  132. BackImage["ImageTransparency"] =0
  133. BackImage["AnchorPoint"] =Vector2.new(0, 0)
  134. BackImage["Image"] =""
  135. BackImage["BackgroundTransparency"] =1
  136. BackImage["Position"] =UDim2.new(0, 0, 0, 0)
  137. BackImage["Size"] =UDim2.new(1, 0, 1, 0)
  138. BackImage["Name"] ="BackImage"
  139. BackImage["BackgroundColor3"] =Color3.fromRGB(255, 255, 255)
  140. BackImage["Parent"] = Main
  141.  
  142. local MainGradient = Instance.new("UIGradient")
  143. MainGradient["Color"] =ColorSequence.new{
  144. ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)),
  145. ColorSequenceKeypoint.new(1, Color3.fromRGB(161.0000056028366, 161.0000056028366, 161.0000056028366))
  146. }
  147. MainGradient["Name"] ="MainGradient"
  148. MainGradient["Rotation"] =90
  149. MainGradient["Parent"] = Main
  150.  
  151. task.spawn(function()local UserInputService=game:GetService('UserInputService')local gui=Main;local dragging;local dragInput;local dragStart;local startPos;local function update(input)local delta=input.Position-dragStart;gui.Position=UDim2.new(startPos.X.Scale,startPos.X.Offset+delta.X,startPos.Y.Scale,startPos.Y.Offset+delta.Y)end;gui.InputBegan:Connect(function(input)if input.UserInputType==Enum.UserInputType.MouseButton1 or input.UserInputType==Enum.UserInputType.Touch then dragging=true;dragStart=input.Position;startPos=gui.Position;input.Changed:Connect(function()if input.UserInputState==Enum.UserInputState.End then dragging=false end end)end end)gui.InputChanged:Connect(function(input)if input.UserInputType==Enum.UserInputType.MouseMovement or input.UserInputType==Enum.UserInputType.Touch then dragInput=input end end)UserInputService.InputChanged:Connect(function(input)if input==dragInput and dragging then update(input)end end)end)
  152. local Drop=workspace.Ignored.Drop;local ToCurr=function(Num)return tostring(Num):reverse():gsub("%d%d%d","%1,"):reverse():gsub("^,","")end;local Convert=function(Str)local Am=string.match(Str,"%$%d+[,%.]?%d*")if(Am)then Am=(string.gsub(string.match(Am,"%d+[,%.]?%d*"),",",""))return tonumber(Am)else return 0 end end;local Get=function()local Total=0;for i,v in pairs(Drop:GetChildren())do if(v.Name=="MoneyDrop")and(v:FindFirstChild("BillboardGui"))then Total+=Convert(v.BillboardGui.TextLabel.Text)end end;CounterText.Text=("$"..ToCurr(Total))end;task.spawn(function()while true and task.wait(1/3)do Get()end end)
  153.  
  154. local G2L = {};
  155.  
  156. -- StarterGui.ScreenGui
  157. G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
  158. G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
  159.  
  160.  
  161. -- StarterGui.ScreenGui.Frame
  162. G2L["2"] = Instance.new("Frame", G2L["1"]);
  163. G2L["2"]["BorderSizePixel"] = 0;
  164. G2L["2"]["BackgroundColor3"] = Color3.fromRGB(24, 24, 24);
  165. G2L["2"]["Size"] = UDim2.new(0, 1267, 0, 804);
  166. G2L["2"]["Position"] = UDim2.new(-0.00158, 0, 0, 0);
  167. G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  168.  
  169.  
  170. -- StarterGui.ScreenGui.Frame.club
  171. G2L["3"] = Instance.new("TextButton", G2L["2"]);
  172. G2L["3"]["BorderSizePixel"] = 0;
  173. G2L["3"]["TextColor3"] = Color3.fromRGB(233, 233, 233);
  174. G2L["3"]["TextSize"] = 14;
  175. G2L["3"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
  176. G2L["3"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  177. G2L["3"]["Size"] = UDim2.new(0, 183, 0, 52);
  178. G2L["3"]["Name"] = [[club]];
  179. G2L["3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  180. G2L["3"]["Text"] = [[Go club]];
  181. G2L["3"]["Position"] = UDim2.new(0.08603, 0, 0.04975, 0);
  182.  
  183.  
  184. -- StarterGui.ScreenGui.Frame.airlock 2
  185. G2L["4"] = Instance.new("TextButton", G2L["2"]);
  186. G2L["4"]["BorderSizePixel"] = 0;
  187. G2L["4"]["TextColor3"] = Color3.fromRGB(233, 233, 233);
  188. G2L["4"]["TextSize"] = 14;
  189. G2L["4"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
  190. G2L["4"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  191. G2L["4"]["Size"] = UDim2.new(0, 183, 0, 52);
  192. G2L["4"]["Name"] = [[airlock 2]];
  193. G2L["4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  194. G2L["4"]["Text"] = [[unlock]];
  195. G2L["4"]["Position"] = UDim2.new(0.84688, 0, 0.08458, 0);
  196.  
  197.  
  198. -- StarterGui.ScreenGui.Frame.airlock
  199. G2L["5"] = Instance.new("TextButton", G2L["2"]);
  200. G2L["5"]["BorderSizePixel"] = 0;
  201. G2L["5"]["TextColor3"] = Color3.fromRGB(233, 233, 233);
  202. G2L["5"]["TextSize"] = 14;
  203. G2L["5"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
  204. G2L["5"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  205. G2L["5"]["Size"] = UDim2.new(0, 183, 0, 52);
  206. G2L["5"]["Name"] = [[airlock]];
  207. G2L["5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  208. G2L["5"]["Text"] = [[airlock on]];
  209. G2L["5"]["Position"] = UDim2.new(0.69298, 0, 0.08458, 0);
  210.  
  211.  
  212. -- StarterGui.ScreenGui.Frame.cash on
  213. G2L["6"] = Instance.new("TextButton", G2L["2"]);
  214. G2L["6"]["BorderSizePixel"] = 0;
  215. G2L["6"]["TextColor3"] = Color3.fromRGB(233, 233, 233);
  216. G2L["6"]["TextSize"] = 14;
  217. G2L["6"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
  218. G2L["6"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  219. G2L["6"]["Size"] = UDim2.new(0, 183, 0, 52);
  220. G2L["6"]["Name"] = [[cash on]];
  221. G2L["6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  222. G2L["6"]["Text"] = [[Dropcash on]];
  223. G2L["6"]["Position"] = UDim2.new(0.08603, 0, 0.4403, 0);
  224.  
  225.  
  226. -- StarterGui.ScreenGui.Frame.train
  227. G2L["7"] = Instance.new("TextButton", G2L["2"]);
  228. G2L["7"]["BorderSizePixel"] = 0;
  229. G2L["7"]["TextColor3"] = Color3.fromRGB(233, 233, 233);
  230. G2L["7"]["TextSize"] = 14;
  231. G2L["7"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
  232. G2L["7"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  233. G2L["7"]["Size"] = UDim2.new(0, 183, 0, 52);
  234. G2L["7"]["Name"] = [[train]];
  235. G2L["7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  236. G2L["7"]["Text"] = [[go train]];
  237. G2L["7"]["Position"] = UDim2.new(0.2423, 0, 0.14303, 0);
  238.  
  239.  
  240. -- StarterGui.ScreenGui.Frame.school
  241. G2L["8"] = Instance.new("TextButton", G2L["2"]);
  242. G2L["8"]["BorderSizePixel"] = 0;
  243. G2L["8"]["TextColor3"] = Color3.fromRGB(233, 233, 233);
  244. G2L["8"]["TextSize"] = 14;
  245. G2L["8"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
  246. G2L["8"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  247. G2L["8"]["Size"] = UDim2.new(0, 183, 0, 52);
  248. G2L["8"]["Name"] = [[school]];
  249. G2L["8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  250. G2L["8"]["Text"] = [[go school]];
  251. G2L["8"]["Position"] = UDim2.new(0.08603, 0, 0.14303, 0);
  252.  
  253.  
  254. -- StarterGui.ScreenGui.Frame.bank
  255. G2L["9"] = Instance.new("TextButton", G2L["2"]);
  256. G2L["9"]["BorderSizePixel"] = 0;
  257. G2L["9"]["TextColor3"] = Color3.fromRGB(233, 233, 233);
  258. G2L["9"]["TextSize"] = 14;
  259. G2L["9"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
  260. G2L["9"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  261. G2L["9"]["Size"] = UDim2.new(0, 183, 0, 52);
  262. G2L["9"]["Name"] = [[bank]];
  263. G2L["9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  264. G2L["9"]["Text"] = [[go bank]];
  265. G2L["9"]["Position"] = UDim2.new(0.2423, 0, 0.04975, 0);
  266.  
  267.  
  268. -- StarterGui.ScreenGui.Frame.ImageLabel
  269. G2L["a"] = Instance.new("ImageLabel", G2L["2"]);
  270. G2L["a"]["BorderSizePixel"] = 0;
  271. G2L["a"]["BackgroundColor3"] = Color3.fromRGB(24, 24, 24);
  272. G2L["a"]["Image"] = [[http://www.roblox.com/asset/?id=73900284649909]];
  273. G2L["a"]["Size"] = UDim2.new(0, 65, 0, 62);
  274. G2L["a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  275. G2L["a"]["Position"] = UDim2.new(0.20994, 0, 0.50498, 0);
  276.  
  277.  
  278. -- StarterGui.ScreenGui.Frame.ground
  279. G2L["b"] = Instance.new("TextButton", G2L["2"]);
  280. G2L["b"]["BorderSizePixel"] = 0;
  281. G2L["b"]["TextColor3"] = Color3.fromRGB(233, 233, 233);
  282. G2L["b"]["TextSize"] = 14;
  283. G2L["b"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
  284. G2L["b"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  285. G2L["b"]["Size"] = UDim2.new(0, 183, 0, 52);
  286. G2L["b"]["Name"] = [[ground]];
  287. G2L["b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  288. G2L["b"]["Text"] = [[tp ground]];
  289. G2L["b"]["Position"] = UDim2.new(0.69219, 0, 0.72139, 0);
  290.  
  291.  
  292. -- StarterGui.ScreenGui.Frame.ground 2
  293. G2L["c"] = Instance.new("TextButton", G2L["2"]);
  294. G2L["c"]["BorderSizePixel"] = 0;
  295. G2L["c"]["TextColor3"] = Color3.fromRGB(233, 233, 233);
  296. G2L["c"]["TextSize"] = 14;
  297. G2L["c"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
  298. G2L["c"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  299. G2L["c"]["Size"] = UDim2.new(0, 183, 0, 52);
  300. G2L["c"]["Name"] = [[ground 2]];
  301. G2L["c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  302. G2L["c"]["Text"] = [[unground]];
  303. G2L["c"]["Position"] = UDim2.new(0.84688, 0, 0.72139, 0);
  304.  
  305.  
  306. -- StarterGui.ScreenGui.Frame.wallet on
  307. G2L["d"] = Instance.new("TextButton", G2L["2"]);
  308. G2L["d"]["BorderSizePixel"] = 0;
  309. G2L["d"]["TextColor3"] = Color3.fromRGB(233, 233, 233);
  310. G2L["d"]["TextSize"] = 14;
  311. G2L["d"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
  312. G2L["d"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  313. G2L["d"]["Size"] = UDim2.new(0, 183, 0, 52);
  314. G2L["d"]["Name"] = [[wallet on]];
  315. G2L["d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  316. G2L["d"]["Text"] = [[wallet on]];
  317. G2L["d"]["Position"] = UDim2.new(0.02052, 0, 0.86318, 0);
  318.  
  319.  
  320. -- StarterGui.ScreenGui.Frame.wallet off
  321. G2L["e"] = Instance.new("TextButton", G2L["2"]);
  322. G2L["e"]["BorderSizePixel"] = 0;
  323. G2L["e"]["TextColor3"] = Color3.fromRGB(233, 233, 233);
  324. G2L["e"]["TextSize"] = 14;
  325. G2L["e"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
  326. G2L["e"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  327. G2L["e"]["Size"] = UDim2.new(0, 183, 0, 52);
  328. G2L["e"]["Name"] = [[wallet off]];
  329. G2L["e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  330. G2L["e"]["Text"] = [[wallet off]];
  331. G2L["e"]["Position"] = UDim2.new(0.17364, 0, 0.86318, 0);
  332.  
  333.  
  334. -- StarterGui.ScreenGui.cash off
  335. G2L["f"] = Instance.new("TextButton", G2L["1"]);
  336. G2L["f"]["BorderSizePixel"] = 0;
  337. G2L["f"]["TextColor3"] = Color3.fromRGB(233, 233, 233);
  338. G2L["f"]["TextSize"] = 14;
  339. G2L["f"]["BackgroundColor3"] = Color3.fromRGB(33, 33, 33);
  340. G2L["f"]["FontFace"] = Font.new([[rbxasset://fonts/families/LuckiestGuy.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  341. G2L["f"]["Size"] = UDim2.new(0, 183, 0, 52);
  342. G2L["f"]["Name"] = [[cash off]];
  343. G2L["f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  344. G2L["f"]["Text"] = [[Dropcash off]];
  345. G2L["f"]["Position"] = UDim2.new(0.2423, 0, 0.4403, 0);
  346.  
  347. G2L["3"].MouseButton1Click:Connect(function()
  348. game.ReplicatedStorage:FindFirstChild("SayMessageRequest", true):FireServer("/setup Club", "All")
  349. end)
  350.  
  351. G2L["4"].MouseButton1Click:Connect(function()
  352. game.ReplicatedStorage:FindFirstChild("SayMessageRequest", true):FireServer("/unlock", "All")
  353. end)
  354.  
  355. G2L["5"].MouseButton1Click:Connect(function()
  356. game.ReplicatedStorage:FindFirstChild("SayMessageRequest", true):FireServer("/airlock on", "All")
  357. end)
  358.  
  359. G2L["6"].MouseButton1Click:Connect(function()
  360. game.ReplicatedStorage:FindFirstChild("SayMessageRequest", true):FireServer("/drop on", "All")
  361. end)
  362.  
  363. G2L["7"].MouseButton1Click:Connect(function()
  364. game.ReplicatedStorage:FindFirstChild("SayMessageRequest", true):FireServer("/setup Train", "All")
  365. end)
  366.  
  367. G2L["8"].MouseButton1Click:Connect(function()
  368. game.ReplicatedStorage:FindFirstChild("SayMessageRequest", true):FireServer("/set School", "All")
  369. end)
  370.  
  371. G2L["9"].MouseButton1Click:Connect(function()
  372. game.ReplicatedStorage:FindFirstChild("SayMessageRequest", true):FireServer("/set Bank", "All")
  373. end)
  374.  
  375. G2L["b"].MouseButton1Click:Connect(function()
  376. game.ReplicatedStorage:FindFirstChild("SayMessageRequest", true):FireServer("/ground", "All")
  377. end)
  378.  
  379. G2L["c"].MouseButton1Click:Connect(function()
  380. game.ReplicatedStorage:FindFirstChild("SayMessageRequest", true):FireServer("/unground", "All")
  381. end)
  382.  
  383. G2L["d"].MouseButton1Click:Connect(function()
  384. game.ReplicatedStorage:FindFirstChild("SayMessageRequest", true):FireServer("/wallet on", "All")
  385. end)
  386.  
  387. G2L["e"].MouseButton1Click:Connect(function()
  388. game.ReplicatedStorage:FindFirstChild("SayMessageRequest", true):FireServer("/wallet off", "All")
  389. end)
  390.  
  391. G2L["f"].MouseButton1Click:Connect(function()
  392. game.ReplicatedStorage:FindFirstChild("SayMessageRequest", true):FireServer("/drop off", "All")
  393. end)
  394.  
  395. return G2L["1"], require;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement