Xsoulz Hack v0.1 [Open source] for SC/BW 1.15[Release]

Starcraft Discuss, Xsoulz Hack v0.1 [Open source] for SC/BW 1.15[Release] at All Other Games listed here!! forum; FULL SOURCE CODE THAT WORKS IN MICRSOFT Visual C++ 6.0. is included. I will release the public version when this ...


Go Back   Gamerz Needs - For All Your Gaming Needs! > All Other Games listed here!! > Starcraft
Forgot Password? | Sign Up!

Notices

Advertisement
   

Reply
 
Bookmark this Thread Tools Display Modes
  #1  
Old 08-19-2007, 12:26 AM
Double Wood Axe
 
Last Online: 01-01-2008 02:31 AM
Join Date: Aug 2006
Age: 63
Posts: 18
Thanks: 0
Thanked 4 Times in 3 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0
xsouldeath is on a distinguished road
Points: 1,325.16
Bank: 0.00
Total Points: 1,325.16
Xsoulz Hack v0.1 [Open source] for SC/BW 1.15[Release]

FULL SOURCE CODE THAT WORKS IN MICRSOFT Visual C++ 6.0.
is included.

I will release the public version when this is one hell of a hack XD.
Quote:
Updated UNRELEASED VERSION Features List:
-Host hack
-->Lets you ban people(including the host),kick people,close,open slots
-Start game with no opponents
-->game will end in a draw
-->You may click continue playing for testing purposes I suppose
if you want to test in battle.net without worrying about a computer
killing you or something...
EVEN if you are NOT the host.
-F8 Disconnect Hack
--> It will say others were dropped, but really only you are disconnected
--> Doing this before it says "surrender" gives a Draw, if not a Disconnect.
-F9- Show Credits
-->(in-game)
- Show Download Stats Always(100 etc.)

I posted here of all sites because having MINERAL HACK and NUKE ANYWHERE HACK working for 1.15 starcraft your site is worthy.

This is just a very simple .dll that writes to screen to the user.
(Useful for all hack makers, to tell the user what hack they are using)

Hotkeys
F9- shows my message.


credits to me(XSOULDEATH),ulliklliwi,AgentGod from bwhacks.com

Original Post
C++ JmpPatch Problems -.- - BWHacks
since bwhacks.com limited my posts so they have to approve and no1 would really see it. you guys can have this.
Full working source code in c++ and screenshot included.

Code:
#define WIN32_LEAN_AND_MEAN
#include "stdafx.h"
#include <windows.h>
#include <stdio.h>
#include "detours.h"
#include <string>
using namespace std;
//Important: (after define) in the includes stdafx.h MUST go first or you get errors.

const int BWPrintText = 0x48CE70;                            // Print Text Function

void BWPubTextOut(char* text,BOOL MiddleS)
{
    __asm{
        MOV ESI, text
        PUSH ESI
    }
    if (MiddleS) // true for add text to the (cheat enabled place), or false for normal placement
    {
        // middle of screen
        _asm MOV EAX, -1
    }
    else
    {
        // takes away the player format speak . . . so no "playername: message" (%c: %s)
        _asm MOV EAX, 8
    }

    __asm{
        CALL DWORD PTR [BWPrintText]
    }
}  

#define InGame (*(int*)0x1505C0A3)                           

DWORD WINAPI StartUp(LPVOID lpara)
{
   char* CopyRight = "Xsoulz Hack 0.1 by Xsouldeath \x10[\x19http://www.xsouls.tk/\x10]";
    bool write = true;

    while (true)
    {
        if (InGame == 1)
        {
            if (write)
            {
                BWPubTextOut(CopyRight,false);
                write = false;
            }
        }
        else
        {
            
            write = true;
        }

		
        if (GetAsyncKeyState(VK_F9))
        {
            // push f9 add code for hotkeys
BWPubTextOut(CopyRight,false);
        }

        Sleep(600); // to stop lagg
    }
    return 0;
}  


BOOL APIENTRY DllMain( HANDLE hModule, DWORD  ul_reason_for_call, LPVOID lpReserved)
{
    switch(ul_reason_for_call)
    {
        case DLL_PROCESS_ATTACH:
            DisableThreadLibraryCalls(GetModuleHandle(NULL));
            CreateThread(NULL,NULL,StartUp,NULL,NULL,NULL);  // create new thread
        break;

        case DLL_PROCESS_DETACH:
        break;
    }

    return true;
}
Attached Files
File Type: zip Copy of trial.zip (1.17 MB, 9 views)
File Type: zip DLLLoad.zip (145.0 KB, 6 views)
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Advertisement
   


Main Navigation
Home
GzN Forums
GzN Games
GzN News
Top Games
GzN Cheats
GzN Articles
GzN Reviews
GzN Downloads
User Control Panel
Advertising
RSS Feed
2Moons
Adventure Quest
AirRivals
America's Army
Anarchy Online
Archlord
Audition
Battlefield Series
Cabal Online
Call Of Duty Series
Combat Arms
Conquer Online
Counter Strike
Day of Defeat
Deicide Online
Diablo Series
Doom Series
Drift City
Enemy Territory
Eudemons Online
Final Fantasy
Flyff (Fly For Fun)
General Game Discussion
Ghost Online
Granado Espada
Grand Theft Auto Series
Guild Wars
Gunbound
Gunz Online
Habbo Hotel
Half-Life 2
Hero Online
KartRider
Knights Online
Maple Story
Medal of Honor
MU Online
Neopets
Pangya
Quake Series
Ragnarok Online
Rappelz
Rakion
Red Orchestra
Rose Online
Runescape
Scions of Fate
Silkroad Online
Sims Series
Soldier Front
Starcraft
Tales of Pirates
Tibia
The Ship
Trickster Online
TS Online
Unreal Tournament
War Rock
WolfTeam
World of Warcraft & Series
Affiliates
COD4 Hacks
BF2 Hacks


All times are GMT -8. The time now is 11:35 AM.