Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27
  1. #16
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    The Akimbo laser is buggy... =/ I'll look into that.. but any idea why?


    CoD Minion from 09/19/2012 to 01/10/2013

  2. #17
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine
    huh... Even the tactical insertion has a lazer o.o

    [IMG]https://i148.photobucke*****m/albums/s28/NightmareTXwhut.png[/IMG]

  3. #18
    cardoow's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Posts
    215
    Reputation
    28
    Thanks
    766
    My Mood
    Amazed
    just some more information, found this almost a year ago. The reason why is post it is because you can use it like this undetected
    and you can also reverse it more to draw your own lasers from vector to vector(can come in handy for laser esp)

    Code:
    class CLaserInfo
    {
    public:
    	char unknown0[20];
    	Vec3 vVec1; //0014	
    	Vec3 vVec2; //0020	
    };
    Code:
    void DrawLaser()
    {
    	DWORD dwCall = 0x4A0B60;	
    	CLaserInfo * Info = (CLaserInfo*)0x9FF788;
            float * vOrg = (float*)0x96724C;	
    
    	if(!(*(DWORD*)0xB01634))
    		return;
    	
    	SomeWeaponStruct * Laser = (SomeWeaponStruct*)(*(DWORD*)0xB01634);
    
    	__asm{
    		push 1
    		push 1
    		push vOrg
    		push Info
    		push Laser
    		push pLocalEnt
    		push cg_t
    		push 0x0
    		call [dwCall]
    		add esp, 0x20
    	}
    }
    offsets arent uptodate but you should be able to find them close to you byte addy

  4. The Following 3 Users Say Thank You to cardoow For This Useful Post:

    [MPGH]master131 (09-28-2012),mwxplayer (11-23-2012),rawr im a tiger (10-09-2012)

  5. #19
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    btw, if you guys are too lazy, just like me, to search on olly.. the Signature for it is "\x74\x25\x8B\x0F\x8B\x54\x24\x78" "xxxxxxxx".. for MP...
    Last edited by MarkHC; 09-28-2012 at 09:59 PM.


    CoD Minion from 09/19/2012 to 01/10/2013

  6. The Following User Says Thank You to MarkHC For This Useful Post:

    Kenshin13 (09-29-2012)

  7. #20
    NitroSmily's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    101
    Reputation
    10
    Thanks
    1,091
    My Mood
    Tired
    Quote Originally Posted by master131 View Post
    I PM'ed the tut to NightmareTX but oh well.

    This method will work for both MP and SP, but the pictures are for MP.





    Note by 'the instruction', I mean the instruction where the return value in EAX is moved into the pointer.




















    What's the name of that program?

  8. #21
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by NitroSmily View Post
    What's the name of that program?
    All who hack should have read this once during their search. Unless they use the short way...
    And use what others have found and use that :|


    Ollydbg :|

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  9. #22
    gteuk's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    248
    Reputation
    15
    Thanks
    696
    Quote Originally Posted by -InSaNe- View Post
    The Akimbo laser is buggy... =/ I'll look into that.. but any idea why?
    You need to write to two addresses IIRC, I found when changing player weapons and ammo (weapon alone just removes ammo) that the laser is OK until you give akimbo, I will look up the addresses and let you know (my addresses are force host only though)

  10. #23
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    /updated

    Enjoy.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  11. #24
    Flitchit's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    301
    Reputation
    19
    Thanks
    1,403
    My Mood
    Buzzed
    @Master131 could you help me? I am unsure on how to write bytes in VB.NET, using my current Mem Module;
    the syntax for 'WriteXBytes' is as follows:

    Public Sub WriteXBytes (ProcessName as String, Address as Long, Value as String)

    If you want the entire module, I can PM it to you
    Last edited by Flitchit; 10-13-2012 at 08:04 PM.


    Public Sub MyLife(ByVal life As Matrix.ObjectModel, ByVal Me as Matri*****de)
          Dim Me As ObjectModel
          Me = LifeForm.HumanBeing
          If Me.+Rep = True Then
                 MsgBox("Thank you!")
          End If
    End Sub


  12. #25
    Veracy's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Posts
    17
    Reputation
    10
    Thanks
    0
    OMG so cool :d

  13. #26
    NitroSmily's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    101
    Reputation
    10
    Thanks
    1,091
    My Mood
    Tired
    Quote Originally Posted by Flitchit View Post
    @Master131 could you help me? I am unsure on how to write bytes in VB.NET, using my current Mem Module;
    the syntax for 'WriteXBytes' is as follows:

    Public Sub WriteXBytes (ProcessName as String, Address as Long, Value as String)

    If you want the entire module, I can PM it to you
    Use Jorndel's function, and I recommend if you are going to make a pro trainer use C# or C++. I made the mistake by using VB.
    I'm not saying that you can't use Vb, but you get much more easy tutorials and alot of people publish source codes and addresses in C# or C++

  14. #27
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine

    Arrow

    For Multiplayer 1.9.457:

    Write 0x0 (1Byte) to 0x0042C7A7

Page 2 of 2 FirstFirst 12

Similar Threads

  1. CS 1.6 VAC2 proof hacks AND cheat death hacks
    By Brunogol in forum General Game Hacking
    Replies: 28
    Last Post: 12-18-2006, 08:26 PM
  2. Get Avatars and Sigs!
    By Dave84311 in forum General
    Replies: 25
    Last Post: 05-17-2006, 08:44 PM
  3. Plz I Want Maple Global Hacks And Where Do I Get Game Engine 2 Make The Hacks Work???
    By mattinthehat in forum MapleStory Hacks, Cheats & Trainers
    Replies: 3
    Last Post: 01-15-2006, 06:12 PM
  4. Lineag2 and Ragnarok
    By suppaman in forum General Gaming
    Replies: 12
    Last Post: 01-01-2006, 04:07 PM
  5. i need short icq number pls and hack to wr..
    By BoneXDBreaker in forum WarRock - International Hacks
    Replies: 1
    Last Post: 12-26-2005, 05:08 PM