Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    gmack101's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    108
    Reputation
    10
    Thanks
    39
    My Mood
    Fine
    i did that dosent work

  2. #17
    dtx12's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    145
    Reputation
    10
    Thanks
    1,853
    Quote Originally Posted by gmack101 View Post
    i did that dosent work
    Did what lol? I just show an example of decompiled void, no easy ways to edit gsc files, this thread just a fake.

  3. #18
    gmack101's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    108
    Reputation
    10
    Thanks
    39
    My Mood
    Fine
    no not you him

  4. #19
    kokole's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    2,088
    My Mood
    Doh
    Quote Originally Posted by dtx12 View Post
    He just don't know, that he can't to use not precompiled scripts, because BO2 doesn't have "ScriptCompile" function,
    For example:
    Code:
    Compiled void looks like this(it's just an example of void from _zm_devgui.gsc from patch_zm.ff, without string table):
    26 7B 15 00 0D 20 F1 03 5F 3B 0D 00 2D 0D 20 7A F1 03 2E 00 E1 1B 00 36 00 59 58
    
    Decompiled version of this void:
    zombie_devgui_dog_round_skip()
    {
     if (IsDefined (level.next_dog_round) )
    {
      zombie_devgui_goto_round( level.next_dog_round );
    }
    }
    Who made the decompiler you're using? I made one but it sucks a little, too lazy to finish it, here's _rank.gsc:
    [C++] // maps/mp/gametypes/_rank.gsc #include maps\mp\gametypes\_globallogic; #inc - Pastebin.com

  5. #20
    xVIRUZx's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    248
    Reputation
    10
    Thanks
    52
    My Mood
    Drunk
    Quote Originally Posted by kokole View Post
    Who made the decompiler you're using? I made one but it sucks a little, too lazy to finish it, here's _rank.gsc:
    [C++] // maps/mp/gametypes/_rank.gsc #include maps\mp\gametypes\_globallogic; #inc - Pastebin.com
    Seems legit.
    blah blah blah

Page 2 of 2 FirstFirst 12

Similar Threads

  1. How to make a game?
    By Dave84311 in forum General
    Replies: 4
    Last Post: 09-12-2006, 12:33 AM
  2. How to make a working NFV Hack
    By System79 in forum Game Hacking Tutorials
    Replies: 1
    Last Post: 09-04-2006, 04:56 AM
  3. How to make the server run
    By wowhaxor in forum Gunz General
    Replies: 3
    Last Post: 05-25-2006, 09:59 PM
  4. How to make a Zombie
    By arunforce in forum Art & Graphic Design
    Replies: 2
    Last Post: 01-27-2006, 08:07 AM
  5. How I make wallhack?
    By RaidenDXX in forum WarRock - International Hacks
    Replies: 6
    Last Post: 01-23-2006, 01:28 PM