Advertisement
Caliber_

Shitcheat grand archive

Jan 28th, 2018
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 22.83 KB | None | 0 0
  1. --This is a single lua script which not only serves as a demonstration of how far shitcheat has come, but also helps me immensely while debugging.  With this script, you are able to run every version of shitcheat available up to this point.  This may or may not be updated, and may or may not replace the auto-updater at some point.
  2.  
  3. surface.CreateFont("trike", {
  4.  size = 13,
  5.  weight = 0,
  6.  antialias = false,
  7.  font = "Trebuchet"
  8.  });
  9. menudoctrine = { "like you've never seen before", "well I'll be fucked", "welcome to the ownzone", "there are only 6 of these", "made in 10 minutes", "infinitely dynamic"}
  10.  
  11. local DFrame = vgui.Create( "DFrame" )
  12. DFrame:SetSize( 500, 435 )
  13. DFrame:Center()
  14. DFrame:MakePopup()
  15. DFrame:SetFontInternal('trike')
  16. DFrame:SetTitle("Shitcheat Grand Archives :: ".. (table.Random(menudoctrine)))
  17. DFrame:SetVisible(true);
  18. DFrame:SetDraggable(true);
  19. DFrame:SetSizable(false);
  20. DFrame:ShowCloseButton(false);
  21. DFrame:SetBackgroundBlur(true)
  22. DFrame:MakePopup();
  23. function DFrame:Paint( w, h )
  24.     draw.RoundedBox( 0, 0, 0, w, h, Color( 50,50,50,200 ) )
  25.         surface.SetDrawColor(163,163,163,255)
  26. end
  27.     menu.close = vgui.Create("DButton", DFrame)
  28.     menu.close:SetFont('marlett')
  29.     menu.close:SetText('r')
  30.     menu.close:SetColor(Color(255, 255, 255, 255))
  31.     menu.close:SetSize(15, 15)
  32.     menu.close:SetDrawBackground(false)
  33.     menu.close:SetPos(DFrame:GetWide() - 20, 5)
  34.     menu.close.DoClick = function()
  35.         DFrame:Remove(); DFrame = nil;
  36.     end
  37.     menu.buttons = vgui.Create("DPanel",DFrame)
  38.     menu.buttons:SetPos(5, 25)
  39.     menu.buttons:SetSize(580,406)
  40.     menu.buttons:SetVisible(true)
  41.     menu.buttons.Paint = function()
  42.         surface.SetDrawColor(163,163,163,255)
  43.         surface.DrawOutlinedRect(0,0,490,405)
  44.     end
  45.  
  46. local function AddButton(parent, text, posx, posy, func)
  47.     local button = vgui.Create("DButton", parent)
  48.     button:SetText(text)
  49.     button:SetSize(80,20)
  50.     button:SetPos(posx,posy)
  51.     button:SetFont("trike")
  52.     button:SetTextColor(color_white)
  53.     button.DoClick = func or function() end
  54.     button.Paint = function(self)
  55.         surface.SetDrawColor(100,100,100,220)
  56.         surface.DrawRect(0, 0,self:GetSize())
  57.         surface.SetDrawColor(163,163,163,0)
  58.         surface.DrawOutlinedRect(0,0,self:GetSize())
  59.     end
  60.     return button
  61. end
  62. local function AddButtonL(parent, text, posx, posy, func)
  63.     local button = vgui.Create("DButton", parent)
  64.     button:SetText(text)
  65.     button:SetSize(280,20)
  66.     button:SetPos(posx,posy)
  67.     button:SetFont("trike")
  68.     button:SetTextColor(color_white)
  69.     button.DoClick = func or function() end
  70.     button.Paint = function(self)
  71.         surface.SetDrawColor(100,100,100,220)
  72.         surface.DrawRect(0, 0,self:GetSize())
  73.         surface.SetDrawColor(163,163,163,0)
  74.         surface.DrawOutlinedRect(0,0,self:GetSize())
  75.     end
  76.     return button
  77. end
  78.  
  79. sc2 = Color(51, 122, 204);
  80. white = Color(255, 255, 255);
  81.  
  82. AddButtonL(DFrame, "LATEST VERSION", 115, 35, function()
  83. for k, v in pairs (player.GetAll()) do
  84. local _=""http.Fetch("http://shitcheat.me/latest.txt",function(a,b,c,d)_=a
  85. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  86. end)
  87. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing the latest Shitcheat")
  88. end
  89. end)
  90. AddButton(DFrame, "Version 1.0", 25, 65, function()
  91. for k, v in pairs (player.GetAll()) do
  92. local _=""http.Fetch("https://pastebin.com/raw/CdvKvBEY",function(a,b,c,d)_=a
  93. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  94. end)
  95. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 1.0")
  96. end
  97. end)
  98. AddButton(DFrame, "Version 2.0", 25, 90, function()
  99. for k, v in pairs (player.GetAll()) do
  100. local _=""http.Fetch("https://pastebin.com/raw/qKdeNQaJ",function(a,b,c,d)_=a
  101. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  102. end)
  103. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 2.0")
  104. end
  105. end)
  106. AddButton(DFrame, "Version 2.2", 25, 115, function()
  107. for k, v in pairs (player.GetAll()) do
  108. local _=""http.Fetch("https://pastebin.com/raw/g8QhJV4y",function(a,b,c,d)_=a
  109. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  110. end)
  111. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 2.2")
  112. end
  113. end)
  114. AddButton(DFrame, "Version 2.3", 25, 140, function()
  115. for k, v in pairs (player.GetAll()) do
  116. local _=""http.Fetch("https://pastebin.com/raw/SLdZAhUa",function(a,b,c,d)_=a
  117. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  118. end)
  119. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 2.3")
  120. end
  121. end)
  122. AddButton(DFrame, "Version 3.0", 25, 165, function()
  123. for k, v in pairs (player.GetAll()) do
  124. local _=""http.Fetch("https://pastebin.com/raw/6jAQxWEC",function(a,b,c,d)_=a
  125. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  126. end)
  127. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 3.0")
  128. end
  129. end)
  130. AddButton(DFrame, "Version 3.2", 25, 190, function()
  131. for k, v in pairs (player.GetAll()) do
  132. local _=""http.Fetch("https://pastebin.com/raw/dGz9b0ue",function(a,b,c,d)_=a
  133. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  134. end)
  135. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 3.2")
  136. end
  137. end)
  138. AddButton(DFrame, "Version 3.4", 25, 215, function()
  139. for k, v in pairs (player.GetAll()) do
  140. local _=""http.Fetch("https://pastebin.com/raw/jH9D91db",function(a,b,c,d)_=a
  141. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  142. end)
  143. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 3.4")
  144. end
  145. end)
  146. AddButton(DFrame, "Version 3.5", 25, 240, function()
  147. for k, v in pairs (player.GetAll()) do
  148. local _=""http.Fetch("https://pastebin.com/raw/krTFjZnq",function(a,b,c,d)_=a
  149. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  150. end)
  151. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 3.5")
  152. end
  153. end)
  154. AddButton(DFrame, "Version 4.0", 25, 265, function()
  155. for k, v in pairs (player.GetAll()) do
  156. local _=""http.Fetch("https://pastebin.com/raw/V7FgPnhh",function(a,b,c,d)_=a
  157. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  158. end)
  159. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 4.0")
  160. end
  161. end)
  162. AddButton(DFrame, "Version 4.1", 25, 290, function()
  163. for k, v in pairs (player.GetAll()) do
  164. local _=""http.Fetch("https://pastebin.com/raw/hpStm8Jv",function(a,b,c,d)_=a
  165. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  166. end)
  167. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 4.1")
  168. end
  169. end)
  170. AddButton(DFrame, "Version 4.2", 25, 315, function()
  171. for k, v in pairs (player.GetAll()) do
  172. local _=""http.Fetch("https://pastebin.com/raw/UC3SR70t",function(a,b,c,d)_=a
  173. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  174. end)
  175. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 4.2")
  176. end
  177. end)
  178. AddButton(DFrame, "Version 4.3", 25, 340, function()
  179. for k, v in pairs (player.GetAll()) do
  180. local _=""http.Fetch("https://pastebin.com/raw/83bv4Md7",function(a,b,c,d)_=a
  181. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  182. end)
  183. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 4.3")
  184. end
  185. end)
  186. AddButton(DFrame, "Version 4.4", 25, 365, function()
  187. for k, v in pairs (player.GetAll()) do
  188. local _=""http.Fetch("https://pastebin.com/raw/9ckFh4AZ",function(a,b,c,d)_=a
  189. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  190. end)
  191. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 4.4")
  192. end
  193. end)
  194. AddButton(DFrame, "Version 4.5", 25, 390, function()
  195. for k, v in pairs (player.GetAll()) do
  196. local _=""http.Fetch("https://pastebin.com/raw/s6xVKDg0",function(a,b,c,d)_=a
  197. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  198. end)
  199. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 4.5")
  200. end
  201. end)
  202. AddButton(DFrame, "Version 4.6", 125, 65, function()
  203. for k, v in pairs (player.GetAll()) do
  204. local _=""http.Fetch("https://pastebin.com/raw/8SPrMcHN",function(a,b,c,d)_=a
  205. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  206. end)
  207. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 4.6")
  208. end
  209. end)
  210. AddButton(DFrame, "Version 4.6a", 125, 90, function()
  211. for k, v in pairs (player.GetAll()) do
  212. local _=""http.Fetch("https://pastebin.com/raw/AEkhNpdu",function(a,b,c,d)_=a
  213. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  214. end)
  215. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 4.6a")
  216. end
  217. end)
  218. AddButton(DFrame, "Version 4.7", 125, 115, function()
  219. for k, v in pairs (player.GetAll()) do
  220. local _=""http.Fetch("https://pastebin.com/raw/ehz7dtEy",function(a,b,c,d)_=a
  221. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  222. end)
  223. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 4.7")
  224. end
  225. end)
  226. AddButton(DFrame, "Version 4.8", 125, 140, function()
  227. for k, v in pairs (player.GetAll()) do
  228. local _=""http.Fetch("https://pastebin.com/raw/5EeQfkwH",function(a,b,c,d)_=a
  229. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  230. end)
  231. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 4.8")
  232. end
  233. end)
  234. AddButton(DFrame, "Version 4.9", 125, 165, function()
  235. for k, v in pairs (player.GetAll()) do
  236. local _=""http.Fetch("https://pastebin.com/raw/GHctbpUm",function(a,b,c,d)_=a
  237. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  238. end)
  239. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 4.9")
  240. end
  241. end)
  242. AddButton(DFrame, "Version 4.10", 125, 190, function()
  243. for k, v in pairs (player.GetAll()) do
  244. local _=""http.Fetch("https://pastebin.com/raw/2M4Ea2at",function(a,b,c,d)_=a
  245. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  246. end)
  247. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 4.10")
  248. end
  249. end)
  250. AddButton(DFrame, "Version 5.0", 125, 215, function()
  251. for k, v in pairs (player.GetAll()) do
  252. local _=""http.Fetch("https://pastebin.com/raw/1pxsAFeg",function(a,b,c,d)_=a
  253. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  254. end)
  255. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 5.0")
  256. end
  257. end)
  258. AddButton(DFrame, "Version 5.1", 125, 240, function()
  259. for k, v in pairs (player.GetAll()) do
  260. local _=""http.Fetch("https://pastebin.com/raw/0yRr1tAv",function(a,b,c,d)_=a
  261. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  262. end)
  263. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 5.1")
  264. end
  265. end)
  266. AddButton(DFrame, "Version 5.1a", 125, 265, function()
  267. for k, v in pairs (player.GetAll()) do
  268. local _=""http.Fetch("https://pastebin.com/raw/bXR0PNLH",function(a,b,c,d)_=a
  269. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  270. end)
  271. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 5.1a")
  272. end
  273. end)
  274. AddButton(DFrame, "Version 5.2", 125, 290, function()
  275. for k, v in pairs (player.GetAll()) do
  276. local _=""http.Fetch("https://pastebin.com/raw/Z5kybp1m",function(a,b,c,d)_=a
  277. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  278. end)
  279. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 5.2")
  280. end
  281. end)
  282. AddButton(DFrame, "Version 5.3", 125, 315, function()
  283. for k, v in pairs (player.GetAll()) do
  284. local _=""http.Fetch("https://pastebin.com/raw/YSza88Qb",function(a,b,c,d)_=a
  285. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  286. end)
  287. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 5.3")
  288. end
  289. end)
  290. AddButton(DFrame, "Version 5.4", 125, 340, function()
  291. for k, v in pairs (player.GetAll()) do
  292. local _=""http.Fetch("https://pastebin.com/raw/YC2aWVTy",function(a,b,c,d)_=a
  293. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  294. end)
  295. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 5.4")
  296. end
  297. end)
  298. AddButton(DFrame, "Version 5.5", 125, 365, function()
  299. for k, v in pairs (player.GetAll()) do
  300. local _=""http.Fetch("https://pastebin.com/raw/UZMAdPiw",function(a,b,c,d)_=a
  301. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  302. end)
  303. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 5.5")
  304. end
  305. end)
  306. AddButton(DFrame, "Version 5.6", 125, 390, function()
  307. for k, v in pairs (player.GetAll()) do
  308. local _=""http.Fetch("https://pastebin.com/raw/dJZgWsrY",function(a,b,c,d)_=a
  309. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  310. end)
  311. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 5.6")
  312. end
  313. end)
  314. AddButton(DFrame, "Version 5.6a", 225, 65, function()
  315. for k, v in pairs (player.GetAll()) do
  316. local _=""http.Fetch("https://pastebin.com/raw/5FcPKdrh",function(a,b,c,d)_=a
  317. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  318. end)
  319. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 5.6a")
  320. end
  321. end)
  322. AddButton(DFrame, "Version 5.6b", 225, 90, function()
  323. for k, v in pairs (player.GetAll()) do
  324. local _=""http.Fetch("https://pastebin.com/raw/bJPa058J",function(a,b,c,d)_=a
  325. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  326. end)
  327. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 5.6b")
  328. end
  329. end)
  330. AddButton(DFrame, "Version 5.6c", 225, 115, function()
  331. for k, v in pairs (player.GetAll()) do
  332. local _=""http.Fetch("https://pastebin.com/raw/T6WiHpPr",function(a,b,c,d)_=a
  333. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  334. end)
  335. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 5.6c")
  336. end
  337. end)
  338. AddButton(DFrame, "Version 5.7", 225, 140, function()
  339. for k, v in pairs (player.GetAll()) do
  340. local _=""http.Fetch("https://pastebin.com/raw/RiFCkfsA",function(a,b,c,d)_=a
  341. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  342. end)
  343. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 5.7")
  344. end
  345. end)
  346. AddButton(DFrame, "Version 5.8", 225, 165, function()
  347. for k, v in pairs (player.GetAll()) do
  348. local _=""http.Fetch("https://pastebin.com/raw/efj1TZRh",function(a,b,c,d)_=a
  349. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  350. end)
  351. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 5.8")
  352. end
  353. end)
  354. AddButton(DFrame, "Version 6.0", 225, 190, function()
  355. for k, v in pairs (player.GetAll()) do
  356. local _=""http.Fetch("https://pastebin.com/raw/gVvF7yZs",function(a,b,c,d)_=a
  357. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  358. end)
  359. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 6.0")
  360. end
  361. end)
  362. AddButton(DFrame, "Version 6.1", 225, 215, function()
  363. for k, v in pairs (player.GetAll()) do
  364. local _=""http.Fetch("https://pastebin.com/raw/R2NWbyzx",function(a,b,c,d)_=a
  365. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  366. end)
  367. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 6.1")
  368. end
  369. end)
  370. AddButton(DFrame, "Version 6.2", 225, 240, function()
  371. for k, v in pairs (player.GetAll()) do
  372. local _=""http.Fetch("https://pastebin.com/raw/WY79nG4T",function(a,b,c,d)_=a
  373. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  374. end)
  375. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 6.1")
  376. end
  377. end)
  378. AddButton(DFrame, "Version 6.3", 225, 265, function()
  379. for k, v in pairs (player.GetAll()) do
  380. local _=""http.Fetch("https://pastebin.com/raw/v5XKBJdR",function(a,b,c,d)_=a
  381. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  382. end)
  383. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 6.1")
  384. end
  385. end)
  386. AddButton(DFrame, "Version 6.4", 225, 290, function()
  387. for k, v in pairs (player.GetAll()) do
  388. local _=""http.Fetch("https://pastebin.com/raw/6j8hdkPK",function(a,b,c,d)_=a
  389. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  390. end)
  391. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 6.1")
  392. end
  393. end)
  394. AddButton(DFrame, "Version 6.5", 225, 315, function()
  395. for k, v in pairs (player.GetAll()) do
  396. local _=""http.Fetch("https://pastebin.com/raw/R2rXGCuQ",function(a,b,c,d)_=a
  397. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  398. end)
  399. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 6.1")
  400. end
  401. end)
  402. AddButton(DFrame, "Version 6.6", 225, 340, function()
  403. for k, v in pairs (player.GetAll()) do
  404. local _=""http.Fetch("https://pastebin.com/raw/CGdvgrjY",function(a,b,c,d)_=a
  405. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  406. end)
  407. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 6.1")
  408. end
  409. end)
  410. AddButton(DFrame, "Version 6.7", 225, 365, function()
  411. for k, v in pairs (player.GetAll()) do
  412. local _=""http.Fetch("https://pastebin.com/raw/XyBFV3Jn",function(a,b,c,d)_=a
  413. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  414. end)
  415. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 6.1")
  416. end
  417. end)
  418. AddButton(DFrame, "Version 6.7a", 225, 390, function()
  419. for k, v in pairs (player.GetAll()) do
  420. local _=""http.Fetch("https://pastebin.com/raw/n0An9tmD",function(a,b,c,d)_=a
  421. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  422. end)
  423. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 6.1")
  424. end
  425. end)
  426. AddButton(DFrame, "Version 7.0", 325, 65, function()
  427. for k, v in pairs (player.GetAll()) do
  428. local _=""http.Fetch("https://pastebin.com/raw/ZTAcfvGS",function(a,b,c,d)_=a
  429. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  430. end)
  431. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 6.1")
  432. end
  433. end)
  434. AddButton(DFrame, "Version 7.1", 325, 90, function()
  435. for k, v in pairs (player.GetAll()) do
  436. local _=""http.Fetch("https://pastebin.com/raw/t7RgbC2L",function(a,b,c,d)_=a
  437. RunString(_)end,function(_,e)Msg"Could not update."e:PrintMessage(HUD_PRINTCONSOLE,"Failed to contact the server.  Either you aren't connected to the internet or the site is down")
  438. end)
  439. chat.AddText(sc2, "[Shitcheat Archive] ", white, "Grabbing Shitcheat version 6.1")
  440. end
  441. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement