Jump to content
xisto Community

Karmen

Members
  • Content Count

    15
  • Joined

  • Last visited

  1. Well i really only know c++ so... Anyways heres a little hack for the game GunZ i made. Its auto updating and still works so if you want a copy just ask and ill be happy to compile you one. /* Created By Karmen Credits: Waryas - For Discovering How To Call Namespace Functions James(Pilfer); - Good Friend Of Mine Nick (OneWhoSighs); - Well He Showed Me A LOT Of What I Know Now Chase(HughGRection); - Got Me Started On C++ Jacob(PhailZ); - Buys Me Pizza :D*///Definition#define version "1.0"#define GetTwoKeys(keyone,keytwo) if(GetAsyncKeyState(keyone) &0x8000 && GetAsyncKeyState(keytwo) &0x8000) /* -------------------------------------------------------------------------------------------- *///Include files#include <windows.h>#include <string>/* -------------------------------------------------------------------------------------------- *///Non-Precompiled Headers#include "stdafx.h"#include "SignatureLocator.h"using namespace std;/* -------------------------------------------------------------------------------------------- *///DLL Loading ModuleHMODULE g_hLocalModule = NULL;/* -------------------------------------------------------------------------------------------- *///pZGame / MyCharDWORD *pZGameInstance;DWORD MyChar(){ if( pZGameInstance && *pZGameInstance ) return *( DWORD * )( *pZGameInstance + 0x50 ); return NULL;}/* -------------------------------------------------------------------------------------------- *///MUID Structstruct MUID{ unsigned long firstID; unsigned long secondID;};//MUID TypesMUID* Char1ID = new MUID();long uidChar;/* -------------------------------------------------------------------------------------------- *///Indentifing The Function Callstypedef void (__cdecl *ZSetHPTypedef)(int);ZSetHPTypedef ZSetHP = (ZSetHPTypedef)ZCharacter__SetHPSignatureOffset;typedef void (__cdecl* ZChatOutputFunc)(const char* lpcMsg, int iType ,int iLoc, DWORD dwColor);ZChatOutputFunc ZChatOutput = (ZChatOutputFunc)ZChatOutputSignatureOffset;/* -------------------------------------------------------------------------------------------- *///User-Created Functionsvoid SetHp(int Value){ DWORD Char = MyChar( ); _asm { mov ecx,Char push Value call ZCharacter__SetHPSignatureOffset }}void Print(int Color, const char* lpcFmt, ...){ char szBuf[0x4000]; char Buf[0x4000]; va_list vaArgs; va_start(vaArgs, lpcFmt); _vsnprintf(szBuf, sizeof(szBuf), lpcFmt, vaArgs); va_end(vaArgs); szBuf[0x4000-1] = 0; sprintf(Buf,"^1%s",szBuf); switch(Color) //0.Gray, 1.Red, 2.Green, 3.Blue { case 0: ZChatOutput(szBuf, 1, 0, 0x808080); break; case 1: ZChatOutput(szBuf, 1, 0, 0xFF0000); break; case 2: ZChatOutput(szBuf, 1, 0, 0xCC0033); break; case 3: ZChatOutput(szBuf, 1, 0, 0x0000FF); break; } Sleep(10);}/* -------------------------------------------------------------------------------------------- *///Boolsbool bGod=false;bool bXTC=false;//Main DLLvoid Main(){ while(true) { GetTwoKeys(0x12, 'A') { if(bXTC) bXTC=false; else bXTC=true; Print(2, "YUM XTC! %s",bXTC ? "/Injected" : "/Oh **** Im Dead"); Sleep(1000); } while(bXTC) { GetTwoKeys(0x12, 'G') { bGod = !bGod; Print(3, "God Mode Is %s",bGod ? "On" : "Off"); Sleep(1000); } if(MyChar( ) && bGod) { SetHp(300); } Sleep(10); } }}//DLL InjectionBOOL APIENTRY DllMain( HANDLE hModule,DWORD ul_reason_for_call, LPVOID lpReserved ){ if(ul_reason_for_call == DLL_PROCESS_ATTACH) MessageBox(0,"Done!","XTC By Karmen",0); CreateThread(NULL,NULL,(LPTHREAD_START_ROUTINE)Main,NULL,0,NULL); return true;} Im not posting the offsets as i dont want this to be leeched or taken. But feel free to learn from it as long as i get credits. What does this do? - Simple Godmode.
  2. oh ok, thats quite usefull. so i just click on that and enter my website address and it will check it for errors? edit: Just did that and i had like 60 errors i googled most of them and figured out how to fix them. its quite helpful for new people and i would highly recommend using it. Thanks for all your help wutske.
  3. well theres varies ways a website can be compromised.One of the most popular methods is an RFI which is a Remote File Inclusion. Basically this lets you remotely add a file called a "Shell" to a website. This shell is basically like a FTP client on site itself. Once the Shell has been included you can upload a permanent shell like http://forums.xisto.com/no_longer_exists/?'>http://forums.xisto.com/no_longer_exists/? Now to access the shell you simply go to that url. Once your shell has been uploaded you basically have root access to the server and you can control it as if you were using an FTP. This would allow you to download the database.Another method would be LFI which is a local file inclusion which is like http://forums.xisto.com/no_longer_exists/ what that will do would dump the username/password file onto that page so you can read the username/passwords. Although with this method it dumps the MD5 hash which is the encrypted password but these can be cracked very easily. So in theory both methods work if your wanted to get admin access on a website.
  4. all they would need to do was exploit the database so it could be remotely downloaded, then you would be able to open it up and look at the user name/passwords. Go back to the site and enter them in. I would recommend using php / SQL if you want it to be done securely. Kind Regards - Karmen
  5. Taken directly from http://www.runescape.com/ What your doing by using this program is breaking their TOS or TOU this means your subject to any consequence they may want to hit you with. This of it like this, The police says your not allowed to use a shovel to dig the hole but yet, when their not looking you take out a shovel and do it anyway. Your breaking the rules and when your banned, its ultimately your own fault. I personally hope you get banned. Why? simply because i don't agree with cheating. Its cheap and nasty.
  6. I recommend FlashFXP why? Continue reading. Features: Strong encryption can be applied to the site manager to protect your information. Roll back on resumed file transfer to prevent corruption. Fully recursive file transferring (uploading, downloading, site to site). Transfer files of all sizes, no 2gb/4gb size limit like some ftp clients. Internal Schedule (Transfer or Stop a queue at a specific time). Calculate the size of all files in a specified path. Enhanced drag-and-drop functionality. Folder Bookmarks to provide one click access to any folder. Grouped SITE custom commands. Anti-idle keeps connection active. Minimizes to system tray. Optional displaying of Owner/Groups/Attributes. Site Stats, keeps track of your uploads/downloads and overall totals. Now these are only some of the features but they are the features i believe make FlashFXP better than the rest!
  7. i really wouldnt bother with Vista, there are far to many bugs and exploits without the scripting of the software. A friend of mine uses Vista and his computer crashes every third day. But thats just my two cents. On the side note, i would recommend HP (http://www8.hp.com/us/en/home.html), I personally use a HP desktop and i couldn't find a problem with this computer if i created one myself. Its simply perfect in my eyes and VERY VERY affordable and definitely within the price range your looking for. here are a few here to look at and all are around the $1000 mark. /us/en/UnsupportedBrowserErrorView?catalogId=10001&langId=-1&storeId=10151 I hope this has helped you and good luck with your computer shopping. Kind Regards - Karmen
  8. yes i would agree with this. It looks like they have taken a lot of time and care into creating this forum as i have yet to see one spelling mistake of grammar related error in anything posted or created by someone in the administrative team. The atmosphere of this forum is outstanding it has a special feel to it. Its very friendly and warming. But sadly there are a few twisted members out there who are just looking for some hosting but this really cant be prevented. All we can do is come down hard on them when they do slip up and hopefully they will grow up and learn that random spam posts aren't acceptable around here. Although there is a huge range of sections to post in, its often hard to find something to post about as its already been done three hundred times before and your often flamed if you post another post like it. I think as long as the posts have different content and opinions but the theme is generally related it should be accepted as everyone is entitled to an opinion and we shouldn't be punished for this. But hey, thats just my two cents worth. Kind Regards - Karmen
  9. 1. Create a table of Login names and associated passwords. This can easily be incorporated in a table of employees. We will assume this table to be called TblLogin, and the fields called "LoginName" and "Password". The field Password can have a "password" input mask for security. Or those 2 fields could be created in a separate table that can then be hidden.2. Create a table called "TblLoginRecords" to keep track of passwords entered as well as errors. This table would have the following fields:LogLoginName (text)LogPasswordEntered (text)LogProblem (Y/N)3. Create a form named "frmLogin" with the table "TblLoginRecords" as record source.4. On that form, create 2 textboxes with the LogLoginName, LogPasswordEntered fields as Control Source. Also create a check box with the field LogProblem. Change the Visible property of LogPasswordEntered to No.5. Create a button labeled "CmdLogin" with the following code attached to its OnClick property:On Error GoTo Err_CmdLogin_ClickIf [LogLoginName] = DLookup("[LoginName]", "TblLogin", "[Password]=forms!frmlogin!LogPasswordEntered") ThenDoCmd.OpenForm "FrmPage1"ElseMe!LogProblem = -1DoCmd.QuitEnd IfForms!frmlogin.Visible = FalseExit_CmdLogin_Click:Exit SubNote: i would just like to say that if you do use this is can be easily be bypassed if they really want to attack you. this will only stop people from making mistakes.but basicly what this is doing is, when someone enters a username/password it opens the the TblLogin and checks the LoginName to see if the username they entered is in the database to begin with then if it is a matching username it will then check to see if the password matches. Thus creating a login form!I hope this helped and feel free to correct me if i made any mistakes
  10. wow thanks for all your help, with this tutorial ive started to join my photoshop together and make my first website! once its done ill give you guys the link here so you can tell me if i've done anything wrong.thanks everyone who has helped me, and i just wana say if you need any help with c++ feel free to PM me.
  11. so if i was to do something like<html><head><title>My Name Is Karmen</title></head><body><center><h1>This Is My Webpage</h1><br>Hi!</center></body></html>then that would center the writing? also how do i change the color of the background and text?
  12. im a little stuck, would you be able to assist me in creating a table that is centered and is 100x200 pixels.. i dont understand how to set the height. When i did it the page was all over the show and well, it really didnt work. Also within that table im trying a photo of myself and some friends.
  13. hmm this is what i came up with<html><head><title>My Name Is Karmen</title></head><body></center><h1>This Is My Webpage</h1><br>Hi!</center></body></html>I tryed doing the center thingy but it didnt work. how come?
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.