cbox
-
Posts
478 -
Joined
-
Last visited
-
Days Won
19
Content Type
Profiles
Forums
Downloads
Gaming News
Everything posted by ixGAMEOVERxixx
-
Testing again - to see if its Internet Explorer compatable
-
Nope doesn't work, sorry Alex.
-
No, lol - Different people, different houses, different IPs - ROFL We're just friends at school, You know the rules, and SO DO I.
-
http://www.flashinthepan.eu/rickroll.jpg
-
Listbox updates from Database
ixGAMEOVERxixx replied to ixGAMEOVERxixx's topic in Coding / Development
How can I get it to do the last bit you mentioned? -
Listbox updates from Database
ixGAMEOVERxixx replied to ixGAMEOVERxixx's topic in Coding / Development
SotG I converted that C# Snippet into VB.net and got this.. Dim MyClient As New WebClient() Dim s As Stream = MyClient.OpenRead("http://www.lolcats.com") Dim MyReader As New StreamReader(s) ListBox1.Items.Add(MyReader.ReadLine()) s.Close() I get the following errors - Type 'WebClient' is not defined. Type 'Stream' is not defined. Type 'StreamReader' is not defined. Any help? Thanks -
The Cake is a lie. - Portal ______ No, this isn't a pointless 1 line post.. What are your favourite 1 liners - Can be from movies or games. - Say where their from.
-
Bought it - ROFL
-
Working code. VB.net Imports System Imports System.Collections.Generic Imports System.ComponentModel Imports System.Data Imports System.Drawing Imports System.Linq Imports System.Text Imports System.Windows.Forms Imports System.IO Imports System.Net Imports System.Web Public Partial Class Form1 Inherits Form Public Sub New() InitializeComponent() End Sub Private Sub btnLoad_Click(ByVal sender As Object, ByVal e As EventArgs) Try Dim MyClient As New WebClient() Dim s As Stream = MyClient.OpenRead("http://www.flashinthepan.eu/message.txt") Dim MyReader As New StreamReader(s) Dim line As String = "" While (InlineAssignHelper(line, MyReader.ReadLine())) IsNot Nothing listBoxlolcats.Items.Add(line) End While MyReader.Close() Catch x As Exception If MessageBox.Show("Retry?", "Error!", MessageBoxButtons.RetryCancel, MessageBoxIcon.[Error]) = DialogResult.Retry Then Dim MyClient As New WebClient() Dim s As Stream = MyClient.OpenRead("http://www.flashinthepan.eu/message.txt") Dim MyReader As New StreamReader(s) Dim line As String = "" While (InlineAssignHelper(line, MyReader.ReadLine())) IsNot Nothing listBoxlolcats.Items.Add(line) End While MyReader.Close() Else Exit Sub End If End Try End Sub Private Shared Function InlineAssignHelper(Of T)(ByRef target As T, ByVal value As T) As T target = value Return value End Function End Class C# using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; using System.Net; using System.Web; namespace WindowsFormsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void btnLoad_Click(object sender, EventArgs e) { try { WebClient MyClient = new WebClient(); Stream s = MyClient.OpenRead("http://www.flashinthepan.eu/message.txt"); StreamReader MyReader = new StreamReader(s); string line = ""; while ((line = MyReader.ReadLine()) != null) { listBoxlolcats.Items.Add(line); } MyReader.Close(); } catch (Exception x) { if (MessageBox.Show(x + Environment.NewLine + Environment.NewLine + "Retry?", "Error!", MessageBoxButtons.RetryCancel, MessageBoxIcon.Error) == DialogResult.Retry) { WebClient MyClient = new WebClient(); Stream s = MyClient.OpenRead("http://www.flashinthepan.eu/message.txt"); StreamReader MyReader = new StreamReader(s); string line = ""; while ((line = MyReader.ReadLine()) != null) { listBoxlolcats.Items.Add(line); } MyReader.Close(); } else { return; } } } } }
-
First open your Profile in a hex editor.. search for buttonsconfig Replace the contents of the quotes with "default_xboxlive" search for a cage match Once your on your own invite a friend who won't leave when the countdown is around 3 so noone else joins or screws it up change your clan tag to some thing have fun! AND +REP PLEASE
-
BEFORE YOU START DOWNLOAD THIS http://www.wireshark.org/download.html AND THIS http://www.colasoft.com/download/products/download_packet_builder.php?p=Colasoft%20Packet%20Builder 1.Start up your xbox 360 and log in to XBL 2.Set up your 360 so it connects to your Ethernet adapter with ICS 3.Using Wireshark start capturing on your Ethernet adapter. For the filter, add this: "host 65.55.42.180" without the quotes, you may have to change that IP address accordingly; post in this thread if you need help Once the capture has started Run COD4/5, go into a game and play that match, when it ends and your back to your party on your own stop the capture dont stop it until it looks like no more packets are being captured in Wireshark. Stop the capture and save your capture as test.cap (make sure its .cap). 4.Once thats done quit the game so you are back to the XMB. 5.Delete the game patch XXLBRBXX (oN MEMORY UNIT OR HDD TAB ) 6.Copy your modified profile to the 360 ( Ie modded with no lcip/God mode that kinda stuff ) 7.Go back to your laptop/pc and open up test.cap in Colasoft Packet Builder. 8.Click on the Send All button located in the toolbar. Follow this carefully #Tick "Burst Mode" #Tick "Loop Sending" #Reduce the loops from 1 to 0 for infinate loop #Set Delay Between Loops to the number of packets you have captured So if you have captured 411 packets then it should be set to 411 milliseconds (see problems at bottom) The lower the number the higher the chances #Make sure you are still signed in, if not sign in before running the game again. #Click on "Start" in Colasoft PB IMMEDIATLY. Now run the game. This should bypass the "Patch update Request" message after the Call of Duty Logo dissapears. ____ Taken from SbMicheal ____ +REP PLEASE
-
http://www.flashinthepan.eu/200alexs.jpg
-
[Request] Find RFGP then Move 4 bytes
ixGAMEOVERxixx replied to ixGAMEOVERxixx's topic in Coding / Development
I didn't though... and for that reason can't you help me? Just PM me or something if you don't want other people to see it? -
Just for debug purposes if you don't already know them. All can use: /refresh - This will refresh the Shoutbox (useful if you have your refresh button hidden) /prefs - This will launch the Preferences window Global Mods and Up can use: /announce [Announcement Text] - This will update the announcement in your Shoutbox without having to go to the Admin CP /archive - Launches the Shoutbox Archive window (only if member has permission to view it!) /ban [name] - This will ban a member from the Shoutbox (only moderators with correct permissions can use this command) /moderator member [id|name] - This will launch the appropriate moderator options for that particular member /moderator shout [id] - This will launch the appropriate moderator options for that particular shout /prefs - This will launch the Preferences window /prune [x] - This can be used by only those that have ACP access and will prune all shouts older than [x] days. If no number is entered, a security message will pop-up so you do not accidently wipe the whole shoutbox. /prune 0 will remove all shouts. /refresh - This will refresh the Shoutbox (useful if you have your refresh button hidden) /unban [name] - This will unban a member from the Shoutbox (only moderators with correct permissions can use this command) Taken from http://www.astahost.com/helpfile-h18.html
-
You were spamming.. and flaming.. its only fair, once you have calmed down I guess it will be removed.
-
-
http://tinyurl.com/Screendump-exe With love, GameOver.
-
Can someone reply back stating whether or not I can post an external link to xdevkit.dll Thanks
-
[Request] Find RFGP then Move 4 bytes
ixGAMEOVERxixx replied to ixGAMEOVERxixx's topic in Coding / Development
Can't you just post it? -
I used to have low self esteem or w/e and the Doc said "Draw smiley faces, they make you happy!" So I did I'm not depressed at all now. All thanks to the power of smileys! P.S No, I used did some retakes and had to re-do the smileys.
-
Hi guys, I need a lil bit of code (preferably one line or so...) that finds the words "RFGP" in a file.. moves 4 bytes.. for example br.BaseStream.findword (LOL) = RFGP Move 4 bytes Dim EP As Byte() = br.ReadBytes(3) IDK Anyway, could someone help please? Thanks, +Rep whoever helps..
-
This is how to hide files within other files. Tutorial: http://www.youtube.com/watch?v=sXnbwF95jUQ http://www.securekit.net/images/hide-secret-s.jpg Download: http://www.securekit.net/OurSecret.exe
-
Hows about.. http://www.flashinthepan.eu/blank.jpg
-
Mine is http://www.youtube.com/watch?v=bOXnxmlEkY0&feature=channel
×
- Create New...